/* Admin DashBoard Design */

.admin-dashboard {
	background-color: #f5f5f5;
	min-height: 100vh;
	font-family: "proxima-nova", sans-serif;
}

.admin-dashboard-content {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.admin-dashboard-header-row {
	padding-top: 12px;
	padding-bottom: 12px;
}

.admin-user-banner {
	background: #fff3cd;
	color: #856404;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	border-bottom: 1px solid #ffeeba;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 40px;
}

body.actor-login {
	padding-top: 40px;
}

body.modal-open {
	overflow: hidden;
}

.actor-navbar {
	top: 40px;
}

.hero-navbar {
	margin-top: 40px;
}

.header-section {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	position: sticky;
}

.header-section.sticky-top {
	z-index: 1;
}

.header-section .admin-dashboard-content {
	padding-left: 20px;
	padding-right: 20px;
}

.humm-logo {
	width: 150px;
	max-width: 100%;
	height: auto;
}

.header-tabs {
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-tabs button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a;
	cursor: pointer;
	line-height: 20px;
}

.header-tabs button.active-tab {
	color: #ff6200;
	font-weight: 700;
}

.header-tabs button:focus {
	outline: none;
}

.profile-section {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	position: relative;
}

.profile-image {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
}

.header-profile {
	display: flex;
	align-items: center;
}

.profile-name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	max-width: 120px;
}

.dropdown-section {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.profile-dropdown {
	position: absolute;
	top: 45px;
	right: 0;
	width: 150px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.logout-option {
	width: 100%;
	background: transparent;
	border: none;
	padding: 12px 0px;
	font-size: 16px;
	font-weight: 500;
	color: #ff6200;
	text-align: center;
	cursor: pointer;
}

.logout-option:hover {
	background: #f5f5f5;
	border-radius: 8px;
}

.search-bar-section {
	padding-top: 24px;
	padding-bottom: 24px;
}

.create-admin-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	height: 45px;
	padding: 0px 20px;
	border: none;
	border-radius: 10px;
	background-color: #ff6200;
	color: #fff; /* NOSONAR */
	font-weight: 600;
	cursor: pointer;
}

.create-admin-btn img {
	width: 16px;
	height: 16px;
}

.search-bar-right {
	width: 100%;
}

.search-icon .form-group,
.admin-dashboard-search {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	min-width: 0;
}

.search-icon .form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ff6200;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.search-icon .form-control {
	border: 1px solid #dddddd;
	width: 100%;
	height: 45px;
	border-radius: 16px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 65px;
	font-size: 15px;
}

.search-icon .form-control::placeholder {
	font-size: 16px;
	color: #555555;
}

.search-icon .search-icon {
	width: 40px;
	height: 45px;
	border-radius: 0 16px 16px 0;
	background-color: #ff6200;
	align-items: center;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
}

.user-table-section {
	padding-bottom: 20px;
}

.user-table-responsive {
	border-radius: 12px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.user-table {
	width: 100%;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	border-collapse: collapse;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.user-table thead {
	background: #f8f8f8;
}

.user-table th {
	padding: 18px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.user-table td {
	padding: 18px 20px;
	font-size: 16px;
	color: #555555;
	border-top: 1px solid #eeeeee;
	text-align: center;
	vertical-align: middle;
}

.admin-user-cards {
	padding-bottom: 8px;
}

.admin-user-card {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
	padding: 16px 18px;
	margin-bottom: 12px;
}

.admin-user-card-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 15px;
	color: #555555;
}

.admin-user-card-row:last-of-type {
	border-bottom: none;
}

.admin-user-card-label {
	font-weight: 600;
	color: #333333;
	flex-shrink: 0;
}

.admin-user-card-actions {
	padding-top: 12px;
}

.admin-user-card-empty {
	text-align: center;
	color: #555555;
}

.login-user-btn,
.delete-admin-btn {
	border: none;
	background-color: #ff6600;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	color: #fff; /* NOSONAR */
}

.pagination-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 24px 0 30px;
}

.pagination-section .pagination-btn {
	margin: 0;
}

.pagination-btn {
	border: none;
	background: #ffffff;
	padding: 10px 15px;
	color: #555555;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	font-weight: 400;
	transition: 0.2s ease;
}

.pagination-btn-active-page {
	background: #ff6600;
	color: #fff; /* NOSONAR */
}

/* OTP Dashboard Design */

.admin-verify-otp-page {
	display: flex;
	height: 100vh;
	background: #ffffff;
	font-family: "proxima-nova", sans-serif;
}

.otp-left-section {
	width: 50%;
	overflow: hidden;
}

.otp-bg-image {
	object-fit: cover;
}

.otp-right-section {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.otp-form-section {
	width: 420px;
	text-align: center;
}

.humm-logo-otp {
	width: 250px;
	height: 100px;
	margin-bottom: 25px;
}

.otp-description {
	font-size: 25px;
	line-height: 34px;
	font-weight: 700;
	color: #4a4a4a;
	margin-bottom: 40px;
}

.otp-input-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}

.otp-input {
	width: 100%;
	height: 60px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 0 25px;
	font-size: 22px;
	outline: none;
	color: #485464;
}

.otp-input:focus {
	border-color: #ff6600;
}

.otp-message {
	margin-top: 10px;
	font-size: 14px;
	align-self: flex-start;
}

.otp-message.success {
	color: green;
}

.otp-message.error {
	color: red;
}

.verify-otp-btn {
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 12px;
	background: #ff6600;
	color: #fff; /* NOSONAR */
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 20px;
}

.resend-otp-text {
	font-size: 18px;
	color: #555555;
	margin-bottom: 40px;
	font-weight: 500;
}

.resend-otp-button {
	background: none;
	border: none;
	padding: 0;
	margin-left: 5px;
	font: inherit;
	color: #ff6600;
	cursor: pointer;
	text-decoration: underline;
}

.resend-otp-button:hover,
.resend-otp-button:focus {
	color: #ff6600;
	text-decoration: underline;
	outline: none;
}

/* Create Admin Modal Design */

.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
}

.admin-modal {
	background: #ffffff;
	width: 100%;
	max-width: 620px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 20px;
	padding: 32px 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	box-sizing: border-box;
}

.admin-modal-title {
	text-align: center;
	color: #ff6200;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

.admin-label {
	display: block;
	color: #485465;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.label-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.validation-tickmark {
	width: 14px;
	height: 14px;
}

.field-group {
	margin-bottom: 14px;
}

.required-field {
	color: red;
	font-size: 21px;
	font-weight: 700;
	margin-left: 2px;
}

.admin-field-error {
	color: red;
	font-size: 14px;
	line-height: 1.35;
	min-height: 16px;
	margin-top: 6px;
}

.app-error-message {
	color: red;
	font-size: 14px;
	margin-top: 4px;
	min-height: 16px;
	line-height: 16px;
}

.admin-input,
.admin-input:focus,
.admin-input:active {
	width: 100%;
	min-height: 60px;
	background: #F1F2EE;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	color: #485465;
	font-size: 17px;
	padding-left: 20px;
}

.admin-input::placeholder {
	color: #8f9ba8;
	font-size: 17px;
}

.admin-modal-footer {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.create-btn,
.cancel-btn {
	width: 150px;
	height: 48px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
}

.create-btn {
	background: #ff6200;
	color: #fff; /* NOSONAR */
	border: none;
}

.create-btn:hover {
	background: #e95b00;
	color: #fff; /* NOSONAR */
}

.create-btn:disabled {
	background: #ffb380;
	border: 1px solid #ffb380;
	color: #fff; /* NOSONAR */
	cursor: not-allowed;
	opacity: 1;
}

.create-btn:disabled:hover {
	background: #ffd2b3;
	border-color: #ffd2b3;
	color: #fff; /* NOSONAR */
}

.cancel-btn {
	background: #808080;
	color: #fff; /* NOSONAR */
	border: 1px solid #808080;
}

.cancel-btn:hover {
	background: #6e6e6e;
	color: #ffffff;
}

/* Delete Admin Modal */

.delete-admin-modal {
	background: #ffffff;
	width: 100%;
	max-width: 560px;
	border-radius: 20px;
	padding: 40px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	box-sizing: border-box;
}

.delete-admin-modal h4 {
	color: #485465;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.delete-admin-modal p {
	color: #485465;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
	overflow-wrap: break-word;
}

.delete-admin-modal .admin-modal-footer {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.delete-confirm-btn,
.delete-cancel-btn {
	width: 150px;
	height: 48px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	border: none;
}

.delete-confirm-btn {
	background: #dc3545;
	color: #ffffff;
}

.delete-confirm-btn:hover {
	background: #bb2d3b;
	color: #ffffff;
}

.delete-cancel-btn {
	background: #808080;
	color: #fff; /* NOSONAR */
}

.delete-cancel-btn:hover {
	background: #6e6e6e;
	color: #ffffff;
}

/* Response Modal */

.admin-response-modal {
	background: #fff;
	width: 100%;
	max-width: 560px;
	min-height: 340px;
	border-radius: 20px;
	padding: 48px 48px 40px;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

.admin-response-modal .success-logo {
	width: 74px;
	height: 74px;
	display: block;
	margin: 0 auto 28px;
}

.admin-response-modal h4 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #485465;
}

.admin-response-modal p {
	margin: 0 auto 36px;
	max-width: 420px;
	font-size: 20px;
	line-height: 30px;
	color: #485465;
}

.admin-response-modal .create-btn {
	min-width: 180px;
	height: 52px;
}

.error-modal h4 {
	margin-bottom: 32px;
	margin-top: 24px;
}

.error-modal p {
	margin-bottom: 50px;
	margin-top: 20px;
}

.loader-overlay {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 576px) {

	.modal-overlay {
		padding: 16px;
	}

	.admin-modal {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 16px;
		max-height: calc(100vh - 32px);
		overflow-y: auto;
	}

	.admin-modal-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.admin-label {
		font-size: 15px;
	}

	.admin-form-field {
		margin-bottom: 1.25rem;
	}

	.admin-form-field--last {
		margin-bottom: 2.5rem;
	}

	.admin-field-error {
		min-height: 18px;
		font-size: 13px;
	}

	.admin-input,
	.admin-input:focus {
		min-height: 48px;
		font-size: 15px;
	}

	.app-error-message {
		font-size: 12px;
		line-height: 16px;
		overflow-wrap: break-word;
	}

	.admin-input::placeholder {
		font-size: 16px;
	}

	.admin-modal-footer {
		flex-direction: column;
		gap: 14px;
	}

	.create-btn,
	.cancel-btn {
		width: 100%;
	}

	.admin-response-modal {
		width: 100%;
		max-width: 100%;
		min-height: auto;
		padding: 30px 20px;
		border-radius: 16px;
	}

	.admin-response-modal .success-logo {
		width: 56px;
		height: 56px;
		margin-bottom: 18px;
	}

	.admin-response-modal h4 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.admin-response-modal p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
		max-width: 100%;
	}

	.admin-response-modal .create-btn {
		width: 120px;
		height: 36px;
		font-size: 13px;
		min-width: unset;
		padding: 0 16px;
	}

	.error-modal {
		padding: 24px 20px;
		min-height: auto;
	}

	.error-modal h4 {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 12px;
	}

	.error-modal p {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 24px;
		max-width: 100%;
	}

	.error-modal .create-btn {
		width: 120px;
		height: 36px;
		font-size: 13px;
		max-width: 120px;
	}

	.delete-admin-modal {
		width: 100%;
		max-width: 100%;
		padding: 28px 20px;
		border-radius: 16px;
	}

	.delete-admin-modal h4 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.delete-admin-modal p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.delete-admin-modal .admin-modal-footer {
		flex-direction: column;
		gap: 14px;
	}

	.delete-confirm-btn,
	.delete-cancel-btn {
		width: 100%;
	}
}

@media (max-width: 360px) {

	.admin-response-modal h4 {
		font-size: 16px;
		line-height: 22px;
	}

	.admin-response-modal p {
		font-size: 12px;
		line-height: 18px;
	}

	.admin-response-modal .create-btn {
		width: 110px;
		height: 36px;
		font-size: 12px;
	}
}

@media screen and (min-width: 576px) {
	.admin-dashboard-content {
		padding-left: 32px;
		padding-right: 32px;
	}

	.profile-section {
		gap: 20px;
	}

	.profile-name {
		max-width: 180px;
	}

}

@media screen and (min-width: 768px) {
	.admin-dashboard-content {
		padding-left: 60px;
		padding-right: 60px;
	}

	.admin-dashboard-header-row {
		padding-top: 16px;
		padding-bottom: 16px;
		min-height: 90px;
	}

	.header-tabs {
		gap: 40px;
	}

	.search-bar-right {
		width: 100%;
	}

	.search-icon .form-group,
	.admin-dashboard-search {
		width: 100%;
		max-width: none;
	}
}

@media screen and (min-width: 1200px) {
	.admin-dashboard-content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.header-section .admin-dashboard-content {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (min-width: 992px) {
	.user-table th {
		font-size: 20px;
	}

	.user-table td {
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	.humm-logo {
		width: 90px;
	}

	.header-tabs button {
		font-size: 14px;
	}

	.profile-section {
		gap: 8px;
	}

	.pagination-btn {
		padding: 8px 12px;
		font-size: 14px;
	}

	.profile-image {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	.otp-left-section {
		display: none;
	}

	.otp-right-section {
		width: 100%;
		padding: 20px;
	}

	.otp-form-container {
		width: 100%;
		max-width: 400px;
	}

	.humm-logo-otp {
		width: 160px;
		margin-bottom: 20px;
	}

	.otp-description {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 35px;
	}

	.otp-input-container {
		gap: 8px;
		margin-bottom: 30px;
	}

	.otp-box {
		width: 45px;
		height: 50px;
		font-size: 22px;
	}

	.verify-otp-btn {
		height: 52px;
		font-size: 18px;
	}

	.resend-otp-text {
		font-size: 15px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {

	.header-section .admin-dashboard-content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.header-tabs button {
		font-size: 16px;
	}

	.profile-name {
		font-size: 14px;
	}

	.header-tabs {
		gap: 30px;
	}

	.humm-logo {
		width: 120px;
	}

	.search-icon .form-control {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 60px;
	}

	.search-icon .form-control::placeholder {
		font-size: 13px;
	}

	.user-table th {
		font-size: 14px;
		padding: 14px 10px;
	}

	.user-table td {
		font-size: 13px;
		padding: 14px 10px;
	}

	.login-user-btn,
	.delete-admin-btn {
		padding: 8px 10px;
		font-size: 11px;
	}
}

@media screen and (min-width:577px) and (max-width:768px) {

	.admin-modal {
		padding: 28px;
	}

	.admin-modal-title {
		font-size: 26px;
	}

	.admin-input {
		min-height: 56px;
	}
}