@font-face {
  font-family: "WeblySleekUISemilight";
  src: url("../fonts/weblysleekuisl.eot");
  src: url("../fonts/weblysleekuisl.eot?#iefix") format("embedded-opentype"),
    url("../fonts/weblysleekuisl.woff") format("woff"),
    url("../fonts/weblysleekuisl.ttf") format("truetype"),
    url("../fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}

* {
  font-family: "WeblySleekUISemilight", sans-serif;
}


@font-face {
  font-family: "Tajwal";
  src: url("../fonts/Tajwal/Tajawal-Medium.ttf") format("truetype");
}

.tj{
  font-family: "Tajwal", sans-serif;
}

.sh{
  color: #182955 !important;
  border: 1px solid #182955 !important;
  
}

.clr{
  font-family: "Tajwal";
  color: #467fcf !important;
  font-weight: 700 !important;
}

.newinpt{
  border: 0 !important;
  border-bottom: 2px solid #3276b1 !important;
  border-radius: 0 !important;
}

.newinpt::placeholder{
  color: #182955 !important;
  opacity: 1;
}

/*
* {
  font-family: "Tajwal", sans-serif;
}
*/

.nav-link{
	font-weight: 600 !important;
}

#radioBtn .notActive{
  color: #3276b1;
  background-color: #fff;
}

#myInput {
  background-image: url('/assets/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.nav-tabs .nav-link{
  font-family: "Tajwal";
  color:white;
}

.nav-tabs .nav-link:hover{
  color:black !important;
  border-bottom: 5px solid black;
}


.nav-tabs .nav-link.active{
  color:white;
  border-bottom: 5px solid white;
}

.badge{
  padding: 7px;
}

.card-options a:not(.btn){
  color: black;
}

.table-responsive .table {
  max-width: none;
}

.badge{
  font-size: 15px;
  font-weight: 400;
}

.form-control{
	border: 1px solid gray;
}

.form-control::placeholder{
	color: #88b;
}
