.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.cancelIcon {
	color: #000;
}

.cancelIcon:hover {
	color: #000;
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #000;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}

/* BASIC */

/* html {
  background-color: #56baed;
} */

body {
	font-family: "Poppins", sans-serif;
	height: 100vh;
}

a {
	color: #92badd;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}

h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 40px 8px 10px 8px;
	color: #cccccc;
}

/* //////////////////////NAVBAR///////////////////////////// */
.navbar-classic {
	background-color: #fff;
	box-shadow: 0 2px 4px rgb(0 0 20 / 8%), 0 1px 2px rgb(0 0 20 / 8%);
}

.bgLight {
	background-color: #fff;
	box-shadow: 0 2px 4px rgb(0 0 20 / 8%), 0 1px 2px rgb(0 0 20 / 8%);
	padding: 0 1rem;
}

.logoText {
	font-size: 1.5rem;
}

/* STRUCTURE */

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
}

#formContent {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px !important;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0px;
	/*-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);*/

	-webkit-box-shadow: 0px 2px 10px 0px rgb(147 147 147 / 30%);
	box-shadow: 0px 2px 10px 0px rgb(147 147 147 / 30%);

	text-align: center;
}

#formFooter {
	background-color: #f6f6f6;
	border-top: 1px solid #dce8f1;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

/* TABS */

h2.inactive {
	color: #cccccc;
}

h2.active {
	color: #0d0d0d;
	border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
	background-color: #56baed;
	border: none;
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-box-shadow: 0 10px 10px -4px rgb(95 186 233 / 35%);
	box-shadow: 0 10px 10px -4px rgb(95 186 233 / 35%);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 20px 15px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #39ace7;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

input[type="text"],
input[type="password"] {
	background-color: #f6f6f6;
	border: none;
	color: #0d0d0d;
	padding: 15px 32px;
	/* text-align: center; */
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 20%;
	text-align: center;
	/*margin: 0 0 10px 0;*/
	/*width: 100%;*/
	border: 2px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

input[type="text"]:focus,
input[type="password"]:focus {
	background-color: #fff;
	border-bottom: 2px solid #5fbae9;
}

input[type="text"]:placeholder,
input[type="password"]:placeholder {
	color: #cccccc;
}

/* new css 28 june 2024 by pankaj */
#campaign {
	background: #efefef;
	border: 1px solid #b1b1b1;
	padding: 15px 10px;
	border-radius: 4px;
}

#formContent .admin-login {
	margin: 10px 0 10px 0;
	width: 100%;
}

.resend_otp a {
	color: #212529;
}
.display_container {
	display: flex;
	gap: 20px;
}
/* Added by sarath on 05Jan2023 */
.open-button {
	background-color: #f0f0f0;
	border: 1px solid #686868;
	color: #686868;
	/* color: #fff; */
	cursor: pointer;
	/* opacity: 1; */
	position: relative;
	width: 60px;
	font-size: 35px;
	height: 60px;
	/* border-radius: 5px; */
	/* margin-top: 3px; */
	/* border: 1px solid #767676; */
	margin: 5px;
	float: right;
}

/* .open-button:hover { */
/* background-color: #5340d9; */
/* border-color: #4e3ccc; */
/* } */

.form-popup {
	display: none;
	/* position: initial; */
	position: relative;
	bottom: 0;
	right: 15px;
	/* border: 3px solid #f1f1f1; */
	/* z-index: 9; */
}

.form-container {
	width: 40%;
	padding: 25px 15px 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	/* float: right; */
	position: absolute;
	z-index: 2;
	right: -8px;
	-webkit-box-shadow: 1px 4px 4px 2px rgb(0 0 0 / 20%);
	box-shadow: 1px 4px 4px 2px rgb(0 0 0 / 20%);
}

.form-container label {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}

.form-container label b {
	color: #212b36;
}

.form-container select {
	margin-bottom: 10px;
	height: 50px;
	border: 1px solid #b1b1b1;
	color: #212b36;
	width: 100%;
	/* border-radius: 5px; */
	border-radius: 0.375rem;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	/* background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); */
	background-image: url("../AdminDashboard_files/adownarrow.png");
	background-repeat: no-repeat;
	background-position-x: 97%;
	background-position-y: 19px;
	background-size: 12px;
}

.form-container .btn {
	background-color: #624bff;
	border-color: #624bff;
	color: #fff;
	margin-top: 15px;
}

.form-container .cancel {
	background: #666;
	color: #fff;
	border-color: #666;
	margin-left: 5px;
}

.form-container .btn:hover {
	background-color: #5340d9;
	border-color: #4e3ccc;
}

.form-container .cancel:hover {
	background: #444;
}

.form-container .form-control:focus {
	box-shadow: none;
	border-color: inherit;
}

.form-container span .close {
	float: right;
	position: absolute;
	right: 12px;
	font-size: 16px;
	color: #000;
	top: 6px;
	border: 2px solid #000;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

/* OTHERS */

*:focus {
	outline: none;
}

#icon {
	width: 60%;
}

#formContent form {
	padding-top: 25px;
}

.goBtn {
	margin-right: 10px;
}

.dropdown-menu tr {
	border-bottom: 1px solid #ccc;
}

.dropdown-menu tr td {
	padding: 8px 0;
}

.pagination a {
	color: #222;
	padding: 0 10px;
}

.pagination a.active {
	background: #a5a5a5;
	color: #fff;
}

/* Home page Table */

.hcp-table .table {
	table-layout: fixed;
}

.hcp-table .table thead th {
	padding: 10px 12px;
}

.hcp-table .table tbody tr td {
	padding: 6px 12px;
}

.hcp-table .table tbody tr td .avatar-group {
	white-space: normal;
}

.hcp-table .table .phone-number {
	text-align: right;
}

.hcp-table .table .ms-3 {
	font-size: 14px;
}

.hcp-table .table .icon-md {
	height: 1.7rem;
	width: 2.5rem;
	margin: 0px 0 0 5px;
}

.hcp-table .table .serialno {
	height: 1.4rem;
	line-height: unset;
}

.hcp-table .table .serial-no {
	width: 55px;
}

.hcp-table .table .name {
	width: 285px;
}

.hcp-table .table .Degree {
	/* width: 215px; */
	width: 130px;
}

.hcp-table .table .Count {
	width: 138px;
}

.hcp-table .table .last-call {
	width: 75px;
}

.hcp-table .table .Address {
	width: 300px;
}

.hcp-table .table .phone-number {
	width: 130px;
}

.total-result {
	font-size: 28px;
	font-weight: 600;
	/* color: #346200; */
	color: #3c5c17;
}

.total-result.total-result-black {
	color: #000;
}

.export-btn {
	text-align: right;
	margin-bottom: 15px;
}

.export-btn button {
	font-weight: 600;
}

.admindashboard-hcp-table {
	margin-bottom: 30px;
	height: 500px;
	/* height: auto; */
	/* max-height: 500px; */
}

@media screen and (min-width: 1440px) and (max-width: 1660px) {
	.admindashboard-hcp-table {
		height: 650px;
		/* height: auto; */
		/* max-height: 650px; */
	}
}

@media screen and (min-width: 1680px) {
	.admindashboard-hcp-table {
		height: 790px;
		/* height: auto; */
		/* max-height: 790px; */
	}
}

#myModal .modal-content .modal-header .close,
#myModa-rec .modal-content .modal-header .close {
	border: none;
	padding: 0;
	font-size: 30px;
	background: transparent;
	/* margin-right: 0; */
	margin-left: auto;
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 1;
}

#myModal .modal-content .modal-header,
#myModa-rec .modal-content .modal-header {
	padding: 0;
	border: none;
}

#myModal .modal-content .modal-body {
	padding: 15px 35px 25px;
}

#myModa-rec .modal-dialog {
	max-width: 385px !important;
}

#myModa-rec.modal {
	z-index: 99999;
	margin-top: 55px;
}

#myModa-rec.modal .modal-backdrop.show {
	z-index: 9999;
}

#myModa-rec.modal #myModal.modal.show {
	z-index: 1;
}

#myModal .modal-content .modal-body tbody,
#myModal .modal-content .modal-body td,
#myModal .modal-content .modal-body tfoot,
#myModal .modal-content .modal-body th,
#myModal .modal-content .modal-body thead,
#myModal .modal-content .modal-body tr {
	border-bottom: 1px solid #ccc;
	padding: 6px 10px;
	font-weight: 400;
}

#myModal .modal-content .modal-body tr .recording {
	text-align: center;
}

.card-active {
	border: 3px solid #4b5feb;
	/* box-shadow: 0 5px 3px #a9a6a6; */
	box-shadow: -4px 4px 4px 0px #a9a6a6;
}

.card-active .d-flex h4 {
	/* text-decoration:underline; */
	/* text-decoration-thickness: 2px; */
	/* text-decoration-color: #4b5feb; */
	text-decoration-color: #111;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 7px !important;
	margin-top: 5px;
}

/* .card-active .card-title-head h4{ */
/* font-weight:600; */
/* } */

#uptodate,
#daterange {
	background: #efefef;
	/* box-shadow: 3px 3px 7px -4px #ccc; */
	border: 1px solid #b1b1b1;
}

#popup-doc-details {
	margin: 16px 5px 0 37px;
	font-size: 18px;
}

.event-time {
	font-size: 13px;
	padding-top: 2px;
	/* color: #8f9eab; */
	color: #808b95;
	/* margin-top: 0 !important; */
	margin: 2px 6px 6px;
}

.doc-name .doc-name-text {
	/* margin-top:3px; */
	margin: 2px 6px 6px;
}

.filterstates {
	text-align: right;
	margin-bottom: 10px;
	color: #212b36;
	font-size: 12px;
}

.filterstates span {
	margin-left: 4px;
	/* margin-top: 5px; */
	position: relative;
	top: 4px;
}
