Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102
  1. @import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
  2. /*!
  3. * Bootstrap v4.3.1 (https://getbootstrap.com/)
  4. * Copyright 2011-2019 The Bootstrap Authors
  5. * Copyright 2011-2019 Twitter, Inc.
  6. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  7. */
  8. :root {
  9. --blue: #3490dc;
  10. --indigo: #6574cd;
  11. --purple: #9561e2;
  12. --pink: #f66d9b;
  13. --red: #e3342f;
  14. --orange: #f6993f;
  15. --yellow: #ffed4a;
  16. --green: #38c172;
  17. --teal: #4dc0b5;
  18. --cyan: #6cb2eb;
  19. --white: #fff;
  20. --gray: #6c757d;
  21. --gray-dark: #343a40;
  22. --primary: #3490dc;
  23. --secondary: #6c757d;
  24. --success: #38c172;
  25. --info: #6cb2eb;
  26. --warning: #ffed4a;
  27. --danger: #e3342f;
  28. --light: #f8f9fa;
  29. --dark: #343a40;
  30. --breakpoint-xs: 0;
  31. --breakpoint-sm: 576px;
  32. --breakpoint-md: 768px;
  33. --breakpoint-lg: 992px;
  34. --breakpoint-xl: 1200px;
  35. --font-family-sans-serif: "Nunito", sans-serif;
  36. --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  37. }
  38. *,
  39. *::before,
  40. *::after {
  41. box-sizing: border-box;
  42. }
  43. html {
  44. font-family: sans-serif;
  45. line-height: 1.15;
  46. -webkit-text-size-adjust: 100%;
  47. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  48. }
  49. article,
  50. aside,
  51. figcaption,
  52. figure,
  53. footer,
  54. header,
  55. hgroup,
  56. main,
  57. nav,
  58. section {
  59. display: block;
  60. }
  61. body {
  62. margin: 0;
  63. font-family: "Nunito", sans-serif;
  64. font-size: 0.9rem;
  65. font-weight: 400;
  66. line-height: 1.6;
  67. color: #212529;
  68. text-align: left;
  69. background-color: #f8fafc;
  70. }
  71. [tabindex="-1"]:focus {
  72. outline: 0 !important;
  73. }
  74. hr {
  75. box-sizing: content-box;
  76. height: 0;
  77. overflow: visible;
  78. }
  79. h1,
  80. h2,
  81. h3,
  82. h4,
  83. h5,
  84. h6 {
  85. margin-top: 0;
  86. margin-bottom: 0.5rem;
  87. }
  88. p {
  89. margin-top: 0;
  90. margin-bottom: 1rem;
  91. }
  92. abbr[title],
  93. abbr[data-original-title] {
  94. text-decoration: underline;
  95. -webkit-text-decoration: underline dotted;
  96. text-decoration: underline dotted;
  97. cursor: help;
  98. border-bottom: 0;
  99. -webkit-text-decoration-skip-ink: none;
  100. text-decoration-skip-ink: none;
  101. }
  102. address {
  103. margin-bottom: 1rem;
  104. font-style: normal;
  105. line-height: inherit;
  106. }
  107. ol,
  108. ul,
  109. dl {
  110. margin-top: 0;
  111. margin-bottom: 1rem;
  112. }
  113. ol ol,
  114. ul ul,
  115. ol ul,
  116. ul ol {
  117. margin-bottom: 0;
  118. }
  119. dt {
  120. font-weight: 700;
  121. }
  122. dd {
  123. margin-bottom: 0.5rem;
  124. margin-left: 0;
  125. }
  126. blockquote {
  127. margin: 0 0 1rem;
  128. }
  129. b,
  130. strong {
  131. font-weight: bolder;
  132. }
  133. small {
  134. font-size: 80%;
  135. }
  136. sub,
  137. sup {
  138. position: relative;
  139. font-size: 75%;
  140. line-height: 0;
  141. vertical-align: baseline;
  142. }
  143. sub {
  144. bottom: -0.25em;
  145. }
  146. sup {
  147. top: -0.5em;
  148. }
  149. a {
  150. color: #3490dc;
  151. text-decoration: none;
  152. background-color: transparent;
  153. }
  154. a:hover {
  155. color: #1d68a7;
  156. text-decoration: underline;
  157. }
  158. a:not([href]):not([tabindex]) {
  159. color: inherit;
  160. text-decoration: none;
  161. }
  162. a:not([href]):not([tabindex]):hover,
  163. a:not([href]):not([tabindex]):focus {
  164. color: inherit;
  165. text-decoration: none;
  166. }
  167. a:not([href]):not([tabindex]):focus {
  168. outline: 0;
  169. }
  170. pre,
  171. code,
  172. kbd,
  173. samp {
  174. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  175. font-size: 1em;
  176. }
  177. pre {
  178. margin-top: 0;
  179. margin-bottom: 1rem;
  180. overflow: auto;
  181. }
  182. figure {
  183. margin: 0 0 1rem;
  184. }
  185. img {
  186. vertical-align: middle;
  187. border-style: none;
  188. }
  189. svg {
  190. overflow: hidden;
  191. vertical-align: middle;
  192. }
  193. table {
  194. border-collapse: collapse;
  195. }
  196. caption {
  197. padding-top: 0.75rem;
  198. padding-bottom: 0.75rem;
  199. color: #6c757d;
  200. text-align: left;
  201. caption-side: bottom;
  202. }
  203. th {
  204. text-align: inherit;
  205. }
  206. label {
  207. display: inline-block;
  208. margin-bottom: 0.5rem;
  209. }
  210. button {
  211. border-radius: 0;
  212. }
  213. button:focus {
  214. outline: 1px dotted;
  215. outline: 5px auto -webkit-focus-ring-color;
  216. }
  217. input,
  218. button,
  219. select,
  220. optgroup,
  221. textarea {
  222. margin: 0;
  223. font-family: inherit;
  224. font-size: inherit;
  225. line-height: inherit;
  226. }
  227. button,
  228. input {
  229. overflow: visible;
  230. }
  231. button,
  232. select {
  233. text-transform: none;
  234. }
  235. select {
  236. word-wrap: normal;
  237. }
  238. button,
  239. [type=button],
  240. [type=reset],
  241. [type=submit] {
  242. -webkit-appearance: button;
  243. }
  244. button:not(:disabled),
  245. [type=button]:not(:disabled),
  246. [type=reset]:not(:disabled),
  247. [type=submit]:not(:disabled) {
  248. cursor: pointer;
  249. }
  250. button::-moz-focus-inner,
  251. [type=button]::-moz-focus-inner,
  252. [type=reset]::-moz-focus-inner,
  253. [type=submit]::-moz-focus-inner {
  254. padding: 0;
  255. border-style: none;
  256. }
  257. input[type=radio],
  258. input[type=checkbox] {
  259. box-sizing: border-box;
  260. padding: 0;
  261. }
  262. input[type=date],
  263. input[type=time],
  264. input[type=datetime-local],
  265. input[type=month] {
  266. -webkit-appearance: listbox;
  267. }
  268. textarea {
  269. overflow: auto;
  270. resize: vertical;
  271. }
  272. fieldset {
  273. min-width: 0;
  274. padding: 0;
  275. margin: 0;
  276. border: 0;
  277. }
  278. legend {
  279. display: block;
  280. width: 100%;
  281. max-width: 100%;
  282. padding: 0;
  283. margin-bottom: 0.5rem;
  284. font-size: 1.5rem;
  285. line-height: inherit;
  286. color: inherit;
  287. white-space: normal;
  288. }
  289. progress {
  290. vertical-align: baseline;
  291. }
  292. [type=number]::-webkit-inner-spin-button,
  293. [type=number]::-webkit-outer-spin-button {
  294. height: auto;
  295. }
  296. [type=search] {
  297. outline-offset: -2px;
  298. -webkit-appearance: none;
  299. }
  300. [type=search]::-webkit-search-decoration {
  301. -webkit-appearance: none;
  302. }
  303. ::-webkit-file-upload-button {
  304. font: inherit;
  305. -webkit-appearance: button;
  306. }
  307. output {
  308. display: inline-block;
  309. }
  310. summary {
  311. display: list-item;
  312. cursor: pointer;
  313. }
  314. template {
  315. display: none;
  316. }
  317. [hidden] {
  318. display: none !important;
  319. }
  320. h1,
  321. h2,
  322. h3,
  323. h4,
  324. h5,
  325. h6,
  326. .h1,
  327. .h2,
  328. .h3,
  329. .h4,
  330. .h5,
  331. .h6 {
  332. margin-bottom: 0.5rem;
  333. font-weight: 500;
  334. line-height: 1.2;
  335. }
  336. h1,
  337. .h1 {
  338. font-size: 2.25rem;
  339. }
  340. h2,
  341. .h2 {
  342. font-size: 1.8rem;
  343. }
  344. h3,
  345. .h3 {
  346. font-size: 1.575rem;
  347. }
  348. h4,
  349. .h4 {
  350. font-size: 1.35rem;
  351. }
  352. h5,
  353. .h5 {
  354. font-size: 1.125rem;
  355. }
  356. h6,
  357. .h6 {
  358. font-size: 0.9rem;
  359. }
  360. .lead {
  361. font-size: 1.125rem;
  362. font-weight: 300;
  363. }
  364. .display-1 {
  365. font-size: 6rem;
  366. font-weight: 300;
  367. line-height: 1.2;
  368. }
  369. .display-2 {
  370. font-size: 5.5rem;
  371. font-weight: 300;
  372. line-height: 1.2;
  373. }
  374. .display-3 {
  375. font-size: 4.5rem;
  376. font-weight: 300;
  377. line-height: 1.2;
  378. }
  379. .display-4 {
  380. font-size: 3.5rem;
  381. font-weight: 300;
  382. line-height: 1.2;
  383. }
  384. hr {
  385. margin-top: 1rem;
  386. margin-bottom: 1rem;
  387. border: 0;
  388. border-top: 1px solid rgba(0, 0, 0, 0.1);
  389. }
  390. small,
  391. .small {
  392. font-size: 80%;
  393. font-weight: 400;
  394. }
  395. mark,
  396. .mark {
  397. padding: 0.2em;
  398. background-color: #fcf8e3;
  399. }
  400. .list-unstyled {
  401. padding-left: 0;
  402. list-style: none;
  403. }
  404. .list-inline {
  405. padding-left: 0;
  406. list-style: none;
  407. }
  408. .list-inline-item {
  409. display: inline-block;
  410. }
  411. .list-inline-item:not(:last-child) {
  412. margin-right: 0.5rem;
  413. }
  414. .initialism {
  415. font-size: 90%;
  416. text-transform: uppercase;
  417. }
  418. .blockquote {
  419. margin-bottom: 1rem;
  420. font-size: 1.125rem;
  421. }
  422. .blockquote-footer {
  423. display: block;
  424. font-size: 80%;
  425. color: #6c757d;
  426. }
  427. .blockquote-footer::before {
  428. content: "\2014\A0";
  429. }
  430. .img-fluid {
  431. max-width: 100%;
  432. height: auto;
  433. }
  434. .img-thumbnail {
  435. padding: 0.25rem;
  436. background-color: #f8fafc;
  437. border: 1px solid #dee2e6;
  438. border-radius: 0.25rem;
  439. max-width: 100%;
  440. height: auto;
  441. }
  442. .figure {
  443. display: inline-block;
  444. }
  445. .figure-img {
  446. margin-bottom: 0.5rem;
  447. line-height: 1;
  448. }
  449. .figure-caption {
  450. font-size: 90%;
  451. color: #6c757d;
  452. }
  453. code {
  454. font-size: 87.5%;
  455. color: #f66d9b;
  456. word-break: break-word;
  457. }
  458. a > code {
  459. color: inherit;
  460. }
  461. kbd {
  462. padding: 0.2rem 0.4rem;
  463. font-size: 87.5%;
  464. color: #fff;
  465. background-color: #212529;
  466. border-radius: 0.2rem;
  467. }
  468. kbd kbd {
  469. padding: 0;
  470. font-size: 100%;
  471. font-weight: 700;
  472. }
  473. pre {
  474. display: block;
  475. font-size: 87.5%;
  476. color: #212529;
  477. }
  478. pre code {
  479. font-size: inherit;
  480. color: inherit;
  481. word-break: normal;
  482. }
  483. .pre-scrollable {
  484. max-height: 340px;
  485. overflow-y: scroll;
  486. }
  487. .container {
  488. width: 100%;
  489. padding-right: 15px;
  490. padding-left: 15px;
  491. margin-right: auto;
  492. margin-left: auto;
  493. }
  494. @media (min-width: 576px) {
  495. .container {
  496. max-width: 540px;
  497. }
  498. }
  499. @media (min-width: 768px) {
  500. .container {
  501. max-width: 720px;
  502. }
  503. }
  504. @media (min-width: 992px) {
  505. .container {
  506. max-width: 960px;
  507. }
  508. }
  509. @media (min-width: 1200px) {
  510. .container {
  511. max-width: 1140px;
  512. }
  513. }
  514. .container-fluid {
  515. width: 100%;
  516. padding-right: 15px;
  517. padding-left: 15px;
  518. margin-right: auto;
  519. margin-left: auto;
  520. }
  521. .row {
  522. display: -webkit-box;
  523. display: flex;
  524. flex-wrap: wrap;
  525. margin-right: -15px;
  526. margin-left: -15px;
  527. }
  528. .no-gutters {
  529. margin-right: 0;
  530. margin-left: 0;
  531. }
  532. .no-gutters > .col,
  533. .no-gutters > [class*=col-] {
  534. padding-right: 0;
  535. padding-left: 0;
  536. }
  537. .col-xl,
  538. .col-xl-auto,
  539. .col-xl-12,
  540. .col-xl-11,
  541. .col-xl-10,
  542. .col-xl-9,
  543. .col-xl-8,
  544. .col-xl-7,
  545. .col-xl-6,
  546. .col-xl-5,
  547. .col-xl-4,
  548. .col-xl-3,
  549. .col-xl-2,
  550. .col-xl-1,
  551. .col-lg,
  552. .col-lg-auto,
  553. .col-lg-12,
  554. .col-lg-11,
  555. .col-lg-10,
  556. .col-lg-9,
  557. .col-lg-8,
  558. .col-lg-7,
  559. .col-lg-6,
  560. .col-lg-5,
  561. .col-lg-4,
  562. .col-lg-3,
  563. .col-lg-2,
  564. .col-lg-1,
  565. .col-md,
  566. .col-md-auto,
  567. .col-md-12,
  568. .col-md-11,
  569. .col-md-10,
  570. .col-md-9,
  571. .col-md-8,
  572. .col-md-7,
  573. .col-md-6,
  574. .col-md-5,
  575. .col-md-4,
  576. .col-md-3,
  577. .col-md-2,
  578. .col-md-1,
  579. .col-sm,
  580. .col-sm-auto,
  581. .col-sm-12,
  582. .col-sm-11,
  583. .col-sm-10,
  584. .col-sm-9,
  585. .col-sm-8,
  586. .col-sm-7,
  587. .col-sm-6,
  588. .col-sm-5,
  589. .col-sm-4,
  590. .col-sm-3,
  591. .col-sm-2,
  592. .col-sm-1,
  593. .col,
  594. .col-auto,
  595. .col-12,
  596. .col-11,
  597. .col-10,
  598. .col-9,
  599. .col-8,
  600. .col-7,
  601. .col-6,
  602. .col-5,
  603. .col-4,
  604. .col-3,
  605. .col-2,
  606. .col-1 {
  607. position: relative;
  608. width: 100%;
  609. padding-right: 15px;
  610. padding-left: 15px;
  611. }
  612. .col {
  613. flex-basis: 0;
  614. -webkit-box-flex: 1;
  615. flex-grow: 1;
  616. max-width: 100%;
  617. }
  618. .col-auto {
  619. -webkit-box-flex: 0;
  620. flex: 0 0 auto;
  621. width: auto;
  622. max-width: 100%;
  623. }
  624. .col-1 {
  625. -webkit-box-flex: 0;
  626. flex: 0 0 8.3333333333%;
  627. max-width: 8.3333333333%;
  628. }
  629. .col-2 {
  630. -webkit-box-flex: 0;
  631. flex: 0 0 16.6666666667%;
  632. max-width: 16.6666666667%;
  633. }
  634. .col-3 {
  635. -webkit-box-flex: 0;
  636. flex: 0 0 25%;
  637. max-width: 25%;
  638. }
  639. .col-4 {
  640. -webkit-box-flex: 0;
  641. flex: 0 0 33.3333333333%;
  642. max-width: 33.3333333333%;
  643. }
  644. .col-5 {
  645. -webkit-box-flex: 0;
  646. flex: 0 0 41.6666666667%;
  647. max-width: 41.6666666667%;
  648. }
  649. .col-6 {
  650. -webkit-box-flex: 0;
  651. flex: 0 0 50%;
  652. max-width: 50%;
  653. }
  654. .col-7 {
  655. -webkit-box-flex: 0;
  656. flex: 0 0 58.3333333333%;
  657. max-width: 58.3333333333%;
  658. }
  659. .col-8 {
  660. -webkit-box-flex: 0;
  661. flex: 0 0 66.6666666667%;
  662. max-width: 66.6666666667%;
  663. }
  664. .col-9 {
  665. -webkit-box-flex: 0;
  666. flex: 0 0 75%;
  667. max-width: 75%;
  668. }
  669. .col-10 {
  670. -webkit-box-flex: 0;
  671. flex: 0 0 83.3333333333%;
  672. max-width: 83.3333333333%;
  673. }
  674. .col-11 {
  675. -webkit-box-flex: 0;
  676. flex: 0 0 91.6666666667%;
  677. max-width: 91.6666666667%;
  678. }
  679. .col-12 {
  680. -webkit-box-flex: 0;
  681. flex: 0 0 100%;
  682. max-width: 100%;
  683. }
  684. .order-first {
  685. -webkit-box-ordinal-group: 0;
  686. order: -1;
  687. }
  688. .order-last {
  689. -webkit-box-ordinal-group: 14;
  690. order: 13;
  691. }
  692. .order-0 {
  693. -webkit-box-ordinal-group: 1;
  694. order: 0;
  695. }
  696. .order-1 {
  697. -webkit-box-ordinal-group: 2;
  698. order: 1;
  699. }
  700. .order-2 {
  701. -webkit-box-ordinal-group: 3;
  702. order: 2;
  703. }
  704. .order-3 {
  705. -webkit-box-ordinal-group: 4;
  706. order: 3;
  707. }
  708. .order-4 {
  709. -webkit-box-ordinal-group: 5;
  710. order: 4;
  711. }
  712. .order-5 {
  713. -webkit-box-ordinal-group: 6;
  714. order: 5;
  715. }
  716. .order-6 {
  717. -webkit-box-ordinal-group: 7;
  718. order: 6;
  719. }
  720. .order-7 {
  721. -webkit-box-ordinal-group: 8;
  722. order: 7;
  723. }
  724. .order-8 {
  725. -webkit-box-ordinal-group: 9;
  726. order: 8;
  727. }
  728. .order-9 {
  729. -webkit-box-ordinal-group: 10;
  730. order: 9;
  731. }
  732. .order-10 {
  733. -webkit-box-ordinal-group: 11;
  734. order: 10;
  735. }
  736. .order-11 {
  737. -webkit-box-ordinal-group: 12;
  738. order: 11;
  739. }
  740. .order-12 {
  741. -webkit-box-ordinal-group: 13;
  742. order: 12;
  743. }
  744. .offset-1 {
  745. margin-left: 8.3333333333%;
  746. }
  747. .offset-2 {
  748. margin-left: 16.6666666667%;
  749. }
  750. .offset-3 {
  751. margin-left: 25%;
  752. }
  753. .offset-4 {
  754. margin-left: 33.3333333333%;
  755. }
  756. .offset-5 {
  757. margin-left: 41.6666666667%;
  758. }
  759. .offset-6 {
  760. margin-left: 50%;
  761. }
  762. .offset-7 {
  763. margin-left: 58.3333333333%;
  764. }
  765. .offset-8 {
  766. margin-left: 66.6666666667%;
  767. }
  768. .offset-9 {
  769. margin-left: 75%;
  770. }
  771. .offset-10 {
  772. margin-left: 83.3333333333%;
  773. }
  774. .offset-11 {
  775. margin-left: 91.6666666667%;
  776. }
  777. @media (min-width: 576px) {
  778. .col-sm {
  779. flex-basis: 0;
  780. -webkit-box-flex: 1;
  781. flex-grow: 1;
  782. max-width: 100%;
  783. }
  784. .col-sm-auto {
  785. -webkit-box-flex: 0;
  786. flex: 0 0 auto;
  787. width: auto;
  788. max-width: 100%;
  789. }
  790. .col-sm-1 {
  791. -webkit-box-flex: 0;
  792. flex: 0 0 8.3333333333%;
  793. max-width: 8.3333333333%;
  794. }
  795. .col-sm-2 {
  796. -webkit-box-flex: 0;
  797. flex: 0 0 16.6666666667%;
  798. max-width: 16.6666666667%;
  799. }
  800. .col-sm-3 {
  801. -webkit-box-flex: 0;
  802. flex: 0 0 25%;
  803. max-width: 25%;
  804. }
  805. .col-sm-4 {
  806. -webkit-box-flex: 0;
  807. flex: 0 0 33.3333333333%;
  808. max-width: 33.3333333333%;
  809. }
  810. .col-sm-5 {
  811. -webkit-box-flex: 0;
  812. flex: 0 0 41.6666666667%;
  813. max-width: 41.6666666667%;
  814. }
  815. .col-sm-6 {
  816. -webkit-box-flex: 0;
  817. flex: 0 0 50%;
  818. max-width: 50%;
  819. }
  820. .col-sm-7 {
  821. -webkit-box-flex: 0;
  822. flex: 0 0 58.3333333333%;
  823. max-width: 58.3333333333%;
  824. }
  825. .col-sm-8 {
  826. -webkit-box-flex: 0;
  827. flex: 0 0 66.6666666667%;
  828. max-width: 66.6666666667%;
  829. }
  830. .col-sm-9 {
  831. -webkit-box-flex: 0;
  832. flex: 0 0 75%;
  833. max-width: 75%;
  834. }
  835. .col-sm-10 {
  836. -webkit-box-flex: 0;
  837. flex: 0 0 83.3333333333%;
  838. max-width: 83.3333333333%;
  839. }
  840. .col-sm-11 {
  841. -webkit-box-flex: 0;
  842. flex: 0 0 91.6666666667%;
  843. max-width: 91.6666666667%;
  844. }
  845. .col-sm-12 {
  846. -webkit-box-flex: 0;
  847. flex: 0 0 100%;
  848. max-width: 100%;
  849. }
  850. .order-sm-first {
  851. -webkit-box-ordinal-group: 0;
  852. order: -1;
  853. }
  854. .order-sm-last {
  855. -webkit-box-ordinal-group: 14;
  856. order: 13;
  857. }
  858. .order-sm-0 {
  859. -webkit-box-ordinal-group: 1;
  860. order: 0;
  861. }
  862. .order-sm-1 {
  863. -webkit-box-ordinal-group: 2;
  864. order: 1;
  865. }
  866. .order-sm-2 {
  867. -webkit-box-ordinal-group: 3;
  868. order: 2;
  869. }
  870. .order-sm-3 {
  871. -webkit-box-ordinal-group: 4;
  872. order: 3;
  873. }
  874. .order-sm-4 {
  875. -webkit-box-ordinal-group: 5;
  876. order: 4;
  877. }
  878. .order-sm-5 {
  879. -webkit-box-ordinal-group: 6;
  880. order: 5;
  881. }
  882. .order-sm-6 {
  883. -webkit-box-ordinal-group: 7;
  884. order: 6;
  885. }
  886. .order-sm-7 {
  887. -webkit-box-ordinal-group: 8;
  888. order: 7;
  889. }
  890. .order-sm-8 {
  891. -webkit-box-ordinal-group: 9;
  892. order: 8;
  893. }
  894. .order-sm-9 {
  895. -webkit-box-ordinal-group: 10;
  896. order: 9;
  897. }
  898. .order-sm-10 {
  899. -webkit-box-ordinal-group: 11;
  900. order: 10;
  901. }
  902. .order-sm-11 {
  903. -webkit-box-ordinal-group: 12;
  904. order: 11;
  905. }
  906. .order-sm-12 {
  907. -webkit-box-ordinal-group: 13;
  908. order: 12;
  909. }
  910. .offset-sm-0 {
  911. margin-left: 0;
  912. }
  913. .offset-sm-1 {
  914. margin-left: 8.3333333333%;
  915. }
  916. .offset-sm-2 {
  917. margin-left: 16.6666666667%;
  918. }
  919. .offset-sm-3 {
  920. margin-left: 25%;
  921. }
  922. .offset-sm-4 {
  923. margin-left: 33.3333333333%;
  924. }
  925. .offset-sm-5 {
  926. margin-left: 41.6666666667%;
  927. }
  928. .offset-sm-6 {
  929. margin-left: 50%;
  930. }
  931. .offset-sm-7 {
  932. margin-left: 58.3333333333%;
  933. }
  934. .offset-sm-8 {
  935. margin-left: 66.6666666667%;
  936. }
  937. .offset-sm-9 {
  938. margin-left: 75%;
  939. }
  940. .offset-sm-10 {
  941. margin-left: 83.3333333333%;
  942. }
  943. .offset-sm-11 {
  944. margin-left: 91.6666666667%;
  945. }
  946. }
  947. @media (min-width: 768px) {
  948. .col-md {
  949. flex-basis: 0;
  950. -webkit-box-flex: 1;
  951. flex-grow: 1;
  952. max-width: 100%;
  953. }
  954. .col-md-auto {
  955. -webkit-box-flex: 0;
  956. flex: 0 0 auto;
  957. width: auto;
  958. max-width: 100%;
  959. }
  960. .col-md-1 {
  961. -webkit-box-flex: 0;
  962. flex: 0 0 8.3333333333%;
  963. max-width: 8.3333333333%;
  964. }
  965. .col-md-2 {
  966. -webkit-box-flex: 0;
  967. flex: 0 0 16.6666666667%;
  968. max-width: 16.6666666667%;
  969. }
  970. .col-md-3 {
  971. -webkit-box-flex: 0;
  972. flex: 0 0 25%;
  973. max-width: 25%;
  974. }
  975. .col-md-4 {
  976. -webkit-box-flex: 0;
  977. flex: 0 0 33.3333333333%;
  978. max-width: 33.3333333333%;
  979. }
  980. .col-md-5 {
  981. -webkit-box-flex: 0;
  982. flex: 0 0 41.6666666667%;
  983. max-width: 41.6666666667%;
  984. }
  985. .col-md-6 {
  986. -webkit-box-flex: 0;
  987. flex: 0 0 50%;
  988. max-width: 50%;
  989. }
  990. .col-md-7 {
  991. -webkit-box-flex: 0;
  992. flex: 0 0 58.3333333333%;
  993. max-width: 58.3333333333%;
  994. }
  995. .col-md-8 {
  996. -webkit-box-flex: 0;
  997. flex: 0 0 66.6666666667%;
  998. max-width: 66.6666666667%;
  999. }
  1000. .col-md-9 {
  1001. -webkit-box-flex: 0;
  1002. flex: 0 0 75%;
  1003. max-width: 75%;
  1004. }
  1005. .col-md-10 {
  1006. -webkit-box-flex: 0;
  1007. flex: 0 0 83.3333333333%;
  1008. max-width: 83.3333333333%;
  1009. }
  1010. .col-md-11 {
  1011. -webkit-box-flex: 0;
  1012. flex: 0 0 91.6666666667%;
  1013. max-width: 91.6666666667%;
  1014. }
  1015. .col-md-12 {
  1016. -webkit-box-flex: 0;
  1017. flex: 0 0 100%;
  1018. max-width: 100%;
  1019. }
  1020. .order-md-first {
  1021. -webkit-box-ordinal-group: 0;
  1022. order: -1;
  1023. }
  1024. .order-md-last {
  1025. -webkit-box-ordinal-group: 14;
  1026. order: 13;
  1027. }
  1028. .order-md-0 {
  1029. -webkit-box-ordinal-group: 1;
  1030. order: 0;
  1031. }
  1032. .order-md-1 {
  1033. -webkit-box-ordinal-group: 2;
  1034. order: 1;
  1035. }
  1036. .order-md-2 {
  1037. -webkit-box-ordinal-group: 3;
  1038. order: 2;
  1039. }
  1040. .order-md-3 {
  1041. -webkit-box-ordinal-group: 4;
  1042. order: 3;
  1043. }
  1044. .order-md-4 {
  1045. -webkit-box-ordinal-group: 5;
  1046. order: 4;
  1047. }
  1048. .order-md-5 {
  1049. -webkit-box-ordinal-group: 6;
  1050. order: 5;
  1051. }
  1052. .order-md-6 {
  1053. -webkit-box-ordinal-group: 7;
  1054. order: 6;
  1055. }
  1056. .order-md-7 {
  1057. -webkit-box-ordinal-group: 8;
  1058. order: 7;
  1059. }
  1060. .order-md-8 {
  1061. -webkit-box-ordinal-group: 9;
  1062. order: 8;
  1063. }
  1064. .order-md-9 {
  1065. -webkit-box-ordinal-group: 10;
  1066. order: 9;
  1067. }
  1068. .order-md-10 {
  1069. -webkit-box-ordinal-group: 11;
  1070. order: 10;
  1071. }
  1072. .order-md-11 {
  1073. -webkit-box-ordinal-group: 12;
  1074. order: 11;
  1075. }
  1076. .order-md-12 {
  1077. -webkit-box-ordinal-group: 13;
  1078. order: 12;
  1079. }
  1080. .offset-md-0 {
  1081. margin-left: 0;
  1082. }
  1083. .offset-md-1 {
  1084. margin-left: 8.3333333333%;
  1085. }
  1086. .offset-md-2 {
  1087. margin-left: 16.6666666667%;
  1088. }
  1089. .offset-md-3 {
  1090. margin-left: 25%;
  1091. }
  1092. .offset-md-4 {
  1093. margin-left: 33.3333333333%;
  1094. }
  1095. .offset-md-5 {
  1096. margin-left: 41.6666666667%;
  1097. }
  1098. .offset-md-6 {
  1099. margin-left: 50%;
  1100. }
  1101. .offset-md-7 {
  1102. margin-left: 58.3333333333%;
  1103. }
  1104. .offset-md-8 {
  1105. margin-left: 66.6666666667%;
  1106. }
  1107. .offset-md-9 {
  1108. margin-left: 75%;
  1109. }
  1110. .offset-md-10 {
  1111. margin-left: 83.3333333333%;
  1112. }
  1113. .offset-md-11 {
  1114. margin-left: 91.6666666667%;
  1115. }
  1116. }
  1117. @media (min-width: 992px) {
  1118. .col-lg {
  1119. flex-basis: 0;
  1120. -webkit-box-flex: 1;
  1121. flex-grow: 1;
  1122. max-width: 100%;
  1123. }
  1124. .col-lg-auto {
  1125. -webkit-box-flex: 0;
  1126. flex: 0 0 auto;
  1127. width: auto;
  1128. max-width: 100%;
  1129. }
  1130. .col-lg-1 {
  1131. -webkit-box-flex: 0;
  1132. flex: 0 0 8.3333333333%;
  1133. max-width: 8.3333333333%;
  1134. }
  1135. .col-lg-2 {
  1136. -webkit-box-flex: 0;
  1137. flex: 0 0 16.6666666667%;
  1138. max-width: 16.6666666667%;
  1139. }
  1140. .col-lg-3 {
  1141. -webkit-box-flex: 0;
  1142. flex: 0 0 25%;
  1143. max-width: 25%;
  1144. }
  1145. .col-lg-4 {
  1146. -webkit-box-flex: 0;
  1147. flex: 0 0 33.3333333333%;
  1148. max-width: 33.3333333333%;
  1149. }
  1150. .col-lg-5 {
  1151. -webkit-box-flex: 0;
  1152. flex: 0 0 41.6666666667%;
  1153. max-width: 41.6666666667%;
  1154. }
  1155. .col-lg-6 {
  1156. -webkit-box-flex: 0;
  1157. flex: 0 0 50%;
  1158. max-width: 50%;
  1159. }
  1160. .col-lg-7 {
  1161. -webkit-box-flex: 0;
  1162. flex: 0 0 58.3333333333%;
  1163. max-width: 58.3333333333%;
  1164. }
  1165. .col-lg-8 {
  1166. -webkit-box-flex: 0;
  1167. flex: 0 0 66.6666666667%;
  1168. max-width: 66.6666666667%;
  1169. }
  1170. .col-lg-9 {
  1171. -webkit-box-flex: 0;
  1172. flex: 0 0 75%;
  1173. max-width: 75%;
  1174. }
  1175. .col-lg-10 {
  1176. -webkit-box-flex: 0;
  1177. flex: 0 0 83.3333333333%;
  1178. max-width: 83.3333333333%;
  1179. }
  1180. .col-lg-11 {
  1181. -webkit-box-flex: 0;
  1182. flex: 0 0 91.6666666667%;
  1183. max-width: 91.6666666667%;
  1184. }
  1185. .col-lg-12 {
  1186. -webkit-box-flex: 0;
  1187. flex: 0 0 100%;
  1188. max-width: 100%;
  1189. }
  1190. .order-lg-first {
  1191. -webkit-box-ordinal-group: 0;
  1192. order: -1;
  1193. }
  1194. .order-lg-last {
  1195. -webkit-box-ordinal-group: 14;
  1196. order: 13;
  1197. }
  1198. .order-lg-0 {
  1199. -webkit-box-ordinal-group: 1;
  1200. order: 0;
  1201. }
  1202. .order-lg-1 {
  1203. -webkit-box-ordinal-group: 2;
  1204. order: 1;
  1205. }
  1206. .order-lg-2 {
  1207. -webkit-box-ordinal-group: 3;
  1208. order: 2;
  1209. }
  1210. .order-lg-3 {
  1211. -webkit-box-ordinal-group: 4;
  1212. order: 3;
  1213. }
  1214. .order-lg-4 {
  1215. -webkit-box-ordinal-group: 5;
  1216. order: 4;
  1217. }
  1218. .order-lg-5 {
  1219. -webkit-box-ordinal-group: 6;
  1220. order: 5;
  1221. }
  1222. .order-lg-6 {
  1223. -webkit-box-ordinal-group: 7;
  1224. order: 6;
  1225. }
  1226. .order-lg-7 {
  1227. -webkit-box-ordinal-group: 8;
  1228. order: 7;
  1229. }
  1230. .order-lg-8 {
  1231. -webkit-box-ordinal-group: 9;
  1232. order: 8;
  1233. }
  1234. .order-lg-9 {
  1235. -webkit-box-ordinal-group: 10;
  1236. order: 9;
  1237. }
  1238. .order-lg-10 {
  1239. -webkit-box-ordinal-group: 11;
  1240. order: 10;
  1241. }
  1242. .order-lg-11 {
  1243. -webkit-box-ordinal-group: 12;
  1244. order: 11;
  1245. }
  1246. .order-lg-12 {
  1247. -webkit-box-ordinal-group: 13;
  1248. order: 12;
  1249. }
  1250. .offset-lg-0 {
  1251. margin-left: 0;
  1252. }
  1253. .offset-lg-1 {
  1254. margin-left: 8.3333333333%;
  1255. }
  1256. .offset-lg-2 {
  1257. margin-left: 16.6666666667%;
  1258. }
  1259. .offset-lg-3 {
  1260. margin-left: 25%;
  1261. }
  1262. .offset-lg-4 {
  1263. margin-left: 33.3333333333%;
  1264. }
  1265. .offset-lg-5 {
  1266. margin-left: 41.6666666667%;
  1267. }
  1268. .offset-lg-6 {
  1269. margin-left: 50%;
  1270. }
  1271. .offset-lg-7 {
  1272. margin-left: 58.3333333333%;
  1273. }
  1274. .offset-lg-8 {
  1275. margin-left: 66.6666666667%;
  1276. }
  1277. .offset-lg-9 {
  1278. margin-left: 75%;
  1279. }
  1280. .offset-lg-10 {
  1281. margin-left: 83.3333333333%;
  1282. }
  1283. .offset-lg-11 {
  1284. margin-left: 91.6666666667%;
  1285. }
  1286. }
  1287. @media (min-width: 1200px) {
  1288. .col-xl {
  1289. flex-basis: 0;
  1290. -webkit-box-flex: 1;
  1291. flex-grow: 1;
  1292. max-width: 100%;
  1293. }
  1294. .col-xl-auto {
  1295. -webkit-box-flex: 0;
  1296. flex: 0 0 auto;
  1297. width: auto;
  1298. max-width: 100%;
  1299. }
  1300. .col-xl-1 {
  1301. -webkit-box-flex: 0;
  1302. flex: 0 0 8.3333333333%;
  1303. max-width: 8.3333333333%;
  1304. }
  1305. .col-xl-2 {
  1306. -webkit-box-flex: 0;
  1307. flex: 0 0 16.6666666667%;
  1308. max-width: 16.6666666667%;
  1309. }
  1310. .col-xl-3 {
  1311. -webkit-box-flex: 0;
  1312. flex: 0 0 25%;
  1313. max-width: 25%;
  1314. }
  1315. .col-xl-4 {
  1316. -webkit-box-flex: 0;
  1317. flex: 0 0 33.3333333333%;
  1318. max-width: 33.3333333333%;
  1319. }
  1320. .col-xl-5 {
  1321. -webkit-box-flex: 0;
  1322. flex: 0 0 41.6666666667%;
  1323. max-width: 41.6666666667%;
  1324. }
  1325. .col-xl-6 {
  1326. -webkit-box-flex: 0;
  1327. flex: 0 0 50%;
  1328. max-width: 50%;
  1329. }
  1330. .col-xl-7 {
  1331. -webkit-box-flex: 0;
  1332. flex: 0 0 58.3333333333%;
  1333. max-width: 58.3333333333%;
  1334. }
  1335. .col-xl-8 {
  1336. -webkit-box-flex: 0;
  1337. flex: 0 0 66.6666666667%;
  1338. max-width: 66.6666666667%;
  1339. }
  1340. .col-xl-9 {
  1341. -webkit-box-flex: 0;
  1342. flex: 0 0 75%;
  1343. max-width: 75%;
  1344. }
  1345. .col-xl-10 {
  1346. -webkit-box-flex: 0;
  1347. flex: 0 0 83.3333333333%;
  1348. max-width: 83.3333333333%;
  1349. }
  1350. .col-xl-11 {
  1351. -webkit-box-flex: 0;
  1352. flex: 0 0 91.6666666667%;
  1353. max-width: 91.6666666667%;
  1354. }
  1355. .col-xl-12 {
  1356. -webkit-box-flex: 0;
  1357. flex: 0 0 100%;
  1358. max-width: 100%;
  1359. }
  1360. .order-xl-first {
  1361. -webkit-box-ordinal-group: 0;
  1362. order: -1;
  1363. }
  1364. .order-xl-last {
  1365. -webkit-box-ordinal-group: 14;
  1366. order: 13;
  1367. }
  1368. .order-xl-0 {
  1369. -webkit-box-ordinal-group: 1;
  1370. order: 0;
  1371. }
  1372. .order-xl-1 {
  1373. -webkit-box-ordinal-group: 2;
  1374. order: 1;
  1375. }
  1376. .order-xl-2 {
  1377. -webkit-box-ordinal-group: 3;
  1378. order: 2;
  1379. }
  1380. .order-xl-3 {
  1381. -webkit-box-ordinal-group: 4;
  1382. order: 3;
  1383. }
  1384. .order-xl-4 {
  1385. -webkit-box-ordinal-group: 5;
  1386. order: 4;
  1387. }
  1388. .order-xl-5 {
  1389. -webkit-box-ordinal-group: 6;
  1390. order: 5;
  1391. }
  1392. .order-xl-6 {
  1393. -webkit-box-ordinal-group: 7;
  1394. order: 6;
  1395. }
  1396. .order-xl-7 {
  1397. -webkit-box-ordinal-group: 8;
  1398. order: 7;
  1399. }
  1400. .order-xl-8 {
  1401. -webkit-box-ordinal-group: 9;
  1402. order: 8;
  1403. }
  1404. .order-xl-9 {
  1405. -webkit-box-ordinal-group: 10;
  1406. order: 9;
  1407. }
  1408. .order-xl-10 {
  1409. -webkit-box-ordinal-group: 11;
  1410. order: 10;
  1411. }
  1412. .order-xl-11 {
  1413. -webkit-box-ordinal-group: 12;
  1414. order: 11;
  1415. }
  1416. .order-xl-12 {
  1417. -webkit-box-ordinal-group: 13;
  1418. order: 12;
  1419. }
  1420. .offset-xl-0 {
  1421. margin-left: 0;
  1422. }
  1423. .offset-xl-1 {
  1424. margin-left: 8.3333333333%;
  1425. }
  1426. .offset-xl-2 {
  1427. margin-left: 16.6666666667%;
  1428. }
  1429. .offset-xl-3 {
  1430. margin-left: 25%;
  1431. }
  1432. .offset-xl-4 {
  1433. margin-left: 33.3333333333%;
  1434. }
  1435. .offset-xl-5 {
  1436. margin-left: 41.6666666667%;
  1437. }
  1438. .offset-xl-6 {
  1439. margin-left: 50%;
  1440. }
  1441. .offset-xl-7 {
  1442. margin-left: 58.3333333333%;
  1443. }
  1444. .offset-xl-8 {
  1445. margin-left: 66.6666666667%;
  1446. }
  1447. .offset-xl-9 {
  1448. margin-left: 75%;
  1449. }
  1450. .offset-xl-10 {
  1451. margin-left: 83.3333333333%;
  1452. }
  1453. .offset-xl-11 {
  1454. margin-left: 91.6666666667%;
  1455. }
  1456. }
  1457. .table {
  1458. width: 100%;
  1459. margin-bottom: 1rem;
  1460. color: #212529;
  1461. }
  1462. .table th,
  1463. .table td {
  1464. padding: 0.75rem;
  1465. vertical-align: top;
  1466. border-top: 1px solid #dee2e6;
  1467. }
  1468. .table thead th {
  1469. vertical-align: bottom;
  1470. border-bottom: 2px solid #dee2e6;
  1471. }
  1472. .table tbody + tbody {
  1473. border-top: 2px solid #dee2e6;
  1474. }
  1475. .table-sm th,
  1476. .table-sm td {
  1477. padding: 0.3rem;
  1478. }
  1479. .table-bordered {
  1480. border: 1px solid #dee2e6;
  1481. }
  1482. .table-bordered th,
  1483. .table-bordered td {
  1484. border: 1px solid #dee2e6;
  1485. }
  1486. .table-bordered thead th,
  1487. .table-bordered thead td {
  1488. border-bottom-width: 2px;
  1489. }
  1490. .table-borderless th,
  1491. .table-borderless td,
  1492. .table-borderless thead th,
  1493. .table-borderless tbody + tbody {
  1494. border: 0;
  1495. }
  1496. .table-striped tbody tr:nth-of-type(odd) {
  1497. background-color: rgba(0, 0, 0, 0.05);
  1498. }
  1499. .table-hover tbody tr:hover {
  1500. color: #212529;
  1501. background-color: rgba(0, 0, 0, 0.075);
  1502. }
  1503. .table-primary,
  1504. .table-primary > th,
  1505. .table-primary > td {
  1506. background-color: #c6e0f5;
  1507. }
  1508. .table-primary th,
  1509. .table-primary td,
  1510. .table-primary thead th,
  1511. .table-primary tbody + tbody {
  1512. border-color: #95c5ed;
  1513. }
  1514. .table-hover .table-primary:hover {
  1515. background-color: #b0d4f1;
  1516. }
  1517. .table-hover .table-primary:hover > td,
  1518. .table-hover .table-primary:hover > th {
  1519. background-color: #b0d4f1;
  1520. }
  1521. .table-secondary,
  1522. .table-secondary > th,
  1523. .table-secondary > td {
  1524. background-color: #d6d8db;
  1525. }
  1526. .table-secondary th,
  1527. .table-secondary td,
  1528. .table-secondary thead th,
  1529. .table-secondary tbody + tbody {
  1530. border-color: #b3b7bb;
  1531. }
  1532. .table-hover .table-secondary:hover {
  1533. background-color: #c8cbcf;
  1534. }
  1535. .table-hover .table-secondary:hover > td,
  1536. .table-hover .table-secondary:hover > th {
  1537. background-color: #c8cbcf;
  1538. }
  1539. .table-success,
  1540. .table-success > th,
  1541. .table-success > td {
  1542. background-color: #c7eed8;
  1543. }
  1544. .table-success th,
  1545. .table-success td,
  1546. .table-success thead th,
  1547. .table-success tbody + tbody {
  1548. border-color: #98dfb6;
  1549. }
  1550. .table-hover .table-success:hover {
  1551. background-color: #b3e8ca;
  1552. }
  1553. .table-hover .table-success:hover > td,
  1554. .table-hover .table-success:hover > th {
  1555. background-color: #b3e8ca;
  1556. }
  1557. .table-info,
  1558. .table-info > th,
  1559. .table-info > td {
  1560. background-color: #d6e9f9;
  1561. }
  1562. .table-info th,
  1563. .table-info td,
  1564. .table-info thead th,
  1565. .table-info tbody + tbody {
  1566. border-color: #b3d7f5;
  1567. }
  1568. .table-hover .table-info:hover {
  1569. background-color: #c0ddf6;
  1570. }
  1571. .table-hover .table-info:hover > td,
  1572. .table-hover .table-info:hover > th {
  1573. background-color: #c0ddf6;
  1574. }
  1575. .table-warning,
  1576. .table-warning > th,
  1577. .table-warning > td {
  1578. background-color: #fffacc;
  1579. }
  1580. .table-warning th,
  1581. .table-warning td,
  1582. .table-warning thead th,
  1583. .table-warning tbody + tbody {
  1584. border-color: #fff6a1;
  1585. }
  1586. .table-hover .table-warning:hover {
  1587. background-color: #fff8b3;
  1588. }
  1589. .table-hover .table-warning:hover > td,
  1590. .table-hover .table-warning:hover > th {
  1591. background-color: #fff8b3;
  1592. }
  1593. .table-danger,
  1594. .table-danger > th,
  1595. .table-danger > td {
  1596. background-color: #f7c6c5;
  1597. }
  1598. .table-danger th,
  1599. .table-danger td,
  1600. .table-danger thead th,
  1601. .table-danger tbody + tbody {
  1602. border-color: #f09593;
  1603. }
  1604. .table-hover .table-danger:hover {
  1605. background-color: #f4b0af;
  1606. }
  1607. .table-hover .table-danger:hover > td,
  1608. .table-hover .table-danger:hover > th {
  1609. background-color: #f4b0af;
  1610. }
  1611. .table-light,
  1612. .table-light > th,
  1613. .table-light > td {
  1614. background-color: #fdfdfe;
  1615. }
  1616. .table-light th,
  1617. .table-light td,
  1618. .table-light thead th,
  1619. .table-light tbody + tbody {
  1620. border-color: #fbfcfc;
  1621. }
  1622. .table-hover .table-light:hover {
  1623. background-color: #ececf6;
  1624. }
  1625. .table-hover .table-light:hover > td,
  1626. .table-hover .table-light:hover > th {
  1627. background-color: #ececf6;
  1628. }
  1629. .table-dark,
  1630. .table-dark > th,
  1631. .table-dark > td {
  1632. background-color: #c6c8ca;
  1633. }
  1634. .table-dark th,
  1635. .table-dark td,
  1636. .table-dark thead th,
  1637. .table-dark tbody + tbody {
  1638. border-color: #95999c;
  1639. }
  1640. .table-hover .table-dark:hover {
  1641. background-color: #b9bbbe;
  1642. }
  1643. .table-hover .table-dark:hover > td,
  1644. .table-hover .table-dark:hover > th {
  1645. background-color: #b9bbbe;
  1646. }
  1647. .table-active,
  1648. .table-active > th,
  1649. .table-active > td {
  1650. background-color: rgba(0, 0, 0, 0.075);
  1651. }
  1652. .table-hover .table-active:hover {
  1653. background-color: rgba(0, 0, 0, 0.075);
  1654. }
  1655. .table-hover .table-active:hover > td,
  1656. .table-hover .table-active:hover > th {
  1657. background-color: rgba(0, 0, 0, 0.075);
  1658. }
  1659. .table .thead-dark th {
  1660. color: #fff;
  1661. background-color: #343a40;
  1662. border-color: #454d55;
  1663. }
  1664. .table .thead-light th {
  1665. color: #495057;
  1666. background-color: #e9ecef;
  1667. border-color: #dee2e6;
  1668. }
  1669. .table-dark {
  1670. color: #fff;
  1671. background-color: #343a40;
  1672. }
  1673. .table-dark th,
  1674. .table-dark td,
  1675. .table-dark thead th {
  1676. border-color: #454d55;
  1677. }
  1678. .table-dark.table-bordered {
  1679. border: 0;
  1680. }
  1681. .table-dark.table-striped tbody tr:nth-of-type(odd) {
  1682. background-color: rgba(255, 255, 255, 0.05);
  1683. }
  1684. .table-dark.table-hover tbody tr:hover {
  1685. color: #fff;
  1686. background-color: rgba(255, 255, 255, 0.075);
  1687. }
  1688. @media (max-width: 575.98px) {
  1689. .table-responsive-sm {
  1690. display: block;
  1691. width: 100%;
  1692. overflow-x: auto;
  1693. -webkit-overflow-scrolling: touch;
  1694. }
  1695. .table-responsive-sm > .table-bordered {
  1696. border: 0;
  1697. }
  1698. }
  1699. @media (max-width: 767.98px) {
  1700. .table-responsive-md {
  1701. display: block;
  1702. width: 100%;
  1703. overflow-x: auto;
  1704. -webkit-overflow-scrolling: touch;
  1705. }
  1706. .table-responsive-md > .table-bordered {
  1707. border: 0;
  1708. }
  1709. }
  1710. @media (max-width: 991.98px) {
  1711. .table-responsive-lg {
  1712. display: block;
  1713. width: 100%;
  1714. overflow-x: auto;
  1715. -webkit-overflow-scrolling: touch;
  1716. }
  1717. .table-responsive-lg > .table-bordered {
  1718. border: 0;
  1719. }
  1720. }
  1721. @media (max-width: 1199.98px) {
  1722. .table-responsive-xl {
  1723. display: block;
  1724. width: 100%;
  1725. overflow-x: auto;
  1726. -webkit-overflow-scrolling: touch;
  1727. }
  1728. .table-responsive-xl > .table-bordered {
  1729. border: 0;
  1730. }
  1731. }
  1732. .table-responsive {
  1733. display: block;
  1734. width: 100%;
  1735. overflow-x: auto;
  1736. -webkit-overflow-scrolling: touch;
  1737. }
  1738. .table-responsive > .table-bordered {
  1739. border: 0;
  1740. }
  1741. .form-control {
  1742. display: block;
  1743. width: 100%;
  1744. height: calc(1.6em + 0.75rem + 2px);
  1745. padding: 0.375rem 0.75rem;
  1746. font-size: 0.9rem;
  1747. font-weight: 400;
  1748. line-height: 1.6;
  1749. color: #495057;
  1750. background-color: #fff;
  1751. background-clip: padding-box;
  1752. border: 1px solid #ced4da;
  1753. border-radius: 0.25rem;
  1754. -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1755. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1756. }
  1757. @media (prefers-reduced-motion: reduce) {
  1758. .form-control {
  1759. -webkit-transition: none;
  1760. transition: none;
  1761. }
  1762. }
  1763. .form-control::-ms-expand {
  1764. background-color: transparent;
  1765. border: 0;
  1766. }
  1767. .form-control:focus {
  1768. color: #495057;
  1769. background-color: #fff;
  1770. border-color: #a1cbef;
  1771. outline: 0;
  1772. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  1773. }
  1774. .form-control::-webkit-input-placeholder {
  1775. color: #6c757d;
  1776. opacity: 1;
  1777. }
  1778. .form-control::-moz-placeholder {
  1779. color: #6c757d;
  1780. opacity: 1;
  1781. }
  1782. .form-control:-ms-input-placeholder {
  1783. color: #6c757d;
  1784. opacity: 1;
  1785. }
  1786. .form-control::-ms-input-placeholder {
  1787. color: #6c757d;
  1788. opacity: 1;
  1789. }
  1790. .form-control::placeholder {
  1791. color: #6c757d;
  1792. opacity: 1;
  1793. }
  1794. .form-control:disabled,
  1795. .form-control[readonly] {
  1796. background-color: #e9ecef;
  1797. opacity: 1;
  1798. }
  1799. select.form-control:focus::-ms-value {
  1800. color: #495057;
  1801. background-color: #fff;
  1802. }
  1803. .form-control-file,
  1804. .form-control-range {
  1805. display: block;
  1806. width: 100%;
  1807. }
  1808. .col-form-label {
  1809. padding-top: calc(0.375rem + 1px);
  1810. padding-bottom: calc(0.375rem + 1px);
  1811. margin-bottom: 0;
  1812. font-size: inherit;
  1813. line-height: 1.6;
  1814. }
  1815. .col-form-label-lg {
  1816. padding-top: calc(0.5rem + 1px);
  1817. padding-bottom: calc(0.5rem + 1px);
  1818. font-size: 1.125rem;
  1819. line-height: 1.5;
  1820. }
  1821. .col-form-label-sm {
  1822. padding-top: calc(0.25rem + 1px);
  1823. padding-bottom: calc(0.25rem + 1px);
  1824. font-size: 0.7875rem;
  1825. line-height: 1.5;
  1826. }
  1827. .form-control-plaintext {
  1828. display: block;
  1829. width: 100%;
  1830. padding-top: 0.375rem;
  1831. padding-bottom: 0.375rem;
  1832. margin-bottom: 0;
  1833. line-height: 1.6;
  1834. color: #212529;
  1835. background-color: transparent;
  1836. border: solid transparent;
  1837. border-width: 1px 0;
  1838. }
  1839. .form-control-plaintext.form-control-sm,
  1840. .form-control-plaintext.form-control-lg {
  1841. padding-right: 0;
  1842. padding-left: 0;
  1843. }
  1844. .form-control-sm {
  1845. height: calc(1.5em + 0.5rem + 2px);
  1846. padding: 0.25rem 0.5rem;
  1847. font-size: 0.7875rem;
  1848. line-height: 1.5;
  1849. border-radius: 0.2rem;
  1850. }
  1851. .form-control-lg {
  1852. height: calc(1.5em + 1rem + 2px);
  1853. padding: 0.5rem 1rem;
  1854. font-size: 1.125rem;
  1855. line-height: 1.5;
  1856. border-radius: 0.3rem;
  1857. }
  1858. select.form-control[size],
  1859. select.form-control[multiple] {
  1860. height: auto;
  1861. }
  1862. textarea.form-control {
  1863. height: auto;
  1864. }
  1865. .form-group {
  1866. margin-bottom: 1rem;
  1867. }
  1868. .form-text {
  1869. display: block;
  1870. margin-top: 0.25rem;
  1871. }
  1872. .form-row {
  1873. display: -webkit-box;
  1874. display: flex;
  1875. flex-wrap: wrap;
  1876. margin-right: -5px;
  1877. margin-left: -5px;
  1878. }
  1879. .form-row > .col,
  1880. .form-row > [class*=col-] {
  1881. padding-right: 5px;
  1882. padding-left: 5px;
  1883. }
  1884. .form-check {
  1885. position: relative;
  1886. display: block;
  1887. padding-left: 1.25rem;
  1888. }
  1889. .form-check-input {
  1890. position: absolute;
  1891. margin-top: 0.3rem;
  1892. margin-left: -1.25rem;
  1893. }
  1894. .form-check-input:disabled ~ .form-check-label {
  1895. color: #6c757d;
  1896. }
  1897. .form-check-label {
  1898. margin-bottom: 0;
  1899. }
  1900. .form-check-inline {
  1901. display: -webkit-inline-box;
  1902. display: inline-flex;
  1903. -webkit-box-align: center;
  1904. align-items: center;
  1905. padding-left: 0;
  1906. margin-right: 0.75rem;
  1907. }
  1908. .form-check-inline .form-check-input {
  1909. position: static;
  1910. margin-top: 0;
  1911. margin-right: 0.3125rem;
  1912. margin-left: 0;
  1913. }
  1914. .valid-feedback {
  1915. display: none;
  1916. width: 100%;
  1917. margin-top: 0.25rem;
  1918. font-size: 80%;
  1919. color: #38c172;
  1920. }
  1921. .valid-tooltip {
  1922. position: absolute;
  1923. top: 100%;
  1924. z-index: 5;
  1925. display: none;
  1926. max-width: 100%;
  1927. padding: 0.25rem 0.5rem;
  1928. margin-top: 0.1rem;
  1929. font-size: 0.7875rem;
  1930. line-height: 1.6;
  1931. color: #fff;
  1932. background-color: rgba(56, 193, 114, 0.9);
  1933. border-radius: 0.25rem;
  1934. }
  1935. .was-validated .form-control:valid,
  1936. .form-control.is-valid {
  1937. border-color: #38c172;
  1938. padding-right: calc(1.6em + 0.75rem);
  1939. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  1940. background-repeat: no-repeat;
  1941. background-position: center right calc(0.4em + 0.1875rem);
  1942. background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  1943. }
  1944. .was-validated .form-control:valid:focus,
  1945. .form-control.is-valid:focus {
  1946. border-color: #38c172;
  1947. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1948. }
  1949. .was-validated .form-control:valid ~ .valid-feedback,
  1950. .was-validated .form-control:valid ~ .valid-tooltip,
  1951. .form-control.is-valid ~ .valid-feedback,
  1952. .form-control.is-valid ~ .valid-tooltip {
  1953. display: block;
  1954. }
  1955. .was-validated textarea.form-control:valid,
  1956. textarea.form-control.is-valid {
  1957. padding-right: calc(1.6em + 0.75rem);
  1958. background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
  1959. }
  1960. .was-validated .custom-select:valid,
  1961. .custom-select.is-valid {
  1962. border-color: #38c172;
  1963. padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  1964. background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  1965. }
  1966. .was-validated .custom-select:valid:focus,
  1967. .custom-select.is-valid:focus {
  1968. border-color: #38c172;
  1969. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  1970. }
  1971. .was-validated .custom-select:valid ~ .valid-feedback,
  1972. .was-validated .custom-select:valid ~ .valid-tooltip,
  1973. .custom-select.is-valid ~ .valid-feedback,
  1974. .custom-select.is-valid ~ .valid-tooltip {
  1975. display: block;
  1976. }
  1977. .was-validated .form-control-file:valid ~ .valid-feedback,
  1978. .was-validated .form-control-file:valid ~ .valid-tooltip,
  1979. .form-control-file.is-valid ~ .valid-feedback,
  1980. .form-control-file.is-valid ~ .valid-tooltip {
  1981. display: block;
  1982. }
  1983. .was-validated .form-check-input:valid ~ .form-check-label,
  1984. .form-check-input.is-valid ~ .form-check-label {
  1985. color: #38c172;
  1986. }
  1987. .was-validated .form-check-input:valid ~ .valid-feedback,
  1988. .was-validated .form-check-input:valid ~ .valid-tooltip,
  1989. .form-check-input.is-valid ~ .valid-feedback,
  1990. .form-check-input.is-valid ~ .valid-tooltip {
  1991. display: block;
  1992. }
  1993. .was-validated .custom-control-input:valid ~ .custom-control-label,
  1994. .custom-control-input.is-valid ~ .custom-control-label {
  1995. color: #38c172;
  1996. }
  1997. .was-validated .custom-control-input:valid ~ .custom-control-label::before,
  1998. .custom-control-input.is-valid ~ .custom-control-label::before {
  1999. border-color: #38c172;
  2000. }
  2001. .was-validated .custom-control-input:valid ~ .valid-feedback,
  2002. .was-validated .custom-control-input:valid ~ .valid-tooltip,
  2003. .custom-control-input.is-valid ~ .valid-feedback,
  2004. .custom-control-input.is-valid ~ .valid-tooltip {
  2005. display: block;
  2006. }
  2007. .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
  2008. .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  2009. border-color: #5cd08d;
  2010. background-color: #5cd08d;
  2011. }
  2012. .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
  2013. .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  2014. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  2015. }
  2016. .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
  2017. .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  2018. border-color: #38c172;
  2019. }
  2020. .was-validated .custom-file-input:valid ~ .custom-file-label,
  2021. .custom-file-input.is-valid ~ .custom-file-label {
  2022. border-color: #38c172;
  2023. }
  2024. .was-validated .custom-file-input:valid ~ .valid-feedback,
  2025. .was-validated .custom-file-input:valid ~ .valid-tooltip,
  2026. .custom-file-input.is-valid ~ .valid-feedback,
  2027. .custom-file-input.is-valid ~ .valid-tooltip {
  2028. display: block;
  2029. }
  2030. .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
  2031. .custom-file-input.is-valid:focus ~ .custom-file-label {
  2032. border-color: #38c172;
  2033. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
  2034. }
  2035. .invalid-feedback {
  2036. display: none;
  2037. width: 100%;
  2038. margin-top: 0.25rem;
  2039. font-size: 80%;
  2040. color: #e3342f;
  2041. }
  2042. .invalid-tooltip {
  2043. position: absolute;
  2044. top: 100%;
  2045. z-index: 5;
  2046. display: none;
  2047. max-width: 100%;
  2048. padding: 0.25rem 0.5rem;
  2049. margin-top: 0.1rem;
  2050. font-size: 0.7875rem;
  2051. line-height: 1.6;
  2052. color: #fff;
  2053. background-color: rgba(227, 52, 47, 0.9);
  2054. border-radius: 0.25rem;
  2055. }
  2056. .was-validated .form-control:invalid,
  2057. .form-control.is-invalid {
  2058. border-color: #e3342f;
  2059. padding-right: calc(1.6em + 0.75rem);
  2060. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  2061. background-repeat: no-repeat;
  2062. background-position: center right calc(0.4em + 0.1875rem);
  2063. background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  2064. }
  2065. .was-validated .form-control:invalid:focus,
  2066. .form-control.is-invalid:focus {
  2067. border-color: #e3342f;
  2068. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  2069. }
  2070. .was-validated .form-control:invalid ~ .invalid-feedback,
  2071. .was-validated .form-control:invalid ~ .invalid-tooltip,
  2072. .form-control.is-invalid ~ .invalid-feedback,
  2073. .form-control.is-invalid ~ .invalid-tooltip {
  2074. display: block;
  2075. }
  2076. .was-validated textarea.form-control:invalid,
  2077. textarea.form-control.is-invalid {
  2078. padding-right: calc(1.6em + 0.75rem);
  2079. background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
  2080. }
  2081. .was-validated .custom-select:invalid,
  2082. .custom-select.is-invalid {
  2083. border-color: #e3342f;
  2084. padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  2085. background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e3342f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e3342f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
  2086. }
  2087. .was-validated .custom-select:invalid:focus,
  2088. .custom-select.is-invalid:focus {
  2089. border-color: #e3342f;
  2090. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  2091. }
  2092. .was-validated .custom-select:invalid ~ .invalid-feedback,
  2093. .was-validated .custom-select:invalid ~ .invalid-tooltip,
  2094. .custom-select.is-invalid ~ .invalid-feedback,
  2095. .custom-select.is-invalid ~ .invalid-tooltip {
  2096. display: block;
  2097. }
  2098. .was-validated .form-control-file:invalid ~ .invalid-feedback,
  2099. .was-validated .form-control-file:invalid ~ .invalid-tooltip,
  2100. .form-control-file.is-invalid ~ .invalid-feedback,
  2101. .form-control-file.is-invalid ~ .invalid-tooltip {
  2102. display: block;
  2103. }
  2104. .was-validated .form-check-input:invalid ~ .form-check-label,
  2105. .form-check-input.is-invalid ~ .form-check-label {
  2106. color: #e3342f;
  2107. }
  2108. .was-validated .form-check-input:invalid ~ .invalid-feedback,
  2109. .was-validated .form-check-input:invalid ~ .invalid-tooltip,
  2110. .form-check-input.is-invalid ~ .invalid-feedback,
  2111. .form-check-input.is-invalid ~ .invalid-tooltip {
  2112. display: block;
  2113. }
  2114. .was-validated .custom-control-input:invalid ~ .custom-control-label,
  2115. .custom-control-input.is-invalid ~ .custom-control-label {
  2116. color: #e3342f;
  2117. }
  2118. .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
  2119. .custom-control-input.is-invalid ~ .custom-control-label::before {
  2120. border-color: #e3342f;
  2121. }
  2122. .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  2123. .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
  2124. .custom-control-input.is-invalid ~ .invalid-feedback,
  2125. .custom-control-input.is-invalid ~ .invalid-tooltip {
  2126. display: block;
  2127. }
  2128. .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
  2129. .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  2130. border-color: #e9605c;
  2131. background-color: #e9605c;
  2132. }
  2133. .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
  2134. .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  2135. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  2136. }
  2137. .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
  2138. .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  2139. border-color: #e3342f;
  2140. }
  2141. .was-validated .custom-file-input:invalid ~ .custom-file-label,
  2142. .custom-file-input.is-invalid ~ .custom-file-label {
  2143. border-color: #e3342f;
  2144. }
  2145. .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  2146. .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
  2147. .custom-file-input.is-invalid ~ .invalid-feedback,
  2148. .custom-file-input.is-invalid ~ .invalid-tooltip {
  2149. display: block;
  2150. }
  2151. .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
  2152. .custom-file-input.is-invalid:focus ~ .custom-file-label {
  2153. border-color: #e3342f;
  2154. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
  2155. }
  2156. .form-inline {
  2157. display: -webkit-box;
  2158. display: flex;
  2159. -webkit-box-orient: horizontal;
  2160. -webkit-box-direction: normal;
  2161. flex-flow: row wrap;
  2162. -webkit-box-align: center;
  2163. align-items: center;
  2164. }
  2165. .form-inline .form-check {
  2166. width: 100%;
  2167. }
  2168. @media (min-width: 576px) {
  2169. .form-inline label {
  2170. display: -webkit-box;
  2171. display: flex;
  2172. -webkit-box-align: center;
  2173. align-items: center;
  2174. -webkit-box-pack: center;
  2175. justify-content: center;
  2176. margin-bottom: 0;
  2177. }
  2178. .form-inline .form-group {
  2179. display: -webkit-box;
  2180. display: flex;
  2181. -webkit-box-flex: 0;
  2182. flex: 0 0 auto;
  2183. -webkit-box-orient: horizontal;
  2184. -webkit-box-direction: normal;
  2185. flex-flow: row wrap;
  2186. -webkit-box-align: center;
  2187. align-items: center;
  2188. margin-bottom: 0;
  2189. }
  2190. .form-inline .form-control {
  2191. display: inline-block;
  2192. width: auto;
  2193. vertical-align: middle;
  2194. }
  2195. .form-inline .form-control-plaintext {
  2196. display: inline-block;
  2197. }
  2198. .form-inline .input-group,
  2199. .form-inline .custom-select {
  2200. width: auto;
  2201. }
  2202. .form-inline .form-check {
  2203. display: -webkit-box;
  2204. display: flex;
  2205. -webkit-box-align: center;
  2206. align-items: center;
  2207. -webkit-box-pack: center;
  2208. justify-content: center;
  2209. width: auto;
  2210. padding-left: 0;
  2211. }
  2212. .form-inline .form-check-input {
  2213. position: relative;
  2214. flex-shrink: 0;
  2215. margin-top: 0;
  2216. margin-right: 0.25rem;
  2217. margin-left: 0;
  2218. }
  2219. .form-inline .custom-control {
  2220. -webkit-box-align: center;
  2221. align-items: center;
  2222. -webkit-box-pack: center;
  2223. justify-content: center;
  2224. }
  2225. .form-inline .custom-control-label {
  2226. margin-bottom: 0;
  2227. }
  2228. }
  2229. .btn {
  2230. display: inline-block;
  2231. font-weight: 400;
  2232. color: #212529;
  2233. text-align: center;
  2234. vertical-align: middle;
  2235. -webkit-user-select: none;
  2236. -moz-user-select: none;
  2237. -ms-user-select: none;
  2238. user-select: none;
  2239. background-color: transparent;
  2240. border: 1px solid transparent;
  2241. padding: 0.375rem 0.75rem;
  2242. font-size: 0.9rem;
  2243. line-height: 1.6;
  2244. border-radius: 0.25rem;
  2245. -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2246. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2247. }
  2248. @media (prefers-reduced-motion: reduce) {
  2249. .btn {
  2250. -webkit-transition: none;
  2251. transition: none;
  2252. }
  2253. }
  2254. .btn:hover {
  2255. color: #212529;
  2256. text-decoration: none;
  2257. }
  2258. .btn:focus,
  2259. .btn.focus {
  2260. outline: 0;
  2261. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  2262. }
  2263. .btn.disabled,
  2264. .btn:disabled {
  2265. opacity: 0.65;
  2266. }
  2267. a.btn.disabled,
  2268. fieldset:disabled a.btn {
  2269. pointer-events: none;
  2270. }
  2271. .btn-primary {
  2272. color: #fff;
  2273. background-color: #3490dc;
  2274. border-color: #3490dc;
  2275. }
  2276. .btn-primary:hover {
  2277. color: #fff;
  2278. background-color: #227dc7;
  2279. border-color: #2176bd;
  2280. }
  2281. .btn-primary:focus,
  2282. .btn-primary.focus {
  2283. box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
  2284. }
  2285. .btn-primary.disabled,
  2286. .btn-primary:disabled {
  2287. color: #fff;
  2288. background-color: #3490dc;
  2289. border-color: #3490dc;
  2290. }
  2291. .btn-primary:not(:disabled):not(.disabled):active,
  2292. .btn-primary:not(:disabled):not(.disabled).active,
  2293. .show > .btn-primary.dropdown-toggle {
  2294. color: #fff;
  2295. background-color: #2176bd;
  2296. border-color: #1f6fb2;
  2297. }
  2298. .btn-primary:not(:disabled):not(.disabled):active:focus,
  2299. .btn-primary:not(:disabled):not(.disabled).active:focus,
  2300. .show > .btn-primary.dropdown-toggle:focus {
  2301. box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
  2302. }
  2303. .btn-secondary {
  2304. color: #fff;
  2305. background-color: #6c757d;
  2306. border-color: #6c757d;
  2307. }
  2308. .btn-secondary:hover {
  2309. color: #fff;
  2310. background-color: #5a6268;
  2311. border-color: #545b62;
  2312. }
  2313. .btn-secondary:focus,
  2314. .btn-secondary.focus {
  2315. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  2316. }
  2317. .btn-secondary.disabled,
  2318. .btn-secondary:disabled {
  2319. color: #fff;
  2320. background-color: #6c757d;
  2321. border-color: #6c757d;
  2322. }
  2323. .btn-secondary:not(:disabled):not(.disabled):active,
  2324. .btn-secondary:not(:disabled):not(.disabled).active,
  2325. .show > .btn-secondary.dropdown-toggle {
  2326. color: #fff;
  2327. background-color: #545b62;
  2328. border-color: #4e555b;
  2329. }
  2330. .btn-secondary:not(:disabled):not(.disabled):active:focus,
  2331. .btn-secondary:not(:disabled):not(.disabled).active:focus,
  2332. .show > .btn-secondary.dropdown-toggle:focus {
  2333. box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  2334. }
  2335. .btn-success {
  2336. color: #fff;
  2337. background-color: #38c172;
  2338. border-color: #38c172;
  2339. }
  2340. .btn-success:hover {
  2341. color: #fff;
  2342. background-color: #2fa360;
  2343. border-color: #2d995b;
  2344. }
  2345. .btn-success:focus,
  2346. .btn-success.focus {
  2347. box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
  2348. }
  2349. .btn-success.disabled,
  2350. .btn-success:disabled {
  2351. color: #fff;
  2352. background-color: #38c172;
  2353. border-color: #38c172;
  2354. }
  2355. .btn-success:not(:disabled):not(.disabled):active,
  2356. .btn-success:not(:disabled):not(.disabled).active,
  2357. .show > .btn-success.dropdown-toggle {
  2358. color: #fff;
  2359. background-color: #2d995b;
  2360. border-color: #2a9055;
  2361. }
  2362. .btn-success:not(:disabled):not(.disabled):active:focus,
  2363. .btn-success:not(:disabled):not(.disabled).active:focus,
  2364. .show > .btn-success.dropdown-toggle:focus {
  2365. box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
  2366. }
  2367. .btn-info {
  2368. color: #212529;
  2369. background-color: #6cb2eb;
  2370. border-color: #6cb2eb;
  2371. }
  2372. .btn-info:hover {
  2373. color: #fff;
  2374. background-color: #4aa0e6;
  2375. border-color: #3f9ae5;
  2376. }
  2377. .btn-info:focus,
  2378. .btn-info.focus {
  2379. box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
  2380. }
  2381. .btn-info.disabled,
  2382. .btn-info:disabled {
  2383. color: #212529;
  2384. background-color: #6cb2eb;
  2385. border-color: #6cb2eb;
  2386. }
  2387. .btn-info:not(:disabled):not(.disabled):active,
  2388. .btn-info:not(:disabled):not(.disabled).active,
  2389. .show > .btn-info.dropdown-toggle {
  2390. color: #fff;
  2391. background-color: #3f9ae5;
  2392. border-color: #3495e3;
  2393. }
  2394. .btn-info:not(:disabled):not(.disabled):active:focus,
  2395. .btn-info:not(:disabled):not(.disabled).active:focus,
  2396. .show > .btn-info.dropdown-toggle:focus {
  2397. box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
  2398. }
  2399. .btn-warning {
  2400. color: #212529;
  2401. background-color: #ffed4a;
  2402. border-color: #ffed4a;
  2403. }
  2404. .btn-warning:hover {
  2405. color: #212529;
  2406. background-color: #ffe924;
  2407. border-color: #ffe817;
  2408. }
  2409. .btn-warning:focus,
  2410. .btn-warning.focus {
  2411. box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
  2412. }
  2413. .btn-warning.disabled,
  2414. .btn-warning:disabled {
  2415. color: #212529;
  2416. background-color: #ffed4a;
  2417. border-color: #ffed4a;
  2418. }
  2419. .btn-warning:not(:disabled):not(.disabled):active,
  2420. .btn-warning:not(:disabled):not(.disabled).active,
  2421. .show > .btn-warning.dropdown-toggle {
  2422. color: #212529;
  2423. background-color: #ffe817;
  2424. border-color: #ffe70a;
  2425. }
  2426. .btn-warning:not(:disabled):not(.disabled):active:focus,
  2427. .btn-warning:not(:disabled):not(.disabled).active:focus,
  2428. .show > .btn-warning.dropdown-toggle:focus {
  2429. box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
  2430. }
  2431. .btn-danger {
  2432. color: #fff;
  2433. background-color: #e3342f;
  2434. border-color: #e3342f;
  2435. }
  2436. .btn-danger:hover {
  2437. color: #fff;
  2438. background-color: #d0211c;
  2439. border-color: #c51f1a;
  2440. }
  2441. .btn-danger:focus,
  2442. .btn-danger.focus {
  2443. box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
  2444. }
  2445. .btn-danger.disabled,
  2446. .btn-danger:disabled {
  2447. color: #fff;
  2448. background-color: #e3342f;
  2449. border-color: #e3342f;
  2450. }
  2451. .btn-danger:not(:disabled):not(.disabled):active,
  2452. .btn-danger:not(:disabled):not(.disabled).active,
  2453. .show > .btn-danger.dropdown-toggle {
  2454. color: #fff;
  2455. background-color: #c51f1a;
  2456. border-color: #b91d19;
  2457. }
  2458. .btn-danger:not(:disabled):not(.disabled):active:focus,
  2459. .btn-danger:not(:disabled):not(.disabled).active:focus,
  2460. .show > .btn-danger.dropdown-toggle:focus {
  2461. box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
  2462. }
  2463. .btn-light {
  2464. color: #212529;
  2465. background-color: #f8f9fa;
  2466. border-color: #f8f9fa;
  2467. }
  2468. .btn-light:hover {
  2469. color: #212529;
  2470. background-color: #e2e6ea;
  2471. border-color: #dae0e5;
  2472. }
  2473. .btn-light:focus,
  2474. .btn-light.focus {
  2475. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  2476. }
  2477. .btn-light.disabled,
  2478. .btn-light:disabled {
  2479. color: #212529;
  2480. background-color: #f8f9fa;
  2481. border-color: #f8f9fa;
  2482. }
  2483. .btn-light:not(:disabled):not(.disabled):active,
  2484. .btn-light:not(:disabled):not(.disabled).active,
  2485. .show > .btn-light.dropdown-toggle {
  2486. color: #212529;
  2487. background-color: #dae0e5;
  2488. border-color: #d3d9df;
  2489. }
  2490. .btn-light:not(:disabled):not(.disabled):active:focus,
  2491. .btn-light:not(:disabled):not(.disabled).active:focus,
  2492. .show > .btn-light.dropdown-toggle:focus {
  2493. box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  2494. }
  2495. .btn-dark {
  2496. color: #fff;
  2497. background-color: #343a40;
  2498. border-color: #343a40;
  2499. }
  2500. .btn-dark:hover {
  2501. color: #fff;
  2502. background-color: #23272b;
  2503. border-color: #1d2124;
  2504. }
  2505. .btn-dark:focus,
  2506. .btn-dark.focus {
  2507. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  2508. }
  2509. .btn-dark.disabled,
  2510. .btn-dark:disabled {
  2511. color: #fff;
  2512. background-color: #343a40;
  2513. border-color: #343a40;
  2514. }
  2515. .btn-dark:not(:disabled):not(.disabled):active,
  2516. .btn-dark:not(:disabled):not(.disabled).active,
  2517. .show > .btn-dark.dropdown-toggle {
  2518. color: #fff;
  2519. background-color: #1d2124;
  2520. border-color: #171a1d;
  2521. }
  2522. .btn-dark:not(:disabled):not(.disabled):active:focus,
  2523. .btn-dark:not(:disabled):not(.disabled).active:focus,
  2524. .show > .btn-dark.dropdown-toggle:focus {
  2525. box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  2526. }
  2527. .btn-outline-primary {
  2528. color: #3490dc;
  2529. border-color: #3490dc;
  2530. }
  2531. .btn-outline-primary:hover {
  2532. color: #fff;
  2533. background-color: #3490dc;
  2534. border-color: #3490dc;
  2535. }
  2536. .btn-outline-primary:focus,
  2537. .btn-outline-primary.focus {
  2538. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  2539. }
  2540. .btn-outline-primary.disabled,
  2541. .btn-outline-primary:disabled {
  2542. color: #3490dc;
  2543. background-color: transparent;
  2544. }
  2545. .btn-outline-primary:not(:disabled):not(.disabled):active,
  2546. .btn-outline-primary:not(:disabled):not(.disabled).active,
  2547. .show > .btn-outline-primary.dropdown-toggle {
  2548. color: #fff;
  2549. background-color: #3490dc;
  2550. border-color: #3490dc;
  2551. }
  2552. .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  2553. .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  2554. .show > .btn-outline-primary.dropdown-toggle:focus {
  2555. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  2556. }
  2557. .btn-outline-secondary {
  2558. color: #6c757d;
  2559. border-color: #6c757d;
  2560. }
  2561. .btn-outline-secondary:hover {
  2562. color: #fff;
  2563. background-color: #6c757d;
  2564. border-color: #6c757d;
  2565. }
  2566. .btn-outline-secondary:focus,
  2567. .btn-outline-secondary.focus {
  2568. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2569. }
  2570. .btn-outline-secondary.disabled,
  2571. .btn-outline-secondary:disabled {
  2572. color: #6c757d;
  2573. background-color: transparent;
  2574. }
  2575. .btn-outline-secondary:not(:disabled):not(.disabled):active,
  2576. .btn-outline-secondary:not(:disabled):not(.disabled).active,
  2577. .show > .btn-outline-secondary.dropdown-toggle {
  2578. color: #fff;
  2579. background-color: #6c757d;
  2580. border-color: #6c757d;
  2581. }
  2582. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  2583. .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  2584. .show > .btn-outline-secondary.dropdown-toggle:focus {
  2585. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2586. }
  2587. .btn-outline-success {
  2588. color: #38c172;
  2589. border-color: #38c172;
  2590. }
  2591. .btn-outline-success:hover {
  2592. color: #fff;
  2593. background-color: #38c172;
  2594. border-color: #38c172;
  2595. }
  2596. .btn-outline-success:focus,
  2597. .btn-outline-success.focus {
  2598. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  2599. }
  2600. .btn-outline-success.disabled,
  2601. .btn-outline-success:disabled {
  2602. color: #38c172;
  2603. background-color: transparent;
  2604. }
  2605. .btn-outline-success:not(:disabled):not(.disabled):active,
  2606. .btn-outline-success:not(:disabled):not(.disabled).active,
  2607. .show > .btn-outline-success.dropdown-toggle {
  2608. color: #fff;
  2609. background-color: #38c172;
  2610. border-color: #38c172;
  2611. }
  2612. .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  2613. .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  2614. .show > .btn-outline-success.dropdown-toggle:focus {
  2615. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  2616. }
  2617. .btn-outline-info {
  2618. color: #6cb2eb;
  2619. border-color: #6cb2eb;
  2620. }
  2621. .btn-outline-info:hover {
  2622. color: #212529;
  2623. background-color: #6cb2eb;
  2624. border-color: #6cb2eb;
  2625. }
  2626. .btn-outline-info:focus,
  2627. .btn-outline-info.focus {
  2628. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  2629. }
  2630. .btn-outline-info.disabled,
  2631. .btn-outline-info:disabled {
  2632. color: #6cb2eb;
  2633. background-color: transparent;
  2634. }
  2635. .btn-outline-info:not(:disabled):not(.disabled):active,
  2636. .btn-outline-info:not(:disabled):not(.disabled).active,
  2637. .show > .btn-outline-info.dropdown-toggle {
  2638. color: #212529;
  2639. background-color: #6cb2eb;
  2640. border-color: #6cb2eb;
  2641. }
  2642. .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  2643. .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  2644. .show > .btn-outline-info.dropdown-toggle:focus {
  2645. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  2646. }
  2647. .btn-outline-warning {
  2648. color: #ffed4a;
  2649. border-color: #ffed4a;
  2650. }
  2651. .btn-outline-warning:hover {
  2652. color: #212529;
  2653. background-color: #ffed4a;
  2654. border-color: #ffed4a;
  2655. }
  2656. .btn-outline-warning:focus,
  2657. .btn-outline-warning.focus {
  2658. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  2659. }
  2660. .btn-outline-warning.disabled,
  2661. .btn-outline-warning:disabled {
  2662. color: #ffed4a;
  2663. background-color: transparent;
  2664. }
  2665. .btn-outline-warning:not(:disabled):not(.disabled):active,
  2666. .btn-outline-warning:not(:disabled):not(.disabled).active,
  2667. .show > .btn-outline-warning.dropdown-toggle {
  2668. color: #212529;
  2669. background-color: #ffed4a;
  2670. border-color: #ffed4a;
  2671. }
  2672. .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  2673. .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  2674. .show > .btn-outline-warning.dropdown-toggle:focus {
  2675. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  2676. }
  2677. .btn-outline-danger {
  2678. color: #e3342f;
  2679. border-color: #e3342f;
  2680. }
  2681. .btn-outline-danger:hover {
  2682. color: #fff;
  2683. background-color: #e3342f;
  2684. border-color: #e3342f;
  2685. }
  2686. .btn-outline-danger:focus,
  2687. .btn-outline-danger.focus {
  2688. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  2689. }
  2690. .btn-outline-danger.disabled,
  2691. .btn-outline-danger:disabled {
  2692. color: #e3342f;
  2693. background-color: transparent;
  2694. }
  2695. .btn-outline-danger:not(:disabled):not(.disabled):active,
  2696. .btn-outline-danger:not(:disabled):not(.disabled).active,
  2697. .show > .btn-outline-danger.dropdown-toggle {
  2698. color: #fff;
  2699. background-color: #e3342f;
  2700. border-color: #e3342f;
  2701. }
  2702. .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  2703. .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  2704. .show > .btn-outline-danger.dropdown-toggle:focus {
  2705. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  2706. }
  2707. .btn-outline-light {
  2708. color: #f8f9fa;
  2709. border-color: #f8f9fa;
  2710. }
  2711. .btn-outline-light:hover {
  2712. color: #212529;
  2713. background-color: #f8f9fa;
  2714. border-color: #f8f9fa;
  2715. }
  2716. .btn-outline-light:focus,
  2717. .btn-outline-light.focus {
  2718. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  2719. }
  2720. .btn-outline-light.disabled,
  2721. .btn-outline-light:disabled {
  2722. color: #f8f9fa;
  2723. background-color: transparent;
  2724. }
  2725. .btn-outline-light:not(:disabled):not(.disabled):active,
  2726. .btn-outline-light:not(:disabled):not(.disabled).active,
  2727. .show > .btn-outline-light.dropdown-toggle {
  2728. color: #212529;
  2729. background-color: #f8f9fa;
  2730. border-color: #f8f9fa;
  2731. }
  2732. .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  2733. .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  2734. .show > .btn-outline-light.dropdown-toggle:focus {
  2735. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  2736. }
  2737. .btn-outline-dark {
  2738. color: #343a40;
  2739. border-color: #343a40;
  2740. }
  2741. .btn-outline-dark:hover {
  2742. color: #fff;
  2743. background-color: #343a40;
  2744. border-color: #343a40;
  2745. }
  2746. .btn-outline-dark:focus,
  2747. .btn-outline-dark.focus {
  2748. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  2749. }
  2750. .btn-outline-dark.disabled,
  2751. .btn-outline-dark:disabled {
  2752. color: #343a40;
  2753. background-color: transparent;
  2754. }
  2755. .btn-outline-dark:not(:disabled):not(.disabled):active,
  2756. .btn-outline-dark:not(:disabled):not(.disabled).active,
  2757. .show > .btn-outline-dark.dropdown-toggle {
  2758. color: #fff;
  2759. background-color: #343a40;
  2760. border-color: #343a40;
  2761. }
  2762. .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  2763. .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  2764. .show > .btn-outline-dark.dropdown-toggle:focus {
  2765. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  2766. }
  2767. .btn-link {
  2768. font-weight: 400;
  2769. color: #3490dc;
  2770. text-decoration: none;
  2771. }
  2772. .btn-link:hover {
  2773. color: #1d68a7;
  2774. text-decoration: underline;
  2775. }
  2776. .btn-link:focus,
  2777. .btn-link.focus {
  2778. text-decoration: underline;
  2779. box-shadow: none;
  2780. }
  2781. .btn-link:disabled,
  2782. .btn-link.disabled {
  2783. color: #6c757d;
  2784. pointer-events: none;
  2785. }
  2786. .btn-lg,
  2787. .btn-group-lg > .btn {
  2788. padding: 0.5rem 1rem;
  2789. font-size: 1.125rem;
  2790. line-height: 1.5;
  2791. border-radius: 0.3rem;
  2792. }
  2793. .btn-sm,
  2794. .btn-group-sm > .btn {
  2795. padding: 0.25rem 0.5rem;
  2796. font-size: 0.7875rem;
  2797. line-height: 1.5;
  2798. border-radius: 0.2rem;
  2799. }
  2800. .btn-block {
  2801. display: block;
  2802. width: 100%;
  2803. }
  2804. .btn-block + .btn-block {
  2805. margin-top: 0.5rem;
  2806. }
  2807. input[type=submit].btn-block,
  2808. input[type=reset].btn-block,
  2809. input[type=button].btn-block {
  2810. width: 100%;
  2811. }
  2812. .fade {
  2813. -webkit-transition: opacity 0.15s linear;
  2814. transition: opacity 0.15s linear;
  2815. }
  2816. @media (prefers-reduced-motion: reduce) {
  2817. .fade {
  2818. -webkit-transition: none;
  2819. transition: none;
  2820. }
  2821. }
  2822. .fade:not(.show) {
  2823. opacity: 0;
  2824. }
  2825. .collapse:not(.show) {
  2826. display: none;
  2827. }
  2828. .collapsing {
  2829. position: relative;
  2830. height: 0;
  2831. overflow: hidden;
  2832. -webkit-transition: height 0.35s ease;
  2833. transition: height 0.35s ease;
  2834. }
  2835. @media (prefers-reduced-motion: reduce) {
  2836. .collapsing {
  2837. -webkit-transition: none;
  2838. transition: none;
  2839. }
  2840. }
  2841. .dropup,
  2842. .dropright,
  2843. .dropdown,
  2844. .dropleft {
  2845. position: relative;
  2846. }
  2847. .dropdown-toggle {
  2848. white-space: nowrap;
  2849. }
  2850. .dropdown-toggle::after {
  2851. display: inline-block;
  2852. margin-left: 0.255em;
  2853. vertical-align: 0.255em;
  2854. content: "";
  2855. border-top: 0.3em solid;
  2856. border-right: 0.3em solid transparent;
  2857. border-bottom: 0;
  2858. border-left: 0.3em solid transparent;
  2859. }
  2860. .dropdown-toggle:empty::after {
  2861. margin-left: 0;
  2862. }
  2863. .dropdown-menu {
  2864. position: absolute;
  2865. top: 100%;
  2866. left: 0;
  2867. z-index: 1000;
  2868. display: none;
  2869. float: left;
  2870. min-width: 10rem;
  2871. padding: 0.5rem 0;
  2872. margin: 0.125rem 0 0;
  2873. font-size: 0.9rem;
  2874. color: #212529;
  2875. text-align: left;
  2876. list-style: none;
  2877. background-color: #fff;
  2878. background-clip: padding-box;
  2879. border: 1px solid rgba(0, 0, 0, 0.15);
  2880. border-radius: 0.25rem;
  2881. }
  2882. .dropdown-menu-left {
  2883. right: auto;
  2884. left: 0;
  2885. }
  2886. .dropdown-menu-right {
  2887. right: 0;
  2888. left: auto;
  2889. }
  2890. @media (min-width: 576px) {
  2891. .dropdown-menu-sm-left {
  2892. right: auto;
  2893. left: 0;
  2894. }
  2895. .dropdown-menu-sm-right {
  2896. right: 0;
  2897. left: auto;
  2898. }
  2899. }
  2900. @media (min-width: 768px) {
  2901. .dropdown-menu-md-left {
  2902. right: auto;
  2903. left: 0;
  2904. }
  2905. .dropdown-menu-md-right {
  2906. right: 0;
  2907. left: auto;
  2908. }
  2909. }
  2910. @media (min-width: 992px) {
  2911. .dropdown-menu-lg-left {
  2912. right: auto;
  2913. left: 0;
  2914. }
  2915. .dropdown-menu-lg-right {
  2916. right: 0;
  2917. left: auto;
  2918. }
  2919. }
  2920. @media (min-width: 1200px) {
  2921. .dropdown-menu-xl-left {
  2922. right: auto;
  2923. left: 0;
  2924. }
  2925. .dropdown-menu-xl-right {
  2926. right: 0;
  2927. left: auto;
  2928. }
  2929. }
  2930. .dropup .dropdown-menu {
  2931. top: auto;
  2932. bottom: 100%;
  2933. margin-top: 0;
  2934. margin-bottom: 0.125rem;
  2935. }
  2936. .dropup .dropdown-toggle::after {
  2937. display: inline-block;
  2938. margin-left: 0.255em;
  2939. vertical-align: 0.255em;
  2940. content: "";
  2941. border-top: 0;
  2942. border-right: 0.3em solid transparent;
  2943. border-bottom: 0.3em solid;
  2944. border-left: 0.3em solid transparent;
  2945. }
  2946. .dropup .dropdown-toggle:empty::after {
  2947. margin-left: 0;
  2948. }
  2949. .dropright .dropdown-menu {
  2950. top: 0;
  2951. right: auto;
  2952. left: 100%;
  2953. margin-top: 0;
  2954. margin-left: 0.125rem;
  2955. }
  2956. .dropright .dropdown-toggle::after {
  2957. display: inline-block;
  2958. margin-left: 0.255em;
  2959. vertical-align: 0.255em;
  2960. content: "";
  2961. border-top: 0.3em solid transparent;
  2962. border-right: 0;
  2963. border-bottom: 0.3em solid transparent;
  2964. border-left: 0.3em solid;
  2965. }
  2966. .dropright .dropdown-toggle:empty::after {
  2967. margin-left: 0;
  2968. }
  2969. .dropright .dropdown-toggle::after {
  2970. vertical-align: 0;
  2971. }
  2972. .dropleft .dropdown-menu {
  2973. top: 0;
  2974. right: 100%;
  2975. left: auto;
  2976. margin-top: 0;
  2977. margin-right: 0.125rem;
  2978. }
  2979. .dropleft .dropdown-toggle::after {
  2980. display: inline-block;
  2981. margin-left: 0.255em;
  2982. vertical-align: 0.255em;
  2983. content: "";
  2984. }
  2985. .dropleft .dropdown-toggle::after {
  2986. display: none;
  2987. }
  2988. .dropleft .dropdown-toggle::before {
  2989. display: inline-block;
  2990. margin-right: 0.255em;
  2991. vertical-align: 0.255em;
  2992. content: "";
  2993. border-top: 0.3em solid transparent;
  2994. border-right: 0.3em solid;
  2995. border-bottom: 0.3em solid transparent;
  2996. }
  2997. .dropleft .dropdown-toggle:empty::after {
  2998. margin-left: 0;
  2999. }
  3000. .dropleft .dropdown-toggle::before {
  3001. vertical-align: 0;
  3002. }
  3003. .dropdown-menu[x-placement^=top],
  3004. .dropdown-menu[x-placement^=right],
  3005. .dropdown-menu[x-placement^=bottom],
  3006. .dropdown-menu[x-placement^=left] {
  3007. right: auto;
  3008. bottom: auto;
  3009. }
  3010. .dropdown-divider {
  3011. height: 0;
  3012. margin: 0.5rem 0;
  3013. overflow: hidden;
  3014. border-top: 1px solid #e9ecef;
  3015. }
  3016. .dropdown-item {
  3017. display: block;
  3018. width: 100%;
  3019. padding: 0.25rem 1.5rem;
  3020. clear: both;
  3021. font-weight: 400;
  3022. color: #212529;
  3023. text-align: inherit;
  3024. white-space: nowrap;
  3025. background-color: transparent;
  3026. border: 0;
  3027. }
  3028. .dropdown-item:hover,
  3029. .dropdown-item:focus {
  3030. color: #16181b;
  3031. text-decoration: none;
  3032. background-color: #f8f9fa;
  3033. }
  3034. .dropdown-item.active,
  3035. .dropdown-item:active {
  3036. color: #fff;
  3037. text-decoration: none;
  3038. background-color: #3490dc;
  3039. }
  3040. .dropdown-item.disabled,
  3041. .dropdown-item:disabled {
  3042. color: #6c757d;
  3043. pointer-events: none;
  3044. background-color: transparent;
  3045. }
  3046. .dropdown-menu.show {
  3047. display: block;
  3048. }
  3049. .dropdown-header {
  3050. display: block;
  3051. padding: 0.5rem 1.5rem;
  3052. margin-bottom: 0;
  3053. font-size: 0.7875rem;
  3054. color: #6c757d;
  3055. white-space: nowrap;
  3056. }
  3057. .dropdown-item-text {
  3058. display: block;
  3059. padding: 0.25rem 1.5rem;
  3060. color: #212529;
  3061. }
  3062. .btn-group,
  3063. .btn-group-vertical {
  3064. position: relative;
  3065. display: -webkit-inline-box;
  3066. display: inline-flex;
  3067. vertical-align: middle;
  3068. }
  3069. .btn-group > .btn,
  3070. .btn-group-vertical > .btn {
  3071. position: relative;
  3072. -webkit-box-flex: 1;
  3073. flex: 1 1 auto;
  3074. }
  3075. .btn-group > .btn:hover,
  3076. .btn-group-vertical > .btn:hover {
  3077. z-index: 1;
  3078. }
  3079. .btn-group > .btn:focus,
  3080. .btn-group > .btn:active,
  3081. .btn-group > .btn.active,
  3082. .btn-group-vertical > .btn:focus,
  3083. .btn-group-vertical > .btn:active,
  3084. .btn-group-vertical > .btn.active {
  3085. z-index: 1;
  3086. }
  3087. .btn-toolbar {
  3088. display: -webkit-box;
  3089. display: flex;
  3090. flex-wrap: wrap;
  3091. -webkit-box-pack: start;
  3092. justify-content: flex-start;
  3093. }
  3094. .btn-toolbar .input-group {
  3095. width: auto;
  3096. }
  3097. .btn-group > .btn:not(:first-child),
  3098. .btn-group > .btn-group:not(:first-child) {
  3099. margin-left: -1px;
  3100. }
  3101. .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  3102. .btn-group > .btn-group:not(:last-child) > .btn {
  3103. border-top-right-radius: 0;
  3104. border-bottom-right-radius: 0;
  3105. }
  3106. .btn-group > .btn:not(:first-child),
  3107. .btn-group > .btn-group:not(:first-child) > .btn {
  3108. border-top-left-radius: 0;
  3109. border-bottom-left-radius: 0;
  3110. }
  3111. .dropdown-toggle-split {
  3112. padding-right: 0.5625rem;
  3113. padding-left: 0.5625rem;
  3114. }
  3115. .dropdown-toggle-split::after,
  3116. .dropup .dropdown-toggle-split::after,
  3117. .dropright .dropdown-toggle-split::after {
  3118. margin-left: 0;
  3119. }
  3120. .dropleft .dropdown-toggle-split::before {
  3121. margin-right: 0;
  3122. }
  3123. .btn-sm + .dropdown-toggle-split,
  3124. .btn-group-sm > .btn + .dropdown-toggle-split {
  3125. padding-right: 0.375rem;
  3126. padding-left: 0.375rem;
  3127. }
  3128. .btn-lg + .dropdown-toggle-split,
  3129. .btn-group-lg > .btn + .dropdown-toggle-split {
  3130. padding-right: 0.75rem;
  3131. padding-left: 0.75rem;
  3132. }
  3133. .btn-group-vertical {
  3134. -webkit-box-orient: vertical;
  3135. -webkit-box-direction: normal;
  3136. flex-direction: column;
  3137. -webkit-box-align: start;
  3138. align-items: flex-start;
  3139. -webkit-box-pack: center;
  3140. justify-content: center;
  3141. }
  3142. .btn-group-vertical > .btn,
  3143. .btn-group-vertical > .btn-group {
  3144. width: 100%;
  3145. }
  3146. .btn-group-vertical > .btn:not(:first-child),
  3147. .btn-group-vertical > .btn-group:not(:first-child) {
  3148. margin-top: -1px;
  3149. }
  3150. .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  3151. .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  3152. border-bottom-right-radius: 0;
  3153. border-bottom-left-radius: 0;
  3154. }
  3155. .btn-group-vertical > .btn:not(:first-child),
  3156. .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  3157. border-top-left-radius: 0;
  3158. border-top-right-radius: 0;
  3159. }
  3160. .btn-group-toggle > .btn,
  3161. .btn-group-toggle > .btn-group > .btn {
  3162. margin-bottom: 0;
  3163. }
  3164. .btn-group-toggle > .btn input[type=radio],
  3165. .btn-group-toggle > .btn input[type=checkbox],
  3166. .btn-group-toggle > .btn-group > .btn input[type=radio],
  3167. .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  3168. position: absolute;
  3169. clip: rect(0, 0, 0, 0);
  3170. pointer-events: none;
  3171. }
  3172. .input-group {
  3173. position: relative;
  3174. display: -webkit-box;
  3175. display: flex;
  3176. flex-wrap: wrap;
  3177. -webkit-box-align: stretch;
  3178. align-items: stretch;
  3179. width: 100%;
  3180. }
  3181. .input-group > .form-control,
  3182. .input-group > .form-control-plaintext,
  3183. .input-group > .custom-select,
  3184. .input-group > .custom-file {
  3185. position: relative;
  3186. -webkit-box-flex: 1;
  3187. flex: 1 1 auto;
  3188. width: 1%;
  3189. margin-bottom: 0;
  3190. }
  3191. .input-group > .form-control + .form-control,
  3192. .input-group > .form-control + .custom-select,
  3193. .input-group > .form-control + .custom-file,
  3194. .input-group > .form-control-plaintext + .form-control,
  3195. .input-group > .form-control-plaintext + .custom-select,
  3196. .input-group > .form-control-plaintext + .custom-file,
  3197. .input-group > .custom-select + .form-control,
  3198. .input-group > .custom-select + .custom-select,
  3199. .input-group > .custom-select + .custom-file,
  3200. .input-group > .custom-file + .form-control,
  3201. .input-group > .custom-file + .custom-select,
  3202. .input-group > .custom-file + .custom-file {
  3203. margin-left: -1px;
  3204. }
  3205. .input-group > .form-control:focus,
  3206. .input-group > .custom-select:focus,
  3207. .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  3208. z-index: 3;
  3209. }
  3210. .input-group > .custom-file .custom-file-input:focus {
  3211. z-index: 4;
  3212. }
  3213. .input-group > .form-control:not(:last-child),
  3214. .input-group > .custom-select:not(:last-child) {
  3215. border-top-right-radius: 0;
  3216. border-bottom-right-radius: 0;
  3217. }
  3218. .input-group > .form-control:not(:first-child),
  3219. .input-group > .custom-select:not(:first-child) {
  3220. border-top-left-radius: 0;
  3221. border-bottom-left-radius: 0;
  3222. }
  3223. .input-group > .custom-file {
  3224. display: -webkit-box;
  3225. display: flex;
  3226. -webkit-box-align: center;
  3227. align-items: center;
  3228. }
  3229. .input-group > .custom-file:not(:last-child) .custom-file-label,
  3230. .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  3231. border-top-right-radius: 0;
  3232. border-bottom-right-radius: 0;
  3233. }
  3234. .input-group > .custom-file:not(:first-child) .custom-file-label {
  3235. border-top-left-radius: 0;
  3236. border-bottom-left-radius: 0;
  3237. }
  3238. .input-group-prepend,
  3239. .input-group-append {
  3240. display: -webkit-box;
  3241. display: flex;
  3242. }
  3243. .input-group-prepend .btn,
  3244. .input-group-append .btn {
  3245. position: relative;
  3246. z-index: 2;
  3247. }
  3248. .input-group-prepend .btn:focus,
  3249. .input-group-append .btn:focus {
  3250. z-index: 3;
  3251. }
  3252. .input-group-prepend .btn + .btn,
  3253. .input-group-prepend .btn + .input-group-text,
  3254. .input-group-prepend .input-group-text + .input-group-text,
  3255. .input-group-prepend .input-group-text + .btn,
  3256. .input-group-append .btn + .btn,
  3257. .input-group-append .btn + .input-group-text,
  3258. .input-group-append .input-group-text + .input-group-text,
  3259. .input-group-append .input-group-text + .btn {
  3260. margin-left: -1px;
  3261. }
  3262. .input-group-prepend {
  3263. margin-right: -1px;
  3264. }
  3265. .input-group-append {
  3266. margin-left: -1px;
  3267. }
  3268. .input-group-text {
  3269. display: -webkit-box;
  3270. display: flex;
  3271. -webkit-box-align: center;
  3272. align-items: center;
  3273. padding: 0.375rem 0.75rem;
  3274. margin-bottom: 0;
  3275. font-size: 0.9rem;
  3276. font-weight: 400;
  3277. line-height: 1.6;
  3278. color: #495057;
  3279. text-align: center;
  3280. white-space: nowrap;
  3281. background-color: #e9ecef;
  3282. border: 1px solid #ced4da;
  3283. border-radius: 0.25rem;
  3284. }
  3285. .input-group-text input[type=radio],
  3286. .input-group-text input[type=checkbox] {
  3287. margin-top: 0;
  3288. }
  3289. .input-group-lg > .form-control:not(textarea),
  3290. .input-group-lg > .custom-select {
  3291. height: calc(1.5em + 1rem + 2px);
  3292. }
  3293. .input-group-lg > .form-control,
  3294. .input-group-lg > .custom-select,
  3295. .input-group-lg > .input-group-prepend > .input-group-text,
  3296. .input-group-lg > .input-group-append > .input-group-text,
  3297. .input-group-lg > .input-group-prepend > .btn,
  3298. .input-group-lg > .input-group-append > .btn {
  3299. padding: 0.5rem 1rem;
  3300. font-size: 1.125rem;
  3301. line-height: 1.5;
  3302. border-radius: 0.3rem;
  3303. }
  3304. .input-group-sm > .form-control:not(textarea),
  3305. .input-group-sm > .custom-select {
  3306. height: calc(1.5em + 0.5rem + 2px);
  3307. }
  3308. .input-group-sm > .form-control,
  3309. .input-group-sm > .custom-select,
  3310. .input-group-sm > .input-group-prepend > .input-group-text,
  3311. .input-group-sm > .input-group-append > .input-group-text,
  3312. .input-group-sm > .input-group-prepend > .btn,
  3313. .input-group-sm > .input-group-append > .btn {
  3314. padding: 0.25rem 0.5rem;
  3315. font-size: 0.7875rem;
  3316. line-height: 1.5;
  3317. border-radius: 0.2rem;
  3318. }
  3319. .input-group-lg > .custom-select,
  3320. .input-group-sm > .custom-select {
  3321. padding-right: 1.75rem;
  3322. }
  3323. .input-group > .input-group-prepend > .btn,
  3324. .input-group > .input-group-prepend > .input-group-text,
  3325. .input-group > .input-group-append:not(:last-child) > .btn,
  3326. .input-group > .input-group-append:not(:last-child) > .input-group-text,
  3327. .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3328. .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  3329. border-top-right-radius: 0;
  3330. border-bottom-right-radius: 0;
  3331. }
  3332. .input-group > .input-group-append > .btn,
  3333. .input-group > .input-group-append > .input-group-text,
  3334. .input-group > .input-group-prepend:not(:first-child) > .btn,
  3335. .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  3336. .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  3337. .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  3338. border-top-left-radius: 0;
  3339. border-bottom-left-radius: 0;
  3340. }
  3341. .custom-control {
  3342. position: relative;
  3343. display: block;
  3344. min-height: 1.44rem;
  3345. padding-left: 1.5rem;
  3346. }
  3347. .custom-control-inline {
  3348. display: -webkit-inline-box;
  3349. display: inline-flex;
  3350. margin-right: 1rem;
  3351. }
  3352. .custom-control-input {
  3353. position: absolute;
  3354. z-index: -1;
  3355. opacity: 0;
  3356. }
  3357. .custom-control-input:checked ~ .custom-control-label::before {
  3358. color: #fff;
  3359. border-color: #3490dc;
  3360. background-color: #3490dc;
  3361. }
  3362. .custom-control-input:focus ~ .custom-control-label::before {
  3363. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3364. }
  3365. .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  3366. border-color: #a1cbef;
  3367. }
  3368. .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  3369. color: #fff;
  3370. background-color: #cce3f6;
  3371. border-color: #cce3f6;
  3372. }
  3373. .custom-control-input:disabled ~ .custom-control-label {
  3374. color: #6c757d;
  3375. }
  3376. .custom-control-input:disabled ~ .custom-control-label::before {
  3377. background-color: #e9ecef;
  3378. }
  3379. .custom-control-label {
  3380. position: relative;
  3381. margin-bottom: 0;
  3382. vertical-align: top;
  3383. }
  3384. .custom-control-label::before {
  3385. position: absolute;
  3386. top: 0.22rem;
  3387. left: -1.5rem;
  3388. display: block;
  3389. width: 1rem;
  3390. height: 1rem;
  3391. pointer-events: none;
  3392. content: "";
  3393. background-color: #fff;
  3394. border: #adb5bd solid 1px;
  3395. }
  3396. .custom-control-label::after {
  3397. position: absolute;
  3398. top: 0.22rem;
  3399. left: -1.5rem;
  3400. display: block;
  3401. width: 1rem;
  3402. height: 1rem;
  3403. content: "";
  3404. background: no-repeat 50%/50% 50%;
  3405. }
  3406. .custom-checkbox .custom-control-label::before {
  3407. border-radius: 0.25rem;
  3408. }
  3409. .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  3410. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  3411. }
  3412. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  3413. border-color: #3490dc;
  3414. background-color: #3490dc;
  3415. }
  3416. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  3417. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  3418. }
  3419. .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3420. background-color: rgba(52, 144, 220, 0.5);
  3421. }
  3422. .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  3423. background-color: rgba(52, 144, 220, 0.5);
  3424. }
  3425. .custom-radio .custom-control-label::before {
  3426. border-radius: 50%;
  3427. }
  3428. .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  3429. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  3430. }
  3431. .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3432. background-color: rgba(52, 144, 220, 0.5);
  3433. }
  3434. .custom-switch {
  3435. padding-left: 2.25rem;
  3436. }
  3437. .custom-switch .custom-control-label::before {
  3438. left: -2.25rem;
  3439. width: 1.75rem;
  3440. pointer-events: all;
  3441. border-radius: 0.5rem;
  3442. }
  3443. .custom-switch .custom-control-label::after {
  3444. top: calc(0.22rem + 2px);
  3445. left: calc(-2.25rem + 2px);
  3446. width: calc(1rem - 4px);
  3447. height: calc(1rem - 4px);
  3448. background-color: #adb5bd;
  3449. border-radius: 0.5rem;
  3450. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  3451. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  3452. transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3453. transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  3454. }
  3455. @media (prefers-reduced-motion: reduce) {
  3456. .custom-switch .custom-control-label::after {
  3457. -webkit-transition: none;
  3458. transition: none;
  3459. }
  3460. }
  3461. .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  3462. background-color: #fff;
  3463. -webkit-transform: translateX(0.75rem);
  3464. transform: translateX(0.75rem);
  3465. }
  3466. .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  3467. background-color: rgba(52, 144, 220, 0.5);
  3468. }
  3469. .custom-select {
  3470. display: inline-block;
  3471. width: 100%;
  3472. height: calc(1.6em + 0.75rem + 2px);
  3473. padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  3474. font-size: 0.9rem;
  3475. font-weight: 400;
  3476. line-height: 1.6;
  3477. color: #495057;
  3478. vertical-align: middle;
  3479. background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  3480. background-color: #fff;
  3481. border: 1px solid #ced4da;
  3482. border-radius: 0.25rem;
  3483. -webkit-appearance: none;
  3484. -moz-appearance: none;
  3485. appearance: none;
  3486. }
  3487. .custom-select:focus {
  3488. border-color: #a1cbef;
  3489. outline: 0;
  3490. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3491. }
  3492. .custom-select:focus::-ms-value {
  3493. color: #495057;
  3494. background-color: #fff;
  3495. }
  3496. .custom-select[multiple],
  3497. .custom-select[size]:not([size="1"]) {
  3498. height: auto;
  3499. padding-right: 0.75rem;
  3500. background-image: none;
  3501. }
  3502. .custom-select:disabled {
  3503. color: #6c757d;
  3504. background-color: #e9ecef;
  3505. }
  3506. .custom-select::-ms-expand {
  3507. display: none;
  3508. }
  3509. .custom-select-sm {
  3510. height: calc(1.5em + 0.5rem + 2px);
  3511. padding-top: 0.25rem;
  3512. padding-bottom: 0.25rem;
  3513. padding-left: 0.5rem;
  3514. font-size: 0.7875rem;
  3515. }
  3516. .custom-select-lg {
  3517. height: calc(1.5em + 1rem + 2px);
  3518. padding-top: 0.5rem;
  3519. padding-bottom: 0.5rem;
  3520. padding-left: 1rem;
  3521. font-size: 1.125rem;
  3522. }
  3523. .custom-file {
  3524. position: relative;
  3525. display: inline-block;
  3526. width: 100%;
  3527. height: calc(1.6em + 0.75rem + 2px);
  3528. margin-bottom: 0;
  3529. }
  3530. .custom-file-input {
  3531. position: relative;
  3532. z-index: 2;
  3533. width: 100%;
  3534. height: calc(1.6em + 0.75rem + 2px);
  3535. margin: 0;
  3536. opacity: 0;
  3537. }
  3538. .custom-file-input:focus ~ .custom-file-label {
  3539. border-color: #a1cbef;
  3540. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3541. }
  3542. .custom-file-input:disabled ~ .custom-file-label {
  3543. background-color: #e9ecef;
  3544. }
  3545. .custom-file-input:lang(en) ~ .custom-file-label::after {
  3546. content: "Browse";
  3547. }
  3548. .custom-file-input ~ .custom-file-label[data-browse]::after {
  3549. content: attr(data-browse);
  3550. }
  3551. .custom-file-label {
  3552. position: absolute;
  3553. top: 0;
  3554. right: 0;
  3555. left: 0;
  3556. z-index: 1;
  3557. height: calc(1.6em + 0.75rem + 2px);
  3558. padding: 0.375rem 0.75rem;
  3559. font-weight: 400;
  3560. line-height: 1.6;
  3561. color: #495057;
  3562. background-color: #fff;
  3563. border: 1px solid #ced4da;
  3564. border-radius: 0.25rem;
  3565. }
  3566. .custom-file-label::after {
  3567. position: absolute;
  3568. top: 0;
  3569. right: 0;
  3570. bottom: 0;
  3571. z-index: 3;
  3572. display: block;
  3573. height: calc(1.6em + 0.75rem);
  3574. padding: 0.375rem 0.75rem;
  3575. line-height: 1.6;
  3576. color: #495057;
  3577. content: "Browse";
  3578. background-color: #e9ecef;
  3579. border-left: inherit;
  3580. border-radius: 0 0.25rem 0.25rem 0;
  3581. }
  3582. .custom-range {
  3583. width: 100%;
  3584. height: calc(1rem + 0.4rem);
  3585. padding: 0;
  3586. background-color: transparent;
  3587. -webkit-appearance: none;
  3588. -moz-appearance: none;
  3589. appearance: none;
  3590. }
  3591. .custom-range:focus {
  3592. outline: none;
  3593. }
  3594. .custom-range:focus::-webkit-slider-thumb {
  3595. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3596. }
  3597. .custom-range:focus::-moz-range-thumb {
  3598. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3599. }
  3600. .custom-range:focus::-ms-thumb {
  3601. box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  3602. }
  3603. .custom-range::-moz-focus-outer {
  3604. border: 0;
  3605. }
  3606. .custom-range::-webkit-slider-thumb {
  3607. width: 1rem;
  3608. height: 1rem;
  3609. margin-top: -0.25rem;
  3610. background-color: #3490dc;
  3611. border: 0;
  3612. border-radius: 1rem;
  3613. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3614. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3615. -webkit-appearance: none;
  3616. appearance: none;
  3617. }
  3618. @media (prefers-reduced-motion: reduce) {
  3619. .custom-range::-webkit-slider-thumb {
  3620. -webkit-transition: none;
  3621. transition: none;
  3622. }
  3623. }
  3624. .custom-range::-webkit-slider-thumb:active {
  3625. background-color: #cce3f6;
  3626. }
  3627. .custom-range::-webkit-slider-runnable-track {
  3628. width: 100%;
  3629. height: 0.5rem;
  3630. color: transparent;
  3631. cursor: pointer;
  3632. background-color: #dee2e6;
  3633. border-color: transparent;
  3634. border-radius: 1rem;
  3635. }
  3636. .custom-range::-moz-range-thumb {
  3637. width: 1rem;
  3638. height: 1rem;
  3639. background-color: #3490dc;
  3640. border: 0;
  3641. border-radius: 1rem;
  3642. -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3643. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3644. -moz-appearance: none;
  3645. appearance: none;
  3646. }
  3647. @media (prefers-reduced-motion: reduce) {
  3648. .custom-range::-moz-range-thumb {
  3649. -moz-transition: none;
  3650. transition: none;
  3651. }
  3652. }
  3653. .custom-range::-moz-range-thumb:active {
  3654. background-color: #cce3f6;
  3655. }
  3656. .custom-range::-moz-range-track {
  3657. width: 100%;
  3658. height: 0.5rem;
  3659. color: transparent;
  3660. cursor: pointer;
  3661. background-color: #dee2e6;
  3662. border-color: transparent;
  3663. border-radius: 1rem;
  3664. }
  3665. .custom-range::-ms-thumb {
  3666. width: 1rem;
  3667. height: 1rem;
  3668. margin-top: 0;
  3669. margin-right: 0.2rem;
  3670. margin-left: 0.2rem;
  3671. background-color: #3490dc;
  3672. border: 0;
  3673. border-radius: 1rem;
  3674. -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3675. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3676. appearance: none;
  3677. }
  3678. @media (prefers-reduced-motion: reduce) {
  3679. .custom-range::-ms-thumb {
  3680. -ms-transition: none;
  3681. transition: none;
  3682. }
  3683. }
  3684. .custom-range::-ms-thumb:active {
  3685. background-color: #cce3f6;
  3686. }
  3687. .custom-range::-ms-track {
  3688. width: 100%;
  3689. height: 0.5rem;
  3690. color: transparent;
  3691. cursor: pointer;
  3692. background-color: transparent;
  3693. border-color: transparent;
  3694. border-width: 0.5rem;
  3695. }
  3696. .custom-range::-ms-fill-lower {
  3697. background-color: #dee2e6;
  3698. border-radius: 1rem;
  3699. }
  3700. .custom-range::-ms-fill-upper {
  3701. margin-right: 15px;
  3702. background-color: #dee2e6;
  3703. border-radius: 1rem;
  3704. }
  3705. .custom-range:disabled::-webkit-slider-thumb {
  3706. background-color: #adb5bd;
  3707. }
  3708. .custom-range:disabled::-webkit-slider-runnable-track {
  3709. cursor: default;
  3710. }
  3711. .custom-range:disabled::-moz-range-thumb {
  3712. background-color: #adb5bd;
  3713. }
  3714. .custom-range:disabled::-moz-range-track {
  3715. cursor: default;
  3716. }
  3717. .custom-range:disabled::-ms-thumb {
  3718. background-color: #adb5bd;
  3719. }
  3720. .custom-control-label::before,
  3721. .custom-file-label,
  3722. .custom-select {
  3723. -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3724. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  3725. }
  3726. @media (prefers-reduced-motion: reduce) {
  3727. .custom-control-label::before,
  3728. .custom-file-label,
  3729. .custom-select {
  3730. -webkit-transition: none;
  3731. transition: none;
  3732. }
  3733. }
  3734. .nav {
  3735. display: -webkit-box;
  3736. display: flex;
  3737. flex-wrap: wrap;
  3738. padding-left: 0;
  3739. margin-bottom: 0;
  3740. list-style: none;
  3741. }
  3742. .nav-link {
  3743. display: block;
  3744. padding: 0.5rem 1rem;
  3745. }
  3746. .nav-link:hover,
  3747. .nav-link:focus {
  3748. text-decoration: none;
  3749. }
  3750. .nav-link.disabled {
  3751. color: #6c757d;
  3752. pointer-events: none;
  3753. cursor: default;
  3754. }
  3755. .nav-tabs {
  3756. border-bottom: 1px solid #dee2e6;
  3757. }
  3758. .nav-tabs .nav-item {
  3759. margin-bottom: -1px;
  3760. }
  3761. .nav-tabs .nav-link {
  3762. border: 1px solid transparent;
  3763. border-top-left-radius: 0.25rem;
  3764. border-top-right-radius: 0.25rem;
  3765. }
  3766. .nav-tabs .nav-link:hover,
  3767. .nav-tabs .nav-link:focus {
  3768. border-color: #e9ecef #e9ecef #dee2e6;
  3769. }
  3770. .nav-tabs .nav-link.disabled {
  3771. color: #6c757d;
  3772. background-color: transparent;
  3773. border-color: transparent;
  3774. }
  3775. .nav-tabs .nav-link.active,
  3776. .nav-tabs .nav-item.show .nav-link {
  3777. color: #495057;
  3778. background-color: #f8fafc;
  3779. border-color: #dee2e6 #dee2e6 #f8fafc;
  3780. }
  3781. .nav-tabs .dropdown-menu {
  3782. margin-top: -1px;
  3783. border-top-left-radius: 0;
  3784. border-top-right-radius: 0;
  3785. }
  3786. .nav-pills .nav-link {
  3787. border-radius: 0.25rem;
  3788. }
  3789. .nav-pills .nav-link.active,
  3790. .nav-pills .show > .nav-link {
  3791. color: #fff;
  3792. background-color: #3490dc;
  3793. }
  3794. .nav-fill .nav-item {
  3795. -webkit-box-flex: 1;
  3796. flex: 1 1 auto;
  3797. text-align: center;
  3798. }
  3799. .nav-justified .nav-item {
  3800. flex-basis: 0;
  3801. -webkit-box-flex: 1;
  3802. flex-grow: 1;
  3803. text-align: center;
  3804. }
  3805. .tab-content > .tab-pane {
  3806. display: none;
  3807. }
  3808. .tab-content > .active {
  3809. display: block;
  3810. }
  3811. .navbar {
  3812. position: relative;
  3813. display: -webkit-box;
  3814. display: flex;
  3815. flex-wrap: wrap;
  3816. -webkit-box-align: center;
  3817. align-items: center;
  3818. -webkit-box-pack: justify;
  3819. justify-content: space-between;
  3820. padding: 0.5rem 1rem;
  3821. }
  3822. .navbar > .container,
  3823. .navbar > .container-fluid {
  3824. display: -webkit-box;
  3825. display: flex;
  3826. flex-wrap: wrap;
  3827. -webkit-box-align: center;
  3828. align-items: center;
  3829. -webkit-box-pack: justify;
  3830. justify-content: space-between;
  3831. }
  3832. .navbar-brand {
  3833. display: inline-block;
  3834. padding-top: 0.32rem;
  3835. padding-bottom: 0.32rem;
  3836. margin-right: 1rem;
  3837. font-size: 1.125rem;
  3838. line-height: inherit;
  3839. white-space: nowrap;
  3840. }
  3841. .navbar-brand:hover,
  3842. .navbar-brand:focus {
  3843. text-decoration: none;
  3844. }
  3845. .navbar-nav {
  3846. display: -webkit-box;
  3847. display: flex;
  3848. -webkit-box-orient: vertical;
  3849. -webkit-box-direction: normal;
  3850. flex-direction: column;
  3851. padding-left: 0;
  3852. margin-bottom: 0;
  3853. list-style: none;
  3854. }
  3855. .navbar-nav .nav-link {
  3856. padding-right: 0;
  3857. padding-left: 0;
  3858. }
  3859. .navbar-nav .dropdown-menu {
  3860. position: static;
  3861. float: none;
  3862. }
  3863. .navbar-text {
  3864. display: inline-block;
  3865. padding-top: 0.5rem;
  3866. padding-bottom: 0.5rem;
  3867. }
  3868. .navbar-collapse {
  3869. flex-basis: 100%;
  3870. -webkit-box-flex: 1;
  3871. flex-grow: 1;
  3872. -webkit-box-align: center;
  3873. align-items: center;
  3874. }
  3875. .navbar-toggler {
  3876. padding: 0.25rem 0.75rem;
  3877. font-size: 1.125rem;
  3878. line-height: 1;
  3879. background-color: transparent;
  3880. border: 1px solid transparent;
  3881. border-radius: 0.25rem;
  3882. }
  3883. .navbar-toggler:hover,
  3884. .navbar-toggler:focus {
  3885. text-decoration: none;
  3886. }
  3887. .navbar-toggler-icon {
  3888. display: inline-block;
  3889. width: 1.5em;
  3890. height: 1.5em;
  3891. vertical-align: middle;
  3892. content: "";
  3893. background: no-repeat center center;
  3894. background-size: 100% 100%;
  3895. }
  3896. @media (max-width: 575.98px) {
  3897. .navbar-expand-sm > .container,
  3898. .navbar-expand-sm > .container-fluid {
  3899. padding-right: 0;
  3900. padding-left: 0;
  3901. }
  3902. }
  3903. @media (min-width: 576px) {
  3904. .navbar-expand-sm {
  3905. -webkit-box-orient: horizontal;
  3906. -webkit-box-direction: normal;
  3907. flex-flow: row nowrap;
  3908. -webkit-box-pack: start;
  3909. justify-content: flex-start;
  3910. }
  3911. .navbar-expand-sm .navbar-nav {
  3912. -webkit-box-orient: horizontal;
  3913. -webkit-box-direction: normal;
  3914. flex-direction: row;
  3915. }
  3916. .navbar-expand-sm .navbar-nav .dropdown-menu {
  3917. position: absolute;
  3918. }
  3919. .navbar-expand-sm .navbar-nav .nav-link {
  3920. padding-right: 0.5rem;
  3921. padding-left: 0.5rem;
  3922. }
  3923. .navbar-expand-sm > .container,
  3924. .navbar-expand-sm > .container-fluid {
  3925. flex-wrap: nowrap;
  3926. }
  3927. .navbar-expand-sm .navbar-collapse {
  3928. display: -webkit-box !important;
  3929. display: flex !important;
  3930. flex-basis: auto;
  3931. }
  3932. .navbar-expand-sm .navbar-toggler {
  3933. display: none;
  3934. }
  3935. }
  3936. @media (max-width: 767.98px) {
  3937. .navbar-expand-md > .container,
  3938. .navbar-expand-md > .container-fluid {
  3939. padding-right: 0;
  3940. padding-left: 0;
  3941. }
  3942. }
  3943. @media (min-width: 768px) {
  3944. .navbar-expand-md {
  3945. -webkit-box-orient: horizontal;
  3946. -webkit-box-direction: normal;
  3947. flex-flow: row nowrap;
  3948. -webkit-box-pack: start;
  3949. justify-content: flex-start;
  3950. }
  3951. .navbar-expand-md .navbar-nav {
  3952. -webkit-box-orient: horizontal;
  3953. -webkit-box-direction: normal;
  3954. flex-direction: row;
  3955. }
  3956. .navbar-expand-md .navbar-nav .dropdown-menu {
  3957. position: absolute;
  3958. }
  3959. .navbar-expand-md .navbar-nav .nav-link {
  3960. padding-right: 0.5rem;
  3961. padding-left: 0.5rem;
  3962. }
  3963. .navbar-expand-md > .container,
  3964. .navbar-expand-md > .container-fluid {
  3965. flex-wrap: nowrap;
  3966. }
  3967. .navbar-expand-md .navbar-collapse {
  3968. display: -webkit-box !important;
  3969. display: flex !important;
  3970. flex-basis: auto;
  3971. }
  3972. .navbar-expand-md .navbar-toggler {
  3973. display: none;
  3974. }
  3975. }
  3976. @media (max-width: 991.98px) {
  3977. .navbar-expand-lg > .container,
  3978. .navbar-expand-lg > .container-fluid {
  3979. padding-right: 0;
  3980. padding-left: 0;
  3981. }
  3982. }
  3983. @media (min-width: 992px) {
  3984. .navbar-expand-lg {
  3985. -webkit-box-orient: horizontal;
  3986. -webkit-box-direction: normal;
  3987. flex-flow: row nowrap;
  3988. -webkit-box-pack: start;
  3989. justify-content: flex-start;
  3990. }
  3991. .navbar-expand-lg .navbar-nav {
  3992. -webkit-box-orient: horizontal;
  3993. -webkit-box-direction: normal;
  3994. flex-direction: row;
  3995. }
  3996. .navbar-expand-lg .navbar-nav .dropdown-menu {
  3997. position: absolute;
  3998. }
  3999. .navbar-expand-lg .navbar-nav .nav-link {
  4000. padding-right: 0.5rem;
  4001. padding-left: 0.5rem;
  4002. }
  4003. .navbar-expand-lg > .container,
  4004. .navbar-expand-lg > .container-fluid {
  4005. flex-wrap: nowrap;
  4006. }
  4007. .navbar-expand-lg .navbar-collapse {
  4008. display: -webkit-box !important;
  4009. display: flex !important;
  4010. flex-basis: auto;
  4011. }
  4012. .navbar-expand-lg .navbar-toggler {
  4013. display: none;
  4014. }
  4015. }
  4016. @media (max-width: 1199.98px) {
  4017. .navbar-expand-xl > .container,
  4018. .navbar-expand-xl > .container-fluid {
  4019. padding-right: 0;
  4020. padding-left: 0;
  4021. }
  4022. }
  4023. @media (min-width: 1200px) {
  4024. .navbar-expand-xl {
  4025. -webkit-box-orient: horizontal;
  4026. -webkit-box-direction: normal;
  4027. flex-flow: row nowrap;
  4028. -webkit-box-pack: start;
  4029. justify-content: flex-start;
  4030. }
  4031. .navbar-expand-xl .navbar-nav {
  4032. -webkit-box-orient: horizontal;
  4033. -webkit-box-direction: normal;
  4034. flex-direction: row;
  4035. }
  4036. .navbar-expand-xl .navbar-nav .dropdown-menu {
  4037. position: absolute;
  4038. }
  4039. .navbar-expand-xl .navbar-nav .nav-link {
  4040. padding-right: 0.5rem;
  4041. padding-left: 0.5rem;
  4042. }
  4043. .navbar-expand-xl > .container,
  4044. .navbar-expand-xl > .container-fluid {
  4045. flex-wrap: nowrap;
  4046. }
  4047. .navbar-expand-xl .navbar-collapse {
  4048. display: -webkit-box !important;
  4049. display: flex !important;
  4050. flex-basis: auto;
  4051. }
  4052. .navbar-expand-xl .navbar-toggler {
  4053. display: none;
  4054. }
  4055. }
  4056. .navbar-expand {
  4057. -webkit-box-orient: horizontal;
  4058. -webkit-box-direction: normal;
  4059. flex-flow: row nowrap;
  4060. -webkit-box-pack: start;
  4061. justify-content: flex-start;
  4062. }
  4063. .navbar-expand > .container,
  4064. .navbar-expand > .container-fluid {
  4065. padding-right: 0;
  4066. padding-left: 0;
  4067. }
  4068. .navbar-expand .navbar-nav {
  4069. -webkit-box-orient: horizontal;
  4070. -webkit-box-direction: normal;
  4071. flex-direction: row;
  4072. }
  4073. .navbar-expand .navbar-nav .dropdown-menu {
  4074. position: absolute;
  4075. }
  4076. .navbar-expand .navbar-nav .nav-link {
  4077. padding-right: 0.5rem;
  4078. padding-left: 0.5rem;
  4079. }
  4080. .navbar-expand > .container,
  4081. .navbar-expand > .container-fluid {
  4082. flex-wrap: nowrap;
  4083. }
  4084. .navbar-expand .navbar-collapse {
  4085. display: -webkit-box !important;
  4086. display: flex !important;
  4087. flex-basis: auto;
  4088. }
  4089. .navbar-expand .navbar-toggler {
  4090. display: none;
  4091. }
  4092. .navbar-light .navbar-brand {
  4093. color: rgba(0, 0, 0, 0.9);
  4094. }
  4095. .navbar-light .navbar-brand:hover,
  4096. .navbar-light .navbar-brand:focus {
  4097. color: rgba(0, 0, 0, 0.9);
  4098. }
  4099. .navbar-light .navbar-nav .nav-link {
  4100. color: rgba(0, 0, 0, 0.5);
  4101. }
  4102. .navbar-light .navbar-nav .nav-link:hover,
  4103. .navbar-light .navbar-nav .nav-link:focus {
  4104. color: rgba(0, 0, 0, 0.7);
  4105. }
  4106. .navbar-light .navbar-nav .nav-link.disabled {
  4107. color: rgba(0, 0, 0, 0.3);
  4108. }
  4109. .navbar-light .navbar-nav .show > .nav-link,
  4110. .navbar-light .navbar-nav .active > .nav-link,
  4111. .navbar-light .navbar-nav .nav-link.show,
  4112. .navbar-light .navbar-nav .nav-link.active {
  4113. color: rgba(0, 0, 0, 0.9);
  4114. }
  4115. .navbar-light .navbar-toggler {
  4116. color: rgba(0, 0, 0, 0.5);
  4117. border-color: rgba(0, 0, 0, 0.1);
  4118. }
  4119. .navbar-light .navbar-toggler-icon {
  4120. background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  4121. }
  4122. .navbar-light .navbar-text {
  4123. color: rgba(0, 0, 0, 0.5);
  4124. }
  4125. .navbar-light .navbar-text a {
  4126. color: rgba(0, 0, 0, 0.9);
  4127. }
  4128. .navbar-light .navbar-text a:hover,
  4129. .navbar-light .navbar-text a:focus {
  4130. color: rgba(0, 0, 0, 0.9);
  4131. }
  4132. .navbar-dark .navbar-brand {
  4133. color: #fff;
  4134. }
  4135. .navbar-dark .navbar-brand:hover,
  4136. .navbar-dark .navbar-brand:focus {
  4137. color: #fff;
  4138. }
  4139. .navbar-dark .navbar-nav .nav-link {
  4140. color: rgba(255, 255, 255, 0.5);
  4141. }
  4142. .navbar-dark .navbar-nav .nav-link:hover,
  4143. .navbar-dark .navbar-nav .nav-link:focus {
  4144. color: rgba(255, 255, 255, 0.75);
  4145. }
  4146. .navbar-dark .navbar-nav .nav-link.disabled {
  4147. color: rgba(255, 255, 255, 0.25);
  4148. }
  4149. .navbar-dark .navbar-nav .show > .nav-link,
  4150. .navbar-dark .navbar-nav .active > .nav-link,
  4151. .navbar-dark .navbar-nav .nav-link.show,
  4152. .navbar-dark .navbar-nav .nav-link.active {
  4153. color: #fff;
  4154. }
  4155. .navbar-dark .navbar-toggler {
  4156. color: rgba(255, 255, 255, 0.5);
  4157. border-color: rgba(255, 255, 255, 0.1);
  4158. }
  4159. .navbar-dark .navbar-toggler-icon {
  4160. background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  4161. }
  4162. .navbar-dark .navbar-text {
  4163. color: rgba(255, 255, 255, 0.5);
  4164. }
  4165. .navbar-dark .navbar-text a {
  4166. color: #fff;
  4167. }
  4168. .navbar-dark .navbar-text a:hover,
  4169. .navbar-dark .navbar-text a:focus {
  4170. color: #fff;
  4171. }
  4172. .card {
  4173. position: relative;
  4174. display: -webkit-box;
  4175. display: flex;
  4176. -webkit-box-orient: vertical;
  4177. -webkit-box-direction: normal;
  4178. flex-direction: column;
  4179. min-width: 0;
  4180. word-wrap: break-word;
  4181. background-color: #fff;
  4182. background-clip: border-box;
  4183. border: 1px solid rgba(0, 0, 0, 0.125);
  4184. border-radius: 0.25rem;
  4185. }
  4186. .card > hr {
  4187. margin-right: 0;
  4188. margin-left: 0;
  4189. }
  4190. .card > .list-group:first-child .list-group-item:first-child {
  4191. border-top-left-radius: 0.25rem;
  4192. border-top-right-radius: 0.25rem;
  4193. }
  4194. .card > .list-group:last-child .list-group-item:last-child {
  4195. border-bottom-right-radius: 0.25rem;
  4196. border-bottom-left-radius: 0.25rem;
  4197. }
  4198. .card-body {
  4199. -webkit-box-flex: 1;
  4200. flex: 1 1 auto;
  4201. padding: 1.25rem;
  4202. }
  4203. .card-title {
  4204. margin-bottom: 0.75rem;
  4205. }
  4206. .card-subtitle {
  4207. margin-top: -0.375rem;
  4208. margin-bottom: 0;
  4209. }
  4210. .card-text:last-child {
  4211. margin-bottom: 0;
  4212. }
  4213. .card-link:hover {
  4214. text-decoration: none;
  4215. }
  4216. .card-link + .card-link {
  4217. margin-left: 1.25rem;
  4218. }
  4219. .card-header {
  4220. padding: 0.75rem 1.25rem;
  4221. margin-bottom: 0;
  4222. background-color: rgba(0, 0, 0, 0.03);
  4223. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  4224. }
  4225. .card-header:first-child {
  4226. border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  4227. }
  4228. .card-header + .list-group .list-group-item:first-child {
  4229. border-top: 0;
  4230. }
  4231. .card-footer {
  4232. padding: 0.75rem 1.25rem;
  4233. background-color: rgba(0, 0, 0, 0.03);
  4234. border-top: 1px solid rgba(0, 0, 0, 0.125);
  4235. }
  4236. .card-footer:last-child {
  4237. border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  4238. }
  4239. .card-header-tabs {
  4240. margin-right: -0.625rem;
  4241. margin-bottom: -0.75rem;
  4242. margin-left: -0.625rem;
  4243. border-bottom: 0;
  4244. }
  4245. .card-header-pills {
  4246. margin-right: -0.625rem;
  4247. margin-left: -0.625rem;
  4248. }
  4249. .card-img-overlay {
  4250. position: absolute;
  4251. top: 0;
  4252. right: 0;
  4253. bottom: 0;
  4254. left: 0;
  4255. padding: 1.25rem;
  4256. }
  4257. .card-img {
  4258. width: 100%;
  4259. border-radius: calc(0.25rem - 1px);
  4260. }
  4261. .card-img-top {
  4262. width: 100%;
  4263. border-top-left-radius: calc(0.25rem - 1px);
  4264. border-top-right-radius: calc(0.25rem - 1px);
  4265. }
  4266. .card-img-bottom {
  4267. width: 100%;
  4268. border-bottom-right-radius: calc(0.25rem - 1px);
  4269. border-bottom-left-radius: calc(0.25rem - 1px);
  4270. }
  4271. .card-deck {
  4272. display: -webkit-box;
  4273. display: flex;
  4274. -webkit-box-orient: vertical;
  4275. -webkit-box-direction: normal;
  4276. flex-direction: column;
  4277. }
  4278. .card-deck .card {
  4279. margin-bottom: 15px;
  4280. }
  4281. @media (min-width: 576px) {
  4282. .card-deck {
  4283. -webkit-box-orient: horizontal;
  4284. -webkit-box-direction: normal;
  4285. flex-flow: row wrap;
  4286. margin-right: -15px;
  4287. margin-left: -15px;
  4288. }
  4289. .card-deck .card {
  4290. display: -webkit-box;
  4291. display: flex;
  4292. -webkit-box-flex: 1;
  4293. flex: 1 0 0%;
  4294. -webkit-box-orient: vertical;
  4295. -webkit-box-direction: normal;
  4296. flex-direction: column;
  4297. margin-right: 15px;
  4298. margin-bottom: 0;
  4299. margin-left: 15px;
  4300. }
  4301. }
  4302. .card-group {
  4303. display: -webkit-box;
  4304. display: flex;
  4305. -webkit-box-orient: vertical;
  4306. -webkit-box-direction: normal;
  4307. flex-direction: column;
  4308. }
  4309. .card-group > .card {
  4310. margin-bottom: 15px;
  4311. }
  4312. @media (min-width: 576px) {
  4313. .card-group {
  4314. -webkit-box-orient: horizontal;
  4315. -webkit-box-direction: normal;
  4316. flex-flow: row wrap;
  4317. }
  4318. .card-group > .card {
  4319. -webkit-box-flex: 1;
  4320. flex: 1 0 0%;
  4321. margin-bottom: 0;
  4322. }
  4323. .card-group > .card + .card {
  4324. margin-left: 0;
  4325. border-left: 0;
  4326. }
  4327. .card-group > .card:not(:last-child) {
  4328. border-top-right-radius: 0;
  4329. border-bottom-right-radius: 0;
  4330. }
  4331. .card-group > .card:not(:last-child) .card-img-top,
  4332. .card-group > .card:not(:last-child) .card-header {
  4333. border-top-right-radius: 0;
  4334. }
  4335. .card-group > .card:not(:last-child) .card-img-bottom,
  4336. .card-group > .card:not(:last-child) .card-footer {
  4337. border-bottom-right-radius: 0;
  4338. }
  4339. .card-group > .card:not(:first-child) {
  4340. border-top-left-radius: 0;
  4341. border-bottom-left-radius: 0;
  4342. }
  4343. .card-group > .card:not(:first-child) .card-img-top,
  4344. .card-group > .card:not(:first-child) .card-header {
  4345. border-top-left-radius: 0;
  4346. }
  4347. .card-group > .card:not(:first-child) .card-img-bottom,
  4348. .card-group > .card:not(:first-child) .card-footer {
  4349. border-bottom-left-radius: 0;
  4350. }
  4351. }
  4352. .card-columns .card {
  4353. margin-bottom: 0.75rem;
  4354. }
  4355. @media (min-width: 576px) {
  4356. .card-columns {
  4357. -webkit-column-count: 3;
  4358. -moz-column-count: 3;
  4359. column-count: 3;
  4360. -webkit-column-gap: 1.25rem;
  4361. -moz-column-gap: 1.25rem;
  4362. column-gap: 1.25rem;
  4363. orphans: 1;
  4364. widows: 1;
  4365. }
  4366. .card-columns .card {
  4367. display: inline-block;
  4368. width: 100%;
  4369. }
  4370. }
  4371. .accordion > .card {
  4372. overflow: hidden;
  4373. }
  4374. .accordion > .card:not(:first-of-type) .card-header:first-child {
  4375. border-radius: 0;
  4376. }
  4377. .accordion > .card:not(:first-of-type):not(:last-of-type) {
  4378. border-bottom: 0;
  4379. border-radius: 0;
  4380. }
  4381. .accordion > .card:first-of-type {
  4382. border-bottom: 0;
  4383. border-bottom-right-radius: 0;
  4384. border-bottom-left-radius: 0;
  4385. }
  4386. .accordion > .card:last-of-type {
  4387. border-top-left-radius: 0;
  4388. border-top-right-radius: 0;
  4389. }
  4390. .accordion > .card .card-header {
  4391. margin-bottom: -1px;
  4392. }
  4393. .breadcrumb {
  4394. display: -webkit-box;
  4395. display: flex;
  4396. flex-wrap: wrap;
  4397. padding: 0.75rem 1rem;
  4398. margin-bottom: 1rem;
  4399. list-style: none;
  4400. background-color: #e9ecef;
  4401. border-radius: 0.25rem;
  4402. }
  4403. .breadcrumb-item + .breadcrumb-item {
  4404. padding-left: 0.5rem;
  4405. }
  4406. .breadcrumb-item + .breadcrumb-item::before {
  4407. display: inline-block;
  4408. padding-right: 0.5rem;
  4409. color: #6c757d;
  4410. content: "/";
  4411. }
  4412. .breadcrumb-item + .breadcrumb-item:hover::before {
  4413. text-decoration: underline;
  4414. }
  4415. .breadcrumb-item + .breadcrumb-item:hover::before {
  4416. text-decoration: none;
  4417. }
  4418. .breadcrumb-item.active {
  4419. color: #6c757d;
  4420. }
  4421. .pagination {
  4422. display: -webkit-box;
  4423. display: flex;
  4424. padding-left: 0;
  4425. list-style: none;
  4426. border-radius: 0.25rem;
  4427. }
  4428. .page-link {
  4429. position: relative;
  4430. display: block;
  4431. padding: 0.5rem 0.75rem;
  4432. margin-left: -1px;
  4433. line-height: 1.25;
  4434. color: #3490dc;
  4435. background-color: #fff;
  4436. border: 1px solid #dee2e6;
  4437. }
  4438. .page-link:hover {
  4439. z-index: 2;
  4440. color: #1d68a7;
  4441. text-decoration: none;
  4442. background-color: #e9ecef;
  4443. border-color: #dee2e6;
  4444. }
  4445. .page-link:focus {
  4446. z-index: 2;
  4447. outline: 0;
  4448. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
  4449. }
  4450. .page-item:first-child .page-link {
  4451. margin-left: 0;
  4452. border-top-left-radius: 0.25rem;
  4453. border-bottom-left-radius: 0.25rem;
  4454. }
  4455. .page-item:last-child .page-link {
  4456. border-top-right-radius: 0.25rem;
  4457. border-bottom-right-radius: 0.25rem;
  4458. }
  4459. .page-item.active .page-link {
  4460. z-index: 1;
  4461. color: #fff;
  4462. background-color: #3490dc;
  4463. border-color: #3490dc;
  4464. }
  4465. .page-item.disabled .page-link {
  4466. color: #6c757d;
  4467. pointer-events: none;
  4468. cursor: auto;
  4469. background-color: #fff;
  4470. border-color: #dee2e6;
  4471. }
  4472. .pagination-lg .page-link {
  4473. padding: 0.75rem 1.5rem;
  4474. font-size: 1.125rem;
  4475. line-height: 1.5;
  4476. }
  4477. .pagination-lg .page-item:first-child .page-link {
  4478. border-top-left-radius: 0.3rem;
  4479. border-bottom-left-radius: 0.3rem;
  4480. }
  4481. .pagination-lg .page-item:last-child .page-link {
  4482. border-top-right-radius: 0.3rem;
  4483. border-bottom-right-radius: 0.3rem;
  4484. }
  4485. .pagination-sm .page-link {
  4486. padding: 0.25rem 0.5rem;
  4487. font-size: 0.7875rem;
  4488. line-height: 1.5;
  4489. }
  4490. .pagination-sm .page-item:first-child .page-link {
  4491. border-top-left-radius: 0.2rem;
  4492. border-bottom-left-radius: 0.2rem;
  4493. }
  4494. .pagination-sm .page-item:last-child .page-link {
  4495. border-top-right-radius: 0.2rem;
  4496. border-bottom-right-radius: 0.2rem;
  4497. }
  4498. .badge {
  4499. display: inline-block;
  4500. padding: 0.25em 0.4em;
  4501. font-size: 75%;
  4502. font-weight: 700;
  4503. line-height: 1;
  4504. text-align: center;
  4505. white-space: nowrap;
  4506. vertical-align: baseline;
  4507. border-radius: 0.25rem;
  4508. -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  4509. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  4510. }
  4511. @media (prefers-reduced-motion: reduce) {
  4512. .badge {
  4513. -webkit-transition: none;
  4514. transition: none;
  4515. }
  4516. }
  4517. a.badge:hover,
  4518. a.badge:focus {
  4519. text-decoration: none;
  4520. }
  4521. .badge:empty {
  4522. display: none;
  4523. }
  4524. .btn .badge {
  4525. position: relative;
  4526. top: -1px;
  4527. }
  4528. .badge-pill {
  4529. padding-right: 0.6em;
  4530. padding-left: 0.6em;
  4531. border-radius: 10rem;
  4532. }
  4533. .badge-primary {
  4534. color: #fff;
  4535. background-color: #3490dc;
  4536. }
  4537. a.badge-primary:hover,
  4538. a.badge-primary:focus {
  4539. color: #fff;
  4540. background-color: #2176bd;
  4541. }
  4542. a.badge-primary:focus,
  4543. a.badge-primary.focus {
  4544. outline: 0;
  4545. box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
  4546. }
  4547. .badge-secondary {
  4548. color: #fff;
  4549. background-color: #6c757d;
  4550. }
  4551. a.badge-secondary:hover,
  4552. a.badge-secondary:focus {
  4553. color: #fff;
  4554. background-color: #545b62;
  4555. }
  4556. a.badge-secondary:focus,
  4557. a.badge-secondary.focus {
  4558. outline: 0;
  4559. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  4560. }
  4561. .badge-success {
  4562. color: #fff;
  4563. background-color: #38c172;
  4564. }
  4565. a.badge-success:hover,
  4566. a.badge-success:focus {
  4567. color: #fff;
  4568. background-color: #2d995b;
  4569. }
  4570. a.badge-success:focus,
  4571. a.badge-success.focus {
  4572. outline: 0;
  4573. box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
  4574. }
  4575. .badge-info {
  4576. color: #212529;
  4577. background-color: #6cb2eb;
  4578. }
  4579. a.badge-info:hover,
  4580. a.badge-info:focus {
  4581. color: #212529;
  4582. background-color: #3f9ae5;
  4583. }
  4584. a.badge-info:focus,
  4585. a.badge-info.focus {
  4586. outline: 0;
  4587. box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
  4588. }
  4589. .badge-warning {
  4590. color: #212529;
  4591. background-color: #ffed4a;
  4592. }
  4593. a.badge-warning:hover,
  4594. a.badge-warning:focus {
  4595. color: #212529;
  4596. background-color: #ffe817;
  4597. }
  4598. a.badge-warning:focus,
  4599. a.badge-warning.focus {
  4600. outline: 0;
  4601. box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
  4602. }
  4603. .badge-danger {
  4604. color: #fff;
  4605. background-color: #e3342f;
  4606. }
  4607. a.badge-danger:hover,
  4608. a.badge-danger:focus {
  4609. color: #fff;
  4610. background-color: #c51f1a;
  4611. }
  4612. a.badge-danger:focus,
  4613. a.badge-danger.focus {
  4614. outline: 0;
  4615. box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
  4616. }
  4617. .badge-light {
  4618. color: #212529;
  4619. background-color: #f8f9fa;
  4620. }
  4621. a.badge-light:hover,
  4622. a.badge-light:focus {
  4623. color: #212529;
  4624. background-color: #dae0e5;
  4625. }
  4626. a.badge-light:focus,
  4627. a.badge-light.focus {
  4628. outline: 0;
  4629. box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  4630. }
  4631. .badge-dark {
  4632. color: #fff;
  4633. background-color: #343a40;
  4634. }
  4635. a.badge-dark:hover,
  4636. a.badge-dark:focus {
  4637. color: #fff;
  4638. background-color: #1d2124;
  4639. }
  4640. a.badge-dark:focus,
  4641. a.badge-dark.focus {
  4642. outline: 0;
  4643. box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  4644. }
  4645. .jumbotron {
  4646. padding: 2rem 1rem;
  4647. margin-bottom: 2rem;
  4648. background-color: #e9ecef;
  4649. border-radius: 0.3rem;
  4650. }
  4651. @media (min-width: 576px) {
  4652. .jumbotron {
  4653. padding: 4rem 2rem;
  4654. }
  4655. }
  4656. .jumbotron-fluid {
  4657. padding-right: 0;
  4658. padding-left: 0;
  4659. border-radius: 0;
  4660. }
  4661. .alert {
  4662. position: relative;
  4663. padding: 0.75rem 1.25rem;
  4664. margin-bottom: 1rem;
  4665. border: 1px solid transparent;
  4666. border-radius: 0.25rem;
  4667. }
  4668. .alert-heading {
  4669. color: inherit;
  4670. }
  4671. .alert-link {
  4672. font-weight: 700;
  4673. }
  4674. .alert-dismissible {
  4675. padding-right: 3.85rem;
  4676. }
  4677. .alert-dismissible .close {
  4678. position: absolute;
  4679. top: 0;
  4680. right: 0;
  4681. padding: 0.75rem 1.25rem;
  4682. color: inherit;
  4683. }
  4684. .alert-primary {
  4685. color: #1b4b72;
  4686. background-color: #d6e9f8;
  4687. border-color: #c6e0f5;
  4688. }
  4689. .alert-primary hr {
  4690. border-top-color: #b0d4f1;
  4691. }
  4692. .alert-primary .alert-link {
  4693. color: #113049;
  4694. }
  4695. .alert-secondary {
  4696. color: #383d41;
  4697. background-color: #e2e3e5;
  4698. border-color: #d6d8db;
  4699. }
  4700. .alert-secondary hr {
  4701. border-top-color: #c8cbcf;
  4702. }
  4703. .alert-secondary .alert-link {
  4704. color: #202326;
  4705. }
  4706. .alert-success {
  4707. color: #1d643b;
  4708. background-color: #d7f3e3;
  4709. border-color: #c7eed8;
  4710. }
  4711. .alert-success hr {
  4712. border-top-color: #b3e8ca;
  4713. }
  4714. .alert-success .alert-link {
  4715. color: #123c24;
  4716. }
  4717. .alert-info {
  4718. color: #385d7a;
  4719. background-color: #e2f0fb;
  4720. border-color: #d6e9f9;
  4721. }
  4722. .alert-info hr {
  4723. border-top-color: #c0ddf6;
  4724. }
  4725. .alert-info .alert-link {
  4726. color: #284257;
  4727. }
  4728. .alert-warning {
  4729. color: #857b26;
  4730. background-color: #fffbdb;
  4731. border-color: #fffacc;
  4732. }
  4733. .alert-warning hr {
  4734. border-top-color: #fff8b3;
  4735. }
  4736. .alert-warning .alert-link {
  4737. color: #5d561b;
  4738. }
  4739. .alert-danger {
  4740. color: #761b18;
  4741. background-color: #f9d6d5;
  4742. border-color: #f7c6c5;
  4743. }
  4744. .alert-danger hr {
  4745. border-top-color: #f4b0af;
  4746. }
  4747. .alert-danger .alert-link {
  4748. color: #4c110f;
  4749. }
  4750. .alert-light {
  4751. color: #818182;
  4752. background-color: #fefefe;
  4753. border-color: #fdfdfe;
  4754. }
  4755. .alert-light hr {
  4756. border-top-color: #ececf6;
  4757. }
  4758. .alert-light .alert-link {
  4759. color: #686868;
  4760. }
  4761. .alert-dark {
  4762. color: #1b1e21;
  4763. background-color: #d6d8d9;
  4764. border-color: #c6c8ca;
  4765. }
  4766. .alert-dark hr {
  4767. border-top-color: #b9bbbe;
  4768. }
  4769. .alert-dark .alert-link {
  4770. color: #040505;
  4771. }
  4772. @-webkit-keyframes progress-bar-stripes {
  4773. from {
  4774. background-position: 1rem 0;
  4775. }
  4776. to {
  4777. background-position: 0 0;
  4778. }
  4779. }
  4780. @keyframes progress-bar-stripes {
  4781. from {
  4782. background-position: 1rem 0;
  4783. }
  4784. to {
  4785. background-position: 0 0;
  4786. }
  4787. }
  4788. .progress {
  4789. display: -webkit-box;
  4790. display: flex;
  4791. height: 1rem;
  4792. overflow: hidden;
  4793. font-size: 0.675rem;
  4794. background-color: #e9ecef;
  4795. border-radius: 0.25rem;
  4796. }
  4797. .progress-bar {
  4798. display: -webkit-box;
  4799. display: flex;
  4800. -webkit-box-orient: vertical;
  4801. -webkit-box-direction: normal;
  4802. flex-direction: column;
  4803. -webkit-box-pack: center;
  4804. justify-content: center;
  4805. color: #fff;
  4806. text-align: center;
  4807. white-space: nowrap;
  4808. background-color: #3490dc;
  4809. -webkit-transition: width 0.6s ease;
  4810. transition: width 0.6s ease;
  4811. }
  4812. @media (prefers-reduced-motion: reduce) {
  4813. .progress-bar {
  4814. -webkit-transition: none;
  4815. transition: none;
  4816. }
  4817. }
  4818. .progress-bar-striped {
  4819. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  4820. background-size: 1rem 1rem;
  4821. }
  4822. .progress-bar-animated {
  4823. -webkit-animation: progress-bar-stripes 1s linear infinite;
  4824. animation: progress-bar-stripes 1s linear infinite;
  4825. }
  4826. @media (prefers-reduced-motion: reduce) {
  4827. .progress-bar-animated {
  4828. -webkit-animation: none;
  4829. animation: none;
  4830. }
  4831. }
  4832. .media {
  4833. display: -webkit-box;
  4834. display: flex;
  4835. -webkit-box-align: start;
  4836. align-items: flex-start;
  4837. }
  4838. .media-body {
  4839. -webkit-box-flex: 1;
  4840. flex: 1;
  4841. }
  4842. .list-group {
  4843. display: -webkit-box;
  4844. display: flex;
  4845. -webkit-box-orient: vertical;
  4846. -webkit-box-direction: normal;
  4847. flex-direction: column;
  4848. padding-left: 0;
  4849. margin-bottom: 0;
  4850. }
  4851. .list-group-item-action {
  4852. width: 100%;
  4853. color: #495057;
  4854. text-align: inherit;
  4855. }
  4856. .list-group-item-action:hover,
  4857. .list-group-item-action:focus {
  4858. z-index: 1;
  4859. color: #495057;
  4860. text-decoration: none;
  4861. background-color: #f8f9fa;
  4862. }
  4863. .list-group-item-action:active {
  4864. color: #212529;
  4865. background-color: #e9ecef;
  4866. }
  4867. .list-group-item {
  4868. position: relative;
  4869. display: block;
  4870. padding: 0.75rem 1.25rem;
  4871. margin-bottom: -1px;
  4872. background-color: #fff;
  4873. border: 1px solid rgba(0, 0, 0, 0.125);
  4874. }
  4875. .list-group-item:first-child {
  4876. border-top-left-radius: 0.25rem;
  4877. border-top-right-radius: 0.25rem;
  4878. }
  4879. .list-group-item:last-child {
  4880. margin-bottom: 0;
  4881. border-bottom-right-radius: 0.25rem;
  4882. border-bottom-left-radius: 0.25rem;
  4883. }
  4884. .list-group-item.disabled,
  4885. .list-group-item:disabled {
  4886. color: #6c757d;
  4887. pointer-events: none;
  4888. background-color: #fff;
  4889. }
  4890. .list-group-item.active {
  4891. z-index: 2;
  4892. color: #fff;
  4893. background-color: #3490dc;
  4894. border-color: #3490dc;
  4895. }
  4896. .list-group-horizontal {
  4897. -webkit-box-orient: horizontal;
  4898. -webkit-box-direction: normal;
  4899. flex-direction: row;
  4900. }
  4901. .list-group-horizontal .list-group-item {
  4902. margin-right: -1px;
  4903. margin-bottom: 0;
  4904. }
  4905. .list-group-horizontal .list-group-item:first-child {
  4906. border-top-left-radius: 0.25rem;
  4907. border-bottom-left-radius: 0.25rem;
  4908. border-top-right-radius: 0;
  4909. }
  4910. .list-group-horizontal .list-group-item:last-child {
  4911. margin-right: 0;
  4912. border-top-right-radius: 0.25rem;
  4913. border-bottom-right-radius: 0.25rem;
  4914. border-bottom-left-radius: 0;
  4915. }
  4916. @media (min-width: 576px) {
  4917. .list-group-horizontal-sm {
  4918. -webkit-box-orient: horizontal;
  4919. -webkit-box-direction: normal;
  4920. flex-direction: row;
  4921. }
  4922. .list-group-horizontal-sm .list-group-item {
  4923. margin-right: -1px;
  4924. margin-bottom: 0;
  4925. }
  4926. .list-group-horizontal-sm .list-group-item:first-child {
  4927. border-top-left-radius: 0.25rem;
  4928. border-bottom-left-radius: 0.25rem;
  4929. border-top-right-radius: 0;
  4930. }
  4931. .list-group-horizontal-sm .list-group-item:last-child {
  4932. margin-right: 0;
  4933. border-top-right-radius: 0.25rem;
  4934. border-bottom-right-radius: 0.25rem;
  4935. border-bottom-left-radius: 0;
  4936. }
  4937. }
  4938. @media (min-width: 768px) {
  4939. .list-group-horizontal-md {
  4940. -webkit-box-orient: horizontal;
  4941. -webkit-box-direction: normal;
  4942. flex-direction: row;
  4943. }
  4944. .list-group-horizontal-md .list-group-item {
  4945. margin-right: -1px;
  4946. margin-bottom: 0;
  4947. }
  4948. .list-group-horizontal-md .list-group-item:first-child {
  4949. border-top-left-radius: 0.25rem;
  4950. border-bottom-left-radius: 0.25rem;
  4951. border-top-right-radius: 0;
  4952. }
  4953. .list-group-horizontal-md .list-group-item:last-child {
  4954. margin-right: 0;
  4955. border-top-right-radius: 0.25rem;
  4956. border-bottom-right-radius: 0.25rem;
  4957. border-bottom-left-radius: 0;
  4958. }
  4959. }
  4960. @media (min-width: 992px) {
  4961. .list-group-horizontal-lg {
  4962. -webkit-box-orient: horizontal;
  4963. -webkit-box-direction: normal;
  4964. flex-direction: row;
  4965. }
  4966. .list-group-horizontal-lg .list-group-item {
  4967. margin-right: -1px;
  4968. margin-bottom: 0;
  4969. }
  4970. .list-group-horizontal-lg .list-group-item:first-child {
  4971. border-top-left-radius: 0.25rem;
  4972. border-bottom-left-radius: 0.25rem;
  4973. border-top-right-radius: 0;
  4974. }
  4975. .list-group-horizontal-lg .list-group-item:last-child {
  4976. margin-right: 0;
  4977. border-top-right-radius: 0.25rem;
  4978. border-bottom-right-radius: 0.25rem;
  4979. border-bottom-left-radius: 0;
  4980. }
  4981. }
  4982. @media (min-width: 1200px) {
  4983. .list-group-horizontal-xl {
  4984. -webkit-box-orient: horizontal;
  4985. -webkit-box-direction: normal;
  4986. flex-direction: row;
  4987. }
  4988. .list-group-horizontal-xl .list-group-item {
  4989. margin-right: -1px;
  4990. margin-bottom: 0;
  4991. }
  4992. .list-group-horizontal-xl .list-group-item:first-child {
  4993. border-top-left-radius: 0.25rem;
  4994. border-bottom-left-radius: 0.25rem;
  4995. border-top-right-radius: 0;
  4996. }
  4997. .list-group-horizontal-xl .list-group-item:last-child {
  4998. margin-right: 0;
  4999. border-top-right-radius: 0.25rem;
  5000. border-bottom-right-radius: 0.25rem;
  5001. border-bottom-left-radius: 0;
  5002. }
  5003. }
  5004. .list-group-flush .list-group-item {
  5005. border-right: 0;
  5006. border-left: 0;
  5007. border-radius: 0;
  5008. }
  5009. .list-group-flush .list-group-item:last-child {
  5010. margin-bottom: -1px;
  5011. }
  5012. .list-group-flush:first-child .list-group-item:first-child {
  5013. border-top: 0;
  5014. }
  5015. .list-group-flush:last-child .list-group-item:last-child {
  5016. margin-bottom: 0;
  5017. border-bottom: 0;
  5018. }
  5019. .list-group-item-primary {
  5020. color: #1b4b72;
  5021. background-color: #c6e0f5;
  5022. }
  5023. .list-group-item-primary.list-group-item-action:hover,
  5024. .list-group-item-primary.list-group-item-action:focus {
  5025. color: #1b4b72;
  5026. background-color: #b0d4f1;
  5027. }
  5028. .list-group-item-primary.list-group-item-action.active {
  5029. color: #fff;
  5030. background-color: #1b4b72;
  5031. border-color: #1b4b72;
  5032. }
  5033. .list-group-item-secondary {
  5034. color: #383d41;
  5035. background-color: #d6d8db;
  5036. }
  5037. .list-group-item-secondary.list-group-item-action:hover,
  5038. .list-group-item-secondary.list-group-item-action:focus {
  5039. color: #383d41;
  5040. background-color: #c8cbcf;
  5041. }
  5042. .list-group-item-secondary.list-group-item-action.active {
  5043. color: #fff;
  5044. background-color: #383d41;
  5045. border-color: #383d41;
  5046. }
  5047. .list-group-item-success {
  5048. color: #1d643b;
  5049. background-color: #c7eed8;
  5050. }
  5051. .list-group-item-success.list-group-item-action:hover,
  5052. .list-group-item-success.list-group-item-action:focus {
  5053. color: #1d643b;
  5054. background-color: #b3e8ca;
  5055. }
  5056. .list-group-item-success.list-group-item-action.active {
  5057. color: #fff;
  5058. background-color: #1d643b;
  5059. border-color: #1d643b;
  5060. }
  5061. .list-group-item-info {
  5062. color: #385d7a;
  5063. background-color: #d6e9f9;
  5064. }
  5065. .list-group-item-info.list-group-item-action:hover,
  5066. .list-group-item-info.list-group-item-action:focus {
  5067. color: #385d7a;
  5068. background-color: #c0ddf6;
  5069. }
  5070. .list-group-item-info.list-group-item-action.active {
  5071. color: #fff;
  5072. background-color: #385d7a;
  5073. border-color: #385d7a;
  5074. }
  5075. .list-group-item-warning {
  5076. color: #857b26;
  5077. background-color: #fffacc;
  5078. }
  5079. .list-group-item-warning.list-group-item-action:hover,
  5080. .list-group-item-warning.list-group-item-action:focus {
  5081. color: #857b26;
  5082. background-color: #fff8b3;
  5083. }
  5084. .list-group-item-warning.list-group-item-action.active {
  5085. color: #fff;
  5086. background-color: #857b26;
  5087. border-color: #857b26;
  5088. }
  5089. .list-group-item-danger {
  5090. color: #761b18;
  5091. background-color: #f7c6c5;
  5092. }
  5093. .list-group-item-danger.list-group-item-action:hover,
  5094. .list-group-item-danger.list-group-item-action:focus {
  5095. color: #761b18;
  5096. background-color: #f4b0af;
  5097. }
  5098. .list-group-item-danger.list-group-item-action.active {
  5099. color: #fff;
  5100. background-color: #761b18;
  5101. border-color: #761b18;
  5102. }
  5103. .list-group-item-light {
  5104. color: #818182;
  5105. background-color: #fdfdfe;
  5106. }
  5107. .list-group-item-light.list-group-item-action:hover,
  5108. .list-group-item-light.list-group-item-action:focus {
  5109. color: #818182;
  5110. background-color: #ececf6;
  5111. }
  5112. .list-group-item-light.list-group-item-action.active {
  5113. color: #fff;
  5114. background-color: #818182;
  5115. border-color: #818182;
  5116. }
  5117. .list-group-item-dark {
  5118. color: #1b1e21;
  5119. background-color: #c6c8ca;
  5120. }
  5121. .list-group-item-dark.list-group-item-action:hover,
  5122. .list-group-item-dark.list-group-item-action:focus {
  5123. color: #1b1e21;
  5124. background-color: #b9bbbe;
  5125. }
  5126. .list-group-item-dark.list-group-item-action.active {
  5127. color: #fff;
  5128. background-color: #1b1e21;
  5129. border-color: #1b1e21;
  5130. }
  5131. .close {
  5132. float: right;
  5133. font-size: 1.35rem;
  5134. font-weight: 700;
  5135. line-height: 1;
  5136. color: #000;
  5137. text-shadow: 0 1px 0 #fff;
  5138. opacity: 0.5;
  5139. }
  5140. .close:hover {
  5141. color: #000;
  5142. text-decoration: none;
  5143. }
  5144. .close:not(:disabled):not(.disabled):hover,
  5145. .close:not(:disabled):not(.disabled):focus {
  5146. opacity: 0.75;
  5147. }
  5148. button.close {
  5149. padding: 0;
  5150. background-color: transparent;
  5151. border: 0;
  5152. -webkit-appearance: none;
  5153. -moz-appearance: none;
  5154. appearance: none;
  5155. }
  5156. a.close.disabled {
  5157. pointer-events: none;
  5158. }
  5159. .toast {
  5160. max-width: 350px;
  5161. overflow: hidden;
  5162. font-size: 0.875rem;
  5163. background-color: rgba(255, 255, 255, 0.85);
  5164. background-clip: padding-box;
  5165. border: 1px solid rgba(0, 0, 0, 0.1);
  5166. box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  5167. -webkit-backdrop-filter: blur(10px);
  5168. backdrop-filter: blur(10px);
  5169. opacity: 0;
  5170. border-radius: 0.25rem;
  5171. }
  5172. .toast:not(:last-child) {
  5173. margin-bottom: 0.75rem;
  5174. }
  5175. .toast.showing {
  5176. opacity: 1;
  5177. }
  5178. .toast.show {
  5179. display: block;
  5180. opacity: 1;
  5181. }
  5182. .toast.hide {
  5183. display: none;
  5184. }
  5185. .toast-header {
  5186. display: -webkit-box;
  5187. display: flex;
  5188. -webkit-box-align: center;
  5189. align-items: center;
  5190. padding: 0.25rem 0.75rem;
  5191. color: #6c757d;
  5192. background-color: rgba(255, 255, 255, 0.85);
  5193. background-clip: padding-box;
  5194. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  5195. }
  5196. .toast-body {
  5197. padding: 0.75rem;
  5198. }
  5199. .modal-open {
  5200. overflow: hidden;
  5201. }
  5202. .modal-open .modal {
  5203. overflow-x: hidden;
  5204. overflow-y: auto;
  5205. }
  5206. .modal {
  5207. position: fixed;
  5208. top: 0;
  5209. left: 0;
  5210. z-index: 1050;
  5211. display: none;
  5212. width: 100%;
  5213. height: 100%;
  5214. overflow: hidden;
  5215. outline: 0;
  5216. }
  5217. .modal-dialog {
  5218. position: relative;
  5219. width: auto;
  5220. margin: 0.5rem;
  5221. pointer-events: none;
  5222. }
  5223. .modal.fade .modal-dialog {
  5224. -webkit-transition: -webkit-transform 0.3s ease-out;
  5225. transition: -webkit-transform 0.3s ease-out;
  5226. transition: transform 0.3s ease-out;
  5227. transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  5228. -webkit-transform: translate(0, -50px);
  5229. transform: translate(0, -50px);
  5230. }
  5231. @media (prefers-reduced-motion: reduce) {
  5232. .modal.fade .modal-dialog {
  5233. -webkit-transition: none;
  5234. transition: none;
  5235. }
  5236. }
  5237. .modal.show .modal-dialog {
  5238. -webkit-transform: none;
  5239. transform: none;
  5240. }
  5241. .modal-dialog-scrollable {
  5242. display: -webkit-box;
  5243. display: flex;
  5244. max-height: calc(100% - 1rem);
  5245. }
  5246. .modal-dialog-scrollable .modal-content {
  5247. max-height: calc(100vh - 1rem);
  5248. overflow: hidden;
  5249. }
  5250. .modal-dialog-scrollable .modal-header,
  5251. .modal-dialog-scrollable .modal-footer {
  5252. flex-shrink: 0;
  5253. }
  5254. .modal-dialog-scrollable .modal-body {
  5255. overflow-y: auto;
  5256. }
  5257. .modal-dialog-centered {
  5258. display: -webkit-box;
  5259. display: flex;
  5260. -webkit-box-align: center;
  5261. align-items: center;
  5262. min-height: calc(100% - 1rem);
  5263. }
  5264. .modal-dialog-centered::before {
  5265. display: block;
  5266. height: calc(100vh - 1rem);
  5267. content: "";
  5268. }
  5269. .modal-dialog-centered.modal-dialog-scrollable {
  5270. -webkit-box-orient: vertical;
  5271. -webkit-box-direction: normal;
  5272. flex-direction: column;
  5273. -webkit-box-pack: center;
  5274. justify-content: center;
  5275. height: 100%;
  5276. }
  5277. .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  5278. max-height: none;
  5279. }
  5280. .modal-dialog-centered.modal-dialog-scrollable::before {
  5281. content: none;
  5282. }
  5283. .modal-content {
  5284. position: relative;
  5285. display: -webkit-box;
  5286. display: flex;
  5287. -webkit-box-orient: vertical;
  5288. -webkit-box-direction: normal;
  5289. flex-direction: column;
  5290. width: 100%;
  5291. pointer-events: auto;
  5292. background-color: #fff;
  5293. background-clip: padding-box;
  5294. border: 1px solid rgba(0, 0, 0, 0.2);
  5295. border-radius: 0.3rem;
  5296. outline: 0;
  5297. }
  5298. .modal-backdrop {
  5299. position: fixed;
  5300. top: 0;
  5301. left: 0;
  5302. z-index: 1040;
  5303. width: 100vw;
  5304. height: 100vh;
  5305. background-color: #000;
  5306. }
  5307. .modal-backdrop.fade {
  5308. opacity: 0;
  5309. }
  5310. .modal-backdrop.show {
  5311. opacity: 0.5;
  5312. }
  5313. .modal-header {
  5314. display: -webkit-box;
  5315. display: flex;
  5316. -webkit-box-align: start;
  5317. align-items: flex-start;
  5318. -webkit-box-pack: justify;
  5319. justify-content: space-between;
  5320. padding: 1rem 1rem;
  5321. border-bottom: 1px solid #dee2e6;
  5322. border-top-left-radius: 0.3rem;
  5323. border-top-right-radius: 0.3rem;
  5324. }
  5325. .modal-header .close {
  5326. padding: 1rem 1rem;
  5327. margin: -1rem -1rem -1rem auto;
  5328. }
  5329. .modal-title {
  5330. margin-bottom: 0;
  5331. line-height: 1.6;
  5332. }
  5333. .modal-body {
  5334. position: relative;
  5335. -webkit-box-flex: 1;
  5336. flex: 1 1 auto;
  5337. padding: 1rem;
  5338. }
  5339. .modal-footer {
  5340. display: -webkit-box;
  5341. display: flex;
  5342. -webkit-box-align: center;
  5343. align-items: center;
  5344. -webkit-box-pack: end;
  5345. justify-content: flex-end;
  5346. padding: 1rem;
  5347. border-top: 1px solid #dee2e6;
  5348. border-bottom-right-radius: 0.3rem;
  5349. border-bottom-left-radius: 0.3rem;
  5350. }
  5351. .modal-footer > :not(:first-child) {
  5352. margin-left: 0.25rem;
  5353. }
  5354. .modal-footer > :not(:last-child) {
  5355. margin-right: 0.25rem;
  5356. }
  5357. .modal-scrollbar-measure {
  5358. position: absolute;
  5359. top: -9999px;
  5360. width: 50px;
  5361. height: 50px;
  5362. overflow: scroll;
  5363. }
  5364. @media (min-width: 576px) {
  5365. .modal-dialog {
  5366. max-width: 500px;
  5367. margin: 1.75rem auto;
  5368. }
  5369. .modal-dialog-scrollable {
  5370. max-height: calc(100% - 3.5rem);
  5371. }
  5372. .modal-dialog-scrollable .modal-content {
  5373. max-height: calc(100vh - 3.5rem);
  5374. }
  5375. .modal-dialog-centered {
  5376. min-height: calc(100% - 3.5rem);
  5377. }
  5378. .modal-dialog-centered::before {
  5379. height: calc(100vh - 3.5rem);
  5380. }
  5381. .modal-sm {
  5382. max-width: 300px;
  5383. }
  5384. }
  5385. @media (min-width: 992px) {
  5386. .modal-lg,
  5387. .modal-xl {
  5388. max-width: 800px;
  5389. }
  5390. }
  5391. @media (min-width: 1200px) {
  5392. .modal-xl {
  5393. max-width: 1140px;
  5394. }
  5395. }
  5396. .tooltip {
  5397. position: absolute;
  5398. z-index: 1070;
  5399. display: block;
  5400. margin: 0;
  5401. font-family: "Nunito", sans-serif;
  5402. font-style: normal;
  5403. font-weight: 400;
  5404. line-height: 1.6;
  5405. text-align: left;
  5406. text-align: start;
  5407. text-decoration: none;
  5408. text-shadow: none;
  5409. text-transform: none;
  5410. letter-spacing: normal;
  5411. word-break: normal;
  5412. word-spacing: normal;
  5413. white-space: normal;
  5414. line-break: auto;
  5415. font-size: 0.7875rem;
  5416. word-wrap: break-word;
  5417. opacity: 0;
  5418. }
  5419. .tooltip.show {
  5420. opacity: 0.9;
  5421. }
  5422. .tooltip .arrow {
  5423. position: absolute;
  5424. display: block;
  5425. width: 0.8rem;
  5426. height: 0.4rem;
  5427. }
  5428. .tooltip .arrow::before {
  5429. position: absolute;
  5430. content: "";
  5431. border-color: transparent;
  5432. border-style: solid;
  5433. }
  5434. .bs-tooltip-top,
  5435. .bs-tooltip-auto[x-placement^=top] {
  5436. padding: 0.4rem 0;
  5437. }
  5438. .bs-tooltip-top .arrow,
  5439. .bs-tooltip-auto[x-placement^=top] .arrow {
  5440. bottom: 0;
  5441. }
  5442. .bs-tooltip-top .arrow::before,
  5443. .bs-tooltip-auto[x-placement^=top] .arrow::before {
  5444. top: 0;
  5445. border-width: 0.4rem 0.4rem 0;
  5446. border-top-color: #000;
  5447. }
  5448. .bs-tooltip-right,
  5449. .bs-tooltip-auto[x-placement^=right] {
  5450. padding: 0 0.4rem;
  5451. }
  5452. .bs-tooltip-right .arrow,
  5453. .bs-tooltip-auto[x-placement^=right] .arrow {
  5454. left: 0;
  5455. width: 0.4rem;
  5456. height: 0.8rem;
  5457. }
  5458. .bs-tooltip-right .arrow::before,
  5459. .bs-tooltip-auto[x-placement^=right] .arrow::before {
  5460. right: 0;
  5461. border-width: 0.4rem 0.4rem 0.4rem 0;
  5462. border-right-color: #000;
  5463. }
  5464. .bs-tooltip-bottom,
  5465. .bs-tooltip-auto[x-placement^=bottom] {
  5466. padding: 0.4rem 0;
  5467. }
  5468. .bs-tooltip-bottom .arrow,
  5469. .bs-tooltip-auto[x-placement^=bottom] .arrow {
  5470. top: 0;
  5471. }
  5472. .bs-tooltip-bottom .arrow::before,
  5473. .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  5474. bottom: 0;
  5475. border-width: 0 0.4rem 0.4rem;
  5476. border-bottom-color: #000;
  5477. }
  5478. .bs-tooltip-left,
  5479. .bs-tooltip-auto[x-placement^=left] {
  5480. padding: 0 0.4rem;
  5481. }
  5482. .bs-tooltip-left .arrow,
  5483. .bs-tooltip-auto[x-placement^=left] .arrow {
  5484. right: 0;
  5485. width: 0.4rem;
  5486. height: 0.8rem;
  5487. }
  5488. .bs-tooltip-left .arrow::before,
  5489. .bs-tooltip-auto[x-placement^=left] .arrow::before {
  5490. left: 0;
  5491. border-width: 0.4rem 0 0.4rem 0.4rem;
  5492. border-left-color: #000;
  5493. }
  5494. .tooltip-inner {
  5495. max-width: 200px;
  5496. padding: 0.25rem 0.5rem;
  5497. color: #fff;
  5498. text-align: center;
  5499. background-color: #000;
  5500. border-radius: 0.25rem;
  5501. }
  5502. .popover {
  5503. position: absolute;
  5504. top: 0;
  5505. left: 0;
  5506. z-index: 1060;
  5507. display: block;
  5508. max-width: 276px;
  5509. font-family: "Nunito", sans-serif;
  5510. font-style: normal;
  5511. font-weight: 400;
  5512. line-height: 1.6;
  5513. text-align: left;
  5514. text-align: start;
  5515. text-decoration: none;
  5516. text-shadow: none;
  5517. text-transform: none;
  5518. letter-spacing: normal;
  5519. word-break: normal;
  5520. word-spacing: normal;
  5521. white-space: normal;
  5522. line-break: auto;
  5523. font-size: 0.7875rem;
  5524. word-wrap: break-word;
  5525. background-color: #fff;
  5526. background-clip: padding-box;
  5527. border: 1px solid rgba(0, 0, 0, 0.2);
  5528. border-radius: 0.3rem;
  5529. }
  5530. .popover .arrow {
  5531. position: absolute;
  5532. display: block;
  5533. width: 1rem;
  5534. height: 0.5rem;
  5535. margin: 0 0.3rem;
  5536. }
  5537. .popover .arrow::before,
  5538. .popover .arrow::after {
  5539. position: absolute;
  5540. display: block;
  5541. content: "";
  5542. border-color: transparent;
  5543. border-style: solid;
  5544. }
  5545. .bs-popover-top,
  5546. .bs-popover-auto[x-placement^=top] {
  5547. margin-bottom: 0.5rem;
  5548. }
  5549. .bs-popover-top > .arrow,
  5550. .bs-popover-auto[x-placement^=top] > .arrow {
  5551. bottom: calc((0.5rem + 1px) * -1);
  5552. }
  5553. .bs-popover-top > .arrow::before,
  5554. .bs-popover-auto[x-placement^=top] > .arrow::before {
  5555. bottom: 0;
  5556. border-width: 0.5rem 0.5rem 0;
  5557. border-top-color: rgba(0, 0, 0, 0.25);
  5558. }
  5559. .bs-popover-top > .arrow::after,
  5560. .bs-popover-auto[x-placement^=top] > .arrow::after {
  5561. bottom: 1px;
  5562. border-width: 0.5rem 0.5rem 0;
  5563. border-top-color: #fff;
  5564. }
  5565. .bs-popover-right,
  5566. .bs-popover-auto[x-placement^=right] {
  5567. margin-left: 0.5rem;
  5568. }
  5569. .bs-popover-right > .arrow,
  5570. .bs-popover-auto[x-placement^=right] > .arrow {
  5571. left: calc((0.5rem + 1px) * -1);
  5572. width: 0.5rem;
  5573. height: 1rem;
  5574. margin: 0.3rem 0;
  5575. }
  5576. .bs-popover-right > .arrow::before,
  5577. .bs-popover-auto[x-placement^=right] > .arrow::before {
  5578. left: 0;
  5579. border-width: 0.5rem 0.5rem 0.5rem 0;
  5580. border-right-color: rgba(0, 0, 0, 0.25);
  5581. }
  5582. .bs-popover-right > .arrow::after,
  5583. .bs-popover-auto[x-placement^=right] > .arrow::after {
  5584. left: 1px;
  5585. border-width: 0.5rem 0.5rem 0.5rem 0;
  5586. border-right-color: #fff;
  5587. }
  5588. .bs-popover-bottom,
  5589. .bs-popover-auto[x-placement^=bottom] {
  5590. margin-top: 0.5rem;
  5591. }
  5592. .bs-popover-bottom > .arrow,
  5593. .bs-popover-auto[x-placement^=bottom] > .arrow {
  5594. top: calc((0.5rem + 1px) * -1);
  5595. }
  5596. .bs-popover-bottom > .arrow::before,
  5597. .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  5598. top: 0;
  5599. border-width: 0 0.5rem 0.5rem 0.5rem;
  5600. border-bottom-color: rgba(0, 0, 0, 0.25);
  5601. }
  5602. .bs-popover-bottom > .arrow::after,
  5603. .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  5604. top: 1px;
  5605. border-width: 0 0.5rem 0.5rem 0.5rem;
  5606. border-bottom-color: #fff;
  5607. }
  5608. .bs-popover-bottom .popover-header::before,
  5609. .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  5610. position: absolute;
  5611. top: 0;
  5612. left: 50%;
  5613. display: block;
  5614. width: 1rem;
  5615. margin-left: -0.5rem;
  5616. content: "";
  5617. border-bottom: 1px solid #f7f7f7;
  5618. }
  5619. .bs-popover-left,
  5620. .bs-popover-auto[x-placement^=left] {
  5621. margin-right: 0.5rem;
  5622. }
  5623. .bs-popover-left > .arrow,
  5624. .bs-popover-auto[x-placement^=left] > .arrow {
  5625. right: calc((0.5rem + 1px) * -1);
  5626. width: 0.5rem;
  5627. height: 1rem;
  5628. margin: 0.3rem 0;
  5629. }
  5630. .bs-popover-left > .arrow::before,
  5631. .bs-popover-auto[x-placement^=left] > .arrow::before {
  5632. right: 0;
  5633. border-width: 0.5rem 0 0.5rem 0.5rem;
  5634. border-left-color: rgba(0, 0, 0, 0.25);
  5635. }
  5636. .bs-popover-left > .arrow::after,
  5637. .bs-popover-auto[x-placement^=left] > .arrow::after {
  5638. right: 1px;
  5639. border-width: 0.5rem 0 0.5rem 0.5rem;
  5640. border-left-color: #fff;
  5641. }
  5642. .popover-header {
  5643. padding: 0.5rem 0.75rem;
  5644. margin-bottom: 0;
  5645. font-size: 0.9rem;
  5646. background-color: #f7f7f7;
  5647. border-bottom: 1px solid #ebebeb;
  5648. border-top-left-radius: calc(0.3rem - 1px);
  5649. border-top-right-radius: calc(0.3rem - 1px);
  5650. }
  5651. .popover-header:empty {
  5652. display: none;
  5653. }
  5654. .popover-body {
  5655. padding: 0.5rem 0.75rem;
  5656. color: #212529;
  5657. }
  5658. .carousel {
  5659. position: relative;
  5660. }
  5661. .carousel.pointer-event {
  5662. touch-action: pan-y;
  5663. }
  5664. .carousel-inner {
  5665. position: relative;
  5666. width: 100%;
  5667. overflow: hidden;
  5668. }
  5669. .carousel-inner::after {
  5670. display: block;
  5671. clear: both;
  5672. content: "";
  5673. }
  5674. .carousel-item {
  5675. position: relative;
  5676. display: none;
  5677. float: left;
  5678. width: 100%;
  5679. margin-right: -100%;
  5680. -webkit-backface-visibility: hidden;
  5681. backface-visibility: hidden;
  5682. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  5683. transition: -webkit-transform 0.6s ease-in-out;
  5684. transition: transform 0.6s ease-in-out;
  5685. transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  5686. }
  5687. @media (prefers-reduced-motion: reduce) {
  5688. .carousel-item {
  5689. -webkit-transition: none;
  5690. transition: none;
  5691. }
  5692. }
  5693. .carousel-item.active,
  5694. .carousel-item-next,
  5695. .carousel-item-prev {
  5696. display: block;
  5697. }
  5698. .carousel-item-next:not(.carousel-item-left),
  5699. .active.carousel-item-right {
  5700. -webkit-transform: translateX(100%);
  5701. transform: translateX(100%);
  5702. }
  5703. .carousel-item-prev:not(.carousel-item-right),
  5704. .active.carousel-item-left {
  5705. -webkit-transform: translateX(-100%);
  5706. transform: translateX(-100%);
  5707. }
  5708. .carousel-fade .carousel-item {
  5709. opacity: 0;
  5710. -webkit-transition-property: opacity;
  5711. transition-property: opacity;
  5712. -webkit-transform: none;
  5713. transform: none;
  5714. }
  5715. .carousel-fade .carousel-item.active,
  5716. .carousel-fade .carousel-item-next.carousel-item-left,
  5717. .carousel-fade .carousel-item-prev.carousel-item-right {
  5718. z-index: 1;
  5719. opacity: 1;
  5720. }
  5721. .carousel-fade .active.carousel-item-left,
  5722. .carousel-fade .active.carousel-item-right {
  5723. z-index: 0;
  5724. opacity: 0;
  5725. -webkit-transition: 0s 0.6s opacity;
  5726. transition: 0s 0.6s opacity;
  5727. }
  5728. @media (prefers-reduced-motion: reduce) {
  5729. .carousel-fade .active.carousel-item-left,
  5730. .carousel-fade .active.carousel-item-right {
  5731. -webkit-transition: none;
  5732. transition: none;
  5733. }
  5734. }
  5735. .carousel-control-prev,
  5736. .carousel-control-next {
  5737. position: absolute;
  5738. top: 0;
  5739. bottom: 0;
  5740. z-index: 1;
  5741. display: -webkit-box;
  5742. display: flex;
  5743. -webkit-box-align: center;
  5744. align-items: center;
  5745. -webkit-box-pack: center;
  5746. justify-content: center;
  5747. width: 15%;
  5748. color: #fff;
  5749. text-align: center;
  5750. opacity: 0.5;
  5751. -webkit-transition: opacity 0.15s ease;
  5752. transition: opacity 0.15s ease;
  5753. }
  5754. @media (prefers-reduced-motion: reduce) {
  5755. .carousel-control-prev,
  5756. .carousel-control-next {
  5757. -webkit-transition: none;
  5758. transition: none;
  5759. }
  5760. }
  5761. .carousel-control-prev:hover,
  5762. .carousel-control-prev:focus,
  5763. .carousel-control-next:hover,
  5764. .carousel-control-next:focus {
  5765. color: #fff;
  5766. text-decoration: none;
  5767. outline: 0;
  5768. opacity: 0.9;
  5769. }
  5770. .carousel-control-prev {
  5771. left: 0;
  5772. }
  5773. .carousel-control-next {
  5774. right: 0;
  5775. }
  5776. .carousel-control-prev-icon,
  5777. .carousel-control-next-icon {
  5778. display: inline-block;
  5779. width: 20px;
  5780. height: 20px;
  5781. background: no-repeat 50%/100% 100%;
  5782. }
  5783. .carousel-control-prev-icon {
  5784. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
  5785. }
  5786. .carousel-control-next-icon {
  5787. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
  5788. }
  5789. .carousel-indicators {
  5790. position: absolute;
  5791. right: 0;
  5792. bottom: 0;
  5793. left: 0;
  5794. z-index: 15;
  5795. display: -webkit-box;
  5796. display: flex;
  5797. -webkit-box-pack: center;
  5798. justify-content: center;
  5799. padding-left: 0;
  5800. margin-right: 15%;
  5801. margin-left: 15%;
  5802. list-style: none;
  5803. }
  5804. .carousel-indicators li {
  5805. box-sizing: content-box;
  5806. -webkit-box-flex: 0;
  5807. flex: 0 1 auto;
  5808. width: 30px;
  5809. height: 3px;
  5810. margin-right: 3px;
  5811. margin-left: 3px;
  5812. text-indent: -999px;
  5813. cursor: pointer;
  5814. background-color: #fff;
  5815. background-clip: padding-box;
  5816. border-top: 10px solid transparent;
  5817. border-bottom: 10px solid transparent;
  5818. opacity: 0.5;
  5819. -webkit-transition: opacity 0.6s ease;
  5820. transition: opacity 0.6s ease;
  5821. }
  5822. @media (prefers-reduced-motion: reduce) {
  5823. .carousel-indicators li {
  5824. -webkit-transition: none;
  5825. transition: none;
  5826. }
  5827. }
  5828. .carousel-indicators .active {
  5829. opacity: 1;
  5830. }
  5831. .carousel-caption {
  5832. position: absolute;
  5833. right: 15%;
  5834. bottom: 20px;
  5835. left: 15%;
  5836. z-index: 10;
  5837. padding-top: 20px;
  5838. padding-bottom: 20px;
  5839. color: #fff;
  5840. text-align: center;
  5841. }
  5842. @-webkit-keyframes spinner-border {
  5843. to {
  5844. -webkit-transform: rotate(360deg);
  5845. transform: rotate(360deg);
  5846. }
  5847. }
  5848. @keyframes spinner-border {
  5849. to {
  5850. -webkit-transform: rotate(360deg);
  5851. transform: rotate(360deg);
  5852. }
  5853. }
  5854. .spinner-border {
  5855. display: inline-block;
  5856. width: 2rem;
  5857. height: 2rem;
  5858. vertical-align: text-bottom;
  5859. border: 0.25em solid currentColor;
  5860. border-right-color: transparent;
  5861. border-radius: 50%;
  5862. -webkit-animation: spinner-border 0.75s linear infinite;
  5863. animation: spinner-border 0.75s linear infinite;
  5864. }
  5865. .spinner-border-sm {
  5866. width: 1rem;
  5867. height: 1rem;
  5868. border-width: 0.2em;
  5869. }
  5870. @-webkit-keyframes spinner-grow {
  5871. 0% {
  5872. -webkit-transform: scale(0);
  5873. transform: scale(0);
  5874. }
  5875. 50% {
  5876. opacity: 1;
  5877. }
  5878. }
  5879. @keyframes spinner-grow {
  5880. 0% {
  5881. -webkit-transform: scale(0);
  5882. transform: scale(0);
  5883. }
  5884. 50% {
  5885. opacity: 1;
  5886. }
  5887. }
  5888. .spinner-grow {
  5889. display: inline-block;
  5890. width: 2rem;
  5891. height: 2rem;
  5892. vertical-align: text-bottom;
  5893. background-color: currentColor;
  5894. border-radius: 50%;
  5895. opacity: 0;
  5896. -webkit-animation: spinner-grow 0.75s linear infinite;
  5897. animation: spinner-grow 0.75s linear infinite;
  5898. }
  5899. .spinner-grow-sm {
  5900. width: 1rem;
  5901. height: 1rem;
  5902. }
  5903. .align-baseline {
  5904. vertical-align: baseline !important;
  5905. }
  5906. .align-top {
  5907. vertical-align: top !important;
  5908. }
  5909. .align-middle {
  5910. vertical-align: middle !important;
  5911. }
  5912. .align-bottom {
  5913. vertical-align: bottom !important;
  5914. }
  5915. .align-text-bottom {
  5916. vertical-align: text-bottom !important;
  5917. }
  5918. .align-text-top {
  5919. vertical-align: text-top !important;
  5920. }
  5921. .bg-primary {
  5922. background-color: #3490dc !important;
  5923. }
  5924. a.bg-primary:hover,
  5925. a.bg-primary:focus,
  5926. button.bg-primary:hover,
  5927. button.bg-primary:focus {
  5928. background-color: #2176bd !important;
  5929. }
  5930. .bg-secondary {
  5931. background-color: #6c757d !important;
  5932. }
  5933. a.bg-secondary:hover,
  5934. a.bg-secondary:focus,
  5935. button.bg-secondary:hover,
  5936. button.bg-secondary:focus {
  5937. background-color: #545b62 !important;
  5938. }
  5939. .bg-success {
  5940. background-color: #38c172 !important;
  5941. }
  5942. a.bg-success:hover,
  5943. a.bg-success:focus,
  5944. button.bg-success:hover,
  5945. button.bg-success:focus {
  5946. background-color: #2d995b !important;
  5947. }
  5948. .bg-info {
  5949. background-color: #6cb2eb !important;
  5950. }
  5951. a.bg-info:hover,
  5952. a.bg-info:focus,
  5953. button.bg-info:hover,
  5954. button.bg-info:focus {
  5955. background-color: #3f9ae5 !important;
  5956. }
  5957. .bg-warning {
  5958. background-color: #ffed4a !important;
  5959. }
  5960. a.bg-warning:hover,
  5961. a.bg-warning:focus,
  5962. button.bg-warning:hover,
  5963. button.bg-warning:focus {
  5964. background-color: #ffe817 !important;
  5965. }
  5966. .bg-danger {
  5967. background-color: #e3342f !important;
  5968. }
  5969. a.bg-danger:hover,
  5970. a.bg-danger:focus,
  5971. button.bg-danger:hover,
  5972. button.bg-danger:focus {
  5973. background-color: #c51f1a !important;
  5974. }
  5975. .bg-light {
  5976. background-color: #f8f9fa !important;
  5977. }
  5978. a.bg-light:hover,
  5979. a.bg-light:focus,
  5980. button.bg-light:hover,
  5981. button.bg-light:focus {
  5982. background-color: #dae0e5 !important;
  5983. }
  5984. .bg-dark {
  5985. background-color: #343a40 !important;
  5986. }
  5987. a.bg-dark:hover,
  5988. a.bg-dark:focus,
  5989. button.bg-dark:hover,
  5990. button.bg-dark:focus {
  5991. background-color: #1d2124 !important;
  5992. }
  5993. .bg-white {
  5994. background-color: #fff !important;
  5995. }
  5996. .bg-transparent {
  5997. background-color: transparent !important;
  5998. }
  5999. .border {
  6000. border: 1px solid #dee2e6 !important;
  6001. }
  6002. .border-top {
  6003. border-top: 1px solid #dee2e6 !important;
  6004. }
  6005. .border-right {
  6006. border-right: 1px solid #dee2e6 !important;
  6007. }
  6008. .border-bottom {
  6009. border-bottom: 1px solid #dee2e6 !important;
  6010. }
  6011. .border-left {
  6012. border-left: 1px solid #dee2e6 !important;
  6013. }
  6014. .border-0 {
  6015. border: 0 !important;
  6016. }
  6017. .border-top-0 {
  6018. border-top: 0 !important;
  6019. }
  6020. .border-right-0 {
  6021. border-right: 0 !important;
  6022. }
  6023. .border-bottom-0 {
  6024. border-bottom: 0 !important;
  6025. }
  6026. .border-left-0 {
  6027. border-left: 0 !important;
  6028. }
  6029. .border-primary {
  6030. border-color: #3490dc !important;
  6031. }
  6032. .border-secondary {
  6033. border-color: #6c757d !important;
  6034. }
  6035. .border-success {
  6036. border-color: #38c172 !important;
  6037. }
  6038. .border-info {
  6039. border-color: #6cb2eb !important;
  6040. }
  6041. .border-warning {
  6042. border-color: #ffed4a !important;
  6043. }
  6044. .border-danger {
  6045. border-color: #e3342f !important;
  6046. }
  6047. .border-light {
  6048. border-color: #f8f9fa !important;
  6049. }
  6050. .border-dark {
  6051. border-color: #343a40 !important;
  6052. }
  6053. .border-white {
  6054. border-color: #fff !important;
  6055. }
  6056. .rounded-sm {
  6057. border-radius: 0.2rem !important;
  6058. }
  6059. .rounded {
  6060. border-radius: 0.25rem !important;
  6061. }
  6062. .rounded-top {
  6063. border-top-left-radius: 0.25rem !important;
  6064. border-top-right-radius: 0.25rem !important;
  6065. }
  6066. .rounded-right {
  6067. border-top-right-radius: 0.25rem !important;
  6068. border-bottom-right-radius: 0.25rem !important;
  6069. }
  6070. .rounded-bottom {
  6071. border-bottom-right-radius: 0.25rem !important;
  6072. border-bottom-left-radius: 0.25rem !important;
  6073. }
  6074. .rounded-left {
  6075. border-top-left-radius: 0.25rem !important;
  6076. border-bottom-left-radius: 0.25rem !important;
  6077. }
  6078. .rounded-lg {
  6079. border-radius: 0.3rem !important;
  6080. }
  6081. .rounded-circle {
  6082. border-radius: 50% !important;
  6083. }
  6084. .rounded-pill {
  6085. border-radius: 50rem !important;
  6086. }
  6087. .rounded-0 {
  6088. border-radius: 0 !important;
  6089. }
  6090. .clearfix::after {
  6091. display: block;
  6092. clear: both;
  6093. content: "";
  6094. }
  6095. .d-none {
  6096. display: none !important;
  6097. }
  6098. .d-inline {
  6099. display: inline !important;
  6100. }
  6101. .d-inline-block {
  6102. display: inline-block !important;
  6103. }
  6104. .d-block {
  6105. display: block !important;
  6106. }
  6107. .d-table {
  6108. display: table !important;
  6109. }
  6110. .d-table-row {
  6111. display: table-row !important;
  6112. }
  6113. .d-table-cell {
  6114. display: table-cell !important;
  6115. }
  6116. .d-flex {
  6117. display: -webkit-box !important;
  6118. display: flex !important;
  6119. }
  6120. .d-inline-flex {
  6121. display: -webkit-inline-box !important;
  6122. display: inline-flex !important;
  6123. }
  6124. @media (min-width: 576px) {
  6125. .d-sm-none {
  6126. display: none !important;
  6127. }
  6128. .d-sm-inline {
  6129. display: inline !important;
  6130. }
  6131. .d-sm-inline-block {
  6132. display: inline-block !important;
  6133. }
  6134. .d-sm-block {
  6135. display: block !important;
  6136. }
  6137. .d-sm-table {
  6138. display: table !important;
  6139. }
  6140. .d-sm-table-row {
  6141. display: table-row !important;
  6142. }
  6143. .d-sm-table-cell {
  6144. display: table-cell !important;
  6145. }
  6146. .d-sm-flex {
  6147. display: -webkit-box !important;
  6148. display: flex !important;
  6149. }
  6150. .d-sm-inline-flex {
  6151. display: -webkit-inline-box !important;
  6152. display: inline-flex !important;
  6153. }
  6154. }
  6155. @media (min-width: 768px) {
  6156. .d-md-none {
  6157. display: none !important;
  6158. }
  6159. .d-md-inline {
  6160. display: inline !important;
  6161. }
  6162. .d-md-inline-block {
  6163. display: inline-block !important;
  6164. }
  6165. .d-md-block {
  6166. display: block !important;
  6167. }
  6168. .d-md-table {
  6169. display: table !important;
  6170. }
  6171. .d-md-table-row {
  6172. display: table-row !important;
  6173. }
  6174. .d-md-table-cell {
  6175. display: table-cell !important;
  6176. }
  6177. .d-md-flex {
  6178. display: -webkit-box !important;
  6179. display: flex !important;
  6180. }
  6181. .d-md-inline-flex {
  6182. display: -webkit-inline-box !important;
  6183. display: inline-flex !important;
  6184. }
  6185. }
  6186. @media (min-width: 992px) {
  6187. .d-lg-none {
  6188. display: none !important;
  6189. }
  6190. .d-lg-inline {
  6191. display: inline !important;
  6192. }
  6193. .d-lg-inline-block {
  6194. display: inline-block !important;
  6195. }
  6196. .d-lg-block {
  6197. display: block !important;
  6198. }
  6199. .d-lg-table {
  6200. display: table !important;
  6201. }
  6202. .d-lg-table-row {
  6203. display: table-row !important;
  6204. }
  6205. .d-lg-table-cell {
  6206. display: table-cell !important;
  6207. }
  6208. .d-lg-flex {
  6209. display: -webkit-box !important;
  6210. display: flex !important;
  6211. }
  6212. .d-lg-inline-flex {
  6213. display: -webkit-inline-box !important;
  6214. display: inline-flex !important;
  6215. }
  6216. }
  6217. @media (min-width: 1200px) {
  6218. .d-xl-none {
  6219. display: none !important;
  6220. }
  6221. .d-xl-inline {
  6222. display: inline !important;
  6223. }
  6224. .d-xl-inline-block {
  6225. display: inline-block !important;
  6226. }
  6227. .d-xl-block {
  6228. display: block !important;
  6229. }
  6230. .d-xl-table {
  6231. display: table !important;
  6232. }
  6233. .d-xl-table-row {
  6234. display: table-row !important;
  6235. }
  6236. .d-xl-table-cell {
  6237. display: table-cell !important;
  6238. }
  6239. .d-xl-flex {
  6240. display: -webkit-box !important;
  6241. display: flex !important;
  6242. }
  6243. .d-xl-inline-flex {
  6244. display: -webkit-inline-box !important;
  6245. display: inline-flex !important;
  6246. }
  6247. }
  6248. @media print {
  6249. .d-print-none {
  6250. display: none !important;
  6251. }
  6252. .d-print-inline {
  6253. display: inline !important;
  6254. }
  6255. .d-print-inline-block {
  6256. display: inline-block !important;
  6257. }
  6258. .d-print-block {
  6259. display: block !important;
  6260. }
  6261. .d-print-table {
  6262. display: table !important;
  6263. }
  6264. .d-print-table-row {
  6265. display: table-row !important;
  6266. }
  6267. .d-print-table-cell {
  6268. display: table-cell !important;
  6269. }
  6270. .d-print-flex {
  6271. display: -webkit-box !important;
  6272. display: flex !important;
  6273. }
  6274. .d-print-inline-flex {
  6275. display: -webkit-inline-box !important;
  6276. display: inline-flex !important;
  6277. }
  6278. }
  6279. .embed-responsive {
  6280. position: relative;
  6281. display: block;
  6282. width: 100%;
  6283. padding: 0;
  6284. overflow: hidden;
  6285. }
  6286. .embed-responsive::before {
  6287. display: block;
  6288. content: "";
  6289. }
  6290. .embed-responsive .embed-responsive-item,
  6291. .embed-responsive iframe,
  6292. .embed-responsive embed,
  6293. .embed-responsive object,
  6294. .embed-responsive video {
  6295. position: absolute;
  6296. top: 0;
  6297. bottom: 0;
  6298. left: 0;
  6299. width: 100%;
  6300. height: 100%;
  6301. border: 0;
  6302. }
  6303. .embed-responsive-21by9::before {
  6304. padding-top: 42.8571428571%;
  6305. }
  6306. .embed-responsive-16by9::before {
  6307. padding-top: 56.25%;
  6308. }
  6309. .embed-responsive-4by3::before {
  6310. padding-top: 75%;
  6311. }
  6312. .embed-responsive-1by1::before {
  6313. padding-top: 100%;
  6314. }
  6315. .flex-row {
  6316. -webkit-box-orient: horizontal !important;
  6317. -webkit-box-direction: normal !important;
  6318. flex-direction: row !important;
  6319. }
  6320. .flex-column {
  6321. -webkit-box-orient: vertical !important;
  6322. -webkit-box-direction: normal !important;
  6323. flex-direction: column !important;
  6324. }
  6325. .flex-row-reverse {
  6326. -webkit-box-orient: horizontal !important;
  6327. -webkit-box-direction: reverse !important;
  6328. flex-direction: row-reverse !important;
  6329. }
  6330. .flex-column-reverse {
  6331. -webkit-box-orient: vertical !important;
  6332. -webkit-box-direction: reverse !important;
  6333. flex-direction: column-reverse !important;
  6334. }
  6335. .flex-wrap {
  6336. flex-wrap: wrap !important;
  6337. }
  6338. .flex-nowrap {
  6339. flex-wrap: nowrap !important;
  6340. }
  6341. .flex-wrap-reverse {
  6342. flex-wrap: wrap-reverse !important;
  6343. }
  6344. .flex-fill {
  6345. -webkit-box-flex: 1 !important;
  6346. flex: 1 1 auto !important;
  6347. }
  6348. .flex-grow-0 {
  6349. -webkit-box-flex: 0 !important;
  6350. flex-grow: 0 !important;
  6351. }
  6352. .flex-grow-1 {
  6353. -webkit-box-flex: 1 !important;
  6354. flex-grow: 1 !important;
  6355. }
  6356. .flex-shrink-0 {
  6357. flex-shrink: 0 !important;
  6358. }
  6359. .flex-shrink-1 {
  6360. flex-shrink: 1 !important;
  6361. }
  6362. .justify-content-start {
  6363. -webkit-box-pack: start !important;
  6364. justify-content: flex-start !important;
  6365. }
  6366. .justify-content-end {
  6367. -webkit-box-pack: end !important;
  6368. justify-content: flex-end !important;
  6369. }
  6370. .justify-content-center {
  6371. -webkit-box-pack: center !important;
  6372. justify-content: center !important;
  6373. }
  6374. .justify-content-between {
  6375. -webkit-box-pack: justify !important;
  6376. justify-content: space-between !important;
  6377. }
  6378. .justify-content-around {
  6379. justify-content: space-around !important;
  6380. }
  6381. .align-items-start {
  6382. -webkit-box-align: start !important;
  6383. align-items: flex-start !important;
  6384. }
  6385. .align-items-end {
  6386. -webkit-box-align: end !important;
  6387. align-items: flex-end !important;
  6388. }
  6389. .align-items-center {
  6390. -webkit-box-align: center !important;
  6391. align-items: center !important;
  6392. }
  6393. .align-items-baseline {
  6394. -webkit-box-align: baseline !important;
  6395. align-items: baseline !important;
  6396. }
  6397. .align-items-stretch {
  6398. -webkit-box-align: stretch !important;
  6399. align-items: stretch !important;
  6400. }
  6401. .align-content-start {
  6402. align-content: flex-start !important;
  6403. }
  6404. .align-content-end {
  6405. align-content: flex-end !important;
  6406. }
  6407. .align-content-center {
  6408. align-content: center !important;
  6409. }
  6410. .align-content-between {
  6411. align-content: space-between !important;
  6412. }
  6413. .align-content-around {
  6414. align-content: space-around !important;
  6415. }
  6416. .align-content-stretch {
  6417. align-content: stretch !important;
  6418. }
  6419. .align-self-auto {
  6420. align-self: auto !important;
  6421. }
  6422. .align-self-start {
  6423. align-self: flex-start !important;
  6424. }
  6425. .align-self-end {
  6426. align-self: flex-end !important;
  6427. }
  6428. .align-self-center {
  6429. align-self: center !important;
  6430. }
  6431. .align-self-baseline {
  6432. align-self: baseline !important;
  6433. }
  6434. .align-self-stretch {
  6435. align-self: stretch !important;
  6436. }
  6437. @media (min-width: 576px) {
  6438. .flex-sm-row {
  6439. -webkit-box-orient: horizontal !important;
  6440. -webkit-box-direction: normal !important;
  6441. flex-direction: row !important;
  6442. }
  6443. .flex-sm-column {
  6444. -webkit-box-orient: vertical !important;
  6445. -webkit-box-direction: normal !important;
  6446. flex-direction: column !important;
  6447. }
  6448. .flex-sm-row-reverse {
  6449. -webkit-box-orient: horizontal !important;
  6450. -webkit-box-direction: reverse !important;
  6451. flex-direction: row-reverse !important;
  6452. }
  6453. .flex-sm-column-reverse {
  6454. -webkit-box-orient: vertical !important;
  6455. -webkit-box-direction: reverse !important;
  6456. flex-direction: column-reverse !important;
  6457. }
  6458. .flex-sm-wrap {
  6459. flex-wrap: wrap !important;
  6460. }
  6461. .flex-sm-nowrap {
  6462. flex-wrap: nowrap !important;
  6463. }
  6464. .flex-sm-wrap-reverse {
  6465. flex-wrap: wrap-reverse !important;
  6466. }
  6467. .flex-sm-fill {
  6468. -webkit-box-flex: 1 !important;
  6469. flex: 1 1 auto !important;
  6470. }
  6471. .flex-sm-grow-0 {
  6472. -webkit-box-flex: 0 !important;
  6473. flex-grow: 0 !important;
  6474. }
  6475. .flex-sm-grow-1 {
  6476. -webkit-box-flex: 1 !important;
  6477. flex-grow: 1 !important;
  6478. }
  6479. .flex-sm-shrink-0 {
  6480. flex-shrink: 0 !important;
  6481. }
  6482. .flex-sm-shrink-1 {
  6483. flex-shrink: 1 !important;
  6484. }
  6485. .justify-content-sm-start {
  6486. -webkit-box-pack: start !important;
  6487. justify-content: flex-start !important;
  6488. }
  6489. .justify-content-sm-end {
  6490. -webkit-box-pack: end !important;
  6491. justify-content: flex-end !important;
  6492. }
  6493. .justify-content-sm-center {
  6494. -webkit-box-pack: center !important;
  6495. justify-content: center !important;
  6496. }
  6497. .justify-content-sm-between {
  6498. -webkit-box-pack: justify !important;
  6499. justify-content: space-between !important;
  6500. }
  6501. .justify-content-sm-around {
  6502. justify-content: space-around !important;
  6503. }
  6504. .align-items-sm-start {
  6505. -webkit-box-align: start !important;
  6506. align-items: flex-start !important;
  6507. }
  6508. .align-items-sm-end {
  6509. -webkit-box-align: end !important;
  6510. align-items: flex-end !important;
  6511. }
  6512. .align-items-sm-center {
  6513. -webkit-box-align: center !important;
  6514. align-items: center !important;
  6515. }
  6516. .align-items-sm-baseline {
  6517. -webkit-box-align: baseline !important;
  6518. align-items: baseline !important;
  6519. }
  6520. .align-items-sm-stretch {
  6521. -webkit-box-align: stretch !important;
  6522. align-items: stretch !important;
  6523. }
  6524. .align-content-sm-start {
  6525. align-content: flex-start !important;
  6526. }
  6527. .align-content-sm-end {
  6528. align-content: flex-end !important;
  6529. }
  6530. .align-content-sm-center {
  6531. align-content: center !important;
  6532. }
  6533. .align-content-sm-between {
  6534. align-content: space-between !important;
  6535. }
  6536. .align-content-sm-around {
  6537. align-content: space-around !important;
  6538. }
  6539. .align-content-sm-stretch {
  6540. align-content: stretch !important;
  6541. }
  6542. .align-self-sm-auto {
  6543. align-self: auto !important;
  6544. }
  6545. .align-self-sm-start {
  6546. align-self: flex-start !important;
  6547. }
  6548. .align-self-sm-end {
  6549. align-self: flex-end !important;
  6550. }
  6551. .align-self-sm-center {
  6552. align-self: center !important;
  6553. }
  6554. .align-self-sm-baseline {
  6555. align-self: baseline !important;
  6556. }
  6557. .align-self-sm-stretch {
  6558. align-self: stretch !important;
  6559. }
  6560. }
  6561. @media (min-width: 768px) {
  6562. .flex-md-row {
  6563. -webkit-box-orient: horizontal !important;
  6564. -webkit-box-direction: normal !important;
  6565. flex-direction: row !important;
  6566. }
  6567. .flex-md-column {
  6568. -webkit-box-orient: vertical !important;
  6569. -webkit-box-direction: normal !important;
  6570. flex-direction: column !important;
  6571. }
  6572. .flex-md-row-reverse {
  6573. -webkit-box-orient: horizontal !important;
  6574. -webkit-box-direction: reverse !important;
  6575. flex-direction: row-reverse !important;
  6576. }
  6577. .flex-md-column-reverse {
  6578. -webkit-box-orient: vertical !important;
  6579. -webkit-box-direction: reverse !important;
  6580. flex-direction: column-reverse !important;
  6581. }
  6582. .flex-md-wrap {
  6583. flex-wrap: wrap !important;
  6584. }
  6585. .flex-md-nowrap {
  6586. flex-wrap: nowrap !important;
  6587. }
  6588. .flex-md-wrap-reverse {
  6589. flex-wrap: wrap-reverse !important;
  6590. }
  6591. .flex-md-fill {
  6592. -webkit-box-flex: 1 !important;
  6593. flex: 1 1 auto !important;
  6594. }
  6595. .flex-md-grow-0 {
  6596. -webkit-box-flex: 0 !important;
  6597. flex-grow: 0 !important;
  6598. }
  6599. .flex-md-grow-1 {
  6600. -webkit-box-flex: 1 !important;
  6601. flex-grow: 1 !important;
  6602. }
  6603. .flex-md-shrink-0 {
  6604. flex-shrink: 0 !important;
  6605. }
  6606. .flex-md-shrink-1 {
  6607. flex-shrink: 1 !important;
  6608. }
  6609. .justify-content-md-start {
  6610. -webkit-box-pack: start !important;
  6611. justify-content: flex-start !important;
  6612. }
  6613. .justify-content-md-end {
  6614. -webkit-box-pack: end !important;
  6615. justify-content: flex-end !important;
  6616. }
  6617. .justify-content-md-center {
  6618. -webkit-box-pack: center !important;
  6619. justify-content: center !important;
  6620. }
  6621. .justify-content-md-between {
  6622. -webkit-box-pack: justify !important;
  6623. justify-content: space-between !important;
  6624. }
  6625. .justify-content-md-around {
  6626. justify-content: space-around !important;
  6627. }
  6628. .align-items-md-start {
  6629. -webkit-box-align: start !important;
  6630. align-items: flex-start !important;
  6631. }
  6632. .align-items-md-end {
  6633. -webkit-box-align: end !important;
  6634. align-items: flex-end !important;
  6635. }
  6636. .align-items-md-center {
  6637. -webkit-box-align: center !important;
  6638. align-items: center !important;
  6639. }
  6640. .align-items-md-baseline {
  6641. -webkit-box-align: baseline !important;
  6642. align-items: baseline !important;
  6643. }
  6644. .align-items-md-stretch {
  6645. -webkit-box-align: stretch !important;
  6646. align-items: stretch !important;
  6647. }
  6648. .align-content-md-start {
  6649. align-content: flex-start !important;
  6650. }
  6651. .align-content-md-end {
  6652. align-content: flex-end !important;
  6653. }
  6654. .align-content-md-center {
  6655. align-content: center !important;
  6656. }
  6657. .align-content-md-between {
  6658. align-content: space-between !important;
  6659. }
  6660. .align-content-md-around {
  6661. align-content: space-around !important;
  6662. }
  6663. .align-content-md-stretch {
  6664. align-content: stretch !important;
  6665. }
  6666. .align-self-md-auto {
  6667. align-self: auto !important;
  6668. }
  6669. .align-self-md-start {
  6670. align-self: flex-start !important;
  6671. }
  6672. .align-self-md-end {
  6673. align-self: flex-end !important;
  6674. }
  6675. .align-self-md-center {
  6676. align-self: center !important;
  6677. }
  6678. .align-self-md-baseline {
  6679. align-self: baseline !important;
  6680. }
  6681. .align-self-md-stretch {
  6682. align-self: stretch !important;
  6683. }
  6684. }
  6685. @media (min-width: 992px) {
  6686. .flex-lg-row {
  6687. -webkit-box-orient: horizontal !important;
  6688. -webkit-box-direction: normal !important;
  6689. flex-direction: row !important;
  6690. }
  6691. .flex-lg-column {
  6692. -webkit-box-orient: vertical !important;
  6693. -webkit-box-direction: normal !important;
  6694. flex-direction: column !important;
  6695. }
  6696. .flex-lg-row-reverse {
  6697. -webkit-box-orient: horizontal !important;
  6698. -webkit-box-direction: reverse !important;
  6699. flex-direction: row-reverse !important;
  6700. }
  6701. .flex-lg-column-reverse {
  6702. -webkit-box-orient: vertical !important;
  6703. -webkit-box-direction: reverse !important;
  6704. flex-direction: column-reverse !important;
  6705. }
  6706. .flex-lg-wrap {
  6707. flex-wrap: wrap !important;
  6708. }
  6709. .flex-lg-nowrap {
  6710. flex-wrap: nowrap !important;
  6711. }
  6712. .flex-lg-wrap-reverse {
  6713. flex-wrap: wrap-reverse !important;
  6714. }
  6715. .flex-lg-fill {
  6716. -webkit-box-flex: 1 !important;
  6717. flex: 1 1 auto !important;
  6718. }
  6719. .flex-lg-grow-0 {
  6720. -webkit-box-flex: 0 !important;
  6721. flex-grow: 0 !important;
  6722. }
  6723. .flex-lg-grow-1 {
  6724. -webkit-box-flex: 1 !important;
  6725. flex-grow: 1 !important;
  6726. }
  6727. .flex-lg-shrink-0 {
  6728. flex-shrink: 0 !important;
  6729. }
  6730. .flex-lg-shrink-1 {
  6731. flex-shrink: 1 !important;
  6732. }
  6733. .justify-content-lg-start {
  6734. -webkit-box-pack: start !important;
  6735. justify-content: flex-start !important;
  6736. }
  6737. .justify-content-lg-end {
  6738. -webkit-box-pack: end !important;
  6739. justify-content: flex-end !important;
  6740. }
  6741. .justify-content-lg-center {
  6742. -webkit-box-pack: center !important;
  6743. justify-content: center !important;
  6744. }
  6745. .justify-content-lg-between {
  6746. -webkit-box-pack: justify !important;
  6747. justify-content: space-between !important;
  6748. }
  6749. .justify-content-lg-around {
  6750. justify-content: space-around !important;
  6751. }
  6752. .align-items-lg-start {
  6753. -webkit-box-align: start !important;
  6754. align-items: flex-start !important;
  6755. }
  6756. .align-items-lg-end {
  6757. -webkit-box-align: end !important;
  6758. align-items: flex-end !important;
  6759. }
  6760. .align-items-lg-center {
  6761. -webkit-box-align: center !important;
  6762. align-items: center !important;
  6763. }
  6764. .align-items-lg-baseline {
  6765. -webkit-box-align: baseline !important;
  6766. align-items: baseline !important;
  6767. }
  6768. .align-items-lg-stretch {
  6769. -webkit-box-align: stretch !important;
  6770. align-items: stretch !important;
  6771. }
  6772. .align-content-lg-start {
  6773. align-content: flex-start !important;
  6774. }
  6775. .align-content-lg-end {
  6776. align-content: flex-end !important;
  6777. }
  6778. .align-content-lg-center {
  6779. align-content: center !important;
  6780. }
  6781. .align-content-lg-between {
  6782. align-content: space-between !important;
  6783. }
  6784. .align-content-lg-around {
  6785. align-content: space-around !important;
  6786. }
  6787. .align-content-lg-stretch {
  6788. align-content: stretch !important;
  6789. }
  6790. .align-self-lg-auto {
  6791. align-self: auto !important;
  6792. }
  6793. .align-self-lg-start {
  6794. align-self: flex-start !important;
  6795. }
  6796. .align-self-lg-end {
  6797. align-self: flex-end !important;
  6798. }
  6799. .align-self-lg-center {
  6800. align-self: center !important;
  6801. }
  6802. .align-self-lg-baseline {
  6803. align-self: baseline !important;
  6804. }
  6805. .align-self-lg-stretch {
  6806. align-self: stretch !important;
  6807. }
  6808. }
  6809. @media (min-width: 1200px) {
  6810. .flex-xl-row {
  6811. -webkit-box-orient: horizontal !important;
  6812. -webkit-box-direction: normal !important;
  6813. flex-direction: row !important;
  6814. }
  6815. .flex-xl-column {
  6816. -webkit-box-orient: vertical !important;
  6817. -webkit-box-direction: normal !important;
  6818. flex-direction: column !important;
  6819. }
  6820. .flex-xl-row-reverse {
  6821. -webkit-box-orient: horizontal !important;
  6822. -webkit-box-direction: reverse !important;
  6823. flex-direction: row-reverse !important;
  6824. }
  6825. .flex-xl-column-reverse {
  6826. -webkit-box-orient: vertical !important;
  6827. -webkit-box-direction: reverse !important;
  6828. flex-direction: column-reverse !important;
  6829. }
  6830. .flex-xl-wrap {
  6831. flex-wrap: wrap !important;
  6832. }
  6833. .flex-xl-nowrap {
  6834. flex-wrap: nowrap !important;
  6835. }
  6836. .flex-xl-wrap-reverse {
  6837. flex-wrap: wrap-reverse !important;
  6838. }
  6839. .flex-xl-fill {
  6840. -webkit-box-flex: 1 !important;
  6841. flex: 1 1 auto !important;
  6842. }
  6843. .flex-xl-grow-0 {
  6844. -webkit-box-flex: 0 !important;
  6845. flex-grow: 0 !important;
  6846. }
  6847. .flex-xl-grow-1 {
  6848. -webkit-box-flex: 1 !important;
  6849. flex-grow: 1 !important;
  6850. }
  6851. .flex-xl-shrink-0 {
  6852. flex-shrink: 0 !important;
  6853. }
  6854. .flex-xl-shrink-1 {
  6855. flex-shrink: 1 !important;
  6856. }
  6857. .justify-content-xl-start {
  6858. -webkit-box-pack: start !important;
  6859. justify-content: flex-start !important;
  6860. }
  6861. .justify-content-xl-end {
  6862. -webkit-box-pack: end !important;
  6863. justify-content: flex-end !important;
  6864. }
  6865. .justify-content-xl-center {
  6866. -webkit-box-pack: center !important;
  6867. justify-content: center !important;
  6868. }
  6869. .justify-content-xl-between {
  6870. -webkit-box-pack: justify !important;
  6871. justify-content: space-between !important;
  6872. }
  6873. .justify-content-xl-around {
  6874. justify-content: space-around !important;
  6875. }
  6876. .align-items-xl-start {
  6877. -webkit-box-align: start !important;
  6878. align-items: flex-start !important;
  6879. }
  6880. .align-items-xl-end {
  6881. -webkit-box-align: end !important;
  6882. align-items: flex-end !important;
  6883. }
  6884. .align-items-xl-center {
  6885. -webkit-box-align: center !important;
  6886. align-items: center !important;
  6887. }
  6888. .align-items-xl-baseline {
  6889. -webkit-box-align: baseline !important;
  6890. align-items: baseline !important;
  6891. }
  6892. .align-items-xl-stretch {
  6893. -webkit-box-align: stretch !important;
  6894. align-items: stretch !important;
  6895. }
  6896. .align-content-xl-start {
  6897. align-content: flex-start !important;
  6898. }
  6899. .align-content-xl-end {
  6900. align-content: flex-end !important;
  6901. }
  6902. .align-content-xl-center {
  6903. align-content: center !important;
  6904. }
  6905. .align-content-xl-between {
  6906. align-content: space-between !important;
  6907. }
  6908. .align-content-xl-around {
  6909. align-content: space-around !important;
  6910. }
  6911. .align-content-xl-stretch {
  6912. align-content: stretch !important;
  6913. }
  6914. .align-self-xl-auto {
  6915. align-self: auto !important;
  6916. }
  6917. .align-self-xl-start {
  6918. align-self: flex-start !important;
  6919. }
  6920. .align-self-xl-end {
  6921. align-self: flex-end !important;
  6922. }
  6923. .align-self-xl-center {
  6924. align-self: center !important;
  6925. }
  6926. .align-self-xl-baseline {
  6927. align-self: baseline !important;
  6928. }
  6929. .align-self-xl-stretch {
  6930. align-self: stretch !important;
  6931. }
  6932. }
  6933. .float-left {
  6934. float: left !important;
  6935. }
  6936. .float-right {
  6937. float: right !important;
  6938. }
  6939. .float-none {
  6940. float: none !important;
  6941. }
  6942. @media (min-width: 576px) {
  6943. .float-sm-left {
  6944. float: left !important;
  6945. }
  6946. .float-sm-right {
  6947. float: right !important;
  6948. }
  6949. .float-sm-none {
  6950. float: none !important;
  6951. }
  6952. }
  6953. @media (min-width: 768px) {
  6954. .float-md-left {
  6955. float: left !important;
  6956. }
  6957. .float-md-right {
  6958. float: right !important;
  6959. }
  6960. .float-md-none {
  6961. float: none !important;
  6962. }
  6963. }
  6964. @media (min-width: 992px) {
  6965. .float-lg-left {
  6966. float: left !important;
  6967. }
  6968. .float-lg-right {
  6969. float: right !important;
  6970. }
  6971. .float-lg-none {
  6972. float: none !important;
  6973. }
  6974. }
  6975. @media (min-width: 1200px) {
  6976. .float-xl-left {
  6977. float: left !important;
  6978. }
  6979. .float-xl-right {
  6980. float: right !important;
  6981. }
  6982. .float-xl-none {
  6983. float: none !important;
  6984. }
  6985. }
  6986. .overflow-auto {
  6987. overflow: auto !important;
  6988. }
  6989. .overflow-hidden {
  6990. overflow: hidden !important;
  6991. }
  6992. .position-static {
  6993. position: static !important;
  6994. }
  6995. .position-relative {
  6996. position: relative !important;
  6997. }
  6998. .position-absolute {
  6999. position: absolute !important;
  7000. }
  7001. .position-fixed {
  7002. position: fixed !important;
  7003. }
  7004. .position-sticky {
  7005. position: -webkit-sticky !important;
  7006. position: sticky !important;
  7007. }
  7008. .fixed-top {
  7009. position: fixed;
  7010. top: 0;
  7011. right: 0;
  7012. left: 0;
  7013. z-index: 1030;
  7014. }
  7015. .fixed-bottom {
  7016. position: fixed;
  7017. right: 0;
  7018. bottom: 0;
  7019. left: 0;
  7020. z-index: 1030;
  7021. }
  7022. @supports ((position: -webkit-sticky) or (position: sticky)) {
  7023. .sticky-top {
  7024. position: -webkit-sticky;
  7025. position: sticky;
  7026. top: 0;
  7027. z-index: 1020;
  7028. }
  7029. }
  7030. .sr-only {
  7031. position: absolute;
  7032. width: 1px;
  7033. height: 1px;
  7034. padding: 0;
  7035. overflow: hidden;
  7036. clip: rect(0, 0, 0, 0);
  7037. white-space: nowrap;
  7038. border: 0;
  7039. }
  7040. .sr-only-focusable:active,
  7041. .sr-only-focusable:focus {
  7042. position: static;
  7043. width: auto;
  7044. height: auto;
  7045. overflow: visible;
  7046. clip: auto;
  7047. white-space: normal;
  7048. }
  7049. .shadow-sm {
  7050. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  7051. }
  7052. .shadow {
  7053. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  7054. }
  7055. .shadow-lg {
  7056. box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  7057. }
  7058. .shadow-none {
  7059. box-shadow: none !important;
  7060. }
  7061. .w-25 {
  7062. width: 25% !important;
  7063. }
  7064. .w-50 {
  7065. width: 50% !important;
  7066. }
  7067. .w-75 {
  7068. width: 75% !important;
  7069. }
  7070. .w-100 {
  7071. width: 100% !important;
  7072. }
  7073. .w-auto {
  7074. width: auto !important;
  7075. }
  7076. .h-25 {
  7077. height: 25% !important;
  7078. }
  7079. .h-50 {
  7080. height: 50% !important;
  7081. }
  7082. .h-75 {
  7083. height: 75% !important;
  7084. }
  7085. .h-100 {
  7086. height: 100% !important;
  7087. }
  7088. .h-auto {
  7089. height: auto !important;
  7090. }
  7091. .mw-100 {
  7092. max-width: 100% !important;
  7093. }
  7094. .mh-100 {
  7095. max-height: 100% !important;
  7096. }
  7097. .min-vw-100 {
  7098. min-width: 100vw !important;
  7099. }
  7100. .min-vh-100 {
  7101. min-height: 100vh !important;
  7102. }
  7103. .vw-100 {
  7104. width: 100vw !important;
  7105. }
  7106. .vh-100 {
  7107. height: 100vh !important;
  7108. }
  7109. .stretched-link::after {
  7110. position: absolute;
  7111. top: 0;
  7112. right: 0;
  7113. bottom: 0;
  7114. left: 0;
  7115. z-index: 1;
  7116. pointer-events: auto;
  7117. content: "";
  7118. background-color: rgba(0, 0, 0, 0);
  7119. }
  7120. .m-0 {
  7121. margin: 0 !important;
  7122. }
  7123. .mt-0,
  7124. .my-0 {
  7125. margin-top: 0 !important;
  7126. }
  7127. .mr-0,
  7128. .mx-0 {
  7129. margin-right: 0 !important;
  7130. }
  7131. .mb-0,
  7132. .my-0 {
  7133. margin-bottom: 0 !important;
  7134. }
  7135. .ml-0,
  7136. .mx-0 {
  7137. margin-left: 0 !important;
  7138. }
  7139. .m-1 {
  7140. margin: 0.25rem !important;
  7141. }
  7142. .mt-1,
  7143. .my-1 {
  7144. margin-top: 0.25rem !important;
  7145. }
  7146. .mr-1,
  7147. .mx-1 {
  7148. margin-right: 0.25rem !important;
  7149. }
  7150. .mb-1,
  7151. .my-1 {
  7152. margin-bottom: 0.25rem !important;
  7153. }
  7154. .ml-1,
  7155. .mx-1 {
  7156. margin-left: 0.25rem !important;
  7157. }
  7158. .m-2 {
  7159. margin: 0.5rem !important;
  7160. }
  7161. .mt-2,
  7162. .my-2 {
  7163. margin-top: 0.5rem !important;
  7164. }
  7165. .mr-2,
  7166. .mx-2 {
  7167. margin-right: 0.5rem !important;
  7168. }
  7169. .mb-2,
  7170. .my-2 {
  7171. margin-bottom: 0.5rem !important;
  7172. }
  7173. .ml-2,
  7174. .mx-2 {
  7175. margin-left: 0.5rem !important;
  7176. }
  7177. .m-3 {
  7178. margin: 1rem !important;
  7179. }
  7180. .mt-3,
  7181. .my-3 {
  7182. margin-top: 1rem !important;
  7183. }
  7184. .mr-3,
  7185. .mx-3 {
  7186. margin-right: 1rem !important;
  7187. }
  7188. .mb-3,
  7189. .my-3 {
  7190. margin-bottom: 1rem !important;
  7191. }
  7192. .ml-3,
  7193. .mx-3 {
  7194. margin-left: 1rem !important;
  7195. }
  7196. .m-4 {
  7197. margin: 1.5rem !important;
  7198. }
  7199. .mt-4,
  7200. .my-4 {
  7201. margin-top: 1.5rem !important;
  7202. }
  7203. .mr-4,
  7204. .mx-4 {
  7205. margin-right: 1.5rem !important;
  7206. }
  7207. .mb-4,
  7208. .my-4 {
  7209. margin-bottom: 1.5rem !important;
  7210. }
  7211. .ml-4,
  7212. .mx-4 {
  7213. margin-left: 1.5rem !important;
  7214. }
  7215. .m-5 {
  7216. margin: 3rem !important;
  7217. }
  7218. .mt-5,
  7219. .my-5 {
  7220. margin-top: 3rem !important;
  7221. }
  7222. .mr-5,
  7223. .mx-5 {
  7224. margin-right: 3rem !important;
  7225. }
  7226. .mb-5,
  7227. .my-5 {
  7228. margin-bottom: 3rem !important;
  7229. }
  7230. .ml-5,
  7231. .mx-5 {
  7232. margin-left: 3rem !important;
  7233. }
  7234. .p-0 {
  7235. padding: 0 !important;
  7236. }
  7237. .pt-0,
  7238. .py-0 {
  7239. padding-top: 0 !important;
  7240. }
  7241. .pr-0,
  7242. .px-0 {
  7243. padding-right: 0 !important;
  7244. }
  7245. .pb-0,
  7246. .py-0 {
  7247. padding-bottom: 0 !important;
  7248. }
  7249. .pl-0,
  7250. .px-0 {
  7251. padding-left: 0 !important;
  7252. }
  7253. .p-1 {
  7254. padding: 0.25rem !important;
  7255. }
  7256. .pt-1,
  7257. .py-1 {
  7258. padding-top: 0.25rem !important;
  7259. }
  7260. .pr-1,
  7261. .px-1 {
  7262. padding-right: 0.25rem !important;
  7263. }
  7264. .pb-1,
  7265. .py-1 {
  7266. padding-bottom: 0.25rem !important;
  7267. }
  7268. .pl-1,
  7269. .px-1 {
  7270. padding-left: 0.25rem !important;
  7271. }
  7272. .p-2 {
  7273. padding: 0.5rem !important;
  7274. }
  7275. .pt-2,
  7276. .py-2 {
  7277. padding-top: 0.5rem !important;
  7278. }
  7279. .pr-2,
  7280. .px-2 {
  7281. padding-right: 0.5rem !important;
  7282. }
  7283. .pb-2,
  7284. .py-2 {
  7285. padding-bottom: 0.5rem !important;
  7286. }
  7287. .pl-2,
  7288. .px-2 {
  7289. padding-left: 0.5rem !important;
  7290. }
  7291. .p-3 {
  7292. padding: 1rem !important;
  7293. }
  7294. .pt-3,
  7295. .py-3 {
  7296. padding-top: 1rem !important;
  7297. }
  7298. .pr-3,
  7299. .px-3 {
  7300. padding-right: 1rem !important;
  7301. }
  7302. .pb-3,
  7303. .py-3 {
  7304. padding-bottom: 1rem !important;
  7305. }
  7306. .pl-3,
  7307. .px-3 {
  7308. padding-left: 1rem !important;
  7309. }
  7310. .p-4 {
  7311. padding: 1.5rem !important;
  7312. }
  7313. .pt-4,
  7314. .py-4 {
  7315. padding-top: 1.5rem !important;
  7316. }
  7317. .pr-4,
  7318. .px-4 {
  7319. padding-right: 1.5rem !important;
  7320. }
  7321. .pb-4,
  7322. .py-4 {
  7323. padding-bottom: 1.5rem !important;
  7324. }
  7325. .pl-4,
  7326. .px-4 {
  7327. padding-left: 1.5rem !important;
  7328. }
  7329. .p-5 {
  7330. padding: 3rem !important;
  7331. }
  7332. .pt-5,
  7333. .py-5 {
  7334. padding-top: 3rem !important;
  7335. }
  7336. .pr-5,
  7337. .px-5 {
  7338. padding-right: 3rem !important;
  7339. }
  7340. .pb-5,
  7341. .py-5 {
  7342. padding-bottom: 3rem !important;
  7343. }
  7344. .pl-5,
  7345. .px-5 {
  7346. padding-left: 3rem !important;
  7347. }
  7348. .m-n1 {
  7349. margin: -0.25rem !important;
  7350. }
  7351. .mt-n1,
  7352. .my-n1 {
  7353. margin-top: -0.25rem !important;
  7354. }
  7355. .mr-n1,
  7356. .mx-n1 {
  7357. margin-right: -0.25rem !important;
  7358. }
  7359. .mb-n1,
  7360. .my-n1 {
  7361. margin-bottom: -0.25rem !important;
  7362. }
  7363. .ml-n1,
  7364. .mx-n1 {
  7365. margin-left: -0.25rem !important;
  7366. }
  7367. .m-n2 {
  7368. margin: -0.5rem !important;
  7369. }
  7370. .mt-n2,
  7371. .my-n2 {
  7372. margin-top: -0.5rem !important;
  7373. }
  7374. .mr-n2,
  7375. .mx-n2 {
  7376. margin-right: -0.5rem !important;
  7377. }
  7378. .mb-n2,
  7379. .my-n2 {
  7380. margin-bottom: -0.5rem !important;
  7381. }
  7382. .ml-n2,
  7383. .mx-n2 {
  7384. margin-left: -0.5rem !important;
  7385. }
  7386. .m-n3 {
  7387. margin: -1rem !important;
  7388. }
  7389. .mt-n3,
  7390. .my-n3 {
  7391. margin-top: -1rem !important;
  7392. }
  7393. .mr-n3,
  7394. .mx-n3 {
  7395. margin-right: -1rem !important;
  7396. }
  7397. .mb-n3,
  7398. .my-n3 {
  7399. margin-bottom: -1rem !important;
  7400. }
  7401. .ml-n3,
  7402. .mx-n3 {
  7403. margin-left: -1rem !important;
  7404. }
  7405. .m-n4 {
  7406. margin: -1.5rem !important;
  7407. }
  7408. .mt-n4,
  7409. .my-n4 {
  7410. margin-top: -1.5rem !important;
  7411. }
  7412. .mr-n4,
  7413. .mx-n4 {
  7414. margin-right: -1.5rem !important;
  7415. }
  7416. .mb-n4,
  7417. .my-n4 {
  7418. margin-bottom: -1.5rem !important;
  7419. }
  7420. .ml-n4,
  7421. .mx-n4 {
  7422. margin-left: -1.5rem !important;
  7423. }
  7424. .m-n5 {
  7425. margin: -3rem !important;
  7426. }
  7427. .mt-n5,
  7428. .my-n5 {
  7429. margin-top: -3rem !important;
  7430. }
  7431. .mr-n5,
  7432. .mx-n5 {
  7433. margin-right: -3rem !important;
  7434. }
  7435. .mb-n5,
  7436. .my-n5 {
  7437. margin-bottom: -3rem !important;
  7438. }
  7439. .ml-n5,
  7440. .mx-n5 {
  7441. margin-left: -3rem !important;
  7442. }
  7443. .m-auto {
  7444. margin: auto !important;
  7445. }
  7446. .mt-auto,
  7447. .my-auto {
  7448. margin-top: auto !important;
  7449. }
  7450. .mr-auto,
  7451. .mx-auto {
  7452. margin-right: auto !important;
  7453. }
  7454. .mb-auto,
  7455. .my-auto {
  7456. margin-bottom: auto !important;
  7457. }
  7458. .ml-auto,
  7459. .mx-auto {
  7460. margin-left: auto !important;
  7461. }
  7462. @media (min-width: 576px) {
  7463. .m-sm-0 {
  7464. margin: 0 !important;
  7465. }
  7466. .mt-sm-0,
  7467. .my-sm-0 {
  7468. margin-top: 0 !important;
  7469. }
  7470. .mr-sm-0,
  7471. .mx-sm-0 {
  7472. margin-right: 0 !important;
  7473. }
  7474. .mb-sm-0,
  7475. .my-sm-0 {
  7476. margin-bottom: 0 !important;
  7477. }
  7478. .ml-sm-0,
  7479. .mx-sm-0 {
  7480. margin-left: 0 !important;
  7481. }
  7482. .m-sm-1 {
  7483. margin: 0.25rem !important;
  7484. }
  7485. .mt-sm-1,
  7486. .my-sm-1 {
  7487. margin-top: 0.25rem !important;
  7488. }
  7489. .mr-sm-1,
  7490. .mx-sm-1 {
  7491. margin-right: 0.25rem !important;
  7492. }
  7493. .mb-sm-1,
  7494. .my-sm-1 {
  7495. margin-bottom: 0.25rem !important;
  7496. }
  7497. .ml-sm-1,
  7498. .mx-sm-1 {
  7499. margin-left: 0.25rem !important;
  7500. }
  7501. .m-sm-2 {
  7502. margin: 0.5rem !important;
  7503. }
  7504. .mt-sm-2,
  7505. .my-sm-2 {
  7506. margin-top: 0.5rem !important;
  7507. }
  7508. .mr-sm-2,
  7509. .mx-sm-2 {
  7510. margin-right: 0.5rem !important;
  7511. }
  7512. .mb-sm-2,
  7513. .my-sm-2 {
  7514. margin-bottom: 0.5rem !important;
  7515. }
  7516. .ml-sm-2,
  7517. .mx-sm-2 {
  7518. margin-left: 0.5rem !important;
  7519. }
  7520. .m-sm-3 {
  7521. margin: 1rem !important;
  7522. }
  7523. .mt-sm-3,
  7524. .my-sm-3 {
  7525. margin-top: 1rem !important;
  7526. }
  7527. .mr-sm-3,
  7528. .mx-sm-3 {
  7529. margin-right: 1rem !important;
  7530. }
  7531. .mb-sm-3,
  7532. .my-sm-3 {
  7533. margin-bottom: 1rem !important;
  7534. }
  7535. .ml-sm-3,
  7536. .mx-sm-3 {
  7537. margin-left: 1rem !important;
  7538. }
  7539. .m-sm-4 {
  7540. margin: 1.5rem !important;
  7541. }
  7542. .mt-sm-4,
  7543. .my-sm-4 {
  7544. margin-top: 1.5rem !important;
  7545. }
  7546. .mr-sm-4,
  7547. .mx-sm-4 {
  7548. margin-right: 1.5rem !important;
  7549. }
  7550. .mb-sm-4,
  7551. .my-sm-4 {
  7552. margin-bottom: 1.5rem !important;
  7553. }
  7554. .ml-sm-4,
  7555. .mx-sm-4 {
  7556. margin-left: 1.5rem !important;
  7557. }
  7558. .m-sm-5 {
  7559. margin: 3rem !important;
  7560. }
  7561. .mt-sm-5,
  7562. .my-sm-5 {
  7563. margin-top: 3rem !important;
  7564. }
  7565. .mr-sm-5,
  7566. .mx-sm-5 {
  7567. margin-right: 3rem !important;
  7568. }
  7569. .mb-sm-5,
  7570. .my-sm-5 {
  7571. margin-bottom: 3rem !important;
  7572. }
  7573. .ml-sm-5,
  7574. .mx-sm-5 {
  7575. margin-left: 3rem !important;
  7576. }
  7577. .p-sm-0 {
  7578. padding: 0 !important;
  7579. }
  7580. .pt-sm-0,
  7581. .py-sm-0 {
  7582. padding-top: 0 !important;
  7583. }
  7584. .pr-sm-0,
  7585. .px-sm-0 {
  7586. padding-right: 0 !important;
  7587. }
  7588. .pb-sm-0,
  7589. .py-sm-0 {
  7590. padding-bottom: 0 !important;
  7591. }
  7592. .pl-sm-0,
  7593. .px-sm-0 {
  7594. padding-left: 0 !important;
  7595. }
  7596. .p-sm-1 {
  7597. padding: 0.25rem !important;
  7598. }
  7599. .pt-sm-1,
  7600. .py-sm-1 {
  7601. padding-top: 0.25rem !important;
  7602. }
  7603. .pr-sm-1,
  7604. .px-sm-1 {
  7605. padding-right: 0.25rem !important;
  7606. }
  7607. .pb-sm-1,
  7608. .py-sm-1 {
  7609. padding-bottom: 0.25rem !important;
  7610. }
  7611. .pl-sm-1,
  7612. .px-sm-1 {
  7613. padding-left: 0.25rem !important;
  7614. }
  7615. .p-sm-2 {
  7616. padding: 0.5rem !important;
  7617. }
  7618. .pt-sm-2,
  7619. .py-sm-2 {
  7620. padding-top: 0.5rem !important;
  7621. }
  7622. .pr-sm-2,
  7623. .px-sm-2 {
  7624. padding-right: 0.5rem !important;
  7625. }
  7626. .pb-sm-2,
  7627. .py-sm-2 {
  7628. padding-bottom: 0.5rem !important;
  7629. }
  7630. .pl-sm-2,
  7631. .px-sm-2 {
  7632. padding-left: 0.5rem !important;
  7633. }
  7634. .p-sm-3 {
  7635. padding: 1rem !important;
  7636. }
  7637. .pt-sm-3,
  7638. .py-sm-3 {
  7639. padding-top: 1rem !important;
  7640. }
  7641. .pr-sm-3,
  7642. .px-sm-3 {
  7643. padding-right: 1rem !important;
  7644. }
  7645. .pb-sm-3,
  7646. .py-sm-3 {
  7647. padding-bottom: 1rem !important;
  7648. }
  7649. .pl-sm-3,
  7650. .px-sm-3 {
  7651. padding-left: 1rem !important;
  7652. }
  7653. .p-sm-4 {
  7654. padding: 1.5rem !important;
  7655. }
  7656. .pt-sm-4,
  7657. .py-sm-4 {
  7658. padding-top: 1.5rem !important;
  7659. }
  7660. .pr-sm-4,
  7661. .px-sm-4 {
  7662. padding-right: 1.5rem !important;
  7663. }
  7664. .pb-sm-4,
  7665. .py-sm-4 {
  7666. padding-bottom: 1.5rem !important;
  7667. }
  7668. .pl-sm-4,
  7669. .px-sm-4 {
  7670. padding-left: 1.5rem !important;
  7671. }
  7672. .p-sm-5 {
  7673. padding: 3rem !important;
  7674. }
  7675. .pt-sm-5,
  7676. .py-sm-5 {
  7677. padding-top: 3rem !important;
  7678. }
  7679. .pr-sm-5,
  7680. .px-sm-5 {
  7681. padding-right: 3rem !important;
  7682. }
  7683. .pb-sm-5,
  7684. .py-sm-5 {
  7685. padding-bottom: 3rem !important;
  7686. }
  7687. .pl-sm-5,
  7688. .px-sm-5 {
  7689. padding-left: 3rem !important;
  7690. }
  7691. .m-sm-n1 {
  7692. margin: -0.25rem !important;
  7693. }
  7694. .mt-sm-n1,
  7695. .my-sm-n1 {
  7696. margin-top: -0.25rem !important;
  7697. }
  7698. .mr-sm-n1,
  7699. .mx-sm-n1 {
  7700. margin-right: -0.25rem !important;
  7701. }
  7702. .mb-sm-n1,
  7703. .my-sm-n1 {
  7704. margin-bottom: -0.25rem !important;
  7705. }
  7706. .ml-sm-n1,
  7707. .mx-sm-n1 {
  7708. margin-left: -0.25rem !important;
  7709. }
  7710. .m-sm-n2 {
  7711. margin: -0.5rem !important;
  7712. }
  7713. .mt-sm-n2,
  7714. .my-sm-n2 {
  7715. margin-top: -0.5rem !important;
  7716. }
  7717. .mr-sm-n2,
  7718. .mx-sm-n2 {
  7719. margin-right: -0.5rem !important;
  7720. }
  7721. .mb-sm-n2,
  7722. .my-sm-n2 {
  7723. margin-bottom: -0.5rem !important;
  7724. }
  7725. .ml-sm-n2,
  7726. .mx-sm-n2 {
  7727. margin-left: -0.5rem !important;
  7728. }
  7729. .m-sm-n3 {
  7730. margin: -1rem !important;
  7731. }
  7732. .mt-sm-n3,
  7733. .my-sm-n3 {
  7734. margin-top: -1rem !important;
  7735. }
  7736. .mr-sm-n3,
  7737. .mx-sm-n3 {
  7738. margin-right: -1rem !important;
  7739. }
  7740. .mb-sm-n3,
  7741. .my-sm-n3 {
  7742. margin-bottom: -1rem !important;
  7743. }
  7744. .ml-sm-n3,
  7745. .mx-sm-n3 {
  7746. margin-left: -1rem !important;
  7747. }
  7748. .m-sm-n4 {
  7749. margin: -1.5rem !important;
  7750. }
  7751. .mt-sm-n4,
  7752. .my-sm-n4 {
  7753. margin-top: -1.5rem !important;
  7754. }
  7755. .mr-sm-n4,
  7756. .mx-sm-n4 {
  7757. margin-right: -1.5rem !important;
  7758. }
  7759. .mb-sm-n4,
  7760. .my-sm-n4 {
  7761. margin-bottom: -1.5rem !important;
  7762. }
  7763. .ml-sm-n4,
  7764. .mx-sm-n4 {
  7765. margin-left: -1.5rem !important;
  7766. }
  7767. .m-sm-n5 {
  7768. margin: -3rem !important;
  7769. }
  7770. .mt-sm-n5,
  7771. .my-sm-n5 {
  7772. margin-top: -3rem !important;
  7773. }
  7774. .mr-sm-n5,
  7775. .mx-sm-n5 {
  7776. margin-right: -3rem !important;
  7777. }
  7778. .mb-sm-n5,
  7779. .my-sm-n5 {
  7780. margin-bottom: -3rem !important;
  7781. }
  7782. .ml-sm-n5,
  7783. .mx-sm-n5 {
  7784. margin-left: -3rem !important;
  7785. }
  7786. .m-sm-auto {
  7787. margin: auto !important;
  7788. }
  7789. .mt-sm-auto,
  7790. .my-sm-auto {
  7791. margin-top: auto !important;
  7792. }
  7793. .mr-sm-auto,
  7794. .mx-sm-auto {
  7795. margin-right: auto !important;
  7796. }
  7797. .mb-sm-auto,
  7798. .my-sm-auto {
  7799. margin-bottom: auto !important;
  7800. }
  7801. .ml-sm-auto,
  7802. .mx-sm-auto {
  7803. margin-left: auto !important;
  7804. }
  7805. }
  7806. @media (min-width: 768px) {
  7807. .m-md-0 {
  7808. margin: 0 !important;
  7809. }
  7810. .mt-md-0,
  7811. .my-md-0 {
  7812. margin-top: 0 !important;
  7813. }
  7814. .mr-md-0,
  7815. .mx-md-0 {
  7816. margin-right: 0 !important;
  7817. }
  7818. .mb-md-0,
  7819. .my-md-0 {
  7820. margin-bottom: 0 !important;
  7821. }
  7822. .ml-md-0,
  7823. .mx-md-0 {
  7824. margin-left: 0 !important;
  7825. }
  7826. .m-md-1 {
  7827. margin: 0.25rem !important;
  7828. }
  7829. .mt-md-1,
  7830. .my-md-1 {
  7831. margin-top: 0.25rem !important;
  7832. }
  7833. .mr-md-1,
  7834. .mx-md-1 {
  7835. margin-right: 0.25rem !important;
  7836. }
  7837. .mb-md-1,
  7838. .my-md-1 {
  7839. margin-bottom: 0.25rem !important;
  7840. }
  7841. .ml-md-1,
  7842. .mx-md-1 {
  7843. margin-left: 0.25rem !important;
  7844. }
  7845. .m-md-2 {
  7846. margin: 0.5rem !important;
  7847. }
  7848. .mt-md-2,
  7849. .my-md-2 {
  7850. margin-top: 0.5rem !important;
  7851. }
  7852. .mr-md-2,
  7853. .mx-md-2 {
  7854. margin-right: 0.5rem !important;
  7855. }
  7856. .mb-md-2,
  7857. .my-md-2 {
  7858. margin-bottom: 0.5rem !important;
  7859. }
  7860. .ml-md-2,
  7861. .mx-md-2 {
  7862. margin-left: 0.5rem !important;
  7863. }
  7864. .m-md-3 {
  7865. margin: 1rem !important;
  7866. }
  7867. .mt-md-3,
  7868. .my-md-3 {
  7869. margin-top: 1rem !important;
  7870. }
  7871. .mr-md-3,
  7872. .mx-md-3 {
  7873. margin-right: 1rem !important;
  7874. }
  7875. .mb-md-3,
  7876. .my-md-3 {
  7877. margin-bottom: 1rem !important;
  7878. }
  7879. .ml-md-3,
  7880. .mx-md-3 {
  7881. margin-left: 1rem !important;
  7882. }
  7883. .m-md-4 {
  7884. margin: 1.5rem !important;
  7885. }
  7886. .mt-md-4,
  7887. .my-md-4 {
  7888. margin-top: 1.5rem !important;
  7889. }
  7890. .mr-md-4,
  7891. .mx-md-4 {
  7892. margin-right: 1.5rem !important;
  7893. }
  7894. .mb-md-4,
  7895. .my-md-4 {
  7896. margin-bottom: 1.5rem !important;
  7897. }
  7898. .ml-md-4,
  7899. .mx-md-4 {
  7900. margin-left: 1.5rem !important;
  7901. }
  7902. .m-md-5 {
  7903. margin: 3rem !important;
  7904. }
  7905. .mt-md-5,
  7906. .my-md-5 {
  7907. margin-top: 3rem !important;
  7908. }
  7909. .mr-md-5,
  7910. .mx-md-5 {
  7911. margin-right: 3rem !important;
  7912. }
  7913. .mb-md-5,
  7914. .my-md-5 {
  7915. margin-bottom: 3rem !important;
  7916. }
  7917. .ml-md-5,
  7918. .mx-md-5 {
  7919. margin-left: 3rem !important;
  7920. }
  7921. .p-md-0 {
  7922. padding: 0 !important;
  7923. }
  7924. .pt-md-0,
  7925. .py-md-0 {
  7926. padding-top: 0 !important;
  7927. }
  7928. .pr-md-0,
  7929. .px-md-0 {
  7930. padding-right: 0 !important;
  7931. }
  7932. .pb-md-0,
  7933. .py-md-0 {
  7934. padding-bottom: 0 !important;
  7935. }
  7936. .pl-md-0,
  7937. .px-md-0 {
  7938. padding-left: 0 !important;
  7939. }
  7940. .p-md-1 {
  7941. padding: 0.25rem !important;
  7942. }
  7943. .pt-md-1,
  7944. .py-md-1 {
  7945. padding-top: 0.25rem !important;
  7946. }
  7947. .pr-md-1,
  7948. .px-md-1 {
  7949. padding-right: 0.25rem !important;
  7950. }
  7951. .pb-md-1,
  7952. .py-md-1 {
  7953. padding-bottom: 0.25rem !important;
  7954. }
  7955. .pl-md-1,
  7956. .px-md-1 {
  7957. padding-left: 0.25rem !important;
  7958. }
  7959. .p-md-2 {
  7960. padding: 0.5rem !important;
  7961. }
  7962. .pt-md-2,
  7963. .py-md-2 {
  7964. padding-top: 0.5rem !important;
  7965. }
  7966. .pr-md-2,
  7967. .px-md-2 {
  7968. padding-right: 0.5rem !important;
  7969. }
  7970. .pb-md-2,
  7971. .py-md-2 {
  7972. padding-bottom: 0.5rem !important;
  7973. }
  7974. .pl-md-2,
  7975. .px-md-2 {
  7976. padding-left: 0.5rem !important;
  7977. }
  7978. .p-md-3 {
  7979. padding: 1rem !important;
  7980. }
  7981. .pt-md-3,
  7982. .py-md-3 {
  7983. padding-top: 1rem !important;
  7984. }
  7985. .pr-md-3,
  7986. .px-md-3 {
  7987. padding-right: 1rem !important;
  7988. }
  7989. .pb-md-3,
  7990. .py-md-3 {
  7991. padding-bottom: 1rem !important;
  7992. }
  7993. .pl-md-3,
  7994. .px-md-3 {
  7995. padding-left: 1rem !important;
  7996. }
  7997. .p-md-4 {
  7998. padding: 1.5rem !important;
  7999. }
  8000. .pt-md-4,
  8001. .py-md-4 {
  8002. padding-top: 1.5rem !important;
  8003. }
  8004. .pr-md-4,
  8005. .px-md-4 {
  8006. padding-right: 1.5rem !important;
  8007. }
  8008. .pb-md-4,
  8009. .py-md-4 {
  8010. padding-bottom: 1.5rem !important;
  8011. }
  8012. .pl-md-4,
  8013. .px-md-4 {
  8014. padding-left: 1.5rem !important;
  8015. }
  8016. .p-md-5 {
  8017. padding: 3rem !important;
  8018. }
  8019. .pt-md-5,
  8020. .py-md-5 {
  8021. padding-top: 3rem !important;
  8022. }
  8023. .pr-md-5,
  8024. .px-md-5 {
  8025. padding-right: 3rem !important;
  8026. }
  8027. .pb-md-5,
  8028. .py-md-5 {
  8029. padding-bottom: 3rem !important;
  8030. }
  8031. .pl-md-5,
  8032. .px-md-5 {
  8033. padding-left: 3rem !important;
  8034. }
  8035. .m-md-n1 {
  8036. margin: -0.25rem !important;
  8037. }
  8038. .mt-md-n1,
  8039. .my-md-n1 {
  8040. margin-top: -0.25rem !important;
  8041. }
  8042. .mr-md-n1,
  8043. .mx-md-n1 {
  8044. margin-right: -0.25rem !important;
  8045. }
  8046. .mb-md-n1,
  8047. .my-md-n1 {
  8048. margin-bottom: -0.25rem !important;
  8049. }
  8050. .ml-md-n1,
  8051. .mx-md-n1 {
  8052. margin-left: -0.25rem !important;
  8053. }
  8054. .m-md-n2 {
  8055. margin: -0.5rem !important;
  8056. }
  8057. .mt-md-n2,
  8058. .my-md-n2 {
  8059. margin-top: -0.5rem !important;
  8060. }
  8061. .mr-md-n2,
  8062. .mx-md-n2 {
  8063. margin-right: -0.5rem !important;
  8064. }
  8065. .mb-md-n2,
  8066. .my-md-n2 {
  8067. margin-bottom: -0.5rem !important;
  8068. }
  8069. .ml-md-n2,
  8070. .mx-md-n2 {
  8071. margin-left: -0.5rem !important;
  8072. }
  8073. .m-md-n3 {
  8074. margin: -1rem !important;
  8075. }
  8076. .mt-md-n3,
  8077. .my-md-n3 {
  8078. margin-top: -1rem !important;
  8079. }
  8080. .mr-md-n3,
  8081. .mx-md-n3 {
  8082. margin-right: -1rem !important;
  8083. }
  8084. .mb-md-n3,
  8085. .my-md-n3 {
  8086. margin-bottom: -1rem !important;
  8087. }
  8088. .ml-md-n3,
  8089. .mx-md-n3 {
  8090. margin-left: -1rem !important;
  8091. }
  8092. .m-md-n4 {
  8093. margin: -1.5rem !important;
  8094. }
  8095. .mt-md-n4,
  8096. .my-md-n4 {
  8097. margin-top: -1.5rem !important;
  8098. }
  8099. .mr-md-n4,
  8100. .mx-md-n4 {
  8101. margin-right: -1.5rem !important;
  8102. }
  8103. .mb-md-n4,
  8104. .my-md-n4 {
  8105. margin-bottom: -1.5rem !important;
  8106. }
  8107. .ml-md-n4,
  8108. .mx-md-n4 {
  8109. margin-left: -1.5rem !important;
  8110. }
  8111. .m-md-n5 {
  8112. margin: -3rem !important;
  8113. }
  8114. .mt-md-n5,
  8115. .my-md-n5 {
  8116. margin-top: -3rem !important;
  8117. }
  8118. .mr-md-n5,
  8119. .mx-md-n5 {
  8120. margin-right: -3rem !important;
  8121. }
  8122. .mb-md-n5,
  8123. .my-md-n5 {
  8124. margin-bottom: -3rem !important;
  8125. }
  8126. .ml-md-n5,
  8127. .mx-md-n5 {
  8128. margin-left: -3rem !important;
  8129. }
  8130. .m-md-auto {
  8131. margin: auto !important;
  8132. }
  8133. .mt-md-auto,
  8134. .my-md-auto {
  8135. margin-top: auto !important;
  8136. }
  8137. .mr-md-auto,
  8138. .mx-md-auto {
  8139. margin-right: auto !important;
  8140. }
  8141. .mb-md-auto,
  8142. .my-md-auto {
  8143. margin-bottom: auto !important;
  8144. }
  8145. .ml-md-auto,
  8146. .mx-md-auto {
  8147. margin-left: auto !important;
  8148. }
  8149. }
  8150. @media (min-width: 992px) {
  8151. .m-lg-0 {
  8152. margin: 0 !important;
  8153. }
  8154. .mt-lg-0,
  8155. .my-lg-0 {
  8156. margin-top: 0 !important;
  8157. }
  8158. .mr-lg-0,
  8159. .mx-lg-0 {
  8160. margin-right: 0 !important;
  8161. }
  8162. .mb-lg-0,
  8163. .my-lg-0 {
  8164. margin-bottom: 0 !important;
  8165. }
  8166. .ml-lg-0,
  8167. .mx-lg-0 {
  8168. margin-left: 0 !important;
  8169. }
  8170. .m-lg-1 {
  8171. margin: 0.25rem !important;
  8172. }
  8173. .mt-lg-1,
  8174. .my-lg-1 {
  8175. margin-top: 0.25rem !important;
  8176. }
  8177. .mr-lg-1,
  8178. .mx-lg-1 {
  8179. margin-right: 0.25rem !important;
  8180. }
  8181. .mb-lg-1,
  8182. .my-lg-1 {
  8183. margin-bottom: 0.25rem !important;
  8184. }
  8185. .ml-lg-1,
  8186. .mx-lg-1 {
  8187. margin-left: 0.25rem !important;
  8188. }
  8189. .m-lg-2 {
  8190. margin: 0.5rem !important;
  8191. }
  8192. .mt-lg-2,
  8193. .my-lg-2 {
  8194. margin-top: 0.5rem !important;
  8195. }
  8196. .mr-lg-2,
  8197. .mx-lg-2 {
  8198. margin-right: 0.5rem !important;
  8199. }
  8200. .mb-lg-2,
  8201. .my-lg-2 {
  8202. margin-bottom: 0.5rem !important;
  8203. }
  8204. .ml-lg-2,
  8205. .mx-lg-2 {
  8206. margin-left: 0.5rem !important;
  8207. }
  8208. .m-lg-3 {
  8209. margin: 1rem !important;
  8210. }
  8211. .mt-lg-3,
  8212. .my-lg-3 {
  8213. margin-top: 1rem !important;
  8214. }
  8215. .mr-lg-3,
  8216. .mx-lg-3 {
  8217. margin-right: 1rem !important;
  8218. }
  8219. .mb-lg-3,
  8220. .my-lg-3 {
  8221. margin-bottom: 1rem !important;
  8222. }
  8223. .ml-lg-3,
  8224. .mx-lg-3 {
  8225. margin-left: 1rem !important;
  8226. }
  8227. .m-lg-4 {
  8228. margin: 1.5rem !important;
  8229. }
  8230. .mt-lg-4,
  8231. .my-lg-4 {
  8232. margin-top: 1.5rem !important;
  8233. }
  8234. .mr-lg-4,
  8235. .mx-lg-4 {
  8236. margin-right: 1.5rem !important;
  8237. }
  8238. .mb-lg-4,
  8239. .my-lg-4 {
  8240. margin-bottom: 1.5rem !important;
  8241. }
  8242. .ml-lg-4,
  8243. .mx-lg-4 {
  8244. margin-left: 1.5rem !important;
  8245. }
  8246. .m-lg-5 {
  8247. margin: 3rem !important;
  8248. }
  8249. .mt-lg-5,
  8250. .my-lg-5 {
  8251. margin-top: 3rem !important;
  8252. }
  8253. .mr-lg-5,
  8254. .mx-lg-5 {
  8255. margin-right: 3rem !important;
  8256. }
  8257. .mb-lg-5,
  8258. .my-lg-5 {
  8259. margin-bottom: 3rem !important;
  8260. }
  8261. .ml-lg-5,
  8262. .mx-lg-5 {
  8263. margin-left: 3rem !important;
  8264. }
  8265. .p-lg-0 {
  8266. padding: 0 !important;
  8267. }
  8268. .pt-lg-0,
  8269. .py-lg-0 {
  8270. padding-top: 0 !important;
  8271. }
  8272. .pr-lg-0,
  8273. .px-lg-0 {
  8274. padding-right: 0 !important;
  8275. }
  8276. .pb-lg-0,
  8277. .py-lg-0 {
  8278. padding-bottom: 0 !important;
  8279. }
  8280. .pl-lg-0,
  8281. .px-lg-0 {
  8282. padding-left: 0 !important;
  8283. }
  8284. .p-lg-1 {
  8285. padding: 0.25rem !important;
  8286. }
  8287. .pt-lg-1,
  8288. .py-lg-1 {
  8289. padding-top: 0.25rem !important;
  8290. }
  8291. .pr-lg-1,
  8292. .px-lg-1 {
  8293. padding-right: 0.25rem !important;
  8294. }
  8295. .pb-lg-1,
  8296. .py-lg-1 {
  8297. padding-bottom: 0.25rem !important;
  8298. }
  8299. .pl-lg-1,
  8300. .px-lg-1 {
  8301. padding-left: 0.25rem !important;
  8302. }
  8303. .p-lg-2 {
  8304. padding: 0.5rem !important;
  8305. }
  8306. .pt-lg-2,
  8307. .py-lg-2 {
  8308. padding-top: 0.5rem !important;
  8309. }
  8310. .pr-lg-2,
  8311. .px-lg-2 {
  8312. padding-right: 0.5rem !important;
  8313. }
  8314. .pb-lg-2,
  8315. .py-lg-2 {
  8316. padding-bottom: 0.5rem !important;
  8317. }
  8318. .pl-lg-2,
  8319. .px-lg-2 {
  8320. padding-left: 0.5rem !important;
  8321. }
  8322. .p-lg-3 {
  8323. padding: 1rem !important;
  8324. }
  8325. .pt-lg-3,
  8326. .py-lg-3 {
  8327. padding-top: 1rem !important;
  8328. }
  8329. .pr-lg-3,
  8330. .px-lg-3 {
  8331. padding-right: 1rem !important;
  8332. }
  8333. .pb-lg-3,
  8334. .py-lg-3 {
  8335. padding-bottom: 1rem !important;
  8336. }
  8337. .pl-lg-3,
  8338. .px-lg-3 {
  8339. padding-left: 1rem !important;
  8340. }
  8341. .p-lg-4 {
  8342. padding: 1.5rem !important;
  8343. }
  8344. .pt-lg-4,
  8345. .py-lg-4 {
  8346. padding-top: 1.5rem !important;
  8347. }
  8348. .pr-lg-4,
  8349. .px-lg-4 {
  8350. padding-right: 1.5rem !important;
  8351. }
  8352. .pb-lg-4,
  8353. .py-lg-4 {
  8354. padding-bottom: 1.5rem !important;
  8355. }
  8356. .pl-lg-4,
  8357. .px-lg-4 {
  8358. padding-left: 1.5rem !important;
  8359. }
  8360. .p-lg-5 {
  8361. padding: 3rem !important;
  8362. }
  8363. .pt-lg-5,
  8364. .py-lg-5 {
  8365. padding-top: 3rem !important;
  8366. }
  8367. .pr-lg-5,
  8368. .px-lg-5 {
  8369. padding-right: 3rem !important;
  8370. }
  8371. .pb-lg-5,
  8372. .py-lg-5 {
  8373. padding-bottom: 3rem !important;
  8374. }
  8375. .pl-lg-5,
  8376. .px-lg-5 {
  8377. padding-left: 3rem !important;
  8378. }
  8379. .m-lg-n1 {
  8380. margin: -0.25rem !important;
  8381. }
  8382. .mt-lg-n1,
  8383. .my-lg-n1 {
  8384. margin-top: -0.25rem !important;
  8385. }
  8386. .mr-lg-n1,
  8387. .mx-lg-n1 {
  8388. margin-right: -0.25rem !important;
  8389. }
  8390. .mb-lg-n1,
  8391. .my-lg-n1 {
  8392. margin-bottom: -0.25rem !important;
  8393. }
  8394. .ml-lg-n1,
  8395. .mx-lg-n1 {
  8396. margin-left: -0.25rem !important;
  8397. }
  8398. .m-lg-n2 {
  8399. margin: -0.5rem !important;
  8400. }
  8401. .mt-lg-n2,
  8402. .my-lg-n2 {
  8403. margin-top: -0.5rem !important;
  8404. }
  8405. .mr-lg-n2,
  8406. .mx-lg-n2 {
  8407. margin-right: -0.5rem !important;
  8408. }
  8409. .mb-lg-n2,
  8410. .my-lg-n2 {
  8411. margin-bottom: -0.5rem !important;
  8412. }
  8413. .ml-lg-n2,
  8414. .mx-lg-n2 {
  8415. margin-left: -0.5rem !important;
  8416. }
  8417. .m-lg-n3 {
  8418. margin: -1rem !important;
  8419. }
  8420. .mt-lg-n3,
  8421. .my-lg-n3 {
  8422. margin-top: -1rem !important;
  8423. }
  8424. .mr-lg-n3,
  8425. .mx-lg-n3 {
  8426. margin-right: -1rem !important;
  8427. }
  8428. .mb-lg-n3,
  8429. .my-lg-n3 {
  8430. margin-bottom: -1rem !important;
  8431. }
  8432. .ml-lg-n3,
  8433. .mx-lg-n3 {
  8434. margin-left: -1rem !important;
  8435. }
  8436. .m-lg-n4 {
  8437. margin: -1.5rem !important;
  8438. }
  8439. .mt-lg-n4,
  8440. .my-lg-n4 {
  8441. margin-top: -1.5rem !important;
  8442. }
  8443. .mr-lg-n4,
  8444. .mx-lg-n4 {
  8445. margin-right: -1.5rem !important;
  8446. }
  8447. .mb-lg-n4,
  8448. .my-lg-n4 {
  8449. margin-bottom: -1.5rem !important;
  8450. }
  8451. .ml-lg-n4,
  8452. .mx-lg-n4 {
  8453. margin-left: -1.5rem !important;
  8454. }
  8455. .m-lg-n5 {
  8456. margin: -3rem !important;
  8457. }
  8458. .mt-lg-n5,
  8459. .my-lg-n5 {
  8460. margin-top: -3rem !important;
  8461. }
  8462. .mr-lg-n5,
  8463. .mx-lg-n5 {
  8464. margin-right: -3rem !important;
  8465. }
  8466. .mb-lg-n5,
  8467. .my-lg-n5 {
  8468. margin-bottom: -3rem !important;
  8469. }
  8470. .ml-lg-n5,
  8471. .mx-lg-n5 {
  8472. margin-left: -3rem !important;
  8473. }
  8474. .m-lg-auto {
  8475. margin: auto !important;
  8476. }
  8477. .mt-lg-auto,
  8478. .my-lg-auto {
  8479. margin-top: auto !important;
  8480. }
  8481. .mr-lg-auto,
  8482. .mx-lg-auto {
  8483. margin-right: auto !important;
  8484. }
  8485. .mb-lg-auto,
  8486. .my-lg-auto {
  8487. margin-bottom: auto !important;
  8488. }
  8489. .ml-lg-auto,
  8490. .mx-lg-auto {
  8491. margin-left: auto !important;
  8492. }
  8493. }
  8494. @media (min-width: 1200px) {
  8495. .m-xl-0 {
  8496. margin: 0 !important;
  8497. }
  8498. .mt-xl-0,
  8499. .my-xl-0 {
  8500. margin-top: 0 !important;
  8501. }
  8502. .mr-xl-0,
  8503. .mx-xl-0 {
  8504. margin-right: 0 !important;
  8505. }
  8506. .mb-xl-0,
  8507. .my-xl-0 {
  8508. margin-bottom: 0 !important;
  8509. }
  8510. .ml-xl-0,
  8511. .mx-xl-0 {
  8512. margin-left: 0 !important;
  8513. }
  8514. .m-xl-1 {
  8515. margin: 0.25rem !important;
  8516. }
  8517. .mt-xl-1,
  8518. .my-xl-1 {
  8519. margin-top: 0.25rem !important;
  8520. }
  8521. .mr-xl-1,
  8522. .mx-xl-1 {
  8523. margin-right: 0.25rem !important;
  8524. }
  8525. .mb-xl-1,
  8526. .my-xl-1 {
  8527. margin-bottom: 0.25rem !important;
  8528. }
  8529. .ml-xl-1,
  8530. .mx-xl-1 {
  8531. margin-left: 0.25rem !important;
  8532. }
  8533. .m-xl-2 {
  8534. margin: 0.5rem !important;
  8535. }
  8536. .mt-xl-2,
  8537. .my-xl-2 {
  8538. margin-top: 0.5rem !important;
  8539. }
  8540. .mr-xl-2,
  8541. .mx-xl-2 {
  8542. margin-right: 0.5rem !important;
  8543. }
  8544. .mb-xl-2,
  8545. .my-xl-2 {
  8546. margin-bottom: 0.5rem !important;
  8547. }
  8548. .ml-xl-2,
  8549. .mx-xl-2 {
  8550. margin-left: 0.5rem !important;
  8551. }
  8552. .m-xl-3 {
  8553. margin: 1rem !important;
  8554. }
  8555. .mt-xl-3,
  8556. .my-xl-3 {
  8557. margin-top: 1rem !important;
  8558. }
  8559. .mr-xl-3,
  8560. .mx-xl-3 {
  8561. margin-right: 1rem !important;
  8562. }
  8563. .mb-xl-3,
  8564. .my-xl-3 {
  8565. margin-bottom: 1rem !important;
  8566. }
  8567. .ml-xl-3,
  8568. .mx-xl-3 {
  8569. margin-left: 1rem !important;
  8570. }
  8571. .m-xl-4 {
  8572. margin: 1.5rem !important;
  8573. }
  8574. .mt-xl-4,
  8575. .my-xl-4 {
  8576. margin-top: 1.5rem !important;
  8577. }
  8578. .mr-xl-4,
  8579. .mx-xl-4 {
  8580. margin-right: 1.5rem !important;
  8581. }
  8582. .mb-xl-4,
  8583. .my-xl-4 {
  8584. margin-bottom: 1.5rem !important;
  8585. }
  8586. .ml-xl-4,
  8587. .mx-xl-4 {
  8588. margin-left: 1.5rem !important;
  8589. }
  8590. .m-xl-5 {
  8591. margin: 3rem !important;
  8592. }
  8593. .mt-xl-5,
  8594. .my-xl-5 {
  8595. margin-top: 3rem !important;
  8596. }
  8597. .mr-xl-5,
  8598. .mx-xl-5 {
  8599. margin-right: 3rem !important;
  8600. }
  8601. .mb-xl-5,
  8602. .my-xl-5 {
  8603. margin-bottom: 3rem !important;
  8604. }
  8605. .ml-xl-5,
  8606. .mx-xl-5 {
  8607. margin-left: 3rem !important;
  8608. }
  8609. .p-xl-0 {
  8610. padding: 0 !important;
  8611. }
  8612. .pt-xl-0,
  8613. .py-xl-0 {
  8614. padding-top: 0 !important;
  8615. }
  8616. .pr-xl-0,
  8617. .px-xl-0 {
  8618. padding-right: 0 !important;
  8619. }
  8620. .pb-xl-0,
  8621. .py-xl-0 {
  8622. padding-bottom: 0 !important;
  8623. }
  8624. .pl-xl-0,
  8625. .px-xl-0 {
  8626. padding-left: 0 !important;
  8627. }
  8628. .p-xl-1 {
  8629. padding: 0.25rem !important;
  8630. }
  8631. .pt-xl-1,
  8632. .py-xl-1 {
  8633. padding-top: 0.25rem !important;
  8634. }
  8635. .pr-xl-1,
  8636. .px-xl-1 {
  8637. padding-right: 0.25rem !important;
  8638. }
  8639. .pb-xl-1,
  8640. .py-xl-1 {
  8641. padding-bottom: 0.25rem !important;
  8642. }
  8643. .pl-xl-1,
  8644. .px-xl-1 {
  8645. padding-left: 0.25rem !important;
  8646. }
  8647. .p-xl-2 {
  8648. padding: 0.5rem !important;
  8649. }
  8650. .pt-xl-2,
  8651. .py-xl-2 {
  8652. padding-top: 0.5rem !important;
  8653. }
  8654. .pr-xl-2,
  8655. .px-xl-2 {
  8656. padding-right: 0.5rem !important;
  8657. }
  8658. .pb-xl-2,
  8659. .py-xl-2 {
  8660. padding-bottom: 0.5rem !important;
  8661. }
  8662. .pl-xl-2,
  8663. .px-xl-2 {
  8664. padding-left: 0.5rem !important;
  8665. }
  8666. .p-xl-3 {
  8667. padding: 1rem !important;
  8668. }
  8669. .pt-xl-3,
  8670. .py-xl-3 {
  8671. padding-top: 1rem !important;
  8672. }
  8673. .pr-xl-3,
  8674. .px-xl-3 {
  8675. padding-right: 1rem !important;
  8676. }
  8677. .pb-xl-3,
  8678. .py-xl-3 {
  8679. padding-bottom: 1rem !important;
  8680. }
  8681. .pl-xl-3,
  8682. .px-xl-3 {
  8683. padding-left: 1rem !important;
  8684. }
  8685. .p-xl-4 {
  8686. padding: 1.5rem !important;
  8687. }
  8688. .pt-xl-4,
  8689. .py-xl-4 {
  8690. padding-top: 1.5rem !important;
  8691. }
  8692. .pr-xl-4,
  8693. .px-xl-4 {
  8694. padding-right: 1.5rem !important;
  8695. }
  8696. .pb-xl-4,
  8697. .py-xl-4 {
  8698. padding-bottom: 1.5rem !important;
  8699. }
  8700. .pl-xl-4,
  8701. .px-xl-4 {
  8702. padding-left: 1.5rem !important;
  8703. }
  8704. .p-xl-5 {
  8705. padding: 3rem !important;
  8706. }
  8707. .pt-xl-5,
  8708. .py-xl-5 {
  8709. padding-top: 3rem !important;
  8710. }
  8711. .pr-xl-5,
  8712. .px-xl-5 {
  8713. padding-right: 3rem !important;
  8714. }
  8715. .pb-xl-5,
  8716. .py-xl-5 {
  8717. padding-bottom: 3rem !important;
  8718. }
  8719. .pl-xl-5,
  8720. .px-xl-5 {
  8721. padding-left: 3rem !important;
  8722. }
  8723. .m-xl-n1 {
  8724. margin: -0.25rem !important;
  8725. }
  8726. .mt-xl-n1,
  8727. .my-xl-n1 {
  8728. margin-top: -0.25rem !important;
  8729. }
  8730. .mr-xl-n1,
  8731. .mx-xl-n1 {
  8732. margin-right: -0.25rem !important;
  8733. }
  8734. .mb-xl-n1,
  8735. .my-xl-n1 {
  8736. margin-bottom: -0.25rem !important;
  8737. }
  8738. .ml-xl-n1,
  8739. .mx-xl-n1 {
  8740. margin-left: -0.25rem !important;
  8741. }
  8742. .m-xl-n2 {
  8743. margin: -0.5rem !important;
  8744. }
  8745. .mt-xl-n2,
  8746. .my-xl-n2 {
  8747. margin-top: -0.5rem !important;
  8748. }
  8749. .mr-xl-n2,
  8750. .mx-xl-n2 {
  8751. margin-right: -0.5rem !important;
  8752. }
  8753. .mb-xl-n2,
  8754. .my-xl-n2 {
  8755. margin-bottom: -0.5rem !important;
  8756. }
  8757. .ml-xl-n2,
  8758. .mx-xl-n2 {
  8759. margin-left: -0.5rem !important;
  8760. }
  8761. .m-xl-n3 {
  8762. margin: -1rem !important;
  8763. }
  8764. .mt-xl-n3,
  8765. .my-xl-n3 {
  8766. margin-top: -1rem !important;
  8767. }
  8768. .mr-xl-n3,
  8769. .mx-xl-n3 {
  8770. margin-right: -1rem !important;
  8771. }
  8772. .mb-xl-n3,
  8773. .my-xl-n3 {
  8774. margin-bottom: -1rem !important;
  8775. }
  8776. .ml-xl-n3,
  8777. .mx-xl-n3 {
  8778. margin-left: -1rem !important;
  8779. }
  8780. .m-xl-n4 {
  8781. margin: -1.5rem !important;
  8782. }
  8783. .mt-xl-n4,
  8784. .my-xl-n4 {
  8785. margin-top: -1.5rem !important;
  8786. }
  8787. .mr-xl-n4,
  8788. .mx-xl-n4 {
  8789. margin-right: -1.5rem !important;
  8790. }
  8791. .mb-xl-n4,
  8792. .my-xl-n4 {
  8793. margin-bottom: -1.5rem !important;
  8794. }
  8795. .ml-xl-n4,
  8796. .mx-xl-n4 {
  8797. margin-left: -1.5rem !important;
  8798. }
  8799. .m-xl-n5 {
  8800. margin: -3rem !important;
  8801. }
  8802. .mt-xl-n5,
  8803. .my-xl-n5 {
  8804. margin-top: -3rem !important;
  8805. }
  8806. .mr-xl-n5,
  8807. .mx-xl-n5 {
  8808. margin-right: -3rem !important;
  8809. }
  8810. .mb-xl-n5,
  8811. .my-xl-n5 {
  8812. margin-bottom: -3rem !important;
  8813. }
  8814. .ml-xl-n5,
  8815. .mx-xl-n5 {
  8816. margin-left: -3rem !important;
  8817. }
  8818. .m-xl-auto {
  8819. margin: auto !important;
  8820. }
  8821. .mt-xl-auto,
  8822. .my-xl-auto {
  8823. margin-top: auto !important;
  8824. }
  8825. .mr-xl-auto,
  8826. .mx-xl-auto {
  8827. margin-right: auto !important;
  8828. }
  8829. .mb-xl-auto,
  8830. .my-xl-auto {
  8831. margin-bottom: auto !important;
  8832. }
  8833. .ml-xl-auto,
  8834. .mx-xl-auto {
  8835. margin-left: auto !important;
  8836. }
  8837. }
  8838. .text-monospace {
  8839. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  8840. }
  8841. .text-justify {
  8842. text-align: justify !important;
  8843. }
  8844. .text-wrap {
  8845. white-space: normal !important;
  8846. }
  8847. .text-nowrap {
  8848. white-space: nowrap !important;
  8849. }
  8850. .text-truncate {
  8851. overflow: hidden;
  8852. text-overflow: ellipsis;
  8853. white-space: nowrap;
  8854. }
  8855. .text-left {
  8856. text-align: left !important;
  8857. }
  8858. .text-right {
  8859. text-align: right !important;
  8860. }
  8861. .text-center {
  8862. text-align: center !important;
  8863. }
  8864. @media (min-width: 576px) {
  8865. .text-sm-left {
  8866. text-align: left !important;
  8867. }
  8868. .text-sm-right {
  8869. text-align: right !important;
  8870. }
  8871. .text-sm-center {
  8872. text-align: center !important;
  8873. }
  8874. }
  8875. @media (min-width: 768px) {
  8876. .text-md-left {
  8877. text-align: left !important;
  8878. }
  8879. .text-md-right {
  8880. text-align: right !important;
  8881. }
  8882. .text-md-center {
  8883. text-align: center !important;
  8884. }
  8885. }
  8886. @media (min-width: 992px) {
  8887. .text-lg-left {
  8888. text-align: left !important;
  8889. }
  8890. .text-lg-right {
  8891. text-align: right !important;
  8892. }
  8893. .text-lg-center {
  8894. text-align: center !important;
  8895. }
  8896. }
  8897. @media (min-width: 1200px) {
  8898. .text-xl-left {
  8899. text-align: left !important;
  8900. }
  8901. .text-xl-right {
  8902. text-align: right !important;
  8903. }
  8904. .text-xl-center {
  8905. text-align: center !important;
  8906. }
  8907. }
  8908. .text-lowercase {
  8909. text-transform: lowercase !important;
  8910. }
  8911. .text-uppercase {
  8912. text-transform: uppercase !important;
  8913. }
  8914. .text-capitalize {
  8915. text-transform: capitalize !important;
  8916. }
  8917. .font-weight-light {
  8918. font-weight: 300 !important;
  8919. }
  8920. .font-weight-lighter {
  8921. font-weight: lighter !important;
  8922. }
  8923. .font-weight-normal {
  8924. font-weight: 400 !important;
  8925. }
  8926. .font-weight-bold {
  8927. font-weight: 700 !important;
  8928. }
  8929. .font-weight-bolder {
  8930. font-weight: bolder !important;
  8931. }
  8932. .font-italic {
  8933. font-style: italic !important;
  8934. }
  8935. .text-white {
  8936. color: #fff !important;
  8937. }
  8938. .text-primary {
  8939. color: #3490dc !important;
  8940. }
  8941. a.text-primary:hover,
  8942. a.text-primary:focus {
  8943. color: #1d68a7 !important;
  8944. }
  8945. .text-secondary {
  8946. color: #6c757d !important;
  8947. }
  8948. a.text-secondary:hover,
  8949. a.text-secondary:focus {
  8950. color: #494f54 !important;
  8951. }
  8952. .text-success {
  8953. color: #38c172 !important;
  8954. }
  8955. a.text-success:hover,
  8956. a.text-success:focus {
  8957. color: #27864f !important;
  8958. }
  8959. .text-info {
  8960. color: #6cb2eb !important;
  8961. }
  8962. a.text-info:hover,
  8963. a.text-info:focus {
  8964. color: #298fe2 !important;
  8965. }
  8966. .text-warning {
  8967. color: #ffed4a !important;
  8968. }
  8969. a.text-warning:hover,
  8970. a.text-warning:focus {
  8971. color: #fde300 !important;
  8972. }
  8973. .text-danger {
  8974. color: #e3342f !important;
  8975. }
  8976. a.text-danger:hover,
  8977. a.text-danger:focus {
  8978. color: #ae1c17 !important;
  8979. }
  8980. .text-light {
  8981. color: #f8f9fa !important;
  8982. }
  8983. a.text-light:hover,
  8984. a.text-light:focus {
  8985. color: #cbd3da !important;
  8986. }
  8987. .text-dark {
  8988. color: #343a40 !important;
  8989. }
  8990. a.text-dark:hover,
  8991. a.text-dark:focus {
  8992. color: #121416 !important;
  8993. }
  8994. .text-body {
  8995. color: #212529 !important;
  8996. }
  8997. .text-muted {
  8998. color: #6c757d !important;
  8999. }
  9000. .text-black-50 {
  9001. color: rgba(0, 0, 0, 0.5) !important;
  9002. }
  9003. .text-white-50 {
  9004. color: rgba(255, 255, 255, 0.5) !important;
  9005. }
  9006. .text-hide {
  9007. font: 0/0 a;
  9008. color: transparent;
  9009. text-shadow: none;
  9010. background-color: transparent;
  9011. border: 0;
  9012. }
  9013. .text-decoration-none {
  9014. text-decoration: none !important;
  9015. }
  9016. .text-break {
  9017. word-break: break-word !important;
  9018. overflow-wrap: break-word !important;
  9019. }
  9020. .text-reset {
  9021. color: inherit !important;
  9022. }
  9023. .visible {
  9024. visibility: visible !important;
  9025. }
  9026. .invisible {
  9027. visibility: hidden !important;
  9028. }
  9029. @media print {
  9030. *,
  9031. *::before,
  9032. *::after {
  9033. text-shadow: none !important;
  9034. box-shadow: none !important;
  9035. }
  9036. a:not(.btn) {
  9037. text-decoration: underline;
  9038. }
  9039. abbr[title]::after {
  9040. content: " (" attr(title) ")";
  9041. }
  9042. pre {
  9043. white-space: pre-wrap !important;
  9044. }
  9045. pre,
  9046. blockquote {
  9047. border: 1px solid #adb5bd;
  9048. page-break-inside: avoid;
  9049. }
  9050. thead {
  9051. display: table-header-group;
  9052. }
  9053. tr,
  9054. img {
  9055. page-break-inside: avoid;
  9056. }
  9057. p,
  9058. h2,
  9059. h3 {
  9060. orphans: 3;
  9061. widows: 3;
  9062. }
  9063. h2,
  9064. h3 {
  9065. page-break-after: avoid;
  9066. }
  9067. @page {
  9068. size: a3;
  9069. }
  9070. body {
  9071. min-width: 992px !important;
  9072. }
  9073. .container {
  9074. min-width: 992px !important;
  9075. }
  9076. .navbar {
  9077. display: none;
  9078. }
  9079. .badge {
  9080. border: 1px solid #000;
  9081. }
  9082. .table {
  9083. border-collapse: collapse !important;
  9084. }
  9085. .table td,
  9086. .table th {
  9087. background-color: #fff !important;
  9088. }
  9089. .table-bordered th,
  9090. .table-bordered td {
  9091. border: 1px solid #dee2e6 !important;
  9092. }
  9093. .table-dark {
  9094. color: inherit;
  9095. }
  9096. .table-dark th,
  9097. .table-dark td,
  9098. .table-dark thead th,
  9099. .table-dark tbody + tbody {
  9100. border-color: #dee2e6;
  9101. }
  9102. .table .thead-dark th {
  9103. color: inherit;
  9104. border-color: #dee2e6;
  9105. }
  9106. }