/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* ======font family=========
font-family: "Inter", sans-serif;
*/

:root {
	--thmColor: 000;
	--greenColor: #2eb05c;
	--black100: #6e6f70;
	--black200: #303132;
	--black300: #050708;
	--black500: #030405;
	--ylw300: #f8ef24;
	--red300: #ed2627;
	--f18: 18px;
	--f20: 20px;
	--f22: 22px;
	--f24: 24px;
	--f28: 28px;
	--f30: 30px;
	--f32: 32px;
	--f36: 36px;
	--f40: 40px;
	--f48: 48px;
}

body {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	color: var(--black300);
	background: linear-gradient(180deg, #fffdeb 0%, #fce9e7 50%, #fffdfd 100%);
	background-repeat: no-repeat;
	min-height: 100vh;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
	background: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

.pb_150 {
	padding-bottom: 150px;
}
.pb_100 {
	padding-bottom: 100px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pt_150 {
	padding-top: 150px;
}
.pt_100 {
	padding-top: 100px;
}
.pt_50 {
	padding-top: 50px;
}

.mb_150 {
	margin-bottom: 150px;
}
.mb_100 {
	margin-bottom: 100px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mt_150 {
	margin-top: 150px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_50 {
	margin-top: 50px;
}

.thm_btn {
	background: var(--red300);
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	align-content: center;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.thm_btn:hover img {
    transform: translateX(6px);
    transition: all .3s;
}

.thm_btn.hover-unset:hover img {
    transform: unset;
}

.border-btn {
	background: no-repeat;
	border: 1px solid var(--red300);
	color: var(--red300);
}

.thm_btn.red-border {
	background: #fce9e9;
	color: var(--red300);
	border: 1px solid #f58182;
}

.thm_btn i {
	display: inline-block;
	margin-left: 5px;
}

.f-12 {
	font-size: 12px !important;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}
.black-100 {
	color: var(--black100);
}
.black-200 {
	color: var(--black200);
}
.black-300 {
	color: var(--black300);
}
.common-header {
	border-bottom: 1px solid #e6e6e6;
}
.bg-red {
	background: var(--red300) !important;
}
.p-20 {
	padding: 20px !important;
}
/* default-css END
================================== */
.fixed-nav {
	padding: 20px 0;
	background: #fff;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
	position: fixed;
	bottom: 0;
	width: 100%;
}
.fixed-nav ul {
	display: flex;
	max-width: 380px;
	margin: auto;
	justify-content: space-between;
}

.fixed-nav ul li {
	width: 20%;
	text-align: center;
}

.fixed-nav ul a {
	text-align: center;
	font-size: 12px;
	color: var(--black100);
}

.fixed-nav ul a.active {
	color: var(--red300);
	font-weight: 600;
}

.fixed-nav ul a.active i {
	filter: invert(30%) sepia(74%) saturate(7269%) hue-rotate(348deg) brightness(97%) contrast(91%);
}

.fixed-nav ul a i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
/*============Login and Sign Up Area Start =============*/
.home-logo {
	height: calc(100vh - 50px);
	display: flex;
	align-items: center;
	justify-content: center;
}

p.SignUp-text {
	color: var(--black100);
	font-size: 14px;
	margin-bottom: 20px;
}

p.SignUp-text a {
	color: var(--red300);
	font-weight: 700;
}
.container {
	padding: 0 20px;
}

.box-style {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(252, 233, 231, 0.6);
}

.login-content p {
	color: var(--black100);
	font-size: 13px;
	margin-bottom: 32px;
}

.login-content h4 {
	color: var(--black500);
	margin-bottom: 1rem;
}
.input-blk {
	margin-bottom: 16px;
}

.input-blk .input {
	border-radius: 8px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	gap: 14px;
	padding-right: 0;
	position: relative;
	background: #fff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
	border: 1px solid #E6E6E6;
}

.input.textarea {
	height: 100px;
	overflow: hidden;
}

.input-blk .input textarea {
	width: 100%;
	border: none;
	height: 100%;
	padding: 10px 0;
	resize: none !important;
}

.input-blk .input span {
	position: absolute;
	right: 15px;
}

.input-blk .input i {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
}

.input-blk .input input,
.input-blk .input select {
	border: none;
	background: no-repeat;
	font-size: 15px;
	width: 100%;
}

.input-blk .input select:focus,
.input-blk .input select:focus-visible,
.input-blk .input select:focus-within {
    outline: none;
    box-shadow: none;
}

.input-blk label {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 1;
}

/* Custom file upload styling */
.custom-file-upload {
	cursor: pointer;
	background: #fce9e9;
	transition: all 0.3s ease;
	border: 1px dashed var(--red300);
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 500;
}

.custom-file-upload:hover {
	background: #fce9e9;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-file-upload .file-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.custom-file-upload i {
	transition: transform 0.3s ease;
	color: #0d6efd;
}

.custom-file-upload:hover i {
	transform: scale(1.1);
	color: #0d6efd;
}

.file-selected {
	background: #fce9e9;
}

.file-selected i {
	color: #28a745;
	display: none;
}

/* Hide the default input */
#file-upload {
	display: none;
}

/* Bigger button styling */
.custom-file-upload button.btn {
	padding: 12px 30px;
	font-size: 1.2rem;
	border-radius: 8px;
}
/*============Login and Sign Up Area End =============*/

/*============Dashboard Area Start =============*/
.header-user {
	padding: 20px 0 30px;
}

.user__blk {
	display: inline-flex;
	align-items: center;
	gap: 18px;
}

.user__blk p {
	margin: 0;
	color: var(--black100);
}

.user__blk picture {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 1px solid #e6e6e6;
	border: 2px solid #fff;
}

.notify-btn {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: right;
	background: var(--ylw300);
	border-radius: 50%;
	transition: all .3s;
}

.notify-btn:hover {
    background: var(--red300);
}

.notify-btn:hover img {
    filter: brightness(85.5);
}

.s-32 {
	width: 32px;
	height: 32px;
}

.Summary-blk {
	background: var(--red300);
	color: #fff;
	padding: 16px 12px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgb(217 37 38 / 25%);
	margin-bottom: 16px;
}

.Summary-blk p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
}

.Summary-blk i {
	display: block;
	margin-bottom: 20px;
}

.Quick-nav a {
	height: 60px;
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--ylw300);
	margin-bottom: 12px;
	border-radius: 12px;
	padding: 0 16px;
	padding-left: 26px;
	font-weight: 600;
}

.Quick-nav a span {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	background: #fbf680;
	border-radius: 50%;
	transition: all .3s;
}

.Quick-nav a:hover span {
    background: #000;
}

.Quick-nav a:hover span img {
    filter: brightness(126.5);
}

.Quick-nav a i {
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.View-link {
	font-weight: 600;
	color: var(--red300);
}

.View-link img {
    transition: all .3s;
}

.View-link:hover img {
    transform: translateX(6px);
}

.View-link img {
	display: inline-block;
	margin-left: 3px;
}

.Summary-btm {
	background: #fff;
	border-radius: 10px 10px 0 0;
	position: fixed;
	width: 100%;
	z-index: 9;
	bottom: 0;
	box-shadow: 0 0 10px #0001;
	padding: 0 15px;
}

.Summary-btm h6 {
	width: max-content;
	border-bottom: 1px dashed var(--red300);
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.job-nav {
	margin-bottom: 24px;
}

.job-nav ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.job-nav ul li a {
	height: 32px;
	display: flex;
	align-items: center;
	gap: 4px;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 8px 9px;
	font-size: 14px;
	border-radius: 6px;
	color: var(--black100);
	text-transform: capitalize;
}

.job-nav ul li a:hover {
    background: var(--red300);
    color: #fff;
}

.job-nav ul li a:hover img {
    filter: brightness(89.5);
}

.job-nav ul li a.active {
	background: var(--red300);
	color: #fff;
	border-color: var(--red300);
}

.Activity-list-info ul li {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.Activity-list-info ul li label {
	font-weight: 500;
	color: var(--black300);
}

.Activity-blk {
	display: flex;
	justify-content: space-between;
	border: 1px solid #fbe9e9;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 12px;
	align-items: center;
	padding: 16px;
	position: relative;
}

.Activity-blk.selected .at-check {
    border: none;
}

.Activity-blk.selected .at-check img {
    opacity: 1;
}

.at-check {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 19px;
    height: 19px;
    border: 2px solid #99999A;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: all .3s;
}

.at-check img {
    opacity: 0;
    transition: all .3s;
}

.Activity-blk hr {
	opacity: 0.1;
}

.active-text {
	position: absolute;
	top: 15px;
	right: 16px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--greenColor);
}

.Activity-blk.v3 picture {
	width: 65px;
	height: 65px;
}

.Payout-blk ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	color: var(--black100);
}

.Payout-blk ul li p:last-child {
	text-align: right;
}

.Payout-blk ul li b {
	display: block;
	margin-top: 4px;
	display: flex;
	gap: 5px;
	font-size: 12px;
	color: var(--black200);
}

.text-red {
	color: var(--red300) !important;
}

.text-ylw {
	color: #ffa500 !important;
}

.text-green {
	color: var(--greenColor) !important;
}

.Activity-blk.v2 {
	width: 100%;
}

.Activity-list-info ul {
	margin-bottom: 14px;
	color: var(--black100);
}

.Activity-list-info ul li {
	margin-bottom: 6px;
}

.Activity-blk span {
	display: inline-block;
	height: 20px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 10px;
	width: max-content;
	margin-left: auto;
	gap: 4px;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lb-green.ylw-lb {
	background: rgb(255 165 0 / 11%);
	color: #ffa500;
}

.Activity-blk span i {
	display: flex;
	align-items: center;
}

.Activity-blk h6 {
	font-size: 15px;
}

.Activity-blk .d-flex {
	gap: 12px;
}

.Activity-blk p {
	margin: 0;
	font-size: 10px;
	color: var(--black100);
}

.Activity-blk picture {
	width: 54px;
	height: 46px;
	border-radius: 8px;
	overflow: hidden;
}

.w-48 {
	width: 48px !important;
}
.h-37{height: 37px;}
.h-48 {
	height: 48px !important;
}

.Activity-blk.v2 picture {
	width: 92px;
	height: 56px;
}

.lb-green {
	color: var(--greenColor);
	background: rgb(46 176 92 / 11%);
}
.lb-red {
	color: var(--red300);
	background: rgb(237 38 39 / 10%);
}
.lb-gray {
	color: #6e6f70;
	background: rgb(112 110 110 / 10%);
}
.bg-green {
	background: var(--greenColor);
}
.bg-ylw {
	background: var(--ylw300);
}
/*============Dashboard Area End =============*/

/*============Payout Area Start =============*/

.src__blk {
	border: 1px solid #fbe9e9;
	background: #fff;
	display: flex;
	padding: 0 20px;
	height: 50px;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
}

.src__blk input {
	width: 100%;
	border: none;
	font-size: 14px;
}

.Payout-content p.f-12 {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.common-ul {
	font-size: 14px;
}

.common-ul li {
	display: flex;
	justify-content: space-between;
	color: var(--black100);
	margin-bottom: 10px;
}

.common-ul li span {
	font-weight: 500;
	color: var(--black200);
}

.pay-st {
	background: rgb(255 165 0 / 10%);
	color: var(--black300);
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 16px;
}

.pay-st span {
	margin-left: auto;
	color: #ffa500;
}
.ylw-btn {
	background: var(--ylw300);
	color: var(--black500);
}
.btm-space{
    padding-bottom: 200px;
}
/*============Payout Area End =============*/

/*============PayDetails Area Start =============*/

ul.social-link {
	display: flex;
	justify-content: space-between;
}

.social-link a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ylw300);
	border-radius: 50%;
	transition: all .3s;
}

.social-link a:hover {
    background: var(--red300);
}

.social-link a:hover img {filter: brightness(90.5);}
.bortder-title {
	position: relative;
	padding-left: 12px;
}

.bortder-title:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--red300);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.Job-top {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.Job-top p {
	margin: 0;
}

.Job-top a {
	color: var(--red300);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

/*============PayDetails Area End =============*/

/*============Settings Area Start =============*/


.user-wrp {
	display: flex;
	align-items: center;
	background: var(--red300);
	color: #fff;
	padding: 20px;
	border-radius: 12px;
	gap: 16px;
}

.user-wrp picture {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	outline: 1px solid #fff;
	border: 4px solid var(--red300);
}

.user-wrp picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
	border-radius: 50%;
}

.user-wrp p {
	margin: 0;
}

.Settings__blk p {
	color: var(--black100);
}

.Settings__blk ul li a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-bottom: 12px;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	transition: all .3s;
}

.Settings__blk ul li a:hover {
    color: var(--red300);
}

.Settings__blk ul li a:hover i {
    background: var(--red300);
}

.Settings__blk ul li a:hover i img {
    filter: brightness(80.5);
}

.form-switch input {
	height: 20px;
}

.form-switch input:checked {
	background-color: var(--greenColor);
	border-color: var(--greenColor);
}

.ml-right {
	width: max-content;
	margin-left: auto;
}

.Settings__blk ul li a:after {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	background: #e6e6e6;
	height: 1px;
	bottom: 0;
	right: 0;
}

.Settings__blk ul li a span {
	margin-left: auto;
}

.Settings__blk ul li a i {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ylw300);
	border-radius: 50%;
	transition: all .3s;
}

.Settings__blk ul {
	border: 1px solid #fbe9e9;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
}

.Settings__blk ul li {
	margin-bottom: 12px;
}

.Settings__blk ul li:last-child {
	margin: 0;
}

.Settings__blk ul li:last-child a:after {
	background: no-repeat;
}

.Settings__blk ul li:last-child a {
	padding: 0;
}
/*============Settings Area End =============*/

/*============Referral Area Start =============*/

.Referral-btn a {
	height: 41px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.Referral-blk label {
	border: 1px dashed #f58182;
	width: 100%;
	margin: 20px 0;
	padding: 12px 30px;
	font-size: 14px;
	color: var(--black200);
	border-radius: 6px;
}
ul.Job-img {
	display: flex;
	gap: 10px;
}

ul.Job-img a {
	height: 90px;
	display: flex;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

/*============Referral Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

#file-input {
	display: none;
}

.preview {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: auto;
	box-shadow: currentColor;
}

.preview label {
	cursor: pointer;
	width: max-content;
	margin: auto;
	flex-shrink: 0;
	min-width: 150px;
}

.preview img#img-preview {
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	outline: 1px solid #f8a6a6;
	border: 4px solid #fff;
}




/* Custome */

button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.custom-file-upload {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-file-upload:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #666;
}

.image-preview-item {
    position: relative;
}

.image-preview-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ddd;
}

.image-preview-item .remove-image {
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.image-name {
    font-size: 12px;
    color: #666;
}


.badge-light-primary {
    background-color: #e9f3ff;
    color: #1b84ff;
}

.badge-light-secondary {
    background-color: #f9f9f9;
    color: #252f4a;
}

.badge-light-success {
    background-color: #dfffea;
    color: #17c653;
}

.badge-light-info {
    background-color: #f8f5ff;
    color: #7239ea;
}

.badge-light-warning {
    background-color: #fff8dd;
    color: #f6c000;
}

.badge-light-danger {
    background-color: #ffeef3;
    color: #f8285a;
}

.badge-light-dark {
    background-color: #f9f9f9;
    color: #1e2129;
}

.signature-container {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

#signaturePad {
    width: 100%;
    height: 200px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
}
