@charset "UTF-8";

/* **************************************** *
 * align
 * **************************************** */
.tleft{text-align:left !important}
.tcenter{text-align:center !important}
.tright{text-align:right !important}
.tjust{text-align:justify !important}


/* **************************************** *
 * font size
 * **************************************** */
.fs12{font-size:1.2rem !important}
.fs13{font-size:1.3rem !important}
.fs14{font-size:1.4rem !important}
.fs15{font-size:1.5rem !important}
.fs16{font-size:1.6rem !important}
.fs17{font-size:1.7rem !important}
.fs18{font-size:1.8rem !important}
.fs19{font-size:1.9rem !important}
.fs20{font-size:2rem !important}
.fs21{font-size:2.1rem !important}
.fs22{font-size:2.2rem !important}
.fs23{font-size:2.3rem !important}
.fs24{font-size:2.4rem !important}
.fs25{font-size:2.5rem !important}
.fs26{font-size:2.6rem !important}
.fs27{font-size:2.7rem !important}
.fs28{font-size:2.8rem !important}
.fs29{font-size:2.9rem !important}
.fs30{font-size:3rem !important}

/* **************************************** *
 * color
 * **************************************** */
.fc-primary{color:var(--krds-color-light-primary-60) !important}
.fc-primary-light{color:var(--krds-color-light-primary-40) !important}
.fc-secondary{color:var(--krds-color-light-secondary-60) !important}
.fc-secondary-light{color:var(--krds-color-light-secondary-40) !important}
.fc-info{color:var(--krds-color-light-information-60) !important}
.fc-info-light{color:var(--krds-color-light-information-40) !important}
.fc-gray{color:var(--krds-color-light-gray-60) !important}
.fc-gray-light{color:var(--krds-color-light-gray-40) !important}
.fc-danger{color:#bd2c0f !important}
.fc-danger-light{color:var(--krds-color-light-danger-40) !important}
.fc-warning{color:var(--krds-color-light-warning-60) !important}
.fc-warning-light{color:var(--krds-color-light-warning-40) !important}
.fc-success{color:var(--krds-color-light-success-60) !important}
.fc-success-light{color:var(--krds-color-light-success-40) !important}


/* **************************************** *
 * font weight
 * **************************************** */
.fw300{font-weight:300 !important}
.fw600{font-weight:600 !important}


/* **************************************** *
 * default
 * **************************************** */
.fl{float:left !important}
.fr{float:right !important}
.vgt{vertical-align:top !important}
.vgm{vertical-align:middle !important}
.ovh{overflow:hidden !important}
.ova{overflow:auto !important}
.ovv{overflow:visible !important}
.blind,legend{display:block !important; position:absolute !important; top:-100000em !important; left:0 !important; overflow:hidden}
:root legend{margin-top:-1px !important; font-size:0 !important; line-height:0 !important}
.ellip{display:block !important; overflow:hidden !important; white-space:nowrap !important; text-overflow:ellipsis !important; -o-text-overflow:ellipsis !important}
.sr-only{position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0, 0, 0, 0) !important; white-space:nowrap !important; border:0 !important}


/* **************************************** *
 * width
 * **************************************** */
/* width px */
.wid10{width:10px !important}
.wid15{width:15px !important}
.wid20{width:20px !important}
.wid25{width:25px !important}
.wid30{width:30px !important}
.wid35{width:35px !important}
.wid40{width:40px !important}
.wid45{width:45px !important}
.wid50{width:50px !important}
.wid55{width:55px !important}
.wid60{width:60px !important}
.wid65{width:65px !important}
.wid70{width:70px !important}
.wid75{width:75px !important}
.wid80{width:80px !important}
.wid85{width:85px !important}
.wid90{width:90px !important}
.wid95{width:95px !important}
.wid100{width:100px !important}
.wid110{width:110px !important}
.wid120{width:120px !important}
.wid130{width:130px !important}
.wid140{width:140px !important}
.wid150{width:150px !important}
.wid160{width:160px !important}
.wid170{width:170px !important}
.wid180{width:180px !important}
.wid190{width:190px !important}
.wid200{width:200px !important}
.wid210{width:210px !important}
.wid220{width:220px !important}
.wid230{width:230px !important}
.wid240{width:240px !important}
.wid250{width:250px !important}
.wid260{width:260px !important}
.wid270{width:270px !important}
.wid280{width:280px !important}
.wid290{width:290px !important}
.wid300{width:300px !important}
.wid310{width:310px !important}
.wid320{width:320px !important}
.wid330{width:330px !important}
.wid340{width:340px !important}
.wid350{width:350px !important}
.wid360{width:360px !important}
.wid370{width:370px !important}
.wid380{width:380px !important}
.wid390{width:390px !important}
.wid400{width:400px !important}
.wid500{width:500px !important}
.wid600{width:600px !important}
.wid700{width:700px !important}
.wid800{width:800px !important}
.wid900{width:900px !important}
.wid1000{width:1000px !important}
.wid1100{width:1100px !important}
.wid1200{width:1200px !important}
.wid1300{width:1300px !important}
.wid1400{width:1400px !important}
.wid1500{width:1500px !important}
.wid1600{width:1600px !important}
.wid1700{width:1700px !important}
.wid1800{width:1800px !important}
.wid1900{width:1900px !important}
.wid2000{width:2000px !important}

/* min width px */
.mwid10{min-width:10px !important}
.mwid15{min-width:15px !important}
.mwid20{min-width:20px !important}
.mwid25{min-width:25px !important}
.mwid30{min-width:30px !important}
.mwid35{min-width:35px !important}
.mwid40{min-width:40px !important}
.mwid45{min-width:45px !important}
.mwid50{min-width:50px !important}
.mwid55{min-width:55px !important}
.mwid60{min-width:60px !important}
.mwid65{min-width:65px !important}
.mwid70{min-width:70px !important}
.mwid75{min-width:75px !important}
.mwid80{min-width:80px !important}
.mwid85{min-width:85px !important}
.mwid90{min-width:90px !important}
.mwid95{min-width:95px !important}
.mwid100{min-width:100px !important}
.mwid110{min-width:110px !important}
.mwid120{min-width:120px !important}
.mwid130{min-width:130px !important}
.mwid140{min-width:14rem !important}
.mwid150{min-width:150px !important}
.mwid160{min-width:160px !important}
.mwid170{min-width:170px !important}
.mwid180{min-width:180px !important}
.mwid190{min-width:190px !important}
.mwid200{min-width:200px !important}
.mwid210{min-width:210px !important}
.mwid220{min-width:220px !important}
.mwid230{min-width:230px !important}
.mwid240{min-width:240px !important}
.mwid250{min-width:250px !important}
.mwid260{min-width:260px !important}
.mwid270{min-width:270px !important}
.mwid280{min-width:280px !important}
.mwid290{min-width:290px !important}
.mwid300{min-width:300px !important}
.mwid1000{min-width:1000px !important}

/* max width px */
.mxwid10{max-width:10px !important}
.mxwid15{max-width:15px !important}
.mxwid20{max-width:20px !important}
.mxwid25{max-width:25px !important}
.mxwid30{max-width:30px !important}
.mxwid35{max-width:35px !important}
.mxwid40{max-width:40px !important}
.mxwid45{max-width:45px !important}
.mxwid50{max-width:50px !important}
.mxwid55{max-width:55px !important}
.mxwid60{max-width:60px !important}
.mxwid65{max-width:65px !important}
.mxwid70{max-width:70px !important}
.mxwid75{max-width:75px !important}
.mxwid80{max-width:80px !important}
.mxwid85{max-width:85px !important}
.mxwid90{max-width:90px !important}
.mxwid95{max-width:95px !important}
.mxwid100{max-width:100px !important}
.mxwid110{max-width:110px !important}
.mxwid120{max-width:120px !important}
.mxwid130{max-width:130px !important}
.mxwid140{max-width:140px !important}
.mxwid150{max-width:150px !important}
.mxwid160{max-width:160px !important}
.mxwid170{max-width:170px !important}
.mxwid180{max-width:180px !important}
.mxwid190{max-width:190px !important}
.mxwid200{max-width:200px !important}
.mxwid210{max-width:210px !important}
.mxwid220{max-width:220px !important}
.mxwid230{max-width:230px !important}
.mxwid240{max-width:240px !important}
.mxwid250{max-width:250px !important}
.mxwid260{max-width:260px !important}
.mxwid270{max-width:270px !important}
.mxwid280{max-width:280px !important}
.mxwid290{max-width:290px !important}
.mxwid300{max-width:300px !important}

/* width % */
.wid10p{width:10% !important}
.wid15p{width:15% !important}
.wid20p{width:20% !important}
.wid25p{width:25% !important}
.wid30p{width:30% !important}
.wid35p{width:35% !important}
.wid40p{width:40% !important}
.wid45p{width:45% !important}
.wid50p{width:50% !important}
.wid55p{width:55% !important}
.wid60p{width:60% !important}
.wid65p{width:65% !important}
.wid70p{width:70% !important}
.wid75p{width:75% !important}
.wid80p{width:80% !important}
.wid85p{width:85% !important}
.wid90p{width:90% !important}
.wid95p{width:95% !important}
.wid100p{width:100% !important}

/* min width % */
.mwid10p{min-width:10% !important}
.mwid15p{min-width:15% !important}
.mwid20p{min-width:20% !important}
.mwid25p{min-width:25% !important}
.mwid30p{min-width:30% !important}
.mwid35p{min-width:35% !important}
.mwid40p{min-width:40% !important}
.mwid45p{min-width:45% !important}
.mwid50p{min-width:50% !important}
.mwid55p{min-width:55% !important}
.mwid60p{min-width:60% !important}
.mwid65p{min-width:65% !important}
.mwid70p{min-width:70% !important}
.mwid75p{min-width:75% !important}
.mwid80p{min-width:80% !important}
.mwid85p{min-width:85% !important}
.mwid90p{min-width:90% !important}
.mwid95p{min-width:95% !important}
.mwid100p{min-width:100% !important}


/* **************************************** *
 * height
 * **************************************** */
/* height px */
.hei10{height:10px !important}
.hei15{height:15px !important}
.hei20{height:20px !important}
.hei25{height:25px !important}
.hei30{height:30px !important}
.hei35{height:35px !important}
.hei40{height:40px !important}
.hei45{height:45px !important}
.hei50{height:50px !important}
.hei55{height:55px !important}
.hei60{height:60px !important}
.hei65{height:65px !important}
.hei70{height:70px !important}
.hei75{height:75px !important}
.hei80{height:80px !important}
.hei85{height:85px !important}
.hei90{height:90px !important}
.hei95{height:95px !important}
.hei100{height:100px !important}
.hei110{height:110px !important}
.hei120{height:120px !important}
.hei130{height:130px !important}
.hei140{height:140px !important}
.hei150{height:150px !important}
.hei160{height:160px !important}
.hei170{height:170px !important}
.hei180{height:180px !important}
.hei190{height:190px !important}
.hei200{height:200px !important}
.hei210{height:210px !important}
.hei220{height:220px !important}
.hei230{height:230px !important}
.hei240{height:240px !important}
.hei250{height:250px !important}
.hei260{height:260px !important}
.hei270{height:270px !important}
.hei280{height:280px !important}
.hei290{height:290px !important}
.hei300{height:300px !important}


/* height % */
.hei10p{height:10% !important}
.hei15p{height:15% !important}
.hei20p{height:20% !important}
.hei25p{height:25% !important}
.hei30p{height:30% !important}
.hei35p{height:35% !important}
.hei40p{height:40% !important}
.hei45p{height:45% !important}
.hei50p{height:50% !important}
.hei55p{height:55% !important}
.hei60p{height:60% !important}
.hei65p{height:65% !important}
.hei70p{height:70% !important}
.hei75p{height:75% !important}
.hei80p{height:80% !important}
.hei85p{height:85% !important}
.hei90p{height:90% !important}
.hei95p{height:95% !important}
.hei100p{height:100% !important}

/* min height px */
.mhei200{min-height:200px !important}

/* **************************************** *
 * margin
 * **************************************** */
/* margin px */
.mg00{margin:0px !important}
.mg05{margin:5px !important}
.mg10{margin:10px !important}
.mg15{margin:15px !important}
.mg20{margin:20px !important}
.mg25{margin:25px !important}
.mg30{margin:30px !important}
.mg35{margin:35px !important}
.mg40{margin:40px !important}
.mg45{margin:45px !important}
.mg50{margin:50px !important}
.mg55{margin:55px !important}
.mg60{margin:60px !important}
.mg65{margin:65px !important}
.mg70{margin:70px !important}
.mg75{margin:75px !important}
.mg80{margin:80px !important}
.mg85{margin:85px !important}
.mg90{margin:90px !important}
.mg95{margin:95px !important}
.mg100{margin:100px !important}

.mgt00{margin-top:0px !important}
.mgt02{margin-top:2px !important}
.mgt05{margin-top:5px !important}
.mgt08{margin-top:8px !important}
.mgt10{margin-top:10px !important}
.mgt15{margin-top:15px !important}
.mgt20{margin-top:20px !important}
.mgt25{margin-top:25px !important}
.mgt30{margin-top:30px !important}
.mgt35{margin-top:35px !important}
.mgt40{margin-top:40px !important}
.mgt45{margin-top:45px !important}
.mgt50{margin-top:50px !important}
.mgt55{margin-top:55px !important}
.mgt60{margin-top:60px !important}
.mgt65{margin-top:65px !important}
.mgt70{margin-top:70px !important}
.mgt75{margin-top:75px !important}
.mgt80{margin-top:80px !important}
.mgt85{margin-top:85px !important}
.mgt90{margin-top:90px !important}
.mgt95{margin-top:95px !important}
.mgt100 {margin-top:100px !important}

.mgr00{margin-right:0px !important}
.mgr02{margin-right:2px !important}
.mgr05{margin-right:5px !important}
.mgr10{margin-right:10px !important}
.mgr15{margin-right:15px !important}
.mgr20{margin-right:20px !important}
.mgr25{margin-right:25px !important}
.mgr30{margin-right:30px !important}
.mgr35{margin-right:35px !important}
.mgr40{margin-right:40px !important}
.mgr45{margin-right:45px !important}
.mgr50{margin-right:50px !important}
.mgr55{margin-right:55px !important}
.mgr60{margin-right:60px !important}
.mgr65{margin-right:65px !important}
.mgr70{margin-right:70px !important}
.mgr75{margin-right:75px !important}
.mgr80{margin-right:80px !important}
.mgr85{margin-right:85px !important}
.mgr90{margin-right:90px !important}
.mgr95{margin-right:95px !important}
.mgr100{margin-right:100px !important}

.mgb-auto{margin-bottom:auto !important}
.mgb00{margin-bottom:0px !important}
.mgb05{margin-bottom:5px !important}
.mgb10{margin-bottom:10px !important}
.mgb15{margin-bottom:15px !important}
.mgb20{margin-bottom:20px !important}
.mgb25{margin-bottom:25px !important}
.mgb30{margin-bottom:30px !important}
.mgb35{margin-bottom:35px !important}
.mgb40{margin-bottom:40px !important}
.mgb45{margin-bottom:45px !important}
.mgb50{margin-bottom:50px !important}
.mgb55{margin-bottom:55px !important}
.mgb60{margin-bottom:60px !important}
.mgb65{margin-bottom:65px !important}
.mgb70{margin-bottom:70px !important}
.mgb75{margin-bottom:75px !important}
.mgb80{margin-bottom:80px !important}
.mgb85{margin-bottom:85px !important}
.mgb90{margin-bottom:90px !important}
.mgb95{margin-bottom:95px !important}
.mgb100{margin-bottom:100px !important}

.mgl00{margin-left:0px !important}
.mgl02{margin-left:2px !important}
.mgl05{margin-left:5px !important}
.mgl10{margin-left:10px !important}
.mgl15{margin-left:15px !important}
.mgl20{margin-left:20px !important}
.mgl25{margin-left:25px !important}
.mgl30{margin-left:30px !important}
.mgl35{margin-left:35px !important}
.mgl40{margin-left:40px !important}
.mgl45{margin-left:45px !important}
.mgl50{margin-left:50px !important}
.mgl55{margin-left:55px !important}
.mgl60{margin-left:60px !important}
.mgl65{margin-left:65px !important}
.mgl70{margin-left:70px !important}
.mgl75{margin-left:75px !important}
.mgl80{margin-left:80px !important}
.mgl85{margin-left:85px !important}
.mgl90{margin-left:90px !important}
.mgl95{margin-left:95px !important}
.mgl100{margin-left:100px !important}

.mgx02{margin:0 2px !important}
.mgx05{margin:0 5px !important}
.mgx10{margin:0 10px !important}
.mgx20{margin:0 20px !important}
.mgx28{margin:0 28px !important}
.mgx30{margin:0 30px !important}
.mgx40{margin:0 40px !important}
.mgx50{margin:0 50px !important}
.mgx60{margin:0 60px !important}
.mgx70{margin:0 70px !important}
.mgx80{margin:0 80px !important}
.mgx90{margin:0 90px !important}
.mgx100{margin:0 100px !important}

.mgy05{margin:5px 0 !important}
.mgy10{margin:10px 0 !important}
.mgy20{margin:20px 0 !important}
.mgy30{margin:30px 0 !important}
.mgy40{margin:40px 0 !important}
.mgy50{margin:50px 0 !important}
.mgy60{margin:60px 0 !important}
.mgy70{margin:70px 0 !important}
.mgy80{margin:80px 0 !important}
.mgy90{margin:90px 0 !important}
.mgy100{margin:100px 0 !important}