.container {
	max-width: 1200px;
	margin: 40px auto;
	margin: 0 auto;
}

header .container {
	margin: 0 auto;
}

.animation-table {
	width: 100%;
	box-shadow: 0px 0px 10px #ddd;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}

.animation-table thead {
	background-color: #f9fafb;
}

.animation-table th,
.animation-table td {
	padding: 12px;
}

.animation-table tr {
	border-bottom: 1px solid #e5e7eb;
}

.animation-table .blinking {
	animation: blinking 1.2s infinite;
}

.animation-table .highlighted {
	background-color: #ffdb002b;
}

@keyframes blinking {
	0% {
		background-color: #ffdb00;
	}

	100% {
		background-color: inherit;
	}
}

/* Calendar UI */
body .ui-widget-header {
	background-color: #fff;
	border: none;
	font-weight: normal;
}

body .ui-datepicker th {
	font-weight: normal;
}

body .ui-datepicker td span,
body .ui-datepicker td a {
	padding: 4px 1px;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
	border: 1px solid #1f2937;
	background: #ffffff;
	color: #1f2937;
	box-shadow: 0px 1px 5px #cdc7c7;
	border-radius: 4px;
}

body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus,
body .ui-button:hover,
body .ui-button:focus {
	background-color: transparent;
	border: transparent;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body.ui-button.ui-state-disabled:active {
	background-color: transparent;
	border: transparent;
	text-align: center;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
    background-color: #1f2937;
}

body .ui-icon-circle-triangle-w {
	background-position: -96px -17px;
}

body .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

body .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

body .ui-icon-circle-triangle-e {
	background-position: -33px -17px;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;
	border-radius: 4px;
}

body .ui-datepicker select.ui-datepicker-month,
body .ui-datepicker select.ui-datepicker-year {
	border: 1px solid #333;
	border-radius: 4px;
	text-align: center;
}

body .ui-widget.ui-widget-content {
	padding: 8px;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	z-index: 9999;
	width: auto;
	box-shadow: none;
}

body .ms-options-wrap>.ms-options>ul label {
	padding: 6px 4px 6px 30px !important;
	font-size: 14px;
	line-height: 1.2;
}

body .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
	top: 6px;
	width: 15px;
	height: 15px;
}

body .ms-options-wrap>.ms-options>.ms-selectall.global {
	font-size: 14px;
	text-transform: capitalize;
	margin: 6px 10px;
}

body .ms-options-wrap>button:focus,
body .ms-options-wrap>button {
	border: 1px solid #e5e7eb;
	font-size: 16px;
	padding: 8px 40px 8px 13px;
	border-radius: 6px;
}

body .ms-options-wrap>.ms-options>ul li.selected label,
body .ms-options-wrap>.ms-options>ul label:hover {
	background-color: transparent;
}

body .ms-options-wrap>.ms-options {
	border: 1px solid #e5e7eb;
	border-radius: 0 0 8px 8px;
}

body .ms-options-wrap>.ms-options>.ms-search input {
	border: 1px solid #e5e7eb;
	border-radius: 5px;
	padding: 8px 8px 8px 30px;
	font-size: 16px;
}

body .ms-options-wrap>.ms-options>.ms-search input::placeholder {
	color: #1f2937;
}

.multiselect-space-x .ms-search {
	padding: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
}

.multiselect-space-x .ms-search:before {
	content: "";
	background: url(./search.svg) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.multiselect-space-x .ms-options .ms-selectall.global {
	display: block;
	margin: 14px 14px 10px !important;
}

.multiselect-space-x .ms-options>ul {
	padding: 0 6px 5px 6px;
}

.multiselect-space-x .ms-options>ul li.default {
	font-weight: normal;
	border-radius: 4px;
	padding: 2px 5px;
}

.multiselect-space-x .ms-options>ul li.default:hover {
	background-color: #f6f7f8;
}

.g-progressbar {
	position: relative;
}

.g-progressbar-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	display: flex;
	overflow: hidden;
	text-align: center;
	height: 5px;
	background-color: rgba(95, 168, 242, 0.2);
}

.g-progressbar-inner-loading {
	right: 10%;
	animation-name: spinner-loading;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-transition: right 3.5s linear;
	transition: right 3.5s linear;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #61aaf2;
}

@keyframes spinner-loading {
	from {
		right: 100%;
	}

	to {
		right: -100%;
	}
}

.op-2 {
	opacity: 0.2;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
	background-color: #1f2937;
}

body .daterangepicker .drp-calendar.right .calendar-table,
body .daterangepicker td.start-date {
	border-radius: 4px;
}


body table.pvtTable thead tr th,
body table.pvtTable tbody tr th {
    background-color: #f9fafb;
    padding: 10px;
}

body table.pvtTable tbody tr td {
    background-color: #fff; 
}

body .pvtTable-table-wrapper {
    border-radius: 0;
    box-shadow: none;
}

body table.pvtTable tbody tr th,
body table.pvtTable thead tr th,
body table.pvtTable tbody tr td {
    border-color: rgb(229,231,235);
}

.header-logo {
	width: 170px;
}

.login-logo {
	width: 170px;
}

.m-2 {
    margin: 0.5rem;
}

.c-pagination-result span {
	font-size: 0;
}

/* Date Range */
body .ui-datepicker-calendar {
	font-family: Arial;
}

body .ui-datepicker-calendar thead th {
	font-weight: 700;
	font-size: 12px;
}

body .ui-datepicker-calendar .ui-state-default {
	width: 32px;
	height: 32px;
	line-height: 24px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}

body .ui-datepicker-calendar .ui-state-hover {
	background-color: #eee;
    color: inherit;	
}

body .ui-datepicker-calendar .ui-state-active {
	background-color: #1f2937;
	border-color: transparent;
    color: #fff;
	box-shadow: none;
}

body .ui-datepicker-header .ui-corner-all {
	box-shadow: none;
	cursor: pointer;
}

body .ui-datepicker-header .ui-corner-all:hover {
	background-color: #eee;
}

body .ui-datepicker-header .ui-corner-all .ui-icon {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
	background: none;
	width: 11px;
    height: 11px;
	top: 54%;
}

body .ui-datepicker-header span.ui-icon-circle-triangle-e {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

body .ui-datepicker-header span.ui-icon-circle-triangle-w {
	transform: rotate(135deg);
    -webkit-transform: rotate(144deg);
	left: 62%;
}

body .ui-datepicker-header .ui-datepicker-title {
    font-size: 13px;
    font-weight: 700;
	line-height: 24px;
}


.dropdown.dropdown-show {
	opacity: 1;
    visibility: visible;
}

.pagination-bottom.c-pagination-wrapper {
	margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.no-sort-th::before ,
.no-sort-th::after {
	display: none;
}

[type="file"] {
    color: #878787;
}
[type="file"]::-webkit-file-upload-button {
	background: #1f2937;
	border: 2px solid #1f2937 !important;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 1s ease;
  }
  
  [type="file"]::-webkit-file-upload-button:hover {
	background: #374151;
	border: 2px solid #374151;
  }
  
  form .btn.btn-primary[type="submit"]{
	
    padding: 16px 10px;
    font-size: 18px;
  }
  .btn{
	transition: .5s all;
  }
  .btn.btn-white:hover{
	
    background: #e3e3e3;
  }
  .stats svg{
	display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
  }
  .position-relative{
	position: relative;
  }