* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
:root {
	--main-color: #840b70;
	--main-color-tint: #1098ad;
	--main-shade-1: #07505c;

	--gray-color: #343a40;
	--gray-color-tint: #495057;
	--gray-color-tint-2: #888;

	--text-color: #495057;
	--text-color-tint: #f8f9fa;

	--accent-color: #f03e3e;

	--input-bg-color: #f8f9fa;

	--input-shadow-color: #e9ecef;
	--input-shadow-color-focus: #ced4da;
	--button-bg-color: #0b7285;

	--note-card-bg: #fff8e6;
}

html {
	font-family: "Poppins", sans-serif !important;
}

ul {
	list-style: none;
}

.container-base {
	/* margin: 2rem; */
	/* max-width: 1300px; */
	margin-inline: auto;
	background-color: #f1f5f8 !important;
}
.container-primary {
	/* max-width: 1180px; */
	/* margin: auto; */
	background-color: #f8fafc !important;
}

/* font awesome icon background-color: inherit; */
i {
	background-color: transparent;
}
svg {
	background: transparent !important;
}

/* DELETE CONFIRM MODAL */
.swal2-cancel,
.swal2-confirm {
	font-size: 1rem !important;
	padding: 0.4rem 0.8rem !important;
}

/* sweet alert check mark override */
.swal2-success-line-long,
.swal2-success-line-tip {
	z-index: 99999 !important;
}

/* JQUERY VALIDATION ERROR MESSAGE STYLES OVERRIDE */
[id$="-error"],
.error.text-danger {
	color: red !important;
	font-weight: 500;
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 1rem !important;
	background-color: transparent;
	width: 40rem;
}

.swal2-popup,
.swal2-modal {
	width: 50rem !important;
}

/* FORM CONTAINER TOP BOX & BREADCRUMB */
.form-container-top-box {
	font-weight: bold;
	text-transform: uppercase;
	color: var(--text-color);

	margin: 0 0 0.8rem 0;
	padding: 0.8rem 1.6rem;

	background-color: #f6f6f6;
	box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.02);
}

.form-container-top-box li {
	font-size: 1.8rem !important;
	background-color: inherit;
}

.userProfile {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;

	background-color: inherit;
}

.userProfile p {
	margin: 0;
	font-size: inherit;

	background-color: inherit;
}
.userProfile i {
	display: inline-block;
	background-color: inherit;
	margin-right: 1.2rem !important;
	font-size: 1.8rem;
}
.userProfile #logout {
	font-size: inherit;
}

.postName {
	color: blue;
	margin-left: 1.2rem !important;
}

.input-element,
select {
	padding: 0.5rem;
	font-size: 1rem;
	background-color: var(--input-bg-color);
	border: 1px solid rgba(206, 212, 218, 1) !important;
	border-radius: 0rem !important;
	transition: all 0.3s;
	border-radius: 10px !important;
	width: 100%;
	cursor: pointer;
}

input {
	cursor: pointer;
}

.input-sm {
	padding: 0.4rem;
	width: 100%;
}

.input-element:focus {
	box-shadow: 0px 0px 3px rgb(15, 36, 56) !important;
	border: none;
	background-color: #fff;
}

.input-label {
	font-weight: 400;
	font-size: 1rem !important;
}

.input-label-title {
	color: #555;
	font-weight: 500;
	font-size: 1rem !important;
}

input:focus {
	outline: none !important;
}

.button {
	border: none;
	font-weight: bold;
	font-size: 2rem;
	border-radius: 15px;
}

.button-lg {
	padding: 8px 16px;
}
.button-rounded {
	border-radius: 0.5rem;
}

.button-primary {
	background-color: var(--button-bg-color);
	color: #fff;
	border: 2px solid var(--button-bg-color);
	transition: all 0.3s;
}
.button-primary:hover {
	box-shadow: 1px 1px 3px 1px var(--button-bg-color);
}
.button-secondary {
	background-color: #fff;
	color: var(--button-bg-color);
	border: 2px solid var(--button-bg-color);
	transition: all 0.3s;
}
.button-secondary:hover {
	box-shadow: 1px 1px 3px 2px var(--button-bg-color);
}

/* SWEET ALERT STYLING */
.swal2-title {
	/* font-size: 1.5rem !important; */
}

.swal2-content {
	/* font-size: 2rem !important; */
}

.swal2-confirm.swal2-styled {
	/* font-size: 1.6rem !important; */
}

/* notes */
.note-card {
	background-color: var(--note-card-bg);
	border-left: 4px solid #e6a700;
	border-radius: 5px;
	padding: 1rem;
	line-height: 2rem;
	color: #4d3800;

	font-weight: 600;
	font-size: 0.9rem;
}

/* input card */
.input-card {
	border: 1px solid rgba(0, 0, 0, 0.26);
	padding: 0rem 1.1rem 1.2rem 1.1rem !important;
}

.input-card-heading {
	background-color: #d4d4d498;
	padding: 0.7rem;
	font-size: 1rem;
	color: #333 !important;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
	& svg {
		background: transparent !important;
	}

	margin-bottom: 1.2rem;
}

/* table */
.c-table {
}

.c-button {
	outline: none;
	border: none;
	padding: 0.3rem 0.5rem;
	font-weight: 500 !important;
	font-size: 0.9rem !important;
	border-radius: 8px;
	transition: all 200ms ease-out;
}

.c-button:hover,
.c-button:active {
	box-shadow: 0px 0px 0px 2px rgb(68, 68, 67);
}

.c-button:disabled {
	background-color: gray !important;
	box-shadow: none;
}

.c-btn-primary {
	color: #fff;
	background-color: #e05b0c;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.c-btn-success {
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: #5b5c2b;
}

/* helpline */
.helpline-container {
	border: 1px solid #5b5c2b;
	padding: 0.6rem;
	border-radius: 15px;
}

/* loader */

#loadMyPage {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	z-index: 99999999999;
}

#loadMyPage {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1e1f26bd;
}

#loadMyPage .loader {
	position: relative;
	width: 300px;
	min-height: 8px;
}

#loadMyPage .loader::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 300px;
	min-height: 8px;
	background-color: rgba(11, 11, 11, 0.5);
}

#loadMyPage .loader::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 30px;
	min-height: 8px;
	background-color: orange;
	animation: load 1.5s linear infinite;
}
@keyframes load {
	0% {
		left: 0;
		width: 0px;
	}
	50% {
		left: 150px;
		width: 150px;
	}
	100% {
		left: 300px;
		width: 0px;
	}
}
