@font-face {
	font-family: 'Noto Sans Arabic';
	src: url('assets/fonts/NotoSansArabic-VariableFont_wdth,wght.ttf') format('truetype');
	font-weight: 100 900; /* Weight range: 100 (light) to 900 (bold) */
	font-stretch: 75% 125%; /* Width range: 75% (condensed) to 125% (expanded) */
}

body .py-5 {
	padding-top: 1rem !important;
}

body {
	padding-top: 1rem !important;
	background: #3C2188 !important;
	color: white !important;
	font-family: 'Noto Sans Arabic', sans-serif !important;
}

.image-container {
	display: inline-grid;
	padding: 5px;
	border-radius: 5px;
	margin-top: 3px;
}

.form-control {
	background-color: #E8E0F7 !important;
	border-radius: 5px !important
}

.form-floating>.form-control:focus~label {
	text-align: right;
	transform: translateY(100%) translateX(0);
	/* Adjust label position */
	right: 0;
	/* Ensure the label is on the right side */
	padding-top: 10px;
	padding-right: -10px;
	transform-origin: top right
}

.form-floating.custom-class>label {
	top: 0;
	right: 0;
	transform-origin: 100% 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating.custom-class>.form-control-plaintext~label,
.form-floating.custom-class>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-0.5rem) translateX(-0.15rem);
}


/* Custom width and height for Select2 */
#mySelect {
	width: 100%;
	/* Match the width of other input fields */
}

.select2-container .select2-selection--single {
	height: 50px;
	/* Adjust the height to match other input fields */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	/* Vertically center the text */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	/* Adjust the dropdown arrow container height */
}


.was-validated .custom-select:invalid+.select2 .select2-selection {
	border-color: #dc3545 !important;
}

.was-validated .custom-select:valid+.select2 .select2-selection {
	border-color: #28a745 !important;
}

*:focus {
	outline: 0px;
}

.error-message {
	color: #5cffd7;
	font-size: 0.775em;
	display: none;
	/* Hidden by default */
	font-weight: 600
}

.form-control.invalid {
	border-color: red;
}

.submit-btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

/* Custom CSS to move the close icon to the left */
.modal-header .btn-close {
	position: absolute;
	left: 15px;
	/* Adjust this value to position it properly */
	right: auto;
}

.banner {
	background-size: cover;
	background: linear-gradient(to right, #1D2A5A, #3C4C8A);
  background-position: center;
	height: 20vh;
	/* Adjusts to 50% of the viewport height */
	display: flex;
	align-items: center;
	/* Vertically centers the content */
	justify-content: center;
	/* Horizontally centers the content */
	color: white;
	/* Text color */
	text-align: center;
	border-radius: 12px;
	/* Rounded corners */
	margin-top: 20px;
	/* Margin around the banner */
	overflow: hidden;
	/* Prevents overflow of content */
}

@media (max-width: 768px) {
	.banner {
		height: 15vh;
		/* Adjust for smaller screens */
		margin-top: 20px;
		/* Margin around the banner */

	}
}

@media (max-width: 576px) {
	.banner {
		height: 15vh;
		/* Further adjust for mobile */
		margin-top: 20px;
		/* Margin around the banner */

	}
}

.left-option {
	width: 175px;
	/* Adjust this width to ensure equal alignment */
}

.social-links a {
	color: #1d5a58;
	/* Icon color */
	font-size: 20px;
	/* Icon size */
	transition: color 0.3s;
	/* Smooth color transition */
	margin: 0 5px;
	/* Space between icons */
}

.social-links a:hover {
	color: #007BFF;
	/* Change color on hover */
}

.cust-btn {
	background-color: #F97E02 !important;
	color: #fff !important;
	border-radius: 5px !important;
	border-color: #F97E02 !important;
	font-weight: 900 !important;
}

.input-group {
	display: flex;
	/* Use flexbox for alignment */
	align-items: center;
	/* Center items vertically */
	flex-wrap: nowrap;
	/* Prevent wrapping */

}

.input-group .form-control {
	flex-grow: 1;
	/* Allow input to fill available space */
	padding: 10px;
	/* Consistent padding */
	text-align: right;
	/* Align text to the right */
	border: 1px solid #9370DB;
	border-radius: 5px;
	/* Rounded corners */
	background-color: #E6E6FA !important;
	color: black !important
}

.input-group .btn {
	margin-right: 10px;
	/* Space between button and input */
	border-radius: 5px;
	/* Rounded corners for button */
	padding: 10px 20px;
	/* Consistent padding for button */
	height: auto;
	/* Allow the button height to adjust based on content */
}

/* Optional: If you want to adjust button size on smaller screens */
@media (max-width: 576px) {
	.input-group .btn {
		flex-shrink: 0;
		/* Prevent the button from shrinking */
		width: auto;
		/* Keep button width as content size */
	}
}

.list-group-item {
	border-left: none !important;
	/* Remove left border */
	border-right: none !important;
	/* Remove right border */
	border-top: none !important;
	/* Remove top border initially */
	border-bottom: none;
	/* Remove bottom border initially */
	padding: 15px;
	/* Padding for better spacing */
	background-color: #5f38cf5c !important;
	/* Light background color */
	color: white !important;
	border-color: rgba(255, 255, 255, 0.05) !important;
	/* 2px light width, white color with 50% opacity */
	border-radius: 3px !important
}

/* Add a light grey border to the top of all items except the first */
.list-group-item:not(:first-child) {
	border-top: none !important
}

.lable-text {
	margin: 0;
	margin-right: 5px;
	padding-left: 10px;
	color: white;
}


.greeting-text {
	text-align: right;
	/* Aligns text to the right */
	background-color: #5f38cf5c;
	padding: 10px;
	/* Add some padding for better appearance */
	border-radius: 10px;
	/* Optional: rounded corners */
}

.log-box {
	padding: 10px;
	/* Increased padding for better layout */
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	/* Shadow for the log box */
	display: flex;
	/* Centering using flexbox */
	flex-direction: column;
	/* Stack text and logs vertically */
	align-items: center;
	/* Center items horizontally */
	margin-bottom: 5px
}

.log-text {
	font-size: 16px;
	/* Adjust font size */
	font-weight: bold;
	/* Make text bold */
	margin-bottom: 15px;
	/* Space below the text */
	color: #FFF;
	/* Darker text for contrast */
}

.logs {
	width: 100%;
}

.log {
	display: flex;
	color: #FFF !important;
	flex-direction: column;
	/* Stack image and text vertically */
	align-items: center;
	/* Center items horizontally */
	background-color: #000;
	/* White background for logs */
	border-radius: 5px;
	/* Rounded corners */
	padding: 15px;
	/* Padding inside the log box */
	padding-left: 40px;
	/* Padding inside the log box */
	padding-right: 40px;
	/* Padding inside the log box */

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* Shadow effect for each log */
	margin: 5px !important;
	/* Space between log boxes */


}


.input-header {
	display: flex;
	/* Use flexbox for alignment */
	align-items: center;
	/* Center items vertically */
	margin-bottom: 15px;
	/* Space below the header */
}

.info-icon {
	margin-right: 8px;
	/* Space between the icon and the paragraph */
	color: #007bff;
	/* Change color to indicate interactivity */
	font-size: 16px;
	/* Adjust icon size */
}


.input-header {
	display: flex;
	/* Use flexbox for alignment */
	align-items: center;
	/* Center items vertically */
	margin-bottom: 15px;
	/* Space below the header */
}

.info-icon {
	margin-right: 8px;
	/* Space between the icon and the paragraph */
	color: #007bff;
	/* Change color to indicate interactivity */
	font-size: 16px;
	/* Adjust icon size */
}

p {
	margin: 0;
	/* Reset margin for the paragraph */
}


.carousel {
	border-radius: 10px;
	/* Make the carousel itself rounded */
	overflow: hidden;
	/* Ensure the overflow is hidden */
	display: flex;
	/* Enable flexbox for the entire carousel */
	justify-content: center;
	/* Center items */
	align-items: center;
	/* Center items vertically */
	position: relative;
	/* Make sure the position is relative for absolute positioning of caption */
	height: 180px;
	/* Define a height for the carousel */
}

.carousel-item {
	height: 180px;
	/* Set the desired height */
	display: flex;
	/* Use flexbox for centering */
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Center vertically */
	position: relative;
	/* Ensure relative positioning for absolute children */
}

.gradient1 {
	background: linear-gradient(to right, #6a11cb, #2575fc);
}

.gradient2 {
	background: linear-gradient(to right, #6a11cb, #2575fc);
}

.gradient3 {
	background: linear-gradient(to right, #6a11cb, #2575fc);
}

.carousel-caption {
	bottom: 1.25rem;
	left: 50%;
	padding-bottom: 3rem !important;
	padding-top: 1.25rem;
	position: absolute;
	right: 15%;
	text-align: center;
}

/* Media query for additional adjustments */
@media (max-width: 768px) {
	.carousel-caption {
		font-size: 1.2rem;
		/* Adjust font size for mobile */

	}
}


.link-color {
	color: orange
}


.separator {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 20px 0;
}

.line {
	flex: 1;
	height: 1px;
	background-color: #ccc;
	/* Line color */
	margin: 0 10px;
	/* Space between line and text */
}

.text {
	font-weight: bold;
	/* Style for "OR" text */
	color: #ccc;
	/* Text color */
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.line {
		margin: 0 5px;
		/* Less space on smaller screens */
	}
}

.modal-text {
	color: #000 !important
}

.recharge-button {
	color: #FFF !important
}

.cust-color {
	color: #5cffd7 !important
}


.rounded-box {
	border-radius: 10px;
	/* Adjust the radius for roundness */
	padding: 10px;
	/* Padding inside the box */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* Optional shadow */
	background-color: #5f38cf5c
}

.list-item {
	padding: 10px 0;
	/* Space between items */
	border-bottom: 1px solid #ffffff0d;
	/* Optional separation */
}

.list-item:last-child {
	border-bottom: none;
	/* Remove border from last item */
}

.rounded1 {
	border-radius: 10px !important
}

.cust-form {
	border-radius: 10px;
	/* Adjust the radius for roundness */
	padding: 10px !important;
	/* Padding inside the box */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* Optional shadow */
	background-color: #5f38cf5c;
	margin-bottom: 10px
}

.gallery {
	background: #3C2188;
}

.gallery-cell {
	width: 90%;
	height: 150px;
	margin-right: 10px;
	background: linear-gradient(to right, #6a11cb, #2575fc);
	counter-increment: gallery-cell;
	border-radius: 15px
}

.gallery-cell:before {
	display: block;
	text-align: center;
	content: "الاعلانات والعروض الجديدة";
	line-height: 150px;
	font-size: 20px;
	color: white;
}















/* Style the smaller buttons with updated colors */
.option-btn {
  background-color: transparent; /* Transparent background */
  border: 2px solid #F97E02; /* Green border color */
  color: #F97E02; /* Green text color */
  font-size: 0.9rem; /* Smaller font size */
  font-weight: 500; /* Slightly less bold for a modern look */
  padding: 8px 16px; /* Smaller padding */
  border-radius: 10px; /* Rounded corners */
  transition: all 0.3s ease; /* Smooth transition for hover and active state */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Lighter shadow for modern effect */
}

/* Hover effect for buttons */
.option-btn:hover {
  background-color: #F97E02; /* Green background on hover */
  color: #fff; /* White text on hover */
  border-color: #F97E02; /* Darker green border on hover */
}

/* Active button with shadow */
.option-btn.active {
  background-color: #F97E02; /* Dark green background for active button */
  color: #fff; /* White text for active button */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Darker shadow for active button */
}

/* Button spacing */
.option-btn:not(:last-child) {
  margin-left: 10px; /* Optional: Add space between buttons */
}

/* Right-aligned buttons container */
.d-flex {
  display: flex;
  justify-content: flex-start; /* Align buttons to the right for RTL direction */
}



/* Scoped styles for #installAppModal only */
#installAppModal .modal-content {
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	animation: fadeIn 0.5s ease;
	background-color: #ffffff;
	color: #333333;
}

#installAppModal .modal-header {
	background-color: #1D1D68;
	color: #ffffff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
}

#installAppModal .modal-header .btn-close {
	filter: invert(1) grayscale(100%) brightness(200%);
}

#installAppModal .modal-footer .btn-primary {
	background-color: #FF6B6B;
	border: none;
	color: #ffffff;
	transition: background-color 0.3s ease, transform 0.3s ease;
	width: 100%;
	font-weight: bold;
}

#installAppModal .modal-footer .btn-primary:hover {
	background-color: #e25555;
	transform: scale(1.05);
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-30px); }
	to { opacity: 1; transform: translateY(0); }
}

#installAppModal .modal-body {
	font-size: 1.1rem;
	text-align: center;
	padding: 1rem 1.5rem;
}

#installAppModal .modal-footer {
	justify-content: center;
	flex-wrap: wrap;
}

#installAppModal .modal-dialog {
	max-width: 90%;
	margin: auto;
}

@media (min-width: 576px) {
	#installAppModal .modal-dialog {
			max-width: 400px;
	}
}

#installAppModal.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	transform: translateY(-30px);
	opacity: 0;
}

#installAppModal.modal.fade.show .modal-dialog {
	transform: translateY(0);
	opacity: 1;
}


























