:root {
	--background: #212121;
	--default-text-color: #efefef;
	--text-highlight: #e8af00;

	--yellow : #e8af00;
	--black : #111111;
	--white : #f2f2f2;
	--red: #dc3545;

	
	--header-bg: #313131;
	--sidebar-bg : #111111;
	--sidebar-up-bg : #555555;
	--sidebar-menu-active : #493700;
	--sidebar-section-label : #E8AF00;
	--sidebar-text : #FFFFFF;
	--sidebar-text-hover : #E8AF00;
	--sidebar-text-active : #FFFFFF;
	--sidebar-text-disable : #888888;


	/*background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #664d03;*/

	

	--darkweb-default-link-color: #E8AF00;
	--darkweb-default-link-hover-color: #F2F2F2;

	--darkweb-card-bg : #313131;
	--darkweb-card-text-color : #F2F2F2;

	--darkweb-alert-warning-bg: #886b11;
	--darkweb-alert-warning-border-color: #e8af00;
	--darkweb-alert-warning-color: #f2f2f2;
	--darkweb-alert-warning-color-link: #E8AF00;

	

	--darkweb-breadcrumb-text-color: #e8af00;
	--darkweb-breadcrumb-sparator-color: #e8af00;
	--darkweb-breadcrumb-text-active-color: #aaa;

	--darkweb-accordion-border-color: #212121;
	--darkweb-accordion-item-bg: #555555;
	--darkweb-accordion-item-color: #FFFFFF;
	--darkweb-accordion-btn-bg: #313131;
	--darkweb-accordion-btn-color: #FFFFFF;
	--darkweb-accordion-btn-icon-color : var(--yellow);
	--darkweb-accordion-btn-strong-color: var(--yellow);
}


html, body {
	padding: 0;
	margin: 0;
	min-height: 100vh;
	background-color: var(--background);
}

.color-yellow {
	color: var(--yellow);
}
.color-dark {
	color: var(--black);
}

a {
	color: var(--yellow);
}
a:hover {
	color: var(--white);
}

.icon-object-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid;
	font-size: 50px;
	position: relative;

	
}
.icon-object-circle i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.alert {
	display: flex;
	position: relative;
	overflow: hidden;
	padding-left: 70px;
}
.alert:before {
	content: "";
	width: 50px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.alert a {
	font-weight: 600;
}

.alert-warning:before {
	background-color: #664d03;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23fff3cd' fill='none'%3E%3Cpath d='M5.32171 9.6829C7.73539 5.41196 8.94222 3.27648 10.5983 2.72678C11.5093 2.42437 12.4907 2.42437 13.4017 2.72678C15.0578 3.27648 16.2646 5.41196 18.6783 9.6829C21.092 13.9538 22.2988 16.0893 21.9368 17.8293C21.7376 18.7866 21.2469 19.6548 20.535 20.3097C19.241 21.5 16.8274 21.5 12 21.5C7.17265 21.5 4.75897 21.5 3.46496 20.3097C2.75308 19.6548 2.26239 18.7866 2.06322 17.8293C1.70119 16.0893 2.90803 13.9538 5.32171 9.6829Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M11.992 16H12.001' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M12 13L12 8.99997' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.alert-warning a {
	color: #664d03;

}
.alert-warning a:hover {
	color: #e6af0b;
}
.alert-success:before {
	background-color: #0a3622;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23a3cfbb' fill='none'%3E%3Cpath d='M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M8 13.75C8 13.75 9.6 14.6625 10.4 16C10.4 16 12.8 10.75 16 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.alert-success a {
	color: #0a3622;
}
.alert-success a:hover {
	color: #05b063;
}
.alert-danger:before {
	background-color: #58151c;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23f8d7da' fill='none'%3E%3Cpath d='M15 9L9 14.9996M15 15L9 9.00039' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z' stroke='currentColor' stroke-width='1.5' /%3E%3C/svg%3E");
}
.alert-danger a {
	color: #58151c;
}
.alert-danger a:hover {
	color: #dc3545;
}
.alert-info:before {
	background-color: #055160;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%239eeaf9' fill='none'%3E%3Cpath d='M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M12.2422 17V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M11.992 8H12.001' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.alert-info a {
	color: #055160;
}
.alert-info a:hover {
	color: #24b6d4;
}




.invalid-feedback {
	background: #DC3545;
	color: #F2F2F2;
	border-radius: 4px;
	padding: 2px 10px;
}

.box-purple {
	background-color: #6f42c1;
	color: #ffffff;
}
.box-blue {
	background-color: #33B7F4;
	color: #ffffff;
}
.box-green {
	background-color: #6bbb6f;
	color: #ffffff;
}
.box-yellow {
	background-color: #ffc107;
	color: #7d5f01;
}
.box-red {
	background-color: #dc3545;
	color: #ffffff;
}
.box-bg {
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 10px center;
	background-blend-mode: soft-light;
}
.box-coin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' color='%23FFFFFF' fill='none'%3E%3Cpath d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M14.7102 10.0611C14.6111 9.29844 13.7354 8.06622 12.1608 8.06619C10.3312 8.06616 9.56136 9.07946 9.40515 9.58611C9.16145 10.2638 9.21019 11.6571 11.3547 11.809C14.0354 11.999 15.1093 12.3154 14.9727 13.956C14.836 15.5965 13.3417 15.951 12.1608 15.9129C10.9798 15.875 9.04764 15.3325 8.97266 13.8733M11.9734 6.99805V8.06982M11.9734 15.9031V16.998' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E");
}
.box-wallet {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' color='%23ffffff' fill='none'%3E%3Cpath d='M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M10 7H16C18.8284 7 20.2426 7 21.1213 7.87868C22 8.75736 22 10.1716 22 13V15C22 17.8284 22 19.2426 21.1213 20.1213C20.2426 21 18.8284 21 16 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C14.93 3 15.395 3 15.7765 3.10222C16.8117 3.37962 17.6204 4.18827 17.8978 5.22354C18 5.60504 18 6.07003 18 7' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E");
}
.box-money-bag {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' color='%23ffffff' fill='none'%3E%3Cpath d='M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z' stroke='currentColor' stroke-width='1.5' stroke-linejoin='round' /%3E%3Cpath d='M13.6267 12.9186C13.4105 12.1205 12.3101 11.4003 10.9892 11.9391C9.66829 12.4778 9.45847 14.2113 11.4565 14.3955C12.3595 14.4787 12.9483 14.2989 13.4873 14.8076C14.0264 15.3162 14.1265 16.7308 12.7485 17.112C11.3705 17.4932 10.006 16.8976 9.85742 16.0517M11.8417 10.9927V11.7531M11.8417 17.2293V17.9927' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.box-user-premium {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23FFFFFF' fill='none'%3E%3Cpath d='M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.827 14.1422 10.4865 13.7109 13 14.1878' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M18.6911 14.5777L19.395 15.9972C19.491 16.1947 19.7469 16.3843 19.9629 16.4206L21.2388 16.6343C22.0547 16.7714 22.2467 17.3682 21.6587 17.957L20.6668 18.9571C20.4989 19.1265 20.4069 19.4531 20.4589 19.687L20.7428 20.925C20.9668 21.9049 20.4509 22.284 19.591 21.7718L18.3951 21.0581C18.1791 20.929 17.8232 20.929 17.6032 21.0581L16.4073 21.7718C15.5514 22.284 15.0315 21.9009 15.2554 20.925L15.5394 19.687C15.5914 19.4531 15.4994 19.1265 15.3314 18.9571L14.3395 17.957C13.7556 17.3682 13.9436 16.7714 14.7595 16.6343L16.0353 16.4206C16.2473 16.3843 16.5033 16.1947 16.5993 15.9972L17.3032 14.5777C17.6872 13.8074 18.3111 13.8074 18.6911 14.5777Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.box-user-free {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23FFFFFF' fill='none'%3E%3Cpath d='M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.53058 14.3187 9.7927 13.8404 12 14.0466' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M15.015 15.3866C16.0876 14.7469 17.0238 15.0047 17.5863 15.4153C17.8169 15.5837 17.9322 15.6679 18 15.6679C18.0678 15.6679 18.1831 15.5837 18.4137 15.4153C18.9762 15.0047 19.9124 14.7469 20.985 15.3866C22.3928 16.2261 22.7113 18.9958 19.4642 21.3324C18.8457 21.7775 18.5365 22 18 22C17.4635 22 17.1543 21.7775 16.5358 21.3324C13.2887 18.9958 13.6072 16.2261 15.015 15.3866Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' /%3E%3C/svg%3E");
}
.box-diamond {
/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' color='%23fff' fill='none'%3E%3Cpath d='M5.78223 4.18192C6.43007 3.68319 6.754 3.43383 7.12788 3.27323C7.29741 3.20041 7.47367 3.14158 7.65459 3.09741C8.0536 3 8.4767 3 9.32289 3H14.6771C15.5233 3 15.9464 3 16.3454 3.09741C16.5263 3.14158 16.7026 3.20041 16.8721 3.27323C17.246 3.43383 17.5699 3.68319 18.2178 4.18192C20.3644 5.83448 21.4378 6.66077 21.8057 7.73078C21.9694 8.20673 22.0305 8.70728 21.9858 9.20461C21.8852 10.3227 21.0379 11.346 19.3433 13.3925L15.3498 18.2153C13.8126 20.0718 13.044 21 12 21C10.956 21 10.1874 20.0718 8.65018 18.2153L4.65671 13.3925C2.96208 11.346 2.11476 10.3227 2.0142 9.20461C1.96947 8.70728 2.03064 8.20673 2.1943 7.73078C2.56224 6.66077 3.63557 5.83448 5.78223 4.18192Z' stroke='currentColor' stroke-width='1.5' /%3E%3Cpath d='M10 8.5H14' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='32' width='32' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-6.4 -6.4 76.80 76.80' enable-background='new 0 0 64 64' xml:space='preserve' stroke='%23ffffff' stroke-width='0.64'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath id='Diamond' d='M63.6870499,18.5730648L48.7831497,4.278266c-0.1855011-0.1758003-0.4316025-0.4813001-0.6870003-0.4813001 H15.9037514c-0.2553005,0-0.5014,0.3054998-0.6870003,0.4813001l-14.9038,14.1908998 c-0.374,0.3535004-0.4184,0.9855995-0.1025,1.3917999c0.21,0.2703991,30.8237991,39.7256012,31.0517006,39.9812012 c0.1022987,0.1149979,0.2402992,0.2215996,0.3428001,0.266098c0.2763996,0.1206017,0.5077,0.1296997,0.7900982,0.0065002 c0.1025009-0.0444984,0.2404022-0.1348991,0.3428001-0.2499008c0.0151024-0.0168991,0.0377007-0.0224991,0.0517006-0.0404968 L63.789547,19.9121666C64.1054459,19.5058651,64.0610504,18.9265652,63.6870499,18.5730648z M15.6273508,6.4344659 l4.9945002,11.3625011H3.6061509L15.6273508,6.4344659z M24.0795517,17.7969666l7.9203987-11.2617006l7.9204979,11.2617006 H24.0795517z M40.7191467,19.7969666l-8.7191963,34.8769989l-8.719099-34.8769989H40.7191467z M33.9257507,5.7969656h12.5423012 l-4.8240013,10.9746008L33.9257507,5.7969656z M22.3559513,16.7715664L17.53195,5.7969656h12.5423012L22.3559513,16.7715664z M21.2191505,19.7969666l8.6596012,34.638401L2.975451,19.7969666H21.2191505z M42.7808495,19.7969666h18.2436981 l-26.9032974,34.638401L42.7808495,19.7969666z M43.3781471,17.7969666l4.9944992-11.3625011l12.0212021,11.3625011H43.3781471z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.box-diamond-chest {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='32' width='32' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-51.2 -51.2 614.40 614.40' xml:space='preserve' stroke='%23ffffff' stroke-width='0.00512'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.011,132.427c-12.504-3.44-13.125-4.057-16.571-16.513c-1.464-5.279-6.317-8.966-11.801-8.966 c-5.488,0-10.34,3.689-11.802,8.968c-3.449,12.452-4.068,13.07-16.572,16.51c-5.296,1.459-8.995,6.307-8.995,11.791 c0,5.48,3.697,10.329,8.996,11.791c12.503,3.44,13.123,4.057,16.571,16.509c1.463,5.281,6.316,8.968,11.802,8.968 c5.483,0,10.335-3.686,11.802-8.97c3.446-12.452,4.066-13.069,16.577-16.51c5.288-1.461,8.982-6.308,8.982-11.789 C512,138.735,508.305,133.887,503.011,132.427z M474.622,158.497c-3.107-7.191-7.102-11.18-14.303-14.28 c7.201-3.099,11.196-7.09,14.303-14.281c3.087,7.261,7.013,11.196,14.26,14.282C481.634,147.303,477.707,151.239,474.622,158.497z '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M65.742,50.285c-12.503-3.44-13.123-4.056-16.572-16.511c-1.464-5.279-6.316-8.966-11.8-8.966 c-5.485,0-10.339,3.687-11.803,8.968C22.119,46.227,21.5,46.844,8.994,50.285C3.699,51.744,0,56.593,0,62.076 c0,5.479,3.697,10.327,8.996,11.79c12.503,3.441,13.123,4.058,16.571,16.515c1.465,5.279,6.318,8.965,11.802,8.965 c5.484,0,10.335-3.686,11.802-8.969c3.448-12.453,4.069-13.071,16.578-16.513c5.288-1.461,8.981-6.308,8.981-11.787 C74.73,56.592,71.035,51.743,65.742,50.285z M37.353,76.358c-3.108-7.193-7.102-11.182-14.304-14.283 c7.202-3.099,11.197-7.089,14.304-14.281c3.088,7.262,7.012,11.197,14.26,14.282C44.364,65.162,40.44,69.097,37.353,76.358z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M204.274,136.375c-11.081-3.049-11.489-3.456-14.544-14.491c-1.416-5.102-6.107-8.666-11.408-8.666 c-5.302,0-9.993,3.564-11.41,8.669c-3.054,11.03-3.462,11.436-14.539,14.487c-5.122,1.409-8.7,6.097-8.7,11.401 c0,5.302,3.576,9.989,8.698,11.4c11.079,3.05,11.487,3.455,14.542,14.491c1.416,5.104,6.109,8.67,11.409,8.67 c5.301,0,9.992-3.565,11.409-8.673c3.054-11.032,3.463-11.437,14.548-14.487c5.114-1.411,8.685-6.098,8.685-11.399 C212.965,142.472,209.392,137.783,204.274,136.375z M178.322,159.004c-2.576-5.362-5.868-8.656-11.231-11.229 c5.362-2.574,8.655-5.866,11.231-11.229c2.576,5.362,5.868,8.655,11.229,11.229C184.189,150.348,180.897,153.641,178.322,159.004z '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M242.915,278.287c-11.473,0-20.807,9.369-20.807,20.883c-0.001,8.732,5.373,16.219,12.97,19.333v20.483 c0,4.328,3.509,7.837,7.837,7.837c4.328,0,7.837-3.509,7.837-7.837v-20.483c7.597-3.114,12.971-10.6,12.971-19.333 C263.723,287.654,254.388,278.287,242.915,278.287z M242.915,304.379c-2.831,0-5.134-2.336-5.134-5.209 c-0.001-2.872,2.303-5.21,5.134-5.21s5.135,2.337,5.135,5.21C248.049,302.042,245.745,304.379,242.915,304.379z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M463.669,207.941l-26.24-40.374c-2.922-4.49-7.83-7.183-13.152-7.229v-59.851c0-7.203-5.859-13.061-13.061-13.061H302.759 V75.898c0-7.202-5.859-13.061-13.061-13.061H196.13c-7.203,0-13.061,5.859-13.061,13.061v11.528H74.614 c-7.202,0-13.061,5.859-13.061,13.061v95.91l-19.62,19.62c-3.429,3.427-4.872,8.317-3.861,13.081l5.661,26.686 c-4.588,2.028-7.801,6.616-7.801,11.946v180.672c0,7.202,5.859,13.061,13.061,13.061h7.271v12.667 c0,7.202,5.859,13.061,13.061,13.061h36.114c7.202,0,13.061-5.859,13.061-13.061v-12.667h248.831v12.667 c0,7.202,5.859,13.061,13.061,13.061h36.112c7.202,0,13.061-5.859,13.061-13.061v-12.667h7.271 c7.203,0,13.061-5.859,13.061-13.061V267.731c0-6.203-4.35-11.399-10.157-12.725l22.92-28.148 C467.085,221.422,467.49,213.82,463.669,207.941z M413.943,176.008l-11.301,17.384l-11.299-17.384H413.943z M326.316,225.089 h13.094l9.59,29.58h-9.891C340.496,243.508,335.873,232.025,326.316,225.089z M204.29,373.449h77.249 c7.203,0,13.061-5.859,13.061-13.061V300.97h109.173v114.191H82.056V300.97h109.172v59.417 C191.229,367.59,197.088,373.449,204.29,373.449z M278.926,270.343v87.433h-72.025v-87.433H278.926z M223.963,203.46l-5.024-5.028 h12.489l10.569,10.576c-1.403,1.218-2.705,2.554-3.879,4.005C234.379,208.621,229.48,205.294,223.963,203.46z M247.021,229.973 c1.417-7.541,7.971-13.014,15.583-13.014c0.986,0,1.984,0.094,2.965,0.28c8.614,1.633,14.296,10.01,12.666,18.674 c-1.416,7.539-7.968,13.011-15.577,13.011c-0.987,0-1.986-0.094-2.972-0.282C251.073,247.01,245.391,238.636,247.021,229.973z M277.265,204.906l6.994-7c0.016-0.016,0.028-0.032,0.043-0.048h12.494l-12.292,12.302 C282.372,208.092,279.943,206.316,277.265,204.906z M283.889,182.185v-0.001l-18.265-18.279v-12.498l30.754,30.779H283.889z M269.772,190.23l-11.335,11.342c-0.498,0.066-0.993,0.141-1.484,0.231l-11.564-11.573l12.191-12.201L269.772,190.23z M249.951,163.495c-0.022,0.022-0.046,0.04-0.068,0.062l-18.971,18.987c-0.069,0.069-0.127,0.145-0.194,0.215h-12.511 l31.744-31.77V163.495z M229.677,230.362c1.733,8.642-3.848,17.087-12.441,18.824c-1.043,0.211-2.103,0.318-3.154,0.318 c-7.52,0-14.059-5.394-15.548-12.827c-1.734-8.642,3.847-17.086,12.443-18.823c1.044-0.211,2.104-0.318,3.155-0.318 C221.649,217.536,228.187,222.93,229.677,230.362z M294.458,242.055c2.941-4.587,7.943-7.326,13.379-7.326 c3.03,0,5.99,0.877,8.56,2.537c5.904,3.813,8.441,10.916,6.794,17.404h-30.74C291.388,250.512,291.966,245.944,294.458,242.055z M307.782,209.415l17.506-26.933l16.439,25.291l-1.067,1.643H307.782z M339.774,176.008h22.598l-11.3,17.385L339.774,176.008z M376.858,182.48l16.438,25.292l-1.069,1.645h-30.74l-1.069-1.644L376.858,182.48z M198.743,78.511h88.343v8.916h-88.343V78.511z M77.224,103.1h0.002h331.378v57.234h-79.028c-5.377,0-10.346,2.705-13.29,7.236l-4.868,7.49l-43.989-44.023 c-2.629-2.633-6.126-4.083-9.848-4.083c-3.723,0-7.221,1.449-9.851,4.081l-49.307,49.348c-2.627,2.631-4.073,6.127-4.073,9.845 c0,3.723,1.448,7.221,4.075,9.848l4.035,4.039c-9.037,3.596-15.772,11.138-18.535,20.165c-4.435-2.314-9.42-3.581-14.596-3.581 c-2.328,0-4.63,0.257-6.872,0.76l-4.342-42.392c-0.644-6.275-5.223-11.37-11.396-12.678l-37.903-8.044 c-0.98-0.207-1.982-0.312-2.982-0.312c-3.82,0-7.406,1.483-10.096,4.174l-18.515,18.514V103.1z M185.061,254.67h-31.408 c-0.857-5.943,1.648-12.132,6.957-15.654c2.605-1.727,5.619-2.64,8.72-2.64c5.358,0,10.318,2.678,13.27,7.162 C184.845,246.948,185.61,250.912,185.061,254.67z M131.358,243.285l5.811,11.384h-8.222L97.402,238.57l20.89-20.89l4.208,8.244 c1.385,2.715,4.135,4.276,6.986,4.276c1.198,0,2.416-0.276,3.556-0.858c3.855-1.968,5.385-6.687,3.418-10.542l-6.517-12.77 l13.771-13.771l3.816,37.255c-1.44,1.383-2.725,2.883-3.855,4.477c-2.343-2.181-5.883-2.789-8.898-1.25 C130.92,234.709,129.391,239.43,131.358,243.285z M88.796,225.011l-4.292-20.227l20.227,4.29L88.796,225.011z M94.468,254.67 H81.304l4.448-4.448L94.468,254.67z M90.156,189.96l8.87-8.87l2.389,11.259L90.156,189.96z M113.85,175.439l20.226,4.291 l-15.936,15.936L113.85,175.439z M69.681,210.436l2.389,11.258l-11.259-2.389L69.681,210.436z M75.387,238.42l-15.935,15.936 l-4.291-20.225L75.387,238.42z M102.827,471.52h-0.001H71.938v-10.055h30.889V471.52z M413.891,471.52h-30.887v-10.055h30.887 V471.52z M434.224,445.791H51.605V270.343h139.623v14.954H79.444c-7.202,0-13.061,5.859-13.061,13.061v119.415 c0,7.202,5.859,13.061,13.061,13.061h326.942c7.202,0,13.061-5.859,13.061-13.061V298.358c0-7.203-5.859-13.061-13.061-13.061 H294.6v-14.954h139.624V445.791z M419.803,254.67h-54.325l-9.59-29.58h41.941l-4.354,13.429c-1.334,4.117,0.922,8.537,5.037,9.871 c0.802,0.26,1.619,0.385,2.419,0.385c3.305,0,6.378-2.108,7.453-5.422l5.921-18.263h29.582L419.803,254.67z M413.059,209.415 l-1.068-1.644l16.438-25.292l17.505,26.935H413.059z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg style='opacity:0.1;enable-background:new ;'%3E%3Cg%3E%3Cpath d='M85.682,474.132v-20.504h-21.58v20.504c0,2.873,2.351,5.224,5.224,5.224h21.58 C88.033,479.356,85.682,477.005,85.682,474.132z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.form-control:valid {
	background-image: none !important;
}


.btn-download-ea {
	background-color: var(--black);
	color: var(--yellow);
	border-color: var(--yellow);
}

.star-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;

	li {
		float: left;
		margin: 0 2px;
		color: #888;
	}
	li.active {
		color: var(--yellow);
	}
}




.header {
	background-color: var(--header-bg);
	color: var(--white);
	height: 50px;
	box-shadow: 0 0 5px #000;

	.header-logo {
		width: 260px;
	}

	.btn-menu-mobile {
		width: 41px;
		height: 41px;
		overflow: hidden;
		text-indent: -1000px;
		display: block;
		position: relative;
	}
	.btn-menu-mobile:before {
		width: 26px;
		height: 26px;
		content:"";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26' color='%23FFFFFF' fill='none'%3E%3Cpath d='M19.0005 4.99988L5.00049 18.9999M5.00049 4.99988L19.0005 18.9999' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	}
	.btn-menu-mobile.collapsed:before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26' color='%23FFFFFF' fill='none'%3E%3Cpath d='M4 5L20 5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4 12L20 12' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4 19L20 19' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	}

	.user-profile .dropdown-toggle {
		color: var(--white) !important;
	}
}

.sidebar {
	width: 100%;
	min-width: 260px;
	height: calc(100vh - 50px);
	background-color: var(--sidebar-bg);
	padding-bottom: 50px;
	position: absolute;
	z-index: 99999999;
	overflow: scroll;

	.user-profile {
		padding: 10px;

		.wrapper {
			padding: 10px;
			background-color: var(--sidebar-up-bg);
		}

		.user-email {
			word-break: break-all;
		}
	}

	.nav {
		color: #fff !important;

		ul {
			width: 100%;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul li {
			padding: 0 20px;
			margin: 0;
			border-bottom: 1px solid #000;
		}

		.active {
			background-color: var(--sidebar-menu-active);
		}

		.section-title {
			color: var(--sidebar-section-label);
			width: 100%;
			padding: 6px 0;
		}

		a {
			width: 100%;
			display: block;
			padding: 6px 0;
			text-decoration: none;
			color: var(--sidebar-text);
			display: flex;
			align-items: center;
		}
		a:hover {
			color: var(--sidebar-text-hover);
		}

		a i {
			margin-right: 7px;
		}

		.active a {
			color: var(--sidebar-text-active);
		}

		.disable a {
			color: var(--sidebar-text-disable);
			cursor: not-allowed;
		}
	}
}


.breadcrumb {
	font-size: 11px;

	.breadcrumb-item {
		color: var(--darkweb-breadcrumb-text-color);
	}

	.breadcrumb-item.active {
		color: var(--darkweb-breadcrumb-text-active-color);
	}

	.breadcrumb-item:before {
		color: var(--darkweb-breadcrumb-sparator-color);
	}
}

.account-type {
	font-size: 18px;
	font-style: italic;

	.paid {
		color: #FF0000;
	}
	.free {
		color: #00FF62;
	}
}

.pages {
	height: calc(100vh - 50px);
	overflow: scroll;
	padding: 0 15px 0;
	display: flex;
	flex-direction: column;
	color: var(--default-text-color);
}

.footer {
	padding: 0 0 10px;
	margin-top: 50px;
	color: var(--default-text-color);
}

/* table */
.table-container {
	overflow: scroll;
}

/* card */
.card {
	background-color: var(--darkweb-card-bg);
	color: var(--darkweb-card-text-color);
}

/* accordion */
.accordion-item {
	background-color: var(--darkweb-accordion-item-bg);
	color: var(--darkweb-accordion-item-color);
	border-color: var(--darkweb-accordion-border-color);
}
.accordion-button {
	background-color : var(--darkweb-accordion-btn-bg) !important;
	color : var(--darkweb-accordion-btn-color) !important;
}	
.accordion-button i {
	font-size: 23px;
	margin-right: 10px;
	color: var(--darkweb-accordion-btn-icon-color) !important;
}
.accordion-button strong {
	margin: 0 5px;
	color: var(--darkweb-accordion-btn-strong-color) !important;
}
.accordion-button:after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' color='%23E8AF00' fill='none'%3E%3Cpath d='M20 12L4 12' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") !important;
	background-position: center;
}
.accordion-button.collapsed:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' color='%23E8AF00' fill='none'%3E%3Cpath d='M12 4V20M20 12H4' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") !important;
}

/* modal */
.modal {
	color: #222;

	.modal-title {
		font-size: 20px;
	}
}


/* Medium devices >= 768px */
@media (min-width: 767.98px) {

	.login-form {
		position: fixed !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.sidebar {
		width: 40%;
	}
}

/* Large devices >= 1200px */
@media (min-width: 1199.98px) {

	.sidebar {
		width: 260px;
		position: relative;
	}

	.pages {
		padding: 0 25px 0;
	}

}