@font-face {
	font-family: Nunito-Black;
	src: url(../fonts/Nunito-Black.ttf);
}

@font-face {
	font-family: Nunito-Light;
	src: url(../fonts/Nunito-Light.ttf);
}

@font-face {
	font-family: Nunito-Regular;
	src: url(../fonts/Nunito-Regular.ttf);
}

@font-face {
	font-family: Nunito-Bold;
	src: url(../fonts/Nunito-Bold.ttf);
}

@font-face {
	font-family: Nunito-ExtraBold;
	src: url(../fonts/Nunito-ExtraBold.ttf);
}

@font-face {
	font-family: Nunito-ExtraLight;
	src: url(../fonts/Nunito-ExtraLight.ttf);
}

@font-face {
	font-family: Nunito-Italic;
	src: url(../fonts/Nunito-Italic.ttf);
}

@font-face {
	font-family: Nunito-LightItalic;
	src: url(../fonts/Nunito-LightItalic.ttf);
}

@font-face {
	font-family: Nunito-SemiBold;
	src: url(../fonts/Nunito-SemiBold.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Nunito-Regular', Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	color: #000000;
	font-weight: 400;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	zoom: 1;
}
a
{
	text-decoration: none !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 85%;
	}
}

html {
	font-size: 16px;
	min-height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 75%/150% 'Nunito-Bold', Arial, sans-serif;
	background-color: #fff;
	color: #000;
}


/* 2) Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: normal;
	color: #000;
	font-weight: 800;
	font-family: 'Nunito-Bold', Arial, sans-serif;
	;
}

h1 {
	font-size: 2.5em;
	line-height: 1.25em;
}

h2 {
	font-size: 2.00em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2222em;
}

h4 {
	font-size: 1.3333em;
	line-height: 1.25em;
}

h5 {
	font-size: 1.1666em;
	line-height: 1.1428em;
}

h6 {
	font-size: 1em;
}

ul,
li,
ol,
a,
p {
	font-size: 16px;
	line-height: 1.1428em;
	font-family: 'Nunito-Regular', sans-serif;
	color: #000 !important;
	font-weight: 400;
	line-height: 25px;
}

.card {
	background: transparent;
	border: none;
	box-shadow: none;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

.btn:focus {
	box-shadow: none;
}

.transition {
	transition: all 0.3s ease-in-out;
}


/*Global Variable Define CSS :: START*/

:root {
	--theme-black: #000000;
	--theme-white: #ffffff;
	--main-theme-red: #DD1A21;
  --second-theme:#B52528;
  --gray-theme:#DEE0E3;
  --pi-chart-gray-main:#F3F2F2;
}


/*Global Variable Define CSS :: END*/


/* All titles css:: Start */
.card-title-text
{
  font-size: calc(22px + (24 - 22) * ((100vw - 300px) / (2500 - 300)));
  font-family:Nunito-Bold;
} 

.small-text 
{
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2500 - 300)));
  font-family:Nunito-Semibold;
  font-weight:500;
}

.overview_numbers
{
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2500 - 300))) !important;
  font-family:Nunito-Bold !important;

}
.breadcrumb-text
{
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2500 - 300))) !important;
  font-family:Nunito-Bold !important;

}

.card-header-title
{
  font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (2500 - 300))) !important;
  font-family:Nunito-Bold;
}

/* All titles css:: End */


/* Header css::Start*/

.header-main {
	background-color: var(--theme-white);
	 box-shadow: 0px 0px 10px 2px rgba(126, 124, 124, 0.25); 
}

.dns-logo img {
	width: 150px;
	object-fit: cover;
}

.refresh-button i {
	color: var(--theme-black);
}

.refresh-button {
	background-color: var(--main-theme-red);
	padding: 10px 15px;
	border-radius: 5px;
}
.time-btn
{
	background-color: var(--main-theme-red);
	padding: 11px 15px;
	border-radius: 5px;
}

.header-main .dropdown-toggle::after {
	display: none;
}

.profile-img {
	width: 100%;
}

.profile-img img {
	width: 45px;
	border-radius: 5px;
}

.profile-time-refresh-ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}

.header-main .dropdown-menu {
	top: 8px !important;
	left: -50px !important;
	border: none !important;
  box-shadow: 0px 0px 10px 2px rgba(126, 124, 124, 0.25);
  transform: translate3d(-55px, 45px, 0px) !important;
}


/* Header css::End*/


/* Dashboard_card_css::Start */

.pi-chart-ul-main
{
  display: flex;
  list-style:none ;
  align-items: center;
}

.color-span
{
  width:20px;
  height:20px;
  background-color: var(--main-theme-red);
  border-radius: 5px;
}
.pi-span-one
{
background-color: var(--main-theme-red);
}
.pi-span-two
{
background-color: var(--theme-black);
}
.pi-span-three
{
background-color: var(--second-theme);
}
.pi-span-four
{
background-color: var(--gray-theme);
}
.card-header-buttons
{
  float: right;
}
.cards-section .card-title {
	border-bottom: 1px solid var(--theme-white);
	font-size: 16px;
}

.slider_range input[type=range] {
	-webkit-appearance: none;
	margin: 20px 0;
	width: 100%;
}

.slider_range input[type=range]:focus {
	outline: none;
}

.slider_range input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animation: 0.2s;
	background: var(--main-theme-red);
	border-radius: 25px;
}

.slider_range input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--theme-white);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

.slider_range input[type=range]:focus::-webkit-slider-runnable-track {
	background: var(--main-theme-red);
}

.range-wrap {
	position: relative;
	margin: 0 auto 1rem;
}

.range {
	width: 100%;
}

.bubble {
	background: var(--main-theme-red);
	color: white;
	padding: 4px 12px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translateX(-50%);
	top: -45%;
}

.bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: var(--main-theme-red);
	top: 26px;
	left: 50%;
}

@media (min-width: 280px) and (max-width: 700px) {
	.inner-section {
		float: left;
	}
	.reload-btn button {
		padding: 8px;
		width: 100%;
	}
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: var(--main-theme-red);
	border-radius:5px 5px 0px 0px !important;
	border-bottom: none !important;
}

.card-header h3 {
	color: var(--theme-white) !important;
}
.graph-btn {
	background: var(--theme-white);
}
.graph-btn i {
	color: var(--main-theme-red);
}

.data-card {
	background: var(--theme-white);
  box-shadow: 0px 0px 10px 2px rgba(126, 124, 124, 0.25);
	border-radius:5px;
}
  .number-main
  {
    background-color: var(--main-theme-red);
    padding:10px;
    text-align: center;
    border-radius: 5px;
  }

/* Dashboard_card_css::End */


/*table css :: Start */

.all-inquiries-table-list-view thead {
	background-color: var(--main-theme-red) !important;
	position: sticky;
	top: 0;
}

.table-main .table-head tr th:first-child
{
  border-radius:5px 0px 0px 0px;
}
.apply-btn
{
  background-color: var(--theme-black);
  width: 100%;
}
.table-main .table-head tr th:last-child
{
  border-radius:0px 5px 0px 0px;
  border-right:transparent !important;
}

.table-main tbody tr th:last-child
{

  border-right:transparent !important;
}

/* .table-main tbody tr td,
.table-main tbody tr th
{
	width: 10% !important;
} */
.table-main .table-head tr th:first-child
{
	width:5% !important;
}
.table-main tbody tr th
{
  border-right: 1px solid var(--gray-theme);
  border-top: 1px solid var(--gray-theme) !important;
}
.table-head tr th {
	color: var(--theme-white);
	/* text-align: center; */
	border: none;
	font-size: 15px;
	background-color: var(--main-theme-red);
	width:9%;
}

.table-bordered {
	border-radius: 15px;
}

.input-group.date {
	background: #DD1A21;
	text-align: center;
	align-items: center;
	border-radius: 5px;
}

.input-group-addon {
	width: 40%;
	text-align: center;
	align-items: center;
	color: white;
	vertical-align: middle;
}

.table-main
{
  background-color: var(--theme-white);
  background: var(--theme-white);
  box-shadow: 0px 0px 10px 2px rgba(126, 124, 124, 0.25);
  border-radius:5px;
  max-height: calc(100vh - 40vh);
  overflow: scroll;
  display: list-item;
  overflow-x: auto;
  
}

.input-group-addon span {
	color: white;
	text-align: center;
	font-size: 15px;
}

.export-btn {
	color: white !important;
	border: none;
	width: 100%;
}

.export-btn:active,
.export-btn:hover {
	color: white;
	border: none;
}

element.style {
	background: black;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	background-color: none;
	border-color: none;
}

.datepicker-days .table-condensed tbody tr td
{ 
padding:10px !important; 
}
.datepicker-days .table-condensed thead tr th
{ 
padding:10px !important; 
text-align: center;
}
.datepicker-dropdown
{
  top:22% !important;
}

/*table css :: End */


/* Breadcrum_section_css::Start */
.breadcrumb-main .breadcrumb
{
  background-color: transparent;
  margin-bottom: 0px;
}
.breadcrumb-main .breadcrumb-item a:hover
{
  color:var(--main-theme-red);
  text-decoration: none;
}
/* Breadcrum_section_css::End */

/* chart_page_css::Start */
.active
{
	color:var(--main-theme-red);
}
.chart-card-bg
{
	background: var(--theme-white);
    box-shadow: 0px 0px 10px 2px rgb(126 124 124 / 25%);
    border-radius: 5px;
}
.form-control:focus {
    border-color: var(--theme-black) !important;
    outline: 0;
    box-shadow:none !important;
}
#chart-08 tspan,
#chart-08 text
{
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (2500 - 300))) !important;
	font-family:Nunito-Bold !important;
	font-weight:500;
	color: var(--theme-black);
}
/* chart_page_css::End */

/* pi_chart_css::Start */
.chart-card text,
.chart-card .apexcharts-legend-text
{
	font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (2500 - 300))) !important;
	font-family:Nunito-Bold !important;
	font-weight:500;
	color: var(--theme-black);
}

/* login_css::Start */
.login-top img
{
width: unset;
}

.left-side-image img 
{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.login-btn
{
	background: var(--main-theme-red);
	color: var(--theme-white);
	padding: 12px;
}
.login-btn:hover 
{
	background: var(--theme-black);
	color: var(--theme-white);
}
.right-card-logo img
{
	width: auto;
}
.login-text
{
	font-size: calc(30px + (32 - 30) * ((100vw - 300px) / (2500 - 300))) !important;
	font-family:Nunito-Bold !important;
	font-weight:500;
	color: var(--main-theme-red);
}
.small-text-login
{
	font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2500 - 300))) !important;
	font-family:Nunito-Bold !important;
	font-weight:500;
	color: var(--theme-black);
}
.forgotpassword-text
{
	text-align: end;
	font-size: calc(14px + (12- 14) * ((100vw - 300px) / (2500 - 300))) !important;
	font-family:Nunito-Bold !important;
	font-weight:500;
	color: var(--main-theme-red);
	text-decoration: none;
}
.login-main .form-control 
{
	padding: 25px;
}

/* login_css::End */


/* 404_error_page_css::Start */
.go-back-btn
{
background-color: var(--main-theme-red) !important;
color: var(--theme-white) !important;
}
.error_404_img img
{
width: auto;
}
.error_404_main .card:hover {
    box-shadow: none !important;
}
/* 404_error_page_css::End */

.apply_btn
{
	background-color: var(--main-theme-red) !important;
	color: var(--theme-white) !important;
}
.apply-btn-main
{
	text-align: end !important;
}
.apply-btn-main button 
{
	width: 100%;
}
 .main_header .nav-item 
 {
	padding: 6px 5px;
 }	