/* _content/HameAbzarWeb/Components/ChatApps/Chats.razor.rz.scp.css */
.chat-container[b-ev58wiatiu] {
    height: 500px;
    overflow-y: auto;
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 15px;
}

.chat-bubble[b-ev58wiatiu] {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 15px;
    position: relative;
}

    .chat-bubble.bg-primary[b-ev58wiatiu] {
        border-bottom-left-radius: 0;
        color: black;
    }

    .chat-bubble.bg-light[b-ev58wiatiu] {
        color: black;
        border-bottom-right-radius: 0;
    }

.chat-content[b-ev58wiatiu] {
    word-wrap: break-word;
}

.chat-time[b-ev58wiatiu] {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    margin-top: 5px;
    opacity: 0.7;
}

.chat-container[b-ev58wiatiu]::-webkit-scrollbar {
    width: 5px;
}

.chat-container[b-ev58wiatiu]::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 5px;
}

.chat-container[b-ev58wiatiu]::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
/* _content/HameAbzarWeb/Components/ChatBot/ChatBotAI.razor.rz.scp.css */
.chat-container[b-oyuywc7kwq] {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #f9f9f9;
}

.chat-box[b-oyuywc7kwq] {
    height: 400px;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.message[b-oyuywc7kwq] {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    max-width: 70%;
}

.user-message[b-oyuywc7kwq] {
    background-color: #007bff;
    color: white;
    margin-left: auto;
}

.bot-message[b-oyuywc7kwq] {
    background-color: #e9ecef;
    color: black;
    margin-right: auto;
}

.typing-animation[b-oyuywc7kwq] {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation: typing-b-oyuywc7kwq 3s steps(40, end);
}

@keyframes typing-b-oyuywc7kwq {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
/* _content/HameAbzarWeb/Components/Dashbord/Pannel/DashbordPannel.razor.rz.scp.css */

.ImageProfile[b-chxulm4hg6] {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.inputFileImage[b-chxulm4hg6] {
    /* color: beige; */
    background-color: black;
    margin: auto;
    text-decoration: none;
    padding-top: 0px;
    top: 5px;
    inset: 0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 55px;
}


.file-input[b-chxulm4hg6] {
    margin-top: -30px;
    margin-left: 85px;
}

.file-input__input[b-chxulm4hg6] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label[b-chxulm4hg6] {
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    background-color: #4245a8;
}

    .file-input__label svg[b-chxulm4hg6] {
        height: 19px;
        margin-right: 0px;
    }
/* _content/HameAbzarWeb/Components/Dashbord/Pannel/ImageCreatedProject.razor.rz.scp.css */

/*.file-input {
    margin-top: -30px;
    margin-left: 85px;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    background-color: #4245a8;
}

    .file-input__label svg {
        height: 15px;
        margin-right: 0px;
    }*/


/* ImageUploud*/
/*.file-inputUploud {
    margin-top: -30px;
    margin-left: 85px;
}

.file-input__inputUploud {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__labelUploud {
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    background-color: #4245a8;
}

    .file-input__labelUploud svg {
        height: 15px;
        margin-right: 0px;
    }

.BtnSubMet {
    width: 100px;
    margin: auto;
    color: #4245a8;
    padding: 5px;
    border: 1px solid #4245a8;
}

.DivHeaders {
    display: flex;
    flex-wrap: wrap;
}

.flexrow {
    padding: 10px;
    width: 50%;
    text-align: center;
}*/
/* _content/HameAbzarWeb/Components/Expaction/Toast.razor.rz.scp.css */
#toast[b-qpc81lcxkh] {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1000000;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 17px;
    white-space: nowrap;
}

    #toast #img[b-qpc81lcxkh] {
        width: 50px;
        height: 50px;
        float: left;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        background-color: #111;
        color: #fff;
    }

    #toast #desc[b-qpc81lcxkh] {
        color: #fff;
        padding: 16px;
        overflow: hidden;
        white-space: nowrap;
    }

    #toast.show[b-qpc81lcxkh] {
        visibility: visible;
        -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
        animation: fadein-b-qpc81lcxkh 0.5s, expand-b-qpc81lcxkh 0.5s 0.5s,stay-b-qpc81lcxkh 3s 1s, shrink-b-qpc81lcxkh 0.5s 4s, fadeout-b-qpc81lcxkh 0.5s 4.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-b-qpc81lcxkh {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand-b-qpc81lcxkh {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay-b-qpc81lcxkh {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@keyframes shrink-b-qpc81lcxkh {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout-b-qpc81lcxkh {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}
/* _content/HameAbzarWeb/Components/Identity/Login.razor.rz.scp.css */

.account-section[b-f8kn6b45fj] {
    margin: auto;
    width: 420px;
}
@media (max-width: 768px) {
    .account-section[b-f8kn6b45fj] {
        width: 90%; /* روی دستگاه‌های کوچک‌تر 90% عرض صفحه */
    }
}
/* _content/HameAbzarWeb/Components/Layout/MainLayout.razor.rz.scp.css */

#blazor-error-ui[b-8a5osy09wo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8a5osy09wo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HameAbzarWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/HameAbzarWeb/Components/NotFinds.razor.rz.scp.css */
html[b-7z0ppaogw6], body[b-7z0ppaogw6] {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    background-color: #E7FFFF;
}

h1[b-7z0ppaogw6], a[b-7z0ppaogw6] {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.section[b-7z0ppaogw6] {
    padding: 4rem 2rem;
    text-align: center;
    margin: auto;
    margin-top: 150px;
}

    .section .error[b-7z0ppaogw6] {
        font-size: 150px;
        color: #008B62;
        text-shadow: 1px 1px 1px #00593E, 2px 2px 1px #00593E, 3px 3px 1px #00593E, 4px 4px 1px #00593E, 5px 5px 1px #00593E, 6px 6px 1px #00593E, 7px 7px 1px #00593E, 8px 8px 1px #00593E, 25px 25px 8px rgba(0,0,0, 0.2);
    }

.page[b-7z0ppaogw6] {
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.back-home[b-7z0ppaogw6] {
    display: inline-block;
    border: 2px solid #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6rem;
    transition: all 0.2s linear;
    box-shadow: 0 15px 15px -11px rgba(0,0,0, 0.4);
    background: #222;
    border-radius: 6px;
}

    .back-home:hover[b-7z0ppaogw6] {
        background: #222;
        color: #ddd;
    }
/* _content/HameAbzarWeb/Components/Pages/Boxs/Bmi.razor.rz.scp.css */
*[b-m1m9pnurye] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-m1m9pnurye] {
   /* font-family: 'Poppins', sans-serif;*/
    background-color: blueviolet;
   /* display: flex;*/
   /* justify-content: center;
    align-items: center;*/
    min-height: 100vh;
}

.box[b-m1m9pnurye] {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 500px;
    background-color: #fafafa;
    border-radius: 12px;
    text-align: center;
    box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.5);
}

h1[b-m1m9pnurye] {
    /* color: rgba(0, 0, 0, 0.7); */
    color: blueviolet;
    font-size: 36px;
    font-weight: bold;
    padding: 30px 0;
}

.container .content[b-m1m9pnurye] {
    padding: 0 30px;
}

.content .input-age[b-m1m9pnurye] {
    background: #ffffff;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 95px -30px rgba(0, 0, 0, 0.15);
}

.input-age label[b-m1m9pnurye] {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.input-age .text-input[b-m1m9pnurye] {
    outline: none;
    border: none;
    border-bottom: 1px solid blueviolet;
    width: 50%;
    text-align: center;
    font-size: 20px;
}

.content .gender[b-m1m9pnurye] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #ffffff;
    box-shadow: 0 0 95px -30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 20px 0;
    margin-bottom: 20px;
}
/* Start Style For Radio */
.gender .container[b-m1m9pnurye] {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    margin-top: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .gender .container input[b-m1m9pnurye] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    /* Create a custom radio button */
    .gender .container .checkmark[b-m1m9pnurye] {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #eee;
    }
    /* On mouse-hover, add a grey background color */
    .gender .container:hover input ~ .checkmark[b-m1m9pnurye] {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blueviolet background */
    .gender .container input:checked ~ .checkmark[b-m1m9pnurye] {
        background-color: blueviolet;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .gender .container .checkmark[b-m1m9pnurye]::after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    .gender .container input:checked ~ .checkmark[b-m1m9pnurye]::after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    .gender .container .checkmark[b-m1m9pnurye]::after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }
/* End Style For Radio */
.content .containerHW[b-m1m9pnurye] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.containerHW .input-height[b-m1m9pnurye],
.containerHW .input-weight[b-m1m9pnurye] {
    background: #fff;
    box-shadow: 0 0 95px -30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.containerHW .input-height[b-m1m9pnurye] {
    margin-right: 20px;
}

.input-height label[b-m1m9pnurye],
.input-weight label[b-m1m9pnurye] {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.input-height input[b-m1m9pnurye],
.input-weight input[b-m1m9pnurye] {
    outline: none;
    border: none;
    border-bottom: 1px solid blueviolet;
    width: 50%;
    text-align: center;
    font-size: 28px;
}

.content .calculate[b-m1m9pnurye] {
    background: blueviolet;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.5s;
    letter-spacing: 0.8px;
}

    .content .calculate:hover[b-m1m9pnurye] {
        background: rgb(71, 22, 117);
    }

.box .result[b-m1m9pnurye] {
    padding: 10px 20px;
}

.result p[b-m1m9pnurye] {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.result #result[b-m1m9pnurye] {
    font-size: 36px;
    font-weight: 900;
    color: blueviolet;
    background: #eaeaea;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 55px;
    margin-bottom: 25px;
}

#comment[b-m1m9pnurye] {
    color: blueviolet;
    font-weight: 800;
}

.result .comment[b-m1m9pnurye] {
    display: none;
    border: 1px dashed;
    border-radius: 7px;
    padding: 5px;
}

/* The Modal background */
.modal[b-m1m9pnurye] {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content[b-m1m9pnurye] {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    border-radius: 10px;
    box-shadow: -1px 2px 2px 1px #67438a;
}

#modalText[b-m1m9pnurye] {
    padding-top: 8px;
    padding-right: 5px;
    font-size: 18px;
    color: rgb(24, 23, 23);
}

.close[b-m1m9pnurye] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

    .close:hover[b-m1m9pnurye] {
        color: #d41111;
    }

@media (max-width: 700px) {
    .container .box[b-m1m9pnurye] {
        width: 340px;
    }

    .input-age label[b-m1m9pnurye] {
        font-size: 18px;
    }

    .input-height label[b-m1m9pnurye],
    .input-weight label[b-m1m9pnurye] {
        font-size: 14px;
    }

    .input-age .text-input[b-m1m9pnurye],
    .input-height input[b-m1m9pnurye],
    .input-weight input[b-m1m9pnurye] {
        font-size: 24px;
    }

    .modal-content[b-m1m9pnurye] {
        width: 380px;
    }
}
/* _content/HameAbzarWeb/Components/Pages/Boxs/CalCulator.razor.rz.scp.css */


*[b-lh0l1m0w9w] {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all .01s;
	user-select: none;
	font-family: 'Rajdhani', sans-serif;
}

.btns[b-lh0l1m0w9w] {
	margin: auto;
	inset: 0;
	display: block;
	width: 40%;
	margin-top: 20px;
}
.note[b-lh0l1m0w9w] {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #aaa;
	font-size: 1em;
	text-transform: uppercase;
}

	.note b[b-lh0l1m0w9w] {
		color: red;
	}


body[b-lh0l1m0w9w] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #1E1E1E;
}


.calculator[b-lh0l1m0w9w] {
	margin: auto;
	margin-top: 176px;
	direction: ltr;
	width: 320px;
}

	.calculator form[b-lh0l1m0w9w] {
		border-radius: 10px;
		padding: 20px;
		background: rgba(0, 0, 0, 0.24);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		-webkit-backdrop-filter: blur(7.9px);
		outline: 2px solid rgba(0, 0, 0, 1);
	}


		.calculator form .text[b-lh0l1m0w9w] {
			width: 100%;
			height: 50px;
			border: 0;
			outline: 0;
			padding: 15px 25px;
			resize: none;
			border-radius: 50px;
			margin-bottom: 10px;
			font-size: 1.5em;
			background: #333333;
			box-shadow: inset 3px 3px 5px #2c2c2c, inset -3px -3px 5px #3a3a3a;
			color: #eee;
			outline: 2px solid #000;
			caret-color: red;
		}


			.calculator form .text[b-lh0l1m0w9w]::-webkit-scrollbar {
				display: none;
			}


		.calculator form .button[b-lh0l1m0w9w] {
			width: 62px;
			height: 62px;
			border: 0;
			outline: 0;
			margin: 4px 2px;
			border-radius: 5px;
			font-size: 1.3em;
			cursor: pointer;
			background: linear-gradient(145deg, #373737, #2e2e2e);
			box-shadow: 1px 1px 3px #2b2b2b, -1px -1px 3px #3b3b3b;
			color: #eee;
			outline: 2px solid #000;
		}

			.calculator form .button:hover[b-lh0l1m0w9w],
			.calculator form .button:active[b-lh0l1m0w9w] {
				background: #333333;
				box-shadow: inset 5px 5px 10px #2b2b2b, inset -5px -5px 10px #3b3b3b;
				font-size: 1.2em;
			}



			.calculator form .button.btn[b-lh0l1m0w9w] {
				background: #eee;
				color: #111;
				font-weight: 700;
			}


				.calculator form .button.btn:hover[b-lh0l1m0w9w],
				.calculator form .button.btn:active[b-lh0l1m0w9w] {
					background: #eeeeee;
					box-shadow: inset 5px 5px 10px #c8c8c8, inset -5px -5px 10px #ffffff;
					font-size: 1.2em;
				}



			.calculator form .button.btnAns[b-lh0l1m0w9w] {
				color: red;
			}

			.calculator form .button.ac[b-lh0l1m0w9w] {
				background: #ff0000;
				color: #eee;
			}


				.calculator form .button.ac:hover[b-lh0l1m0w9w],
				.calculator form .button.ac:active[b-lh0l1m0w9w] {
					background: #ff0000;
					box-shadow: inset 5px 5px 5px #d60000, inset -5px -5px 5px #ff0000;
					font-size: 1.2em;
				}
/* _content/HameAbzarWeb/Components/Pages/Boxs/CalCulatorUI.razor.rz.scp.css */
*[b-oe4v8v0e7n] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    transition: all 0.2s ease;
}

    *[b-oe4v8v0e7n]::-webkit-scrollbar {
        display: none;
    }
.btns[b-oe4v8v0e7n] {
    margin: auto;
    inset: 0;
    display: block;
    width: 40%;
    margin-top: -40px;
    margin-bottom:60px;
}
body[b-oe4v8v0e7n] {
    font-family: sans-serif;
}

a[b-oe4v8v0e7n] {
    text-decoration: none;
    color: #fff;
}


body[b-oe4v8v0e7n] {
    background: rgb(62, 30, 242);
    background: linear-gradient( 315deg, rgba(62, 30, 242, 1) 0%, rgba(174, 128, 214, 1) 100% );
}

*[b-oe4v8v0e7n] {
    transition: all 0.5s ease;
}

.container[b-oe4v8v0e7n] {
    direction:ltr;
    height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
}

.calculator[b-oe4v8v0e7n] {
    position: relative;
    height: auto;
    width: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px #000;
}

.theme-toggler[b-oe4v8v0e7n] {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

    .theme-toggler.active[b-oe4v8v0e7n] {
        color: #333;
    }

        .theme-toggler.active[b-oe4v8v0e7n]::before {
            background-color: #fff;
        }

    .theme-toggler[b-oe4v8v0e7n]::before {
        content: "";
        height: 30px;
        width: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #333;
        z-index: -1;
    }

#display[b-oe4v8v0e7n] {
    margin: 0 10px;
    height: 150px;
    width: auto;
    max-width: 270px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 30px;
    margin-bottom: 20px;
    overflow-x: scroll;
}

    #display[b-oe4v8v0e7n]::-webkit-scrollbar {
        display: block;
        height: 3px;
    }

button[b-oe4v8v0e7n] {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 5px;
    margin: 5px;
    font-size: 20px;
    cursor: pointer;
}

    button#equal[b-oe4v8v0e7n] {
        height: 130px;
    }

/* light theme */
.calculator[b-oe4v8v0e7n] {
    background-color: #ffffff;
}

    .calculator #display[b-oe4v8v0e7n] {
        color: #0a1e23;
    }

    .calculator button#clear[b-oe4v8v0e7n] {
        background-color: #fef2f3;
        color: #f75f68;
    }

    .calculator button.btn-number[b-oe4v8v0e7n] {
        background-color: #f8fafb;
        color: #2f3334;
    }

    .calculator button.btn-operator[b-oe4v8v0e7n] {
        background-color: #fff4fe;
        color: #f967f3;
    }

    .calculator button#equale[b-oe4v8v0e7n] {
        background-color: #3fe1ba;
        color: #000;
    }
    /* dark theme */
    .calculator.dark[b-oe4v8v0e7n] {
        background-color: #071115;
    }

        .calculator.dark #display[b-oe4v8v0e7n] {
            color: #f8fafb;
        }

        .calculator.dark button#clear[b-oe4v8v0e7n] {
            background-color: #2d191e;
            color: #bd3740;
        }

        .calculator.dark button.btn-number[b-oe4v8v0e7n] {
            background-color: #202b30;
            color: #f8fafb;
        }

        .calculator.dark button.btn-operator[b-oe4v8v0e7n] {
            background-color: #2e1f39;
            color: #f365ee;
        }

/* code with love */
.code-with-love[b-oe4v8v0e7n] {
    position: fixed;
    right: 30px;
    bottom: 50px;
    border-radius: 5px;
    background-color: #111;
    padding: 10px;
    color: #fff;
    z-index: 99999999;
}

    .code-with-love i.fa-heart[b-oe4v8v0e7n],
    .code-with-love span[b-oe4v8v0e7n] {
        color: #ff2828;
    }
/* _content/HameAbzarWeb/Components/Pages/Boxs/ConvertToImage.razor.rz.scp.css */
.body[b-q4o35hrmfb] {
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, .2);
    color: white;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

h1[b-q4o35hrmfb] {
    margin: 0 0 20px 0;
    font-size: 2rem;
    color: #4A90E2;
}

.file-input-container[b-q4o35hrmfb] {
    text-align:center;
  
    display: block;
    align-items: center;
    gap: 10px;
}

input[type=file][b-q4o35hrmfb] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
 /*   background-color: #fff;*/
    cursor: pointer;
}

select[b-q4o35hrmfb] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.dropTarget[b-q4o35hrmfb] {
    margin-top: 20px;
    border: 3px dashed #4A90E2;
    border-radius: 10px;
/*    background-color: #f9f9fc;*/
    width: 80%;
    max-width: 500px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #999;
    font-size: 1.2rem;
}

#previews[b-q4o35hrmfb] {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.preview[b-q4o35hrmfb] {
    overflow: hidden;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .preview preview img[b-q4o35hrmfb] {
        width: 100px;
        height: 100px;
    }
img[b-q4o35hrmfb] {
    width: 100px;
    height: 100px;
}

[data-theme="dark"] img:not([src*=".svg"])[b-q4o35hrmfb] {
    filter: grayscale(20%);
    width: 100px;
    height: 100px
}
/* _content/HameAbzarWeb/Components/Pages/Boxs/TextToSteech.razor.rz.scp.css */
/* (X) DOES NOT MATTER */
/* (X1) LAYOUT COSMETICS */
*[b-08o4y636oz] {
    box-sizing: border-box;
}

body[b-08o4y636oz] {
/*    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://images.unsplash.com/photo-1527261834078-9b37d35a4a32?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODg5NjUzOTl8&ixlib=rb-4.0.3&q=85);
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(10px);*/
}

#cbwrap[b-08o4y636oz] {
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    inset: 0;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    width: 600px;
    padding: 30px;
    border-radius: 10px;
    color: black;
}

#cbtitle[b-08o4y636oz] {
    margin-bottom: 40px;
    text-transform: uppercase;
}

#cbinfo[b-08o4y636oz] {
    padding: 10px;
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
}

    #cbinfo a[b-08o4y636oz] {
        text-decoration: none;
        padding: 5px;
        color: #fff;
        background: #a91616;
    }

/* (X2) FORM COSMETICS */
form[b-08o4y636oz] {
    width: 100%;
    padding: 0;
    margin: 0;
}

input[b-08o4y636oz], select[b-08o4y636oz], label[b-08o4y636oz] {
    display: block;
    width: 100%;
}

input[b-08o4y636oz], select[b-08o4y636oz] {
    padding: 8px;
}

label[b-08o4y636oz] {
    margin: 10px 0;
    color: #333;
}

input[type=submit][b-08o4y636oz] {
    margin-top: 20px;
    padding: 10px;
    border: 0;
    color: #fff;
    background: #2a4591;
    cursor: pointer;
}
/* _content/HameAbzarWeb/Components/Pages/Boxs/Timer.razor.rz.scp.css */

body[b-wfgn93p46x],
html[b-wfgn93p46x] {
    height: 100%;
}
#AppBody[b-wfgn93p46x] {
    width: 100%;
    height: 100vh;
    margin-top: -20px;
    background-image: url("/images/bg.webp");
}
:root[b-wfgn93p46x] {
    background-image: url("/images/bg.webp");
    --sans: "Poppins", sans-serif;
    --mono: "Space Mono", monospace;
    color: white;
    overflow: clip;
    font-family: var(--sans);
    font-weight: 600;
    font-size: 1.1rem;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.material-symbols-outlined[b-wfgn93p46x] {
    font-variation-settings: "FILL" 0, "wght";
    400, "GRAD" 0, "opsz" 24;
}

.side-nav[b-wfgn93p46x] {
    direction:ltr;
    font-size: 0.9rem;
    height: 100%;
    border-radius: 0;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .side-nav *[b-wfgn93p46x] {
        transition: 0.2s ease-in-out;
    }

    .side-nav a[b-wfgn93p46x] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #c1c1c1;
        display: block;
        transition: 0.3s;
    }

        .side-nav a:hover[b-wfgn93p46x] {
            color: #f1f1f1;
        }

.close-btn[b-wfgn93p46x] {
    position: absolute;
    top: 0;
    right: 5px;
}

.content[b-wfgn93p46x] {
    font-size: 1.2rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 230px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

    .content:hover[b-wfgn93p46x],
    #tab-holder:hover[b-wfgn93p46x] {
        box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.05);
    }

#pomo[b-wfgn93p46x] {
    width: 100%;
    height: 100%;
}

#time[b-wfgn93p46x] {
    text-align: center;
    font-size: 5rem;
    font-family: var(--mono);
    text-shadow: 0 0 5px #00000030;
    margin: 15px;
}

.ctrl-btn[b-wfgn93p46x] {
    font-size: 1rem;
    font-family: var(--sans);
    font-weight: 500;
    border: 3px solid white;
    border-radius: 50px;
    color: white;
    background-color: transparent;
    padding: 7px 15px 7px 15px;
    margin: 0 10px 0 10px;
    transition: 0.1s ease-in-out;
    box-shadow: 0 0 5px #00000030;
}

    .ctrl-btn:hover[b-wfgn93p46x] {
        cursor: pointer;
        background-color: white;
        color: black;
        box-shadow: 0 0 10px #00000030;
    }

    .ctrl-btn:active[b-wfgn93p46x] {
        color: white;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .ctrl-btn:disabled[b-wfgn93p46x] {
        opacity: 70%;
        box-shadow: none;
        border: none;
        color: white;
        background-color: transparent;
    }

.side-nav .ctrl-btn[b-wfgn93p46x] {
    margin: 10px;
}

.settings-element[b-wfgn93p46x] {
    font-size: 0.8rem;
    font-family: var(--sans);
    text-transform: capitalize;
    border: 0.15rem solid white;
    border-radius: 50px;
    color: white;
    background-color: transparent;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
    margin: 0 10px 0 10px;
    transition: 0.1s ease-in-out;
    box-shadow: 0 0 5px #00000030;
}

    .settings-element:hover[b-wfgn93p46x] {
        cursor: pointer;
        background-color: white;
        color: black;
        box-shadow: 0 0 10px #00000030;
    }

    .settings-element:active[b-wfgn93p46x] {
        color: white;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

#settings-btn[b-wfgn93p46x] {
    position: absolute;
    right: 2px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.settings-hr[b-wfgn93p46x] {
    position: relative;
    bottom: 50px;
    width: 50px;
    border: 3.5px solid white;
}

.bottom-hr[b-wfgn93p46x] {
    position: relative;
    width: 50px;
    border: 3.5px solid white;
    top: 50px;
}

select[b-wfgn93p46x]::-ms-expand {
    display: none;
}

select[b-wfgn93p46x] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 12rem;
    background-image: url(&quot;https://aspen-48.github.io/pomo-assets/icons/expand_w.svg&quot;);
    background-position: 98% center;
    background-size: 1rem;
    background-repeat: no-repeat;
    outline: none;
}

    select:hover[b-wfgn93p46x] {
        background-image: url(&quot;https://aspen-48.github.io/pomo-assets/icons/expand.svg&quot;);
    }

    select:active[b-wfgn93p46x] {
        background-image: url(&quot;https://aspen-48.github.io/pomo-assets/icons/expand_w.svg&quot;);
    }

option[b-wfgn93p46x] {
    background-color: #fdfdfd;
    color: #363636;
    border-radius: 15px;
}

label[b-wfgn93p46x] {
    font-weight: normal;
    margin: 0 10px 0 10px;
}

#duration-inputs[b-wfgn93p46x] {
    display: inline-grid;
    grid-template-columns: repeat(3, auto);
    gap: 0.1rem;
    align-items: center;
}

.input-group[b-wfgn93p46x] {
    display: inline-flex;
    gap: 0;
    justify-content: space-between;
    align-items: center;
}

.time-input[b-wfgn93p46x] {
    height: 0.8rem;
    width: 5.6rem;
}

#tab-holder[b-wfgn93p46x] {
    font-size: 1.2rem;
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin: auto;
    top: -350px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 0px;
    transition: 0.3s ease-in-out;
}

#tab[b-wfgn93p46x] {
    height: 100%;
    width: 100%;
}

@media (max-width: 470px) {
    .content[b-wfgn93p46x] {
        width: 75%;
        height: 160px;
        padding: 15px;
    }

    #time[b-wfgn93p46x] {
        margin-top: 2px;
        font-size: 3rem;
    }

    .ctrl-btn[b-wfgn93p46x] {
        font-size: 0.8rem;
        border-width: 2.6px;
        margin: 2px;
    }

    .side-nav[b-wfgn93p46x] {
        padding-top: 50px;
        height: 100.5%;
    }

        .side-nav *[b-wfgn93p46x] {
            margin-bottom: 0.7rem;
        }

    h1[b-wfgn93p46x] {
        font-size: 1.7rem;
        top: -2rem;
    }

    #duration-inputs[b-wfgn93p46x] {
        grid-template-columns: auto;
        gap: 0;
    }

    #tab-holder[b-wfgn93p46x] {
        font-size: 0.9rem;
        height: 1.3rem;
        width: 7rem;
        top: -260px;
    }

    .settings-hr[b-wfgn93p46x] {
        bottom: 40px;
    }

    .bottom-hr[b-wfgn93p46x] {
        top: 30px;
    }
}

@media (max-width: 325px) {
    .content[b-wfgn93p46x] {
        height: 180px;
    }
}

@media (max-height: 345px) {
    .content[b-wfgn93p46x] {
        height: 160px;
        padding: 15px;
    }

    #time[b-wfgn93p46x] {
        margin-top: 2px;
        font-size: 3rem;
    }

    .ctrl-btn[b-wfgn93p46x] {
        font-size: 0.8rem;
        border-width: 2.6px;
        margin: 2px;
    }

    .side-nav[b-wfgn93p46x] {
        padding-top: 15px;
    }

        .side-nav *[b-wfgn93p46x] {
            margin-top: 0.7rem;
            margin-bottom: 0.7rem;
        }

    h1[b-wfgn93p46x] {
        font-size: 1.8rem;
        top: -0.6rem;
    }

    #tab-holder[b-wfgn93p46x] {
        font-size: 0.9rem;
        height: 1.3rem;
        width: 7rem;
        top: -240px;
    }
}
/* _content/HameAbzarWeb/Components/Pages/Boxs/ToDoList.razor.rz.scp.css */
/* general */
body[b-p8wksxsi0r] {
    font-family: "Handlee", cursive;
}

:root[b-p8wksxsi0r] {
    --hue: 172;
    --saturation: 100%;
    --lightness: 44%;
    --main-color: hsl(var(--hue), var(--saturation), var(--lightness));
    /* --main-color: #00dfc0; */
    --text-color: #454b54;
    --white-color: #fff;
}

.to-do-list[b-p8wksxsi0r] {
    direction: ltr;

    min-height: 100vh;
}

    .to-do-list .container[b-p8wksxsi0r] {
        min-height: 100vh;
    }

        .to-do-list .container .to-do-list-body[b-p8wksxsi0r] {
            min-height: calc(100vh - 100px);
            width: 800px;
        }

            .to-do-list .container .to-do-list-body .dots[b-p8wksxsi0r] {
                position: absolute;
                left: 0;
                height: 100%;
            }

.dot[b-p8wksxsi0r] {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin: 5px 10px;
    z-index: 9999999;
}

.to-do-list .container .to-do-list-body .to-do-list-header[b-p8wksxsi0r] {
    background-image: url("https://drive.google.com/uc?export=view&id=1_uIEZyB6-i3sPZN_i-jZEEZ86PHa7Vju");
    background-position: center -400px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    border-radius: 2rem !important;
}

.to-do-list .container .to-do-list-body .to-do-list-tasks[b-p8wksxsi0r] {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    background-color: #ffffff;
    opacity: 0.8;
    background-size: 20px 20px;
    background-image: -o-repeating-linear-gradient( bottom, var(--main-color), var(--main-color) 1px, var(--white-color) 1px, var(--white-color) );
    background-image: repeating-linear-gradient( 0deg, var(--main-color), var(--main-color) 1px, var(--white-color) 1px, var(--white-color) );
    border-radius: 2rem !important;
}

    .to-do-list .container .to-do-list-body .to-do-list-tasks .title[b-p8wksxsi0r] {
        color: var(--text-color);
    }

    .to-do-list .container .to-do-list-body .to-do-list-tasks h1[b-p8wksxsi0r] {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 15px;
    }

        .to-do-list .container .to-do-list-body .to-do-list-tasks h1[b-p8wksxsi0r]::after {
            content: "";
            position: absolute;
            width: 100px;
            height: 5px;
            background-color: var(--main-color);
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0;
        }

    .to-do-list .container .to-do-list-body .to-do-list-tasks .input-group[b-p8wksxsi0r] {
        width: 80%;
        margin: 15px auto;
    }

        .to-do-list .container .to-do-list-body .to-do-list-tasks .input-group input[b-p8wksxsi0r] {
            background: no-repeat;
            border: none;
            border-bottom: 2px solid var(--main-color);
            color: var(--text-color);
            caret-color: var(--main-color);
        }

        .to-do-list .container .to-do-list-body .to-do-list-tasks .input-group button[b-p8wksxsi0r] {
            background: var(--main-color);
            color: var(--text-color);
            border: none;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .to-do-list
            .container
            .to-do-list-body
            .to-do-list-tasks
            .input-group
            button:hover[b-p8wksxsi0r] {
                background-color: var(--text-color);
                color: var(--main-color);
            }

        .to-do-list
        .container
        .to-do-list-body
        .to-do-list-tasks
        .input-group
        input[b-p8wksxsi0r]::-webkit-input-placeholder {
            color: var(--text-color) !important;
        }

        .to-do-list
        .container
        .to-do-list-body
        .to-do-list-tasks
        .input-group
        input[b-p8wksxsi0r]::-moz-placeholder {
            color: var(--text-color) !important;
        }

        .to-do-list
        .container
        .to-do-list-body
        .to-do-list-tasks
        .input-group
        input:-ms-input-placeholder[b-p8wksxsi0r] {
            color: var(--text-color) !important;
        }

        .to-do-list
        .container
        .to-do-list-body
        .to-do-list-tasks
        .input-group
        input[b-p8wksxsi0r]::-ms-input-placeholder {
            color: var(--text-color) !important;
        }

        .to-do-list
        .container
        .to-do-list-body
        .to-do-list-tasks
        .input-group
        input[b-p8wksxsi0r]::placeholder {
            color: var(--text-color) !important;
        }

.form-control:focus[b-p8wksxsi0r] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table[b-p8wksxsi0r] {
    width: 80%;
    margin: 0 auto !important;
    background: transparent;
    border: transparent;
    text-align: center;
}

    .table th[b-p8wksxsi0r] {
        background-color: transparent;
    }

        .table th.w-50[b-p8wksxsi0r] {
            width: 50%;
        }

    .table tbody i[b-p8wksxsi0r] {
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .table tbody i.fa-solid.fa-square-check[b-p8wksxsi0r] {
            color: var(--main-color);
        }

            .table tbody i.fa-solid.fa-square-check:hover[b-p8wksxsi0r] {
                color: var(--white-colorr);
            }

        .table tbody i.fa-regular.fa-square-check:hover[b-p8wksxsi0r] {
            color: var(--main-color);
        }

        .table tbody i.fa-trash-can:hover[b-p8wksxsi0r] {
            color: red;
            -webkit-animation: shake 1s ease 0s infinite normal forwards;
            animation: shake-b-p8wksxsi0r 1s ease 0s infinite normal forwards;
        }

.wavy[b-p8wksxsi0r] {
    -webkit-text-decoration: line-through var(--main-color) wavy;
    text-decoration: line-through var(--main-color) wavy;
}

.bg-main-color[b-p8wksxsi0r] {
    --main-color: hsla(var(--hue), var(--saturation), var(--lightness), 0.1);
    background-color: var(--main-color) !important;
}
/* animation */
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes shake-b-p8wksxsi0r {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    80% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    90% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}
/* media */
@media (max-width: 767.98px) {
    .to-do-list .container .to-do-list-body .to-do-list-header[b-p8wksxsi0r] {
        background-position: center -180px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .to-do-list .container .to-do-list-body .to-do-list-header[b-p8wksxsi0r] {
        background-position: center -320px !important;
    }
}
/* _content/HameAbzarWeb/Components/Pages/CategoryDetails.razor.rz.scp.css */

#content[b-2t7uc0grmu] {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

@media (max-width: 768px) {

    #content[b-2t7uc0grmu] {
        width: 70%;
    }
}

@media (max-width: 480px) {
    #content[b-2t7uc0grmu] {
        width: 100%;
    }
}
/* _content/HameAbzarWeb/Components/Pages/Counter.razor.rz.scp.css */
#micTest[b-3j1tdez8nw]::before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMiIgZD0ibTEyLDE2YzIuMjA2LDAgNCwtMS43OTUgNCwtNGwwLC02YzAsLTIuMjA2IC0xLjc5NCwtNCAtNCwtNHMtNCwxLjc5NCAtNCw0bDAsNmMwLDIuMjA1IDEuNzk0LDQgNCw0eiIvPgogIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGlkPSJzdmdfMyIgZD0ibTE5LDEybDAsLTJjMCwtMC41NTIgLTAuNDQ3LC0xIC0xLC0xcy0xLDAuNDQ4IC0xLDFsMCwyYzAsMi43NTcgLTIuMjQzLDUgLTUsNXMtNSwtMi4yNDMgLTUsLTVsMCwtMmMwLC0wLjU1MiAtMC40NDcsLTEgLTEsLTFzLTEsMC40NDggLTEsMWwwLDJjMCwzLjUyIDIuNjEzLDYuNDMyIDYsNi45MmwwLDEuMDhsLTMsMGMtMC41NTMsMCAtMSwwLjQ0NyAtMSwxczAuNDQ3LDEgMSwxbDgsMGMwLjU1MywwIDEsLTAuNDQ3IDEsLTFzLTAuNDQ3LC0xIC0xLC0xbC0zLDBsMCwtMS4wOGMzLjM4NywtMC40ODggNiwtMy40IDYsLTYuOTJ6Ii8+CiA8L2c+Cjwvc3ZnPg==");
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}

#soundTest[b-3j1tdez8nw]::before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iNDAyIiB3aWR0aD0iNTgyIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBmaWxsPSIjMjE2MGM0IiBpZD0iWE1MSURfMjc1XyIgZD0ibTk1MCw1ODAuN2wwLDI0NS43YzAsMjkuOCAtMjQuMyw1NC4xIC01NC4xLDU0LjFsLTc4LjcsMGMtMjkuOCwwIC01NC4xLC0yNC4zIC01NC4xLC01NC4xbDAsLTIwMS44YzAsLTI5LjkgMjQuMywtNTQuMSA1NC4xLC01NC4xbDcyLjcsMGMtNS40LC0yMDMuMyAtMTcyLjgsLTM2NyAtMzc3LjgsLTM2N2wtMC4yLDBjLTIwNSwwIC0zNzIuMywxNjMuNyAtMzc3LjgsMzY3bDcyLjcsMGMyOS44LDAgNTQuMSwyNC4zIDU0LjEsNTQuMWwwLDIwMS43YzAsMjkuOCAtMjQuMyw1NC4xIC01NC4xLDU0LjFsLTc4LjcsMGMtMjkuOCwwIC01NC4xLC0yNC4zIC01NC4xLC01NC4xbDAsLTI0NS42YzAsLTU5LjEgMTEuNiwtMTE2LjQgMzQuNSwtMTcwLjNjMjIuMSwtNTIuMSA1My43LC05OC44IDkzLjksLTEzOWM0MC4yLC00MC4xIDg3LC03MS42IDEzOS4yLC05My42YzU0LC0yMi44IDExMS4zLC0zNC4zIDE3MC40LC0zNC4zbDAuMiwwYzU5LjEsMCAxMTYuNCwxMS41IDE3MC40LDM0LjNjNTIuMiwyMiA5OSw1My41IDEzOS4yLDkzLjZjNDAuMiw0MC4xIDcxLjgsODYuOSA5My45LDEzOWMyMi43LDUzLjkgMzQuMywxMTEuMiAzNC4zLDE3MC4zeiIvPgogIDxwYXRoIGZpbGw9IiMyMTYwYzQiIGlkPSJYTUxJRF8xMTFfIiBkPSJtNjgyLDM1Ny44Yy00OC44LC0zOS40IC0xMTAuMSwtNjAuOCAtMTcyLjgsLTYwLjhsLTAuMSwwYy02Mi43LDAgLTEyMS45LDIwLjQgLTE3MS4xLDU5LjZsLTM3LjQsLTQ3LjFjMjksLTIzLjEgNjEuNCwtNDAuOSA5Ni4xLC01My4zYzM2LC0xMi45IDczLjgsLTE5LjIgMTEyLjMsLTE5LjJsMC4xLDBjMzksMCA3Ny4yLDYuNCAxMTMuNSwxOS41YzM1LjEsMTIuNyA2Ny43LDMxIDk2LjksNTQuNmwtMzcuNSw0Ni43eiIvPgogPC9nPgo8L3N2Zz4=");
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}

main[b-3j1tdez8nw] {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

    main div[b-3j1tdez8nw] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 300px;
    }
/* _content/HameAbzarWeb/Components/Pages/Images/ImageCompressor.razor.rz.scp.css */

.card shadow-lg p-4[b-4ah08x1o2q] {
    background-color: rgba(0, 0, 0, 0.1);
  color:black;
}
/* _content/HameAbzarWeb/Components/Pages/Images/ImageEditor.razor.rz.scp.css */


/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    padding: 10px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #E3F2FD;
}*/

.container[b-hnxud8p0jd] {
    margin-top: 50px;
    color: black;
    /*  width: 850px;*/
    padding: 30px 35px 35px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /*  box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/
}

    .container.disable .editor-panel[b-hnxud8p0jd],
    .container.disable .controls .reset-filter[b-hnxud8p0jd],
    .container.disable .controls .save-img[b-hnxud8p0jd] {
        opacity: 0.5;
        pointer-events: none;
    }

    .container h2[b-hnxud8p0jd] {
        margin-top: -8px;
        font-size: 22px;
        font-weight: 500;
    }

    .container .wrapper[b-hnxud8p0jd] {
        display: flex;
        margin: 20px 0;
        min-height: 335px;
    }

.wrapper .editor-panel[b-hnxud8p0jd] {
    padding: 15px 20px;
    width: 280px;
    border-radius: 5px;
/*    border: 1px solid #ccc;*/
}

.editor-panel .title[b-hnxud8p0jd] {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.editor-panel .options[b-hnxud8p0jd], .controls[b-hnxud8p0jd] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.editor-panel button[b-hnxud8p0jd] {
    outline: none;
    height: 40px;
    font-size: 14px;
    color: #6C757D;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    border: 1px solid #aaa;
}

.editor-panel .filter button[b-hnxud8p0jd] {
    width: calc(100% / 2 - 4px);
}

.editor-panel button:hover[b-hnxud8p0jd] {
    background: #f5f5f5;
}

.filter button.active[b-hnxud8p0jd] {
    color: #fff;
    border-color: #5372F0;
    background: #5372F0;
}

.filter .slider[b-hnxud8p0jd] {
    margin-top: 12px;
}

    .filter .slider .filter-info[b-hnxud8p0jd] {
        display: flex;
        color: #464646;
        font-size: 14px;
        justify-content: space-between;
    }

    .filter .slider input[b-hnxud8p0jd] {
        width: 100%;
        height: 5px;
        accent-color: #5372F0;
    }

.editor-panel .rotate[b-hnxud8p0jd] {
    margin-top: 17px;
}

    .editor-panel .rotate button[b-hnxud8p0jd] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 4 - 3px);
    }

.rotate .options button:nth-child(3)[b-hnxud8p0jd],
.rotate .options button:nth-child(4)[b-hnxud8p0jd] {
    font-size: 18px;
}

.rotate .options button:active[b-hnxud8p0jd] {
    color: #fff;
    background: #5372F0;
    border-color: #5372F0;
}

.wrapper .preview-img[b-hnxud8p0jd] {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    margin-left: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.preview-img img[b-hnxud8p0jd] {
    max-width: 490px;
    max-height: 335px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.controls button[b-hnxud8p0jd] {
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    color: #fff;
    cursor: pointer;
    background: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.controls .reset-filter[b-hnxud8p0jd] {
    color: #6C757D;
    border: 1px solid #6C757D;
}

    .controls .reset-filter:hover[b-hnxud8p0jd] {
        color: #fff;
        background: #6C757D;
    }

.controls .choose-img[b-hnxud8p0jd] {
    background: #6C757D;
    border: 1px solid #6C757D;
}

.controls .save-img[b-hnxud8p0jd] {
    margin-left: 5px;
    background: #5372F0;
    border: 1px solid #5372F0;
}

@media screen and (max-width: 760px) {
    .container[b-hnxud8p0jd] {
        padding: 25px;
    }

        .container .wrapper[b-hnxud8p0jd] {
            flex-wrap: wrap-reverse;
        }

    .wrapper .editor-panel[b-hnxud8p0jd] {
        width: 100%;
    }

    .wrapper .preview-img[b-hnxud8p0jd] {
        width: 100%;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .controls button[b-hnxud8p0jd] {
        width: 100%;
        margin-bottom: 10px;
    }

    .controls .row[b-hnxud8p0jd] {
        margin-right: 0px;
        width: 100%;
    }

        .controls .row .save-img[b-hnxud8p0jd] {
            margin-left: 0px;
        }
}
/* _content/HameAbzarWeb/Components/Pages/Images/Points.razor.rz.scp.css */
*[b-lyq2ys8z2n] {
    color: black;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
}

body[b-lyq2ys8z2n] {
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    user-select: none;
}

canvas[b-lyq2ys8z2n] {
    background: white;
    cursor: crosshair;
    width: 90%;
}

label[b-lyq2ys8z2n] {
    background: white;
    display: block;
    margin-top: 1rem;
    padding: 5px;
    text-align: center;
}

select[b-lyq2ys8z2n] {
    background: white;
    color: black;
    cursor: pointer;
    text-align: center;
}

span[b-lyq2ys8z2n] {
    background: white;
    display: inline-flex;
}


button[b-lyq2ys8z2n] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.596);
    border-radius: 2px;
    font-size: 1rem;
    font-weight: bold;
    height: 3rem;
    letter-spacing: 2px;
    margin-top: 4rem;
    transition: .1s;
    width: 60%;
}


    button:hover[b-lyq2ys8z2n] {
        transform: scale(1.07);
    }

#reset[b-lyq2ys8z2n] {
    background: rgb(255, 41, 41);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.171);
    height: 2.2rem;
    margin-top: 3rem;
    width: 55%;
}

#save:active[b-lyq2ys8z2n] {
    background: rgb(209, 209, 209);
}

#reset:active[b-lyq2ys8z2n] {
    background: rgb(204, 31, 31);
}


.la[b-lyq2ys8z2n] {
    color: black;
    font-size: 1.2rem;
    margin-left: .7rem;
    padding: 5px;
}

#size[b-lyq2ys8z2n] {
    background: white;
    display: block;
    margin: 7px 0;
    padding: .5rem 0;
    text-align: center;
    width: 100%;
}

#container[b-lyq2ys8z2n] {
    display: flex;
}

#tool-bar[b-lyq2ys8z2n] {
    background: gray;
    border-right: 2px solid rgb(54, 54, 54);
    height: 100vh;
    width: 10%;
}

#tools span[b-lyq2ys8z2n] {
    cursor: pointer;
    display: block;
    height: 2rem;
    padding: 10px 0;
    text-align: left;
    transition: .15s;
    width: 100%;
}

    #tools span:hover[b-lyq2ys8z2n] {
        font-size: 1.25rem;
    }

.active-tool[b-lyq2ys8z2n] {
    background: rgb(121, 188, 250);
}

#colors[b-lyq2ys8z2n] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 1rem 0;
}

span[b-lyq2ys8z2n] {
    padding: 10px;
    margin: 2px 0;
}

#colors span[b-lyq2ys8z2n] {
    background: white;
    cursor: pointer;
    height: 22px;
    transition: .1s;
    width: 22px;
}

.active-color[b-lyq2ys8z2n] {
    transform: scale(1.1);
    border: 1px solid white;
    box-sizing: content-box;
    margin: 0;
}

#color-picker[b-lyq2ys8z2n] {
    background: white;
    border: none;
    cursor: pointer;
    height: 80px;
    ;
    padding: 0;
    width: 100%;
}

#colors span:nth-of-type(1)[b-lyq2ys8z2n] {
    background: black;
}

#colors span:nth-of-type(2)[b-lyq2ys8z2n] {
    background: white;
}

#colors span:nth-of-type(3)[b-lyq2ys8z2n] {
    background: red;
}

#colors span:nth-of-type(4)[b-lyq2ys8z2n] {
    background: orange;
}

#colors span:nth-of-type(5)[b-lyq2ys8z2n] {
    background: yellow;
}

#colors span:nth-of-type(6)[b-lyq2ys8z2n] {
    background: green;
}

#colors span:nth-of-type(7)[b-lyq2ys8z2n] {
    background: blue;
}

#colors span:nth-of-type(8)[b-lyq2ys8z2n] {
    background: purple;
}

#colors span:nth-of-type(9)[b-lyq2ys8z2n] {
    background: saddlebrown;
}
/* _content/HameAbzarWeb/Components/Pages/Images/SalavatShomar.razor.rz.scp.css */


h1[b-ezou9ugl3q] {
    color: #007BFF;
}

#count[b-ezou9ugl3q] {
    text-align:center;
    font-size: 4rem;
    margin: 22px 14px;
    padding: 19px;
    border: 5px solid #007BFF;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.animated-number[b-ezou9ugl3q] {
    animation: fadeIn-b-ezou9ugl3q 0.5s ease-in-out;
}

@keyframes fadeIn-b-ezou9ugl3q {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

button[b-ezou9ugl3q] {
    padding: 10px 20px;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    button:hover[b-ezou9ugl3q] {
        background-color: #007BFF;
        color: white;
    }

.reset[b-ezou9ugl3q] {
    background-color: #ff4d4d;
    color: white;
}

    .reset:hover[b-ezou9ugl3q] {
        background-color: #cc0000;
    }
/* _content/HameAbzarWeb/Components/Pages/Tools/Compass.razor.rz.scp.css */
/* _content/HameAbzarWeb/Components/Pages/Tools/HtmlRuner.razor.rz.scp.css */
body[b-b8hvgx2cot] {
    background: none !important;
    height: 100%;
    margin: 20px;
    padding: 0;
    font-family: Arial;
    font-weight: bold;
}

h1[b-b8hvgx2cot],
h2[b-b8hvgx2cot] {
    text-align: center;
}

h1[b-b8hvgx2cot] {
    font-size: 2em;
}

h3[b-b8hvgx2cot] {
    margin-top: 20px;
}

textarea[b-b8hvgx2cot] {
    background: #fff !important;
    width: 100%;
    margin: 0 20px 0 0;
    height: 200px;
    border-radius: 5px;
    border-color: #555;
    font-family: "Source Code Pro", monospace;
    font-size: 1em;
    resize: none;
}

    textarea:hover[b-b8hvgx2cot] {
        background: #fff !important;
    }

    textarea:focus[b-b8hvgx2cot] {
        outline: none;
        background: #fff !important;
    }

.grid[b-b8hvgx2cot] {
    width: 50%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

.edit[b-b8hvgx2cot] {
    background: #fff !important;
    padding: 5px;
}

.output[b-b8hvgx2cot] {
    background: #fff;
    border-left: 1px solid #f3f3f3;
    overflow: hidden;
    padding: 0 20px;
    margin: 20px 0;
}

    .output iframe[b-b8hvgx2cot] {
        border: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .output iframe[b-b8hvgx2cot]::-webkit-scrollbar {
            display: none;
        }
/* _content/HameAbzarWeb/Components/Pages/Tools/ImageToPdf.razor.rz.scp.css */
body[b-7hxaurvqun] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header[b-7hxaurvqun] {
    margin-top: 60px;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.container[b-7hxaurvqun] { 
    margin-top:100px;
    margin: 20px auto;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
}

.imageBox[b-7hxaurvqun] {
    width: 200px;
    height: 200px;
    margin: 10px;
    position: relative;
}

    .imageBox img[b-7hxaurvqun] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.deleteButton:hover[b-7hxaurvqun] {
    background-color: #ff6b6b;
}

#imageContainer[b-7hxaurvqun] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    #imageContainer img[b-7hxaurvqun] {
        max-width: 100%;
    }

#pdfDownloadLink[b-7hxaurvqun] {
    margin: 20px auto;
    text-align: center;
    background: "red";
    width: 100%;
}

#fileInput[b-7hxaurvqun] {
    display: none;
}

button[b-7hxaurvqun] {
    border: none;
    background: var(--clr);
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
}

    button:hover[b-7hxaurvqun] {
        background: var(--hov);
    }

.deleteButton[b-7hxaurvqun] {
    background-color: #f44336;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    padding: 0;
    right: 5px;
}
/* _content/HameAbzarWeb/Components/Pages/Tools/PasswordGenerator.razor.rz.scp.css */
*[b-3ridf8xhy9] {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body[b-3ridf8xhy9] {
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(to top, #209cff 100%, #68e0cf 200%);
	display: flex;
	justify-content: center;
	align-items: center;
}

button[b-3ridf8xhy9] {
	border: 0;
	outline: 0;
}
label[b-3ridf8xhy9] {
	margin-right: 40px;
}
.container[b-3ridf8xhy9] {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 400px;
	height: 600px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.35), 0 8px 12px rgba(0, 0, 0, 0.15);
	font-family: "Montserrat";
}

	.container h2.title[b-3ridf8xhy9] {
		font-size: 1.75rem;
		margin: 10px -5px;
		margin-bottom: 30px;
		color: #fff;
	}

.result[b-3ridf8xhy9] {
	position: relative;
	width: 100%;
	height: 65px;
	overflow: hidden;
}

.result__info[b-3ridf8xhy9] {
	position: absolute;
	bottom: 4px;
	color: #fff;
	font-size: 0.8rem;
	transition: all 150ms ease-in-out;
	transform: translateY(200%);
	opacity: 0;
}

	.result__info.right[b-3ridf8xhy9] {
		right: 8px;
	}

	.result__info.left[b-3ridf8xhy9] {
		left: 8px;
	}

.result__viewbox[b-3ridf8xhy9] {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 65px;
}

.result #copy-btn[b-3ridf8xhy9] {
	position: absolute;
	top: var(--y);
	left: var(--x);
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	z-index: 2;
}

	.result #copy-btn:active[b-3ridf8xhy9] {
		box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
	}

.result:hover #copy-btn[b-3ridf8xhy9] {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.35);
}

.field-title[b-3ridf8xhy9] {
	position: absolute;
	top: -10px;
	left: 8px;
	transform: translateY(-50%);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-size: 0.65rem;
	pointer-events: none;
	user-select: none;
}

.options[b-3ridf8xhy9] {
	width: 100%;
	height: auto;
	margin: 50px 0;
}

.range__slider[b-3ridf8xhy9] {
	position: relative;
	width: 100%;
	height: calc(65px - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	margin: 30px 0;
}

	.range__slider[b-3ridf8xhy9]::before, .range__slider[b-3ridf8xhy9]::after {
		position: absolute;
		color: #fff;
		font-size: 0.9rem;
		font-weight: bold;
	}

	.range__slider[b-3ridf8xhy9]::before {
		content: attr(data-min);
		left: 10px;
	}

	.range__slider[b-3ridf8xhy9]::after {
		content: attr(data-max);
		right: 10px;
	}

	.range__slider .length__title[b-3ridf8xhy9]::after {
		content: attr(data-length);
		position: absolute;
		right: -16px;
		font-variant-numeric: tabular-nums;
		color: #fff;
	}

#slider[b-3ridf8xhy9] {
	-webkit-appearance: none;
	width: calc(100% - (70px));
	height: 2px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.314);
	outline: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

	#slider[b-3ridf8xhy9]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: white;
		cursor: pointer;
		transition: all 0.15s ease-in-out;
	}

		#slider[b-3ridf8xhy9]::-webkit-slider-thumb:hover {
			background: #d4d4d4;
			transform: scale(1.2);
		}

	#slider[b-3ridf8xhy9]::-moz-range-thumb {
		width: 20px;
		height: 20px;
		border: 0;
		border-radius: 50%;
		background: white;
		cursor: pointer;
		transition: background 0.15s ease-in-out;
	}

		#slider[b-3ridf8xhy9]::-moz-range-thumb:hover {
			background: #d4d4d4;
		}

.settings[b-3ridf8xhy9] {
	position: relative;
	height: auto;
	widows: 100%;
	display: flex;
	flex-direction: column;
}

	.settings .setting[b-3ridf8xhy9] {
		position: relative;
		width: 100%;
		height: calc(65px - 10px);
		background: rgba(255, 255, 255, 0.08);
		border-radius: 8px;
		display: flex;
		align-items: center;
		padding: 10px 25px;
		color: #fff;
		margin-bottom: 8px;
	}

		.settings .setting input[b-3ridf8xhy9] {
			opacity: 0;
			position: absolute;
		}

			.settings .setting input + label[b-3ridf8xhy9] {
				user-select: none;
			}

				.settings .setting input + label[b-3ridf8xhy9]::before, .settings .setting input + label[b-3ridf8xhy9]::after {
					content: "";
					position: absolute;
					transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
					transform: translateY(-50%);
					top: 50%;
					right: 10px;
					cursor: pointer;
				}

				.settings .setting input + label[b-3ridf8xhy9]::before {
					height: 30px;
					width: 50px;
					border-radius: 30px;
					background: rgba(214, 214, 214, 0.434);
				}

				.settings .setting input + label[b-3ridf8xhy9]::after {
					height: 24px;
					width: 24px;
					border-radius: 60px;
					right: 32px;
					background: #fff;
				}

			.settings .setting input:checked + label[b-3ridf8xhy9]:before {
				background: #5d68e2;
				transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
			}

			.settings .setting input:checked + label[b-3ridf8xhy9]:after {
				right: 14px;
			}

			.settings .setting input:focus + label[b-3ridf8xhy9]:before {
				box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
			}

			.settings .setting input:disabled + label[b-3ridf8xhy9]:before, .settings .setting input:disabled + label[b-3ridf8xhy9]:after {
				cursor: not-allowed;
			}

			.settings .setting input:disabled + label[b-3ridf8xhy9]:before {
				background: #4f4f6a;
			}

			.settings .setting input:disabled + label[b-3ridf8xhy9]:after {
				background: #909090;
			}

.btn.generate[b-3ridf8xhy9] {
	user-select: none;
	position: relative;
	width: 100%;
	height: 50px;
	margin: 10px 0;
	border-radius: 8px;
	color: #fff;
	border: none;
	background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 150ms ease;
}

	.btn.generate:active[b-3ridf8xhy9] {
		transform: translateY(-3%);
		box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
	}

.support[b-3ridf8xhy9] {
	position: fixed;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	display: flex;
}

a[b-3ridf8xhy9] {
	margin: 0 20px;
	color: #fff;
	font-size: 2rem;
	transition: all 400ms ease;
}

	a:hover[b-3ridf8xhy9] {
		color: #222;
	}

.github-corner svg[b-3ridf8xhy9] {
	position: absolute;
	right: 0;
	top: 0;
	mix-blend-mode: darken;
	color: #eeeeee;
	fill: #353535;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.github-corner:hover .octo-arm[b-3ridf8xhy9] {
	animation: octocat-wave-b-3ridf8xhy9 0.56s;
}

@keyframes octocat-wave-b-3ridf8xhy9 {
	0%, 100% {
		transform: rotate(0);
	}

	20%, 60% {
		transform: rotate(-20deg);
	}

	40%, 80% {
		transform: rotate(10deg);
	}
}
/* _content/HameAbzarWeb/Components/Pages/Tools/QrCode.razor.rz.scp.css */
body[b-2eok8tazn8] {
    background: #f5f8ff;
    font-family: "Exo 2", sans-serif;
    color: #252432;
    display: flex;
    align-items: center;
    heightt: 100vh;
    margin: 0px 0 0px;
    min-height: 100vh;
    background: url('https://i.ibb.co/X5FvYS4/fuadhasanshihab-qr-BG.jpg') no-repeat bottom;
    background-size: cover;
    z-index: -1;
}

.qr-container[b-2eok8tazn8] {
    text-align: center;
    width: 70%;
    max-width: 450px;
    margin: 50px auto;
    font-family: "Exo 2", sans-serif;
    background: rgba(231,239,255,0.3);
    backdrop-filter: blur(50px);
    padding: 40px 25px;
    border-radius: 25px;
    border: 1px solid white;
    box-shadow: 0px -0.5px 0px white;
}

h1[b-2eok8tazn8] {
    font-size: 50px;
    line-height: .8;
    margin: 0px 0 40px;
    text-shadow: 3px 3px 0px #fff;
}

    h1 span[b-2eok8tazn8] {
        color: #5b54ff;
        font-size: 55px;
    }

.qr-grid[b-2eok8tazn8] {
    margin: 25px 0 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.qr-container[b-2eok8tazn8]::after {
    content: 'همه ابزار';
    font-size: 12px !important;
    opacity: 0.8;
}

textarea[b-2eok8tazn8] {
    font-family: "Exo 2", sans-serif;
    width: calc(100% - 20px);
    padding: 10px;
    background: #f5f8ff;
    color: #252432;
    font-size: 17px;
    border: 1px solid #fff;
    border-radius: 4px;
}

[b-2eok8tazn8]::placeholder {
    color: #252432;
    opacity: .99;
}

small[b-2eok8tazn8] {
    display: none;
}

input[type="text"][b-2eok8tazn8],
input[type="number"][b-2eok8tazn8],
select[b-2eok8tazn8] {
    width: 100%;
    padding: 4px 8px;
    margin: 4px 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f5f8ff;
    color: #000;
    font-family: "Exo 2", sans-serif;
}

input[type="color"][b-2eok8tazn8] {
    width: 100%;
    height: 30px;
    margin: 4px 0 0px;
    padding: 2px 4px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    background: #f5f8ff;
}

label[b-2eok8tazn8] {
    margin: 0px 0px;
    display: block;
    font-size: 13px;
}

button[b-2eok8tazn8] {
    width: 100%;
    padding: 12px;
    margin: 0px 0;
    border: none;
    border-radius: 6px;
    background-color: #5b54ff;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Exo 2", sans-serif;
}

    button:hover[b-2eok8tazn8] {
        background-color: #5f40ff;
        font-weight: 500;
    }

#qrcode[b-2eok8tazn8] {
    margin: 35px 0 30px;
    display: flex;
    justify-content: center;
}

canvas[b-2eok8tazn8] {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
/* _content/HameAbzarWeb/Components/Profile/Account.razor.rz.scp.css */

#content[b-kgy6mjw11c] {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
@media (max-width: 768px) {

    #content[b-kgy6mjw11c] {
        width: 70%;
    }
}

@media (max-width: 480px) {
    #content[b-kgy6mjw11c] {
        width: 100%;
    }
}
/* _content/HameAbzarWeb/Components/Profile/UserProfile.razor.rz.scp.css */

#content[b-9fx89m75tv] {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

@media (max-width: 768px) {

    #content[b-9fx89m75tv] {
        width: 70%;
    }
}

@media (max-width: 480px) {
    #content[b-9fx89m75tv] {
        width: 100%;
    }
}
