@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.woff') format('woff'),
		 url('../fonts/Roboto-Bold.otf') format('otf');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.woff') format('woff'),
		 url('../fonts/Roboto-Medium.otf') format('otf');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.woff') format('woff'),
		 url('../fonts/Roboto-Regular.otf') format('otf');
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.woff') format('woff'),
		 url('../fonts/CenturyGothic.otf') format('otf');
}


html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: 'Roboto-Regular';
	color: #161824;
    font-weight: normal;
    font-style: normal;
	font-size: 12px;
	background: #f0f3f6;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Roboto-Bold';
    font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'Roboto-Bold';
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'Roboto-Medium';
    font-weight: normal;
	font-size: 20px;
	margin: 0px;
	padding: 0px;	
}

h4 {
	font-family: 'Roboto-Regular';
    font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

h5 {
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
	font-size: 14px;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

/* Custom CSS */
* {box-sizing: border-box;}

/* Login Page CSS starts here */
.wrapper {
	background-color: #001442;
	width: 100vw;
    height: 100vh;
}

.fixed-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed-wrapper .page-center {
	width: 100%;
	max-width: 475px;
	padding: 30px;
	text-align: center;
}

.fixed-wrapper .logo {
	position: absolute;
	left: 60px;
	top: 35px;
}

.fixed-wrapper .logo img {
	width: 100%;
	max-width: 100px;
	margin-bottom: 20px;
}

.fixed-wrapper h2 {
	margin-bottom: 20px;
}

.form-wrapper {
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0 0 18px 0 rgb(0, 0, 0, .38);
	position: relative;
	padding-top: 85px;
	width: fit-content;
}

.form-wrapper p,
.form-wrapper input {
	font-size: 12px;
}

.form-wrapper p {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.form-wrapper input {
	padding: 10px;
	background-color: #fff;
	width: 100%;
	font-family: 'Roboto-Regular';
	border: 1px solid #ccc;
	min-width: 300px;
	margin-bottom: 20px;
}

.form-wrapper .submit-btn {
	padding: 10px;
	margin-bottom: 15px;
	background: #00517e;
	border-radius: 5px;
	width: 100%;
	border: 0;
	font-family: 'Roboto-Medium';
	color: #fff;
	text-transform: uppercase;
}

.form-wrapper .create-account {
	margin-bottom: 0;
	text-align: right;
}

.form-wrapper .create-account a {
	font-family: 'Roboto-Regular';
	color: #0134c3 !important;
}
/* Login Page CSS ends here */

/* Skeleton CSS starts here */
.main-wrapper {
	width: 100%;
	display: flex;
	min-height: 100vh;
}

.left-wrapper {
	width: 100%;
	max-width: 250px;
	flex-basis: 250px;
	background-color: #000;
	position: relative;
	transition: all .3s ease;
}

.sidebar {
	z-index: 1;
	position: relative;
	display: block
}

.logo-menu-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 25px;
	background-color: #141a2a;
	height: 76px;
}

.sidebar .logo {
	display: inline-block;
}

.sidebar .logo img {
	/* max-width: 40px; */
	max-width: 115px;
}

.hamburger {
	width: 25px;
	height: 25px;
	margin-right: -8px;
	cursor: pointer;
	display: block
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.menu-link {
	color: #b5b9bd !important;
	padding: 12px 25px;
	display: flex;
	align-items: center;
	position: relative;
	transition: all .3s ease;
}

.menu-icon img {
    width: 16px;
}

.menu-link.active,
.menu-link:hover {
	background-color: #012475;
}

.menu-link .menu-icon {
	margin-right: 10px;
}

.right-wrapper {
	width: 100%;
	max-width: calc(100% - 0px);
	flex-basis: calc(100% - 250px);
	transition: all .3s ease;
}

.top-wrapper .header {
	padding: 10px 30px;
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 76px;
	box-shadow: 0 0 1px 0 rgb(0, 0, 0, .09);
}

.top-wrapper .header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top-wrapper .header-right .profile {
	display: flex;
	color: #000 !important;
	align-items: center;
}

.top-wrapper .header-right .profile img {
	max-width: 50px;
	margin-right: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.btm-wrapper {
	padding: 40px 35px;
	background-color: #f0f3f6;
}

.overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.overview-box {
	flex-basis: 23.5%;
	color: #000;
	padding: 40px 15px 30px;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0 rgb(139, 157, 175, .1);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 20px;
}

.overview-box .count {
	font-family: 'CenturyGothic';
	font-size: 46px;
    line-height: 40px;
	margin-left: 5px;
}

.table-wrap {
	margin-top: 40px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0 rgb(139, 157, 175, .15);
}

.table-wrap table {
	border-collapse: collapse;
	width: 100%;
}

.table-wrap table th,
.table-wrap table td {
	padding: 10px 8px;
	font-size: 14px;
}

.table-wrap table th {
	background-color: #0134c3;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.table-wrap table tbody tr:nth-child(2n) td {
	background-color: #f6f8fe
}

.mbl-menu-wrap {
	display: none;
}

.mbl-menu-wrap .logo img {
	max-width: 100px;
}

/* Skeleton CSS ends here */

.user-table-wrap {
    /* / max-width: 750px; /
    / margin: auto; / */
    margin-top: 40px;
}

.action-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.action-wrap .action-icon {
	margin: 0 5px;
}

.action-icon img {
	max-width: 15px;
}

.observation-table-wrap {
	margin-top: 0;
	overflow-x: auto;
}

.dashnoard-table-wrap {
	overflow-x: auto;
}

.observation-table-wrap table {
	min-width: 700px;
}

.dashnoard-table-wrap table {
	min-width: 800px;
}

.action-bar {
	padding: 20px;
	padding-bottom: 0;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	box-shadow: 2px 2px 6px 0 rgb(139, 157, 175, .15);
}

.search-wrap {
	flex-basis: 55%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.search-date-wrap {
	flex-basis: calc(100% - 25px);
}

.status-wrap {
	
}

.search-btn-wrap {
	display: flex;
}

.search-btn-wrap .search-btn {
	height: 35px;
	background-color: #0c54f8;
	border: 1px solid #0c54f8;
	color: #fff;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 4px;
	font-family: 'Roboto-Regular';
}

.date-wrap {
	display: flex;
}

.date-wrap .input-group {
	flex-basis: 50%;
}

.input-group {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.input-group label {
	min-width: 45px;
	text-align: right;
	margin-right: 5px;
	font-size: 12px;
}

.input-group input {
	flex-basis: calc(100% - 50px);
	width: 100%;
	height: 35px;
	padding: 10px 35px 10px 10px;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
}
.input-group textarea{
	padding: 10px 35px 10px 10px;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
}

.input-group .select-input {
	flex-basis: calc(100% - 50px);
	width: 100% !important;
	height: 35px;
	padding: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
	font-family: 'Roboto-Regular';
	font-size: 12px;
	-webkit-appearance: none;
	background-image: url('../images/select-icon.png');
	background-size: 12px;
	background-position: center right 10px;
	background-repeat: no-repeat;
}

.input-group .select-input:focus {
	outline: none;
}

.search-input {
	background-image: url('../images/search-icon.png');
	background-size: 18px;
	background-position: center right 10px;
	background-repeat: no-repeat;
}

.input-group .date-input {
	padding-right: 0;
}

::-webkit-datetime-edit {
	color: #0c54f8;
}

::-webkit-calendar-picker-indicator {
	background-image: url('../images/date-icon.png');
	background-size: contain;
	background-position: center right 10px;
	background-repeat: no-repeat;
	width: 25px;
}

.table-wrap table td label {
	display: none;
}

.mbl-status-wrap {
	display: none;
}

.form-wrap {
	padding: 20px;
	padding-bottom: 0;
	background-color: #fff;
	margin-top: 40px;
	box-shadow: 2px 2px 6px 0 rgb(139, 157, 175, .15);
	max-width: 500px;
}

.form-wrap .input-group {
	display: block;
	width: 100%;
}

.form-wrap .input-group label {
	margin-bottom: 5px;
    display: block;
	text-align: left;
	font-size: 12px;
}

.form-wrap .input-group .text-input {
	padding: 10px 35px 10px 10px;
    border: 1px solid #a0a0a0;
	border-radius: 4px;
	width: 100%;
}

.btn-wrap {
	display: flex;
	justify-content: space-between;
}

.form-btn {
	height: 35px;
    background-color: #0c54f8;
    border: 1px solid #0c54f8;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
	border-radius: 4px;
	max-width: 100px;
	display: flex;
    justify-content: center;
	align-items: center;
	cursor: pointer;
	font-family: 'Roboto-Regular';
}

.form-btn.cancel-btn {
	background-color: #141a2a;
    border: 1px solid #141a2a;
}

.upload-image {
	padding: 6px 10px;
    border-radius: 4px;
	border: 1px solid #a0a0a0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.upload-image img {
	max-width: 50px;
}

.upload-image input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
	cursor: pointer;
	padding: 0;
    height: 100%;
    width: 100%;
}

.upload-wrap {
	position: relative;
	display: flex;
}

.img-preview-wrap {
	position: relative;
}

.img-preview-item {
	position: relative;
	width: 80px;
	height: 80px;
	margin-left: 10px;
	display: none;
}

.img-preview-item img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 5px;
}

.img-preview-item.active {
	display: block;
}

.img-close-btn {
	position: absolute;
	width: 17px;
	height: 17px;
	background-color: #0c54f8;
	border-radius: 50%;
	color: #fff;
	right: -5px;
	top: -5px;
	display: flex;
    justify-content: center;
	align-items: center;
	font-size: 12px;
	font-family: 'Roboto-Bold';
	cursor: pointer;
	line-height: 11px;
}

.title-btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title-btn-wrap .form-btn {
	margin-bottom: 0;
}

.submenu {
	position: relative;
}

.submenu:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 7px;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../images/down-icon.png') center no-repeat;
	background-size: contain;
	transition: all .3s ease;
}

.submenu.open:after {
	transform: rotate(-180deg);
}

.submenu-list {
	padding: 0;
	display: none;
}

.submenu-list.active {
	display: block;
}
/* -----------03-12-2021 edits ------------*/
.action-bar .search-wrap .search-date-wrap .input-group{
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
}
.action-bar .search-wrap .search-date-wrap .input-group.delete-user{
	align-items: flex-end;
}
.action-bar .search-wrap  {
    align-items: flex-start;
}
.search-btn-wrap .search-btn{
    width: fit-content;
    margin-bottom: 42px !important;
    margin-right: 7px;
    margin-top: 20px;
    padding: 10px 15px;
	display: flex;
	align-items: center;
}

a.cancel-btn:hover {
	color: white;
}

a.form-btn:hover {
	color: white;
}

.search-date-wrap .date-wrap{
    justify-content: space-around;
}
.search-date-wrap .date-wrap .input-group {
    flex-basis: 49%;
}
.date-wrap .input-group .date-input[name="from_date"] {
    padding-right: 0;
    flex-basis: calc(100% - 30px);
}
.date-wrap .input-group label{
    text-align: left;
}
.action-bar .search-wrap .search-date-wrap .input-group label{ text-align: left;}

.ob-report-wrap .input-group input{
    max-width: 310px;
}

.search-date-wrap h4{
    margin-bottom: 8px;
}
.report-image-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    border-top: 1px solid #f7f5f5;
    padding-top: 20px;
}
.report-image-wrapper .ob-report-wrap{
    flex-basis: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
}
.report-image-wrapper .ob-report-wrap .ob-reports.img-wrapper{
    margin-right: 16px;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: flex-start;
}
.report-image-wrapper .ob-report-wrap .ob-reports img{
    object-fit: contain;
}
.report-image-wrapper .ob-report-wrap .ob-reports.content-wrapper{
    padding-right: 25px;
	flex-grow: 1;
}
.report-image-wrapper .ob-report-wrap:nth-child(2n+0) .ob-reports.content-wrapper{
    padding-right:0;
}

.action-bar .search-date-wrap .input-group.profile-image-wrapper{
    flex-direction: row;
}
.report .title-section{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px;
	flex-wrap: wrap;
}
.report h5{
    margin-bottom: 15px;
}
.report p{
    padding-bottom: 15px;
}
.input-group.name{
    flex-direction: row !important;
    align-items: center !important;
}
.input-group.name p{
    padding-right: 20px;
    padding-bottom:0;
}
.report .description{
    margin-bottom: 5px;
}
.report{
	flex-basis: 100% ;
}
.report .title-section .input-group{
	align-items: flex-end;
    width: 100%;
}
.sidebar .profile{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding-top: 20px;
}
.sidebar .profile > figure > a{
	max-width: 93px;
    max-height: 93px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .profile h3{
	color: #fff;
	padding-top: 10px;
}
/* -----------Ends 03-12-2021 edits ------------*/

.form-btn1{
	width: 100%;
    padding: 2px 10px;
    max-width: max-content;
}
.justify-between{
	justify-content: space-between;
}
.input-group.name .description{
	padding: 10px;
}
.edit-group-data-wrapper .report h5 {
    font-size: 18px;
}


/* 4-11-2022  */
.sidebar .profile{
    align-items: flex-start;
	padding-left: 25px
}
.wrap-flex{
	gap: 20px;
	padding: 20px;
	padding-top: 30px;
}
.wrap-flex .email-input-row,.wrap-flex .email-input-row .form-group{
    width: 100%;
	margin: 0;
}
.wrap-flex .btn-wrap{
	justify-content: flex-end;
	margin: 0;
	gap: 15px;
}
.wrap-flex .btn-wrap .btn{
	margin: 0;
}
.wrap-flex .search-wrap{
	flex-direction: column;
}
.wrap-flex .btn-status-wraper{
   align-self: center;
}
.wrap-flex .btn-wrap .btn.cancel-btn:hover{
	color: #fff;
	background-color: #2e3752;
}
.wrap-flex .email-input-row .form-group input{
	border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding: 10px;
}
/* ResponsiveCSS */

@media screen and (max-width: 1400px) {
    /* -----------03-12-2021 edits ------------*/
    .report-image-wrapper .ob-report-wrap {
        flex-basis: 100%;
    }
    .report-image-wrapper .ob-report-wrap .ob-reports.content-wrapper {
        padding-right: 0;
    }
    /* -----------Ends 03-12-2021 edits ------------*/
}

@media screen and (max-width: 1200px) {
	.overview-box {
		margin-bottom: 20px;
		flex-basis: 31%;
	}
}

@media screen and (max-width: 992px) {
	.overview-box {
		flex-basis: 48%;
	}

	.search-wrap {
		display: block;
	}

	.search-btn-wrap {
		display: flex;
		justify-content: space-between;
	}

	.search-btn-wrap .search-btn {
		max-width: 100px;
	}

	.status-wrap {
		display: none;
	}

	.mbl-status-wrap {
		display: block;
	}

	.mbl-status-wrap .input-group {
		min-width: 170px;
	}

	.action-bar {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.edit-group-data-wrapper  .description{
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.main-wrapper {
		display: block;
	}

	.left-wrapper {
		display: none;
	}

	.right-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.sidebar,
	.top-wrapper {
		display: none;
	}

	.btm-wrapper {
		padding: 10px 15px;
		padding-top: 100px;
	}

	.mbl-menu-wrap {
		display: block;
	}

	.overview {
		margin-top: 25px;
	}

	.table-wrap {
		margin-top: 20px;
	}

	.profile-menuicon-wrap {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.profile-menuicon-wrap .profile {
		margin-right: 20px;
		color: #fff !important;
		display: flex;
		align-items: center;
	}
	.profile-menuicon-wrap .profile img {
		margin-right: 10px;
		max-width: 30px;
	}

	.mbl-menu-content {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
		transition: all .3s ease;
		padding: 20px 30px;
		padding-top: 50px;
		background-color: #141a2a;
		z-index: 1;
		overflow-y: auto;
	}

	.mbl-menu-content.expand {
		left: 0;
	}

	.mbl-menu-wrap .logo-menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 15px;
		background-color: #141a2a;
		z-index: 10;
		align-items: center;
		height: fit-content;
	}

	.table-wrap table thead {
		display: none;
	}

	.table-wrap table td {
		display: flex;
		background-color: transparent;
		border-radius: 0;
	}

	.table-wrap table td {
		color: #161824 !important;
		font-weight: 400 !important;
	}

	.table-wrap table td label {
		display: block;
		flex-basis: 40%;
		color: #000;
		font-family: 'Roboto-Medium';
	}

	.table-wrap table tbody tr:nth-child(2n+1) {
		display: block;
		padding: 10px 0;
	}

	.table-wrap table tbody tr:nth-child(2n) {
		background-color: #f6f8fe;
		display: block;
		padding: 10px 0;
	}

	.observation-table-wrap table,
	.dashnoard-table-wrap table {
		min-width: auto;
	}
	 /* ----------- 03-12-2021 edits ------------*/
	 .report .title-section {
        flex-direction: column;
    }
    .report .title-section h4{
        padding-top: 15px;
    }
      /* -----------Ends 03-12-2021 edits ------------*/
}

@media screen and (max-width: 500px) {
	.fixed-wrapper .page-center {
		padding: 30px 20px;
	}

	.form-wrapper {
		padding: 50px 30px;
		padding-top: 85px;
		width: auto;
	}

	.fixed-wrapper .logo {
		left: 30px;
	}

	.form-wrapper input {
		min-width: 200px;
	}

	.overview-box {
		padding: 30px 7px 30px;
	}

	.overview-box h5 {
		font-size: 14px;
	}

	.overview-box .count {
		font-size: 36px;
		line-height: 32px;
	}

	.date-wrap {
		display: block;
	}

	.input-group label {
		min-width: 45px !important;
	}

	.input-group input {
		flex-basis: calc(100% - 50px) !important;
	}

	.search-btn-wrap .search-btn {
		max-width: 75px;
	}
}
.report-image-wrapper .ob-report-wrap .ob-reports img {
    object-fit: contain;
    height: 100%;
    object-position: left;
}

@media screen and (max-width: 480px) {
    /* -----------03-12-2021 edits ------------*/
    .report-image-wrapper .ob-report-wrap {
        flex-direction: column;
    }
    .report-image-wrapper .ob-report-wrap .ob-reports.content-wrapper {
        padding-top: 12px;
    }
    /* -----------Ends 03-12-2021 edits ------------*/
}
.btn-status-wraper {
	display: flex;
	flex:2;
	flex-direction: column;

}
.observation{
	width: 30%;

}
.groupname{
	width:18%
}
.search-wrap.report .search-date-wrap {
    flex-basis: 100%;
}
.report .title-section h3 {
    width: 78%;
}
.group{
    max-width: 325px;
    word-break: break-all;
}
.groups{
    max-width: 20%;

}


.contact-address li.location {
  background: url(../images/iconAddress.png) no-repeat 0 1px;
}
.contact-address li.email {
  background: url(../images/iconEmail.png) no-repeat 0 1px;
}
.contact-address li.phone {
  background: url(../images/iconCall.png) no-repeat 0 1px;
}

.white-block {
    background-color: #fff;
    /* overflow: hidden; */
    /* border-radius: 14px; */
    box-shadow: 5px 0px 38px rgb(29 33 57 / 4%);
    -moz-box-shadow: 5px 0px 38px rgb(29 33 57 / 4%);
    -webkit-box-shadow: 5px 0px 38px rgb(29 33 57 / 4%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 50px;
    position: relative;
    margin-top: 20px;
}
.barchart-wrapper {
    padding: 65px 55px;
    position: relative;
}

/* .barchart-wrapper .barchart {
    display: flex;
    flex-basis: 80%;
    width: 90%;
    justify-content: space-between;
} */



/* .graph-block {
    flex: 1;
    display: flex;
    flex-direction: column;
} */
.check-report-iocns {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px 0;
}
.check-report-iocns {
    margin: 0 0 12px 0;
    font-size: 12px;
}
.radio-check, .radio-check1 {
    position: relative;
    display: flex;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}
.radio-check input, .radio-check1 input, .input-check input {
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.radio-check .checkmark {
    width: 24px;
    height: 24px;
    background: url('../images/radio-sprite.png') no-repeat left center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover !important;
}
.radio-check input:checked ~ .checkmark {
    background: url('../images/radio-sprite.png') no-repeat right center;
}
.tiny-round {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9f1fb;
    flex-shrink: 0;
}
.has-popup {
    cursor: pointer;
}
.tiny-round img {
    width: 6px;
}
.area-popup {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: scale(0);
    transition: transform 0.1s ease-in;
    transform-origin: right;
    display: inline;
    background: white;
    z-index: 20;
    padding: 15px;
    width: 280px;
    text-align: left;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
}
.area-popup.open {
    transform: scale(1);
}
.area-popup h5 {
    font-size: 15px;
    color: #061b54;
    padding-bottom: 6px;
}
.area-popup ul {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.area-popup ul li {
    padding: 6px;
    position: relative;
    display: flex;
}
.area-popup ul li a {
    flex-grow: 1;
    color: #061b54;
    transition: .3s ease-in-out;
}
.mt-20{
    margin-top: 20px;
}
.barchart .report-info-box, .barchart  .earnings-content, .earning-graph-top{
    display: none;
}
.userList {
	width: 100%;
	padding: 0;
}
.userList li{
	display: flex;

}
.userList li .titlewrap{
	flex-grow: 1;
}
.radio-check, .radio-check1 {
    position: relative;
    display: flex;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}
.radio-check1 {
    flex-shrink: 0;
    padding-left: 0;
}
.radio-check input, .radio-check1 input, .input-check input {
    position: absolute;
    top: 0;
}
.radio-check1 .checkmark {
    width: 24px;
    height: 24px;
    background: url('../images/radio-check.png') no-repeat left center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover !important;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.2s opacity ease-in-out;
}
.radio-check1 input:checked ~ .checkmark {
    opacity: 1;
}
.form-element-group{
    display: flex;
    margin-bottom: 20px;
    column-gap: 10px;
}
.form-element-group input{
    border: 1px solid #bcb0b0;
    box-shadow: none;
    height: 30px;
}
.show-pass{
    width: 20px;
    display: block;
}
.show-pass img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.pl-0{ padding-left: 0 !important;}
.report-image-wrapper.view-block .ob-report-wrap .ob-reports.img-wrapper{
    align-items: flex-start;
}
.report-image-wrapper.view-block .ob-report-wrap {
    flex-basis: 100%;
}

@media screen and (max-width: 1800px){
    .white-block {
        padding: 2.778vw;
    }
    .tiny-round {
        width: 55px;
        height: 55px;
    }
}
@media screen and (max-width: 1762px){
    .check-report-iocns li {
        padding-right: 1.27vw;
    }
    .radio-check {
        padding-left: 1.986vw;
    }
}
@media screen and (max-width: 1440px){
    .check-report-iocns li {
        padding-right: 12px;
    }
    .radio-check .checkmark {
        width: 17px;
        height: 17px;
    }
    .tiny-round img {
        width: 4px;
    }
    .tiny-round {
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 1024px){
    .radio-check {
        padding-left: 25px;
    }
}
@media screen and (max-width: 900px){
    .white-block {
        padding: 30px;
    }
    .check-report-iocns li {
        padding-right: 12px;
    }
    .radio-check {
        padding-left: 30px;
    }
    .radio-check .checkmark {
        width: 20px;
        height: 19px;
    }
    .report-image-wrapper.view-block .ob-report-wrap{
        flex-direction: column;
    }
    .report-image-wrapper.view-block  .ob-report-wrap .ob-reports img.profileimg {
        height: 100%;
        object-fit: contain;
        width: 100%;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 768px){
    .white-block {
        padding: 25px 13px;
    }
    .barchart-wrapper .barchart {
        flex-direction: column;
        align-items: center;
    }
    .graph-block {
        align-items: flex-start;
        align-self: flex-start;
        width: 100%;
    }
    .check-report-iocns {
        margin: 0 0 12px 0;
    }
    .area-popup {
        right: 30px;
        width: 250px;
    }
}
@media screen and (max-width: 420px){
    .radio-check {
        padding-left: 27px;
    }
}
