@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Roboto-Thin.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/Roboto-ThinItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Roboto-LightItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Roboto-Italic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Roboto-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Roboto-BlackItalic.ttf) format("truetype");
}
body{
	font-family: "Roboto", serif !important;
	font-weight: 400 !important;
}

h1,h2,h3,h4,h4,h5,h6{
	font-family: "Roboto", serif !important;
}

.form-group{
	margin-bottom: 10px;
}
.btn-primary{
	background-color: #1f90ca !important;
}
.btn-danger{
	background-color: #e55e26 !important;
}
.navbarLogo{
	width: 250px;
}
.myProfile{
	padding-top: 50px;
}
.myProfileDropdown{
	right: 5px;
}
.form-group .form-label{
	margin-bottom: 0px !important;
}
.table-primary{
	--bs-table-bg: #1f90ca !important;
	--bs-table-color: #fff !important;
}
.table-primary th{
	font-weight: 400 !important;
}
.table-primary tr{
	vertical-align: text-top;
}
.company-address{
	font-size: 13px;
	color: #000 !important;
}
.regards{
	position: absolute;
	bottom: 0px;
}
.remove-item i {
	font-size: 18px;
}
.categoriesList {
	border: 2px solid #c9cacb;
	padding: 10px;
}
.categoriesList span {
	font-size: 16px;
}
.text-muted p{
	color: #000 !important;
}
.page-title{
	color: #1f90ca !important;
}
/* NavBar Css */
.topnav .navbar-nav .nav-link{
	color: #1f90ca !important;
}
.topnav .navbar-nav .nav-link:hover{
	color: #e55e26 !important;
}
.topnav .navbar-nav .dropdown-item:hover{
	background-color: #1f90ca !important;
	margin-left: 0px !important;
	color: #fff !important;
}
/* Select 2 Dropdown Css */
span.select2-selection.select2-selection--single{
	padding: 0px !important;
}
span.select2-selection.select2-selection--single{
	display: block;
    width: 100%;
    font-size: .925rem;
    font-weight: 400;
    line-height: 1.5;
	height: 38px;
    color: var(--bs-body-color);
    background-color: var(--bs-secondary-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-selection__rendered{
	padding-top: 5px;
}
.select2-selection__arrow{
	margin-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #282c2f !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}

input[readonly],input[readonly]:focus {
    background-color: #eee;
}

/* View Table Css */
.view-table table{
	font-size: 12px !important;
}
.view-table thead tr th {
    background-color: #282c2f !important;
    color: #fff;
	font-size: 13px !important;
	padding: 5px !important;
    border-right: 2px solid #fff;
}
.view-table thead tr th:last-child {
    border-right: 2px solid #000;
}
.view-table tbody tr th, .view-table tbody tr td {
	padding: 5px !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}
tbody  .even td{
    border-top: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
}
.dashboard-card a {
    color: #1f90ca;
}
.dashboard-card a:hover {
    color: #e65d27;
}
.topnav .navbar-nav .dropdown .dropdown.active>a, a.dropdown-item.active, li.nav-item.dropdown.active>a{
    color: #e65d27 !important;
}
.table-form-label {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: .925rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-secondary-bg);
    background-clip: padding-box;    
    appearance: none;
    margin-bottom: 1.5px;
}