html {
	height: 100%;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2'),
		url('../fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Light.woff2') format('woff2'),
		url('../fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Inter';
	font-size: 13px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #e6f0f9 !important;
}

.form-control,
.btn {
	font-size: 13px !important;
}

.main_wrapper {
	flex: 1 0 auto;
}

.pb-40 {
	padding-bottom: 30px;
}

.mt-100 {
	margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a,
a:hover {
	text-decoration: none !important;
	outline: none !important;
}

a {
	color: #6dbd63;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	color: #48953f;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	overflow: hidden;
}

.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border-color: #d9d9d9;
}

.form-control:focus {
	border-color: #6dbd63;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.clr-green {
	background: #e0f0e04d;
}

blockquote {
	font-size: 14px;
}

input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.title.text-center,
.section-title,
.area-title {
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
}

.wrapper-1 {
	height: initial;
	max-width: 620px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 {
	padding: 30px;
	text-align: center;
}

.wrapper-2 p {
	margin: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

.go-home,
.go-home:hover {
	color: #fff;
	background: #6dbd63;
	border: none;
	padding: 10px 50px;
	margin: 30px 0;
	border-radius: 30px;
	text-transform: capitalize;
	box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.main_wrapper {
	height: auto;
}

.padding-top {
	padding-top: 50px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.card-container.card {
	max-width: 350px;

}

.required label::after,
.field-quote-verifycode label::after,
.field-information-verifycode label::after {
	content: "*";
	color: red;
	margin-left: 3px;
}

/************Header start--------------*/
header .navbar-nav li a {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

header .btn-success {
	padding: 4px 15px;
}

header {
	background-color: #fff;
}

.index-body header {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	transition: all ease .25s;
}

header .navbar-nav .nav-item a button {
	color: #fff;
	background: linear-gradient(180deg, #204389 0%, #1658C7 100%);
	border-radius: 50px;
	padding: 8px 20px;
	border-color: #0000;
}

header .navbar .navbar-nav {
	flex-direction: row;
}

header .navbar {
	z-index: 1;
}

@media only screen and (max-width:1199px) {
	header .navbar .navbar-brand h3 {
		font-size: 18px;
	}
}

/************Header end--------------*/

.footer-bottom {
	padding: 15px 0px
}

/************ footer end***********/

/************ blog start***************/

.blog-section .blog-img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.blog-section.bg .single-blog {
	background: #ffffff;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
}

.article.blog-post:last-child {
	padding-bottom: 0 !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

/************ blog end***************/

/************privacy***********/

.content-section {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
}

.content-section h1 {
	font-size: 26px;
	margin-top: 0;
	padding-bottom: 11px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 500;
}

h4.divider {
	font-size: 20px;
	text-transform: uppercase;
}

.page-head h1 {
	font-size: 22px;
	padding: 15px 8px;
}

.page-head {
	background: #fff;
}

/*----------- contact --------------*/
.contact-group .card {
	padding: 20px;

}

.contact-group .card .icon {
	max-width: 40px;
}

.contact-group .card .icon span {
	font-size: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid #28a745;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: #28a745;
}

.contact-form .button {
	background: #28a745;
	color: #fff;
	outline: none;
	padding: 8px 20px;
	border-radius: 5px;
	border: 1px solid #28a745;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#contact_form_id .iti {
	width: 100%;
}

/*----------- custom --------------*/
.card {
	margin-bottom: 20px;
}

.card-header {
	background-color: rgb(32, 39, 54);
	color: #ffffff
}

.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a {
	color: #000;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-padding {
	padding: 30px 0;
	background: #eee;
}

.login-box {
	margin: auto;
	background: #fff;
	box-shadow: 0 1px 29px -10px rgba(0, 0, 0, .2);
}

p.style {
	margin-left: 45px;
}

.mb-20 {
	margin-bottom: 20px;
}

.candidate-section .input-group.file-caption-main {
	width: 90%;
}

a.read-more {
	border: 2px solid #6dbd63;
	padding: 7px 14px;
	color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}

.mg-30 {
	margin-bottom: 30px;
}

.pd-100 {
	padding-top: 80px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}

.bg {
	background: #eee;
}

.pb-15 {
	padding-bottom: 16px;
}

.btn-bg {
	background: #6DBD63 !important;
	font-size: 15px !important;
	color: #fff !important;
	padding: 10px !important;
}

.required label.control-label::after {
	content: " *";
	color: #ef0303;
}

textarea.form-control {
	height: 120px;
}

.secondary {
	background-color: #6dbd63 !important;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li a {
	font-size: 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav.nav-tabs li a:hover {
	color: #555 !Important;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 0 inherit;
	font-size: 16px;
	background-color: #f7f7f7;
	border-radius: 0;
	font-weight: 500;
	cursor: pointer;
}

.light-color.btn {
	background: #fff;
	color: #000;
}

.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}

.title {
	font-size: 14px;
}

article.blog-post {
	padding: 20px;
	margin: 30px 0px;
}

.innericon {
	font-size: 28px !important;
	text-align: center;
	background: #6dbd63;
	color: #fff !important;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.innericon img {
	width: 100%;
}

.innericon {
	background: #6dbd63;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 5px !important;
	padding: 10px;
}

.site-about {
	padding: 50px 0;
}

.social-links {
	margin-top: 0;
	text-align: center;
}

.bg-bottom {
	z-index: 999;
}


.cx-section.cx-blog-section {
	padding: 50px 0px;
	background: #e0f0e087;
}

/*common*/
.wrapper .container-fluid.px-0 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
	overflow: hidden;

}

.wrapper .container-fluid.px-0 .card {
	margin-top: 20px;
}

.card {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	border: 0;
}

.navbar-toggler-icon {
	width: 1em;
	height: 2px;
	margin: 5px;
	display: block;
}

.help-block-error {
	color: red;
}

.blog-post.post-single img {
	width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
	padding: 0;
}

.portfolio-heading-section,
.pagetitle-section {
	background: #202736;
	padding: 30px 0;
	color: #fff;
}

.pagetitle-section h1 {
	font-size: 28px;
}

.content.py-5 {
	padding: 0px !important
}

@media screen and (max-width:991px) {
	.blog-post img {
		width: 100%;
		margin-bottom: 15px;
	}

	.blog-section .blog-img img {
		height: auto;
	}

	.promo .intro .title {
		font-size: 22px;
	}

	.promo .intro .summary {
		font-size: 18px;
		margin-bottom: 10px;
	}

	header .navbar-nav li {
		display: block;
	}
}

.login-signup {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@media screen and (max-width:576px) {
	.login-signup h4 {
		font-size: 18px;
		line-height: 1.5;
	}
}

/*end*/
.features-section p {
	word-break: break-all;
}

.field-loginform-password span,
.field-user-password span,
.field-user-confirm_password span {
	float: right;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	margin-right: 29px;
}

#loginform-password {
	padding-right: 50px !important;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important;
	overflow: hidden;
}

#contact-form-submit {
	width: 136px !important;
	padding: 4px;
	color: #fff !important;
	font-size: 14px;
	background-color: #0e710ecf;
	border: 0px;
	border-radius: 20px;
}

.loginform {
	padding: 40px;
}

.lightpara {
	color: #a4abc5 !important;
}

.form-check-input {
	margin-top: 2px;
}

.fxt-shape {
	height: 100vh;
	width: calc((100vw + 220px)/4);
	background-color: #0d6efd;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
	position: absolute;
}

.height30vh {
	height: 65vh;
}

.loginimage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.loginimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.badge_one {
	margin-right: 35px;
}

.banner_badges img {
	height: 40px;
}


.footer-bottom {
	width: 100%;
	bottom: 0;
	background: #333333;
	padding: 15px 0;
	z-index: 9;
	position: fixed;
	bottom: 0;
}

.footer-bottom p {
	color: #fff;
}

.footer-bottom p a {
	color: #9ad7e9;
}

.footer-bottom p a:hover {
	text-decoration: underline !important;
}

.home-page.newClass .login-signup {
	padding-top: 70px !important;
	padding-bottom: 60px !important;
	min-height: 100vh;
}

.banner-right-img {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right;
	z-index: 9;
}

section.home-wrapper {
	padding: 80px 0;
	background: #e6f0f9;
	position: relative;
	height: 80vh;
}

section.home-wrapper:after {
	background-color: #20448a;
	position: absolute;
	right: 0;
	border-radius: 200px;
	width: 50%;
	height: 150%;
	bottom: 200px;
	transform: rotate(32deg);
	transform-origin: bottom left;
	opacity: 1;
	transform: rotate(32deg) translateX(0);
	content: "";
}

.banner-right-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.symbol-box {
	max-width: 100px;
}

.symbol-box img {
	width: 100%;
}

.banner-right-text h1 {
	font-weight: 600;
	font-size: 64px;
	margin: 20px 0;
}

.banner-right-text p {
	font-size: 16px;
}

.login-box .col-left {
	width: 60%;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #204389;
	padding: 35px;
}

.login-box .col-right {
	padding: 60px;
	width: 50%;
	margin-left: -10%;

}

.login-box .login-text h2 {
	color: #fff;
}

.login-form .btn {
	background: #204389;
	border: #204389;
	padding: 10px;
}

.login-text .logo {
	margin-bottom: 10px;
	display: block;
}

.login-box .col-right .login-form {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width:1199px) {
	.login-box .col-right {
		padding: 40px;
		margin-left: -6%;
	}

	.login-box .col-left {
		width: 56%;
	}

	.banner-right-img {
		min-height: 500px;
	}
}

@media only screen and (max-width:991px) {
	.login-box .col-left {
		width: 55%;
	}

	.login-box .col-right {
		margin-left: 0;
		width: 45%;
		padding-left: 0 !important;
	}

	.login-box .col-left,
	.login-box .col-right {
		padding: 30px;
	}

	.login-box .login-text h2 {
		font-size: 20px;
	}

	.banner-right-img {
		min-height: 462px;
	}
}

@media only screen and (max-width:767px) {

	.login-box .col-left,
	.login-box .col-right {
		width: 100%;
	}

	.login-box .row {
		margin: 0;
	}

	.login-box .col-left {
		padding: 30px;
		clip-path: unset;
	}

	.login-box .col-right {
		padding: 30px !important;
	}

	.login-text p br {
		display: none;
	}

	.banner-right-text h1 {
		font-weight: 600;
		font-size: 26px;
		margin: 14px 0;
		line-height: 30px;
	}

	section.home-wrapper {
		padding: 50px 0;
	}
}

@media only screen and (max-width:575px) {

	.login-box .col-left,
	.login-box .col-right {
		padding: 20px !important;
	}
}

/* star thankyou wrapper css */
.thankyoy-outer {
	height: calc(100% - 49px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.thankyou-wrapper {
	background: #fff;
	box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 6%);
	border-radius: 8px;
}

.thankyou-wrapper h3 {
	font-size: 56px;
	font-family: 'Inter', sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.9px;
}

.thankyou-wrapper i {
	line-height: 1;
	color: #24b663;
	font-size: 7.75rem;
	font-weight: 400;
}

.site-logo img {
	max-width: 130px;
}

#changepassword-form .eye-icon {
	position: absolute;
	top: 37px;
	right: 20px;

}

/* start card search category section */
.category-section {
	padding: 60px 0;
	background: #fff;
	position: relative;
}

.section-head h2 {
	font-weight: 700;
	font-size: 38px;
}

header.newClass {
	background: #fff;
	z-index: 10;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
	position: fixed;
	width: 100%;
}

a.categories-card {
	padding: 30px;
	background-color: #e6f0f9;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	transition-property: background-color;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin-bottom: 30px;
}

.categories-card:hover {
	background-color: #20448a;
}

.categories-card:hover .category-title {
	color: #fff;
}

.categories-card:hover .category-sub-title {
	color: #fff;
}

.btn-theme {
	background: #204389 !important;
	border: #204389 !important;
	padding: 10px !important;
	color: #fff !important;
}

.category-ic {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
	padding: 30px;
	display: inline-block;
	font-size: 42px;
	line-height: 42px;
	width: 111px;
	height: 111px;
	margin: 0 auto;
	padding: 20px;
}

.category-ic img {
	width: 100%;
}

.categories-card .category-title {
	margin-top: 15px;
	font-weight: 600;
	font-size: 22px;
	color: #17171d;
	transition-property: color;
}

.category-sub-title {
	margin-top: 0px;
	font-size: 14px;
	color: #17171d;
	transition-property: color;
}

.category-row .row [class^="col-"] {
	margin-bottom: 30px;
}

/* end search category section */
.breadcrumb-wrapper {
	padding: 60px 0;
}

.breadcrumb-wrapper .breadcrumb-title {
	font-weight: 600;
	font-size: 30px;
}

.breadcrumb-wrapper p {
	font-size: 18px;
	color: #17171dab;
}

.card-detail-wrapper {
	padding: 60px 0;
	height: 100%;

}

.trending-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
}

.trending-box-img {
	background-image: url(../img/bg-sep1.jpeg);
	background-size: contain;
	height: 560px;
	border-radius: 24px 24px 0 0;
	padding: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.trending-box img {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
}

.trending-box-detail {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 0 0 24px 24px;
	position: relative;
}

.trending-box-detail h4 {
	font-size: 24px;
	line-height: 21px;
	font-weight: 600;
}

.trending-box-detail p {
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 0;
}

.arrow-detail {
	background: #1bc47d;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	transition: all ease .25s;
	transform: scale(0.8);
}

.arrow-detail:hover {
	color: #fff;
	transform: scale(1);
}

.trending-detail-text {
	padding-right: 50px;
}

.trending-arrow {
	position: absolute;
	right: 20px;
	top: 40px;
	margin-left: 10px;
}

.trending-box-detail-arebic {
	direction: rtl;
}

@media only screen and (max-width:767px) {
	.trending-box {
		padding: 0;
	}

	.section-head h2 {
		font-size: 28px;
	}

	.trending-box-detail h4 {
		font-size: 22px;
	}

}

/*start card subcategory edit page css */

.language-dropdown .dropdown .dropdown-toggle {
	background: #fff;
	min-width: 110px;
	color: #1074b8;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

.campaign-register-header {
	width: 100%;
	text-align: right;
}

.direction-rtl {
	direction: rtl;
}

.invalid-feedback {
	display: block;
}

.language-dropdown .dropdown-menu li a {
	display: flex;
	align-items: center;
}

/* end card subcategory edit page css */
.select-category-col,
.col-image-wrapper {
	position: relative;
	max-width: 100%;
}

.col-image-wrapper img {
	object-fit: contain;
	border-radius: 8px;
	display: inline-block;
	/* width: 100%;
	height: 100%; */
}

@media only screen and (max-width:767px) {
	.col-image-wrapper img {
		height: auto;
	}
}

.col-image-wrapper #result,
.col-image-wrapper .result-card-text {
	position: absolute;
	bottom: 25px;
	z-index: 9;
	color: #fff;
	left: 18px;
	font-size: 22px;
	font-weight: 500;
	width: 100%;
}

#card-editor-gernerat #theText {
	position: absolute;
	color: #fff;
	/* width: 100%; */
	padding: 5px;
	text-align: left;
	display: block;
	cursor: move;
	line-height: 1.3;
}

canvas {
	max-width: 100%;
}

.export_modal .btn-group .dropdown-menu.kv-checkbox-list {
	padding: 10px !important;
}

.img-blur {
	filter: blur(8px);
}

.col-image-wrapper .abric_txt {
	text-align: end !important;
}

.spinner-border {
	width: 15px !important;
	height: 15px !important;
}

#download-text {
	height: 40px !important;
	max-width: 100% !important;
}

.home_banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #3072dddb;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .7;
}

.home_banner {
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	content: "";
	height: calc(100% - 48px);
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	top: 0;
	justify-content: center;
	flex-direction: column;
}

.home_banner h2 {
	position: relative;
	color: #fff;
	z-index: 8;
	font-size: 40px;
	font-weight: 900;
}

.alert {
	z-index: 9;
}

.main-ar .col-image-wrapper {
	margin-left: auto;
}

.home_banner .btn {
	color: #fff;
	background: linear-gradient(180deg, #204389 0%, #1658C7 100%);
	border-radius: 50px;
	padding: 8px 20px;
	border-color: #0000;
	position: relative;
	margin-top: 8px;
}

.form-control::placeholder {
	color: #000 !important;
	opacity: 1;
}

#textMeasure {
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
}

.resend-time {
	cursor: unset;
	color: #000 !important;
}

#otpresult {
	color: red !important;
}

#card-editor-gernerat #theText {
	word-break: break-all !important;
	white-space: wrap;
	overflow: hidden !important;
}

.field-download-text {
	display: block;
}

.edit-head select {
	width: 100%;
	height: 40px;
	background: #f8f8f8;
	border: 1px solid #dadde0;
	border-radius: 6px;
	background: #fff;
}

.custom-textarea.mt-5 {
	padding: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 8px;
}

.label-right {
	display: flex;
	justify-content: end;
}

.custom-card-box {
	padding: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 8px;
}

.body-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.select-right{
	direction: rtl !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4{
	margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}
