/*
  Created: 16-10-2019
  Edited:  05-10-2020
*/

/* ---------- Font Align Start ---------- */
.ta-left   { text-align: left }
.ta-right  { text-align: right; }
.ta-centre { text-align: center; }
/* ---------- Font Align End ---------- */

/* ---------- Font Size Start ---------- */
.fs45  { font-size: 0.45rem; }
.fs50  { font-size: 0.50rem; }
.fs55  { font-size: 0.55rem; }
.fs60  { font-size: 0.60rem; }
.fs65  { font-size: 0.65rem; }
.fs75  { font-size: 0.75rem; }
.fs85  { font-size: 0.85rem; }
.fs95  { font-size: 0.95rem; }
.fs100 { font-size: 1rem; }
.fs110 { font-size: 1.1rem; }
.fs120 { font-size: 1.2rem; }
.fs150 { font-size: 1.5rem; }
.fs180 { font-size: 1.8rem; }
.fs200 { font-size: 2.0rem; }
.fs210 { font-size: 2.1rem; }
.fs220 { font-size: 2.2rem; }
.fs250 { font-size: 2.5rem; }
.fs280 { font-size: 2.8rem; }
.fs300 { font-size: 3.0rem; } 
/* ---------- Font Size End ---------- */


/* ---------- Line Height Start ---------- */

.lh100 { line-height: 1rem;}
.lh110 { line-height: 1rem; }
.lh120 { line-height: 1.2rem; }
.lh150 { line-height: 1.5rem; }
.lh180 { line-height: 1.8rem; }
.lh200 { line-height: 2.0rem; }
/* ---------- Line Height End ---------- */

/* ---------- Font Weight Start ---------- */
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
/* ---------- Font Weight End ---------- */

/* ---------- Font Case Start ---------- */
.fuc { text-transform: uppercase; }
.flc { text-transform: lowercase; }
/* ---------- Font Case End ---------- */

/* ---------- Font Awesome Start ---------- */
.fa-inner-text { font-family: "roboto", "segoe ui", sans-serif; }
/* ---------- Font Awesome End ---------- */


/* ---------- Font Custom Start ---------- */
.ds-return-icon
{

}
/* ---------- Font Custom End ---------- */

.singleline 
{
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}