/* Text animation */

[data-text-animate] {
	visibility: hidden;
}

.letter {
	display: inline-block;
}

.word {
	white-space: nowrap
}


/* Custom animation */

.zoomInOut {
	animation: zoomInOut 10s ease-in-out 0s infinite alternate;
}

@keyframes zoomInOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.25);
	}
}


/* Containers */

.container.inner {
	padding: 30px 15px 60px 15px;
}


/* Submit Form */

.submit_container {
	background: transparent;
	padding: 0;
	margin-top: 25px;
}


/* Alerts */

.alert {
	border: 0;
	box-shadow: initial;
}


/* Inputs */

input[list],
input[type=text],
input[type=password],
input[type=number],
input[type=file],
input[type=email],
input[type=date],
input[type=time],
input[type=search],
textarea,
select {
	border-radius: 3px;
}


/* Subtitles */

.subtitle {
	font-size: 18px;
}


/* Page Subtitle */

.page_subtitle {
	color: #266793;
	font-size: 18px;
	margin-bottom: 15px;
}


/* Side Navigation */

.custom_side_navigation ul ul {
	display: none;
}

.custom_side_navigation a {
	border-radius: 100px !important;
}


/* Images Side Menu */

.side_menu_images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: -5px;
	width: calc(100% + 5px);
}

.side_menu_images ul li {
	display: inline-block;
	width: calc(33.33% - 5px);
	margin: 0 5px 0 0;
	border-radius: 3px;
	overflow: hidden;
}

.side_menu_images:lang(ar) ul li {
	margin: 0 0 0 5px;
}

@supports (-webkit-overflow-scrolling: touch) {
	.side_menu_images ul li {
		margin-bottom: 5px !important;
	}
}


/* NGOs Page */

.ngo_description {
	font-size: 16px;
}

.map {
	border-radius: 5px;
	width: 100%;
}


/* NGO Info (Checkout page) */

.ngo_info {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .1);
	padding: 15px;
}


/* NGO Card (Checkout page) */

.ngo_card {
	text-align: center;
}

.ngo_card img {
	display: block;
	width: 300px;
	margin: 0 auto 20px auto;
}

.ngo_card h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}


/* ===== Core Overrides ===== */

.website_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% + 10px);
	margin: 0 -5px 0 -5px;
}

.website_form .item {
	flex-basis: 50%;
	min-width: 250px;
	flex-grow: 1;
	margin-bottom: 12px;
	padding: 0 10px 0 10px;
}

.website_form .item:last-child {
	margin-bottom: 0;
}

.website_form b {
	font-size: 13px;
	color: #505050;
	display: block;
	margin-bottom: 5px;
}

.website_form b small,
.website_form b i {
	font-weight: normal;
}

.website_form .item div {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.website_form .input_description {
	display: block;
	margin-top: -5px;
}

.website_form .item div icon {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #fcfcfc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.website_form icon:first-child,
.website_form input:first-child,
.website_form select:first-child {
	border-radius: 3px 0 0 3px;
	border-left: 1px solid #c8c8c8;
}

.website_form:lang(ar) icon:first-child,
.website_form:lang(ar) input:first-child,
.website_form:lang(ar) select:first-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #c8c8c8;
	border-left: 0;
}

.website_form icon:last-child,
.website_form input:last-child,
.website_form select:last-child {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #c8c8c8;
}

.website_form:lang(ar) icon:last-child,
.website_form:lang(ar) input:last-child,
.website_form:lang(ar) select:last-child {
	border-radius: 3px 0 0 3px;
	border-left: 1px solid #c8c8c8;
	border-right: 0;
}

.website_form:lang(ar) input:last-child,
.website_form:lang(ar) select:last-child {
	border-right: 1px solid #c8c8c8;
}

.website_form:lang(ar) input:nth-child(2):not(:last-child) {
	border-radius: 0;
	border-left: 0;
}

.website_form icon i {
	padding: 0 10px 0 10px;
	color: #808080;
}

.website_form:lang(ar) .radio_container {
	display: block;
	margin: 0 -4px 0 0;
}

.website_form .radio_container label {
	margin-left: 10px;
}

.website_form input[type=file] {
	border-radius: 3px !important;
	height: auto !important;
	padding: 7px;
}

.website_form input,
.website_form select {
	height: 35px;
	box-shadow: initial;
	background: transparent;
	border: 0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #fcfcfc;
	flex-grow: 1;
}

.website_form .select2-selection {
	box-shadow: initial;
	min-height: 35px;
	border-color: #c8c8c8 !important;
	border-radius: 3px !important;
}

.website_form .select2-selection__arrow {
	min-height: 35px;
}

.website_form .select2-selection__rendered {
	line-height: 35px !important;
}

.website_form input:-webkit-autofill,
.website_form input:-webkit-autofill:hover,
.website_form input:-webkit-autofill:focus,
.website_form input:-webkit-autofill:active {
	-webkit-box-shadow: inset 0 0 0 100px #fcfcfc !important;
}

.website_form .has-error * {
	border-color: rgb(185, 74, 72) !important;
}

/* Input Icons */

table.form_table td div.input[data-icon]:after {
	font-weight: 100 !important;
}


/* Search Input */

.search_input {
	display: block;
	max-width: 300px;
	margin: 0 auto 20px auto !important;
	padding: 20px !important;
	font-size: 16px;
	text-align: center;
}

.search_button {
	width: 300px;
}

/* Messaging */

.select2-container--default .select2-selection--single {
	border-radius: 3px !important;
}

.tox-tinymce {
	border-radius: 3px !important;
}

/* Inbox Message */

.inbox_message {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	margin-bottom: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .02);
	transition: all 0.3s;
	position: relative;
	background: #fff;
}

.inbox_message.new {
	background: #f4f8f9;
}

.inbox_message:last-child {
	margin-bottom: 0;
}

.inbox_message:hover {
	background: #fafafa;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
}

.inbox_message.new:hover {
	background: #ecf4f8;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
}

.inbox_message .notification {
	background: #e83535;
	color: white;
	position: absolute;
	top: 5px;
	left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.inbox_message img {
	width: 50px;
	margin-left: 10px;
}

.inbox_message .message_title {
	flex-grow: 1;
}

.inbox_message .message_title b {
	display: block;
	font-size: 16px;
}

.inbox_message .message_title span {
	display: block;
	color: #606060;
}

.inbox_message .message_title small {
	display: block;
	color: #808080;
	font-size: 10px;
	margin-top: 5px;
}

.inbox_message .message_info {
	display: flex;
	flex-direction: column;
}

.inbox_message .message_info b {
	display: block;
}

.inbox_message .message_info span {
	display: block;
	color: #606060;
}

.inbox_message .message_info small {
	display: block;
	color: #808080;
	font-size: 10px;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.inbox_message .message_info {
		margin-top: 10px;
	}
}

/* Read Message */

.message_read {
	margin-top: 20px;
}

.message_head {
	flex-grow: 1;
}

.message_head b {
	font-size: 16px;
}

.message_head small {
	color: #808080;
}

.message_reply {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 5px;
	margin-top: 20px;
}


.message_reply .reply_head {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.message_reply .reply_head .message_title {
	flex-grow: 1;
}

/* Modules Read More */

.module_buttons {
	text-align: left !important;
}

.module_buttons .btn {
	border: none;
	background: #52CBB2;
	color: #18285B !important;
	cursor: pointer;
	padding: 5px 50px 5px 40px;
	display: inline-block;
	line-height: 40px;
	font-weight: 400;
	outline: none;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	border-radius: 0;
	clip-path: polygon(100% 0%, calc(100% - 30px) 50%, 100% 100%, 30px 100%, 0% 50%, 30px 0%);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
}

.module_buttons .btn:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: inherit;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.module_buttons .btn:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	border-radius: inherit;
}

.module_buttons .btn:hover,
.module_buttons .btn.hover {
	background-color: #5666a5;
	color: #ffffff;
}

.module_buttons .btn:hover:before,
.module_buttons .btn.hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 0.25;
}