/home2/kerimkazan/dvf/assets/theme.css
body {
  background: #fafafa;
  font-family: "Quicksand", sans-serif;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.select2-results__options::-webkit-scrollbar
{
	width:5px;
}

a {
  text-decoration: none;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
button:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
select:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
input:active {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0;
}
textarea:active {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0;
}
button:active {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0;
}
select:active {
  border-color: #ced4da !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 700;
}
img {
  max-width: 100%;
}
.mt-10 {
  margin-top: 10px;
}
.red_color .header_nav {
  background: linear-gradient(135deg, #ff1004 0%, #951d0f 100%);
}
.red_color .title_box .b_icon {
  background: #f02b2b;
}
.red_color .footer {
  background: linear-gradient(135deg, #ff1004 0%, #951d0f 100%);
  color: white;
}
.red_color .footer a {
  color: inherit;
}
.blue_color .header_nav {
  background: linear-gradient(135deg, #4c83ff 0%, #2a90fa 100%);
}
.blue_color .title_box .b_icon {
  background: #4c83ff;
}
.blue_color .footer {
  background: linear-gradient(135deg, #4c83ff 0%, #2a90fa 100%);
  color: white;
}
.blue_color .footer a {
  color: inherit;
}
.green_color .header_nav {
  background: linear-gradient(135deg, #0a8541 0%, #0b8140 100%);
}
.green_color .title_box .b_icon {
  background: #0a8541;
}
.green_color .footer {
  background: linear-gradient(135deg, #0a8541 0%, #0b8140 100%);
  color: white;
}
.green_color .footer a {
  color: inherit;
}
.orange_color .header_nav {
  background: linear-gradient(135deg, #f55555 0%, #fccf31 100%);
}
.orange_color .title_box .b_icon {
  background: #f55555;
}
.orange_color .footer {
  background: linear-gradient(135deg, #f55555 0%, #fccf31 100%);
  color: white;
}
.orange_color .footer a {
  color: inherit;
}
.yellow_color .header_nav {
  background: linear-gradient(135deg, #cb8f07 0%, #dfd022 100%);
}
.yellow_color .title_box .b_icon {
  background: #cb8f07;
}
.yellow_color .footer {
  background: linear-gradient(135deg, #cb8f07 0%, #dfd022 100%);
  color: white;
}
.yellow_color .footer a {
  color: inherit;
}
.pink_color .header_nav {
  background: linear-gradient(135deg, #ff0467 0%, #fc4b37 100%);
}
.pink_color .title_box .b_icon {
  background: #ff0467;
}
.pink_color .footer {
  background: linear-gradient(135deg, #ff0467 0%, #fc4b37 100%);
  color: white;
}
.pink_color .footer a {
  color: inherit;
}
.dark_color .header_nav {
  background: linear-gradient(135deg, #1f2d3d 0%, #1c2836 100%);
}
.dark_color .title_box .b_icon {
  background: #1f2d3d;
}
.dark_color .footer {
  background: linear-gradient(135deg, #1f2d3d 0%, #1c2836 100%);
  color: white;
}
.dark_color .footer a {
  color: inherit;
}
.navbar-brand {
  color: white;
  font-weight: 700;
  padding: 0.3125rem;
  border-radius: 4px;
  margin-right: 5px;
  box-shadow: 0 6px 22px 0 rgb(0 0 0 / 42%);
}
.navbar-brand:hover {
   color: white;
}
.navbar-brand:focus {
   color: white;
}
.header_nav .nav-item {
  border-radius: 4px;
  margin-right: 5px;
  box-shadow: 0 6px 22px 0 rgb(0 0 0 / 42%);
}
.header_nav .nav-link {
  color: white;
}
.header_nav .nav-link:hover {
  color: #f3e1e1;
}
.date_time_box {
  display: flex;
  width: 200px;
  text-align: center;
  padding: 0.375rem 1.25rem;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  font-weight: 700;
  background-color: #ffffffba;
  background-clip: padding-box;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header_nav .fa-bars {
  color: white;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #ffffff;
}
.footer_box {
  display: flex;
  flex-direction: column;
  min-height: 50px;
}
.main {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 90vh;
}
.title_box {
  display: flex;
  margin-bottom: 5px;
}
.title_box .b_icon {
  display: flex;
  width: 50px;
  align-items: center;
  color: white;
  font-size: 27px;
  justify-content: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.title_box .b_title {
  flex: 1;
  border: 1px solid #e3e8ed;
  border-left: 0px;
  padding: 10px 10px 5px 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.title_box .b_title h1,
.title_box .b_title h2,
.title_box .b_title h3,
.title_box .b_title h4,
.title_box .b_title h5,
.title_box .b_title h6 {
  font-size: 20px;
  font-weight: 700;
}


.select2-container--default .select2-selection--multiple
{
	border-color: var(--bs-border-color) !important;
    box-shadow: unset !important;
}
.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
    border-color: var(--bs-border-color) !important;
    box-shadow: unset !important;
}

.select2-search__field {
  outline:0;
}



.stats_title {
  font-size: 24px;
}
.stats_text {
  font-size: 66px;
}

.not_seen
{
	background: #0000ff38 !important;
}

.dataTables_filter
{
	margin-top:10px;
}
.dataTables_filter label
{
	width:100%;
}
.dataTables_filter input
{
	width:100% !important;
	padding:.47rem .75rem;
	margin-left:0px !important;
	margin-right:0px !important;
}

.sale_product
{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid grey;
}

@page { size: auto;  margin: 0mm; }

.print
{
	 display:none;padding:20px;
}

@media print
{
   .print { display: block !important; } 
}