@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
:root {
		--font-size: 15px;
		--letter-spacing: 0px;
		--line-height: 1.7;
		--bs-blue: #393e6a;
		--bs-indigo: #5616c9;
		--bs-purple: #707493;
		--bs-pink: #f499be;
		--bs-darl-pink: #ed609d;
		--bs-red: #af2e78;
		--bs-orange: #f86823;
		--bs-yellow: #e5ed60;
		--bs-green: #198754;
		--bs-teal: #16c995;
		--bs-cyan: #0dcaf0;
		--bs-white: #fff;
		--bs-gray: #7a7a7a;
		--bs-gray-dark: #343a40;
		--bs-primary: #0d6efd;
		--bs-secondary: #6c757d;
		--bs-success: #198754;
		--bs-info: #0dcaf0;
		--bs-warning: #ffc107;
		--bs-danger: #dc3545;
		--bs-light: #f1f1f1;
		--bs-dark: #212529;
		--box-shadow: 1px 21px 46px rgb(0 0 0 / 10%);
		--box-shadow-sm: 1px 11px 15px rgba(0, 0, 0, 0.09);
		--facebook: linear-gradient(135deg, #3b5998, #8b9dc3);
		--twitter: linear-gradient(135deg, #1da1f2, #0d8ddb);
		--instagram: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
		--linkedin: linear-gradient(135deg, #0077b5, #00a0dc);
		--youtube: linear-gradient(135deg, red, #c00)
	}
	*, ::after, ::before {
		box-sizing: border-box
	}
.theme-btn:before {
	content: "\f054";

}

.leader li .btn:before {
    content: "\f5c3";
}
.footer_menu li a:before {
  content: "\f054";
}
.list-style li:before {
	content: "\f054";

}
ul.textlist li::before {
	content: "\f192";
	
}

.list-style li ul li:before {
	content: "\f0da";
}

.list li:before {
	content: "\f00c";
}
.dsize::before, .pdf-size::before {
	content: "\f1c1";
}
.ndate:before {
	content: "\f073";
}

table .btn:before {
	content: "\f0e3";
}


.footer_menu li a:before,
.list li:before,
.list-style li ul li:before,
.list-style li:before,
.theme-btn:before,
ul.textlist li::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900
}

.leader li .btn:before {
	font-weight: 900;
	margin-right: .5em
}

.dsize::before,
.leader li .btn:before,
.ndate:before,
.pdf-size::before,
table .btn:before {
	font-family: "Font Awesome 5 Pro"
}

.ndate:before,
table .btn:before {
	margin-right: 6px
}

table .btn:before {
	font-weight: 900;
	margin-right: 5px
}