/*
google fonts
*/
/*  For all headings  
font-family: 'Mukta', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');


it is already imported in sb-admin.css so we are not importing it again here
*/

/* For all other general fonts : font-family: 'Assistant', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');

html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
}

/*
input settings
*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

/*
js script alert
*/
.app-alert
{
	position: fixed;
	top: 10%;
	right: 0;
	z-index:10;
	width:40%;
	font-size: 16px;
	padding: 10px;
}

.app-alert.success
{
	background-color: #cfffd1;
	border: #1d7521 thin solid;
}

.app-alert.danger
{
	background-color: #ffcfd1;
	border: #751d21 thin solid;
}

.app-alert.warning
{
	background-color: #ffdbb3;
	border: #e68010 thin solid;
}

.alert-dismissable .close, .alert-dismissible .close
{
	right: -5px;
}

/*
defaults
*/
.col-def 
{
	padding:0px !important;
}

.row
{
	margin: 0px !important;
}

.container-fluid, .container
{
	padding:0px !important;
}

.y-scroll
{
	scroll-direction: horizontal;
	overflow-x: scroll;
}


/*
content css
*/
.full-page
{
}

.top-bar
{
	background-color: #036290;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

.top-bar a
{
	color: #fff;
	text-decoration: none;
}

/*
header
*/
.header
{
}

/*
bottom
*/
.bottom
{
	padding: 5px;
	text-align: left;
	position: fixed;
    bottom: 0px;
	left: 200px;
	background-color: #333;
	color: #fff;
	width: 100%;
}

.bottom a, .bottom
{
	color: #fff;
}


/*
admin panel css
*/
.admin-panel-content
{
	padding: 25px 15px;
}

.admin-panel-header
{
	padding: 0 !important;
	border-bottom: #ddd thin solid;
	margin: 15px;
	margin-bottom: 20px;
}

.admin-panel-header h1
{
	margin: 10px 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Mukta', sans-serif;
	color: #6e095c;
}

.panel
{
	border: #3C90CE 1px solid;
}

.panel .panel-heading
{
	border-bottom: #ddd thin solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel .panel-heading .panel-title
{
	font-family: 'Mukta', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.panel .panel-heading .panel-title a
{
	background-color: #4c84ff;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px;
	margin: 0px;
}

/*
form-1
*/
.form-1.filter-form
{
	background-color: #d4e0ff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.form-1 .form-section-heading
{
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #aaa 2px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #eee;
	padding: 5px 10px;
}

/*
index-dashboard-box
*/
.index-dashboard-box
{
	border: #000 thin solid;
	border-radius: 10px;
	padding: 15px;
	margin: 10px;
}

.index-dashboard-box .heading
{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.index-dashboard-box .content
{
	font-size: 18px;
	font-weight: bold;
}

.index-dashboard-box a
{
	color: #fff;
}

.index-dashboard-box a:hover
{
	text-decoration: none !important;
}

.index-dashboard-box.box-1
{
	background-color: #EA4335;
	color: #fff;
	border: #fff 2px solid;
	box-shadow: #aaa 5px 3px 3px;
}

.index-dashboard-box.box-1:hover
{
	background-color: #fff;
	border: #EA4335 2px solid;
}

.index-dashboard-box.box-1:hover a
{
	color: #EA4335;
}

.index-dashboard-box.box-2
{
	background-color: #4285F4;
	color: #fff;
	border: #fff 2px solid;
	box-shadow: #aaa 5px 3px 3px;
}

.index-dashboard-box.box-2:hover
{
	background-color: #fff;
	border: #4285F4 2px solid;
}

.index-dashboard-box.box-2:hover a
{
	color: #4285F4;
}

.index-dashboard-box.box-3
{
	background-color: #34A853;
	color: #fff;
	border: #fff 2px solid;
	box-shadow: #aaa 5px 3px 3px;
}

.index-dashboard-box.box-3:hover
{
	background-color: #fff;
	border: #34A853 2px solid;
}

.index-dashboard-box.box-3:hover a
{
	color: #34A853;
}

.index-dashboard-box.box-4
{
	background-color: #6e085f;
	color: #fff;
	border: #fff 2px solid;
	box-shadow: #aaa 5px 3px 3px;
}

.index-dashboard-box.box-4:hover
{
	background-color: #fff;
	border: #6e085f 2px solid;
}

.index-dashboard-box.box-4:hover a
{
	color: #6e085f;
}

.list-table
{
	width: 100% !important;
}

.list-table th
{
	background-color: #3C90CE;
	color: #fff;
}

.list-table td
{
	background-color: #fff;
}

.list-table tr.bg-danger td, .list-table tr.bg-danger th
{
	background-color: #de182c !important;
	color: #fff;
}

.list-table tr.bg-block td, .list-table tr.bg-block th
{
	background-color: #333 !important;
	color: #fff;
}

.list-table tr.bg-success td, .list-table tr.bg-success th
{
	background-color: #139e5b !important;
	color: #fff;
}

.list-table tr.bg-info td, .list-table tr.bg-info th
{
	background-color: #1f9fb5 !important;
	color: #fff;
}

.list-table tr.bg-warning td, .list-table tr.bg-warning th
{
	background-color: #f0712e !important;
	color: #fff;
}

.list-table input
{
	color: #000;
}

/*
special-heading-1
*/
.special-heading-1
{
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 35px;
}

.special-sub-heading-1
{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}