@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

:root {
	--bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	/*--bs-body-font-family: 'Montserrat', sans-serif ;*/
	--bs-body-font-family:'Open Sans', sans-serif;
	--bs-secondary-font-family:  'Poppins', sans-serif ;
	--bs-body-font-size: 13px;
	--bs-form-font-size: 0.875rem;
	--bs-gray-color:#f7f7f7;
	--bg-primary:#eb0000;
	--bg-secondary:#5A595D;
	--bg-primary-hover: #2571a4;
	--bg-black: #000;
	--bg-white: #ffffff;
	--bg-light: #f8f9fa;
	--bg-danger: #ff0000;
}

.btn-primary{
	border-color: transparent;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
    height:8px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
body {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	background-color: var(--bg-light);
	color: #666666;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	/*font-size: 12px;*/
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-22{
	font-size: 22px;
}
.fw-medium{
	font-weight: 500;
}
.font-29 {
	font-size: 29px;
}
.font-32 {
	font-size: 32px;
}
.fw-semibold {
	font-weight: 600;
}
.background-transparent {
	background-color: transparent;
}
.form-check-input:checked {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}
.btn-primary {
	background-color: #df2027 !important;
	border-color:transparent;
	color: #ffffff !important;
	transition: all 0.2s;
}
.btn.btn-secondary{
	background-color: #4C4C4C;
}
.btn.btn-secondary:hover,.btn.btn-secondary:focus{
	background: rgb(76 76 76 / 90%);
}
.btn-primary:hover,.btn-primary:focus,
.btn-outline-primary:hover,.btn-outline-primary:focus{
	background-color: rgb(223 32 39 / 90%)  !important;
	border-color: transparent;
	color: #ffffff !important;
}
.btn-outline-primary {
	color: var(--bg-primary) !important;
	border-color: var(--bg-primary) !important;
	background-color: var(--bg-white) !important;
}
.bg-primary {
	background-color: var(--bg-primary) !important;
}
.text-primary {
	color: #E0A311 !important;
}
.text-secondary {
	color: var(--bg-secondary);
}
.text-primary {
    color: var(--bg-primary) !important;
}
.bg-white {
	background-color: var(--bg-white) !important;
}
.rounded-10 {
	border-radius: 10px;
}

.rounded-20 {
	border-radius: 20px;
}

.form-select.bootstrap-select {
	padding: 0;
	display: block;
	min-width: 100%;
}
.form-select.bootstrap-select .btn-light {
	color: inherit;
	background-color: inherit;
	font-size: var(--bs-form-font-size);
}
.form-select.bootstrap-select .dropdown-toggle:focus,
.form-select.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}
.form-control.datepicker {
	padding: 0.375rem 0.75rem;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow:initial;
}
.form-control:focus, .dataTable-input:focus {
	box-shadow: initial;
}
/*login*/
.login-bg {
	background-image: url(../img/login-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.page-content{
	padding: 24px;
}

/*card*/
.card {
	border: 1px solid #E8E8E8;
	border-radius: 8px;
}
/*.card-title {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-weight: 600;
}*/
.card-header {
	background: transparent;
	padding: 16px;
}
.card-body{
	padding: 20px;
}
/*form*/
.form-control,.form-select{
	border-color: #DBDBDB;
	padding: 7px 12px;
	line-height: 20px;
}
.form-h {
	height: 46px;
	border: 0;
	background-color: #F7F7F7;
	border-radius: 0;
	border-left: 5px solid var(--bg-primary);
}
.form-control.form-h:focus {
	background-color: #F7F7F7;
	border-color: var(--bg-primary);
	box-shadow: none;
}

/*table*/
.table td, .table th {
	padding:1rem;
	border: none;
}
.table td{
	padding: 0.75rem 1rem;
}

/*action button*/
.action-button .dropdown-toggle::after{
	display: none;
}
.action-button a{
	color: #AEAEAE;
}
.action-button li span {
	vertical-align: middle;
}
.action-button li {
	min-width: 40px;
	text-align: center;
}
.action-button li span.material-icons {
	line-height: 15px;
}
.action-button .dropdown-menu {
	padding: 8px 8px 4px;
}
.bg-table{
	/*background-color: #EFEFEF;*/
	color: var(--bg-black);
}
.table tbody{
	border: none;
}
.action-button li:hover a{
	color: var(--bg-primary);
}
.table-bordered td, .table-bordered th {
	border-bottom: 1px solid #e3e6f0;
	vertical-align: middle;
}
.table-bordered tr,.table-bordered tr:last-child td {
	border: none;
}
/*.back-hover i {
	color: var(--bg-primary);
}*/
.back-hover:hover {
	background-color: var(--bg-primary) !important;
	color: var(--bg-white) !important;
}
/*.back-hover:hover i {
	color: var(--bg-white) !important;
}*/
.action-button .dropdown-menu {
	transform:translate3d(-30px, -11px, 0px) !important;
}
table tr:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	display: flex;
	align-items: center;
	padding-top: 0.75rem;
	padding-bottom: 0.15rem;
	position: relative;
	font-size: 14px;
}
.mt-4 {
	margin-top: 0.5rem !important;
}
star{
	color:red;
}

ul.pagination li a{
	border: 1px solid #707070;
	display: inline-block;
	padding: 5px 10px;
	min-width: 30px;
	min-height: 20px;
	text-align: center;
	color: #888;
	margin: 0 2px;
}
ul.pagination li a.active {
	background-color: #10358b;
	color: #FFF;
	border: 1px solid #10358b;
}

.text-warning {
	color: #100f0f !important;
}

table th, table td {
	white-space: nowrap;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border: 1px solid #E0A311 !important;
	background-color: #E0A311 !important;
	color: #ffffff !important;
}
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {*/
	/*color: #E0A311 !important;*/
/*}*/
.nav-tabs .nav-link{
	color: var(--bg-primary) !important;
	border-bottom: 1px solid #2571a4 !important;

}
/*.nav-link:focus, .nav-tabs .nav-link:hover {
	border: 1px solid #2571a4 !important;

}*/
a, .adm-login h1 {
	color: var(--bg-black) !important;
}
/**/
.topbar-sec {
	background-color: var(--bg-white);
    padding: 6px 0;
}
.topbar-sec .logo img{
	max-width: 40px;
}
.adm-login .logo img{
	max-width: 190px;
}
.doc-length {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	max-width: 100px;
}
.left-content ul li span, .left-content ul li {
	color: #333;
}
.topbar-sec .top-left .left-content > ul {
	display: flex;
    margin-bottom: 0;
    align-items: center;
}
.topbar-sec .top-left .left-content ul li {
	font-size: 13px;
}
.dropdown-menu ul li {
	font-size: 13px;
}
.topbar-sec .top-left .left-content > ul > li {
	margin: 0px;
    padding: 0 10px;
    position: relative;
    font-size: 13px;
    list-style-type: none;
}
.topbar-sec > .top-left > .left-content > ul > li > span {
	overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.topbar-sec .top-left .left-content > ul > li:first-child {
	border: none;
}
.topbar-sec .top-left .left-content > ul > li::after{
	content: '';
    position: absolute;
    height: 20px;
    right: 0;
    width: 1px;
    display: inline-block;
    top: 0;
    bottom: 0;
    background: #eee;
    margin: auto;
}

.navbar.navbar-light {
    background-color: #000000;
}
.navbar.navbar-light li a {
	color: var(--bg-white) !important;
}
.topbar-sec .top-left .left-content > ul > li:last-child::after{
	background:none;
}
.topbar-sec .top-left .left-content .dropdown {
	display: inline-block;
}
.topbar-sec .top-left .left-content .dropdown.dropdown-menu-change .btn {
    background-color: var(--bg-white);
    color: var(--bg-black);
}
.topbar-sec .top-left .left-content .dropdown.dropdown-menu-change .btn img ,
.topbar-sec .top-left .left-content .dropdown.dropdown-menu-change .dropdown-menu img {
	width: 14px;
	height: 14px;
}
.topbar-sec .top-left .left-content .dropdown .notify-btn {
    background-color: transparent;
}
.topbar-sec .top-left .left-content .dropdown .notify-btn.disable-caret::after {
	border: none !important;
}
/*.notify-btn.disable-caret::after,*/
/*.dropdown-toggle::after  {*/
	/*border: none !important;*/
/*}*/
.page-wrapper {
    min-height: calc(100vh - 130px);
}
.page {
	background-color: #f2f2f2;
}
.dropdown-menu.show {
    display: block;
    margin-top: 8px !important;
}
.notify-dropdown .dropdown-item.active,
.notify-dropdown .dropdown-item:active {
	background-color: #e9ecef;
	color: initial;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--bg-primary);
}
.dropdown-menu.drop_arrow::before {
	content:"";
    position: absolute;
    right: 11px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
}
.text-gray-500 {
    color: #b7b9cc !important;
}
.dropdown-menu .icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-button .dropdown-menu {
    transform: translate3d(-30px, -11px, 0px) !important;
}
.action-button .dropdown-menu {
    min-width: initial;
    padding: 8px 8px 4px;
}
.page-wrapper .card .card-header .card-title {
	font-size: 16px;
	margin-bottom: 0;
}
.text-danger {
	color: var(--bg-danger) !important;
}
.btn-sec .btn {
	flex: 1;
}
.user-circle {
    min-height: 110px;
    position: relative;
}
.user-data {
    min-height: 110px;
}
.user-circle span {
	position: absolute;
    width: 70px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 3px solid #464646;
    font-size: 22px;
    padding-top: 17px;
    left: 0;
	background-color: #f2f1f1;
}

.navbar-nav .nav-link {
	font-size: 10px;
    color: var(--bg-primary);
    text-transform: uppercase;
}
.navbar-nav .nav-link .nav-link-icon {
	color: var(--bg-white);
	font-size: 22px;
}
.navbar-nav .nav-link:hover .nav-link-icon,
.navbar-nav .nav-link.active .nav-link-icon {
	 color: var(--bg-primary);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff !important;
    /*background-color: #000;*/
}
.container-fluid {
	padding: 0px 30px;
}

.table-bordered tr {
	border-bottom: 1px solid #e3e6f0;
	white-space: nowrap;
}
.table-bordered td, .table-bordered th {
    border-bottom: none;
}
.table > :not(:first-child), .dataTable-table > :not(:first-child){
	border: none;
}
.font-weight-medium td {
    font-weight: 500;
}
.pagination-flex {
    margin-top: 12px;
}
ul.pagination {
    margin-bottom: 0;
}
.font-weight-bold {
    font-weight: 700;
}
.dash-table td,
.dash-table th {
	 padding: 6.5px;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-secondary {
    color: #fff;
    background-color: #4C4C4C;
}
.badge {
    min-width: 120px;
    padding: 9px 12px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
}


.card-height .card {
    height: 100%;
}

.left-content ul li .number-count {
    min-width: initial;
}
.horizontal-chart {
    font-size: 14px;
    margin: 14px 0 20px;
    display: inline-block;
}
.horizontal-chart h2 {
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    max-width: calc(100% - 40px);
    margin-left: 20px;

}
.meter-status {
    width: 33.33%;
    padding-right:20px ;
}
.meter-item {
    padding: 10px 14px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    min-width: 170px;
}
.meter-running {
    z-index: 1;
    position: relative;
}
.meter-running:after {
    top: 22px;
    border-top: 2px solid #ccc;
    left: 20px;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    max-width: calc(100% - 40px);
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0 !important;
}
.object-cover {object-fit: cover;}
.login-title {
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -136px;
}
.adm-login .login-title h1 {
	color: #fff !important;
}
.log-btn {max-width: 200px;}
.title-blog {
    text-transform: uppercase;
    color: #222222;
    font-weight: 400;
}/*
.nav-link:hover .nav-link-title ,.nav-link.active .nav-link-title {
    color: var(--bg-primary);
}*/
.btn.btn-primary,.btn.btn-secondary,.btn-outline-secondary{
	padding: 10px 20px !important;
    height: initial;
    border-radius: 50px;
    font-size: 12px;
    min-width: 100px;
}
.table td .btn.btn-primary, .table td .btn.btn-secondary {
    padding: 4px 8px !important;
}
.btn.search-btn{
	min-width: inherit;
}

.login-height,.Login.Banner {
    max-height: calc(100vh - 48px);
}
.login-height {
    min-height: calc(100vh - 48px);
}
