@font-face {
    font-family:Jameel Noori Nastaliq;
    src: url(https://universalcoldstore.pk/fonts/Mehr.ttf);
}
.urdu-font{
font-family:Jameel Noori Nastaliq !important;	
font-size: 20px;
}
urdu-editor{
	font-size: 20px !important;
}
input.form-control.ng-invalid{
  border: 2px solid red;
}
.ng-valid{
border-color: #green !important;

}

.tooltip-style{
    position: absolute;
    width: auto;
    padding: 10px;
    background: #102948;
    color: white;
}

.ui-datepicker-trigger{
  position: absolute;
  margin-top: -28px;
  right:15px;
  border:none;
  background-color:transparent;
}

/*avatar*/

.avatar-upload {
  position: relative;
  max-width: 128px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: -14px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*avatar*/

.btn-primary{
	background-color: rgb(16 41 72) !important;
	border-color: rgb(16 41 72) !important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
a:focus {
     text-decoration: none !important; 
}
table{
	color: black !important;
}
.nav.nav-tabs .nav-item .nav-link, .nav.nav-tabs .nav-item .nav-link:focus {
    background-color: rgb(16 41 72) !important;
    border-color: rgb(16 41 72) !important;
    color: white !important;
}
.nav-tabs {
    border-bottom: 1px solid rgb(16 41 72) !important;
}
.bg-blue {
    background: rgb(16 41 72) !important;
    color: white;
}
.theme-cyan .sidebar-nav .metismenu a:hover, .theme-cyan .sidebar-nav .metismenu a:focus {
    color: rgb(16 41 72) !important;
}
.theme-cyan .sidebar-nav .metismenu a:hover i, .theme-cyan .sidebar-nav .metismenu a:focus i {
    background: rgb(16 41 72) !important;
    color: #fff;
}