.fs-5-5{font-size:1.2rem;}

/* Font Families */
.ff-arial{font-family: Arial, Helvetica, sans-serif;}
@font-face {font-family:'Jameel Noori Nastaleeq'; src: url("Fonts/JameelNooriNastaleeq.ttf");}
.urdu{font-family: "Jameel Noori Nastaleeq" !important;}

/* Font Sizes */
.x-small{font-size: .72em;} 

/* Cursors */
.cursor-a{cursor:pointer;}
.cursor-t{cursor: text;}

/* Hovers */
.login-input:focus, .login-input:active{
  outline: none !important;
  box-shadow: none !important;
  border-bottom:1px solid blue !important;
}

.outline-none:focus, .outline-none:active{
  outline: none !important;
  box-shadow: none !important;
}

.login-checkbox:focus, .checkbox-hover:active{
  outline: none !important;
  box-shadow: none !important;
}

.newpost-textarea:focus, .newpost-textarea:active{
  outline: none !important;
  box-shadow: none !important;
}

.newpost-btns:focus, .newpost-btns:active, .newpost-btns:hover {
  background-color:#f8f9fa !important;
  cursor:pointer !important;
}

/* Text Colors */
.text-light-grey{color:#999999;}
.text-gold{color:#FFD700 !important;}
.text-dgold{color:#DAA520 !important;}
.text-green{color:#FFD700 !important;}
.text-orange{color:#FFA500 !important;}
.text-dorange{color:#FF8C00 !important;}
.text-lime{color:#00FF00 !important;}
.text-pink{color:#fe4080 !important;}
.text-teal{color: #1dd2af!important;}
.text-dteal{color: #24a69a!important;}
.text-litered{color: #ff5353!important;}
.text-indigo{color:#512da7 !important;}
.text-purple{color:#9a63c1 !important;}
.text-magenta{color: #8e4162 !important;}

/*//////////////////////Background Colors///////////////////////////*/
.bg-fdark{background-color:#000000 !important;}
.bg-gold{background-color:#FFD700 !important;}
.bg-dgold{background-color:#DAA520 !important;}
.bg-orange{background-color:#FFA500 !important;}
.bg-dorange{background-color:#FF8C00 !important;}
.bg-lime{background-color:#00FF00 !important;}
.bg-dlight{background-color:#eee !important;}
.bg-litegrey{background-color:#dedede !important;}
.bg-fblue{background-color:#0000ff !important;}
.bg-pink{background-color:#fe4080 !important;}
.bg-teal{background-color:#1dd2af!important;}
.bg-dteal{background-color: #24a69a!important;}
.bg-litered{background-color: #ff5353!important;}
.bg-blue{background-color: #3498db !important;}
.bg-indigo{background-color: #512da7 !important;}
.bg-purple{background-color: #9a63c1 !important;}
.bg-magenta{background-color: #8e4162 !important;}

