/*
    Colors:
    #222222 black
    #868686 gray

    primary-btn 2593b6
    secondary-btn 3ea5c6
*/

#otas-app {
	/*background-color: #e9e9e9 !important;*/
}

label {
	font-weight: 600 !important;
}

.otas-card {
	background-color: #ffffff;
	text-align: center;
	border: 1px #dfdfdf solid;
	border-radius: 8px;
	/* padding: 15px; */
	position: relative;
}

/* .otas-float-right .col-md-3 {
    float: right !important;
}

.otas-float-right .col-md-8 {
    float: left !important;
} */

/*
Texts
 */

.otas-filter-ar {
	float: right !important;
	margin-left: 5px;
}

.otas-title {
	height: 90px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.otas-text-md {
	font-size: 16px;
}

.otas-text-lg {
	font-size: 20px;
}

.otas-text-dash {
	text-decoration: line-through;
}

.otas-text-underline {
	text-decoration: underline !important;
}

.otas-text-bold {
	font-weight: bold;
}

.otas-text-dark {
	color: #262626;
}

.otas-text-gray {
	color: #8c8c8c;
}

.otas-text-primary {
	color: #2595b3 !important;
}

.position-relative {
	position: relative;
}

/* .otas-img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-color: #ffffff;
    margin: 0 auto;
}

.otas-img img {
    margin: 10px !important;
    height: 100px;
    width: auto;
} */
.otas-card-top {
	height: 120px;
	border-bottom: 1px solid #ddd;
	background: url(../frontend/assets/card-bg.png) no-repeat;
	background-size: cover;
}

.otas-cover-img {
	height: unset;
	width: 270px;
}

.card-gift-right,
.card-gift-left {
	position: absolute;
	top: 5px;
	padding: 10px;
	border: 2px solid #2595b3;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.card-gift-left {
	left: 5px;
}

.card-gift-right {
	right: 5px;
}

.card-gift-right i,
.card-gift-left i {
	font-size: 25px !important;
}

.gift-spinner {
	position: absolute;
	top: 50%;
	right: 50%;
}

.card-gift-left .gift-spinner::after,
.card-gift-right .gift-spinner::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: -30px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #2595b3;
	color: #2595b3;
	transform-origin: 2px 29px;
	animation: dotRevolution 3s linear infinite;
}

@keyframes dotRevolution {
	0% {
		transform: rotateZ(0deg) translate3d(0, 0, 0);
	}

	100% {
		transform: rotateZ(360deg) translate3d(0, 0, 0);
	}
}

.otas-text,
.otas-select {
	/* color: #1d242d !important; */
	/* margin-right: -10px !important; */
}

.otas-select {
	position: relative;
	padding: 8px 10px;
}

.otas-select,
.otas-text {
	margin-right: 0 !important;
	width: 100% !important;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px !important;
	font-size: 16px !important;
}

.otas-btn {
	cursor: pointer;
	border-radius: 8px !important;
	border-color: transparent !important;
	padding: 8px 15px 10px !important;
	font-size: 1rem !important;
	line-height: 1.5;
}

a.otas-btn {
	text-decoration: none !important;
}

.otas-btn-default {
	background: #2595b3 !important;
	color: #ffffff !important;
	border-color: #2595b3;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.otas-btn-default:hover {
	background: #33a9c9 !important;
	color: #fff;
}

.otas-btn-secondary {
	background: #8c8c8c !important;
	color: #ffffff;
	border-color: #ffffff;
}

.otas-btn-secondary:hover {
	background: #b1b1b1 !important;
}

.otas-btn-disabled {
	opacity: 0.65;
	cursor: default !important;
}

.otas-prices {}

.otas-input-date,
.otas-input-file {
	border: 1px solid #d2d2d2;
	font-size: 13px;
	color: #747474;
	padding: 8px 15px;
	margin-right: 1%;
	width: 100%;
	box-sizing: border-box;

	border-width: 1px;
	border-color: #e2e2e2;
	border-radius: 6px !important;
}

/*
SPACING
 */

.otas-mx-1 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.otas-mx-2 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.otas-h-4 {
	height: 40px;
}

.otas-mt-1 {
	margin-top: 5px !important;
}

.otas-mt-2 {
	margin-top: 20px !important;
}

.otas-mb-2 {
	margin-bottom: 20px !important;
}

.otas-width-full {
	width: 100%;
}

.otas-width-half {
	width: 50%;
}

.otas-btn-group {
	display: inline-flex;
}

.otas-btn-group .otas-btn-group-item {
	margin-top: 10px;
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.otas-btn-group {
		display: block;
	}

	.otas-btn-group .otas-btn-group-item {
		width: 100%;
	}
}

/*
PAGINATION
 */

.otas-pagination-container {
	display: inline-block;
}

.otas-pagination {
	font-size: 15px;
	margin: 2px;
	height: 30px !important;
	min-width: 30px !important;
	text-align: center;
}

.otas-pagination.active {
	border: #8c8c8c solid 1px;
	border-radius: 50px;
	color: #2595b3;
	background-color: white;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.1s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

#otas-form .row,
#otas-form .form-group {
	margin-bottom: 0 !important;
}

.fusion-alert-content a {
	color: #2595b3 !important;
}

.otas-invalid {
	border-color: #dc3545 !important;
}

.uppercase {
	text-transform: uppercase;
}

.otas-progress {
	width: 100%;
	background-color: #d2d2d2;
	height: 10px;
	border-radius: 5px;
}

.otas-progress-bar {
	background-color: #2595b3;
	width: 50%;
	height: 100%;
	border-radius: inherit;
}

.text-center {
	text-align: center !important;
}

.w-full {
	width: 100%;
}

.otas-link {
	color: #2595b3;
}

/* .otas-program-hint {
    height: 10px;
    margin: 0px;
} */

.text-danger {
	color: #dc3545 !important;
}

.text-danger {
	color: #dc3545 !important;
}

/*#start new styling*/
.gap-5 {
	gap: 5px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fs-italic {
	font-style: italic;
}

.disabled-color {
	color: #2b2525 !important;
}

.line-through {
	text-decoration: line-through;
}

.not-visible {
	cursor: not-allowed;
}

.otas-card-content {
	padding: 10px;
}

.otas-card-content .otas-card-img {
	margin-top: -55px;
}

.otas-card-content .otas-card-img img {
	background-color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
}

.otas-un-name {
	margin-inline-start: 10px;
	margin-bottom: 30px;
	font-weight: 500;
}

.otas-main-pagination .VuePagination li {
	margin: 5px;
}

.otas-main-pagination .otas-pagination-container .otas-pagination,
.otas-main-pagination .VuePagination li a {
	border-radius: 8px !important;
	line-height: 5px;
	border: 1px solid #33a9c9;
	padding: 10px;
}

.otas-main-pagination .otas-pagination-container .otas-pagination.active,
.otas-main-pagination .VuePagination li.active a {
	background-color: #33a9c9;
	color: #fff;
	border-color: #33a9c9;
}

.otas-btn-outline {
	background: #fff;
	border: 1px solid #33a9c9 !important;
	color: #33a9c9;
}

.otas-main-pagination .VuePagination,
.otas-main-pagination .VuePagination nav {
	width: 100%;
	flex-wrap: wrap;
}

.otas-main-pagination .VuePagination nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.otas-main-pagination .VuePagination nav ul {
	margin: 0;
	flex-wrap: wrap;
}

.mis-5 {
	margin-inline-start: 5px;
}

.otas-main-modal .modal-header {
	justify-content: space-between;
	align-items: baseline;
}

.rtl .modal-header .close,
html[lang='ar'] .otas-main-modal button.close {
	float: none !important;
	margin: 0 !important;
}

.otas-main-modal {
	height: 100% !important;
}

.otas-main-modal .vm--modal {
	border-radius: 8px;
	width: auto !important;
	left: initial !important;
}

.otas-main-modal .modal-body {
	max-height: 500px;
	overflow: auto;
}

@media (min-width: 576px) {

	.otas-main-modal .vm--modal,
	.rtl .otas-main-modal .vm--modal {
		max-width: 700px !important;
		margin: 1.75rem auto;
		left: initial !important;
		/* min-width: 700px; */
	}
}

.otas-gift-main {
	margin-bottom: 10px !important;
}

.otas-gift-main .summary span {
	position: absolute;
	left: 5px;
	top: 7px;
	color: #fff;
	background: #2595b3;
	/* padding: 10px 8px; */
	border-radius: 8px;
	width: 34px;
	height: 34px;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

.rtl .otas-gift-main .summary span,
html[lang='ar'] .otas-gift-main .summary span {
	left: initial;
	right: 5px;
}

.otas-gift-main .summary h4 {
	font-size: 20px;
	margin-top: 0 !important;
}

.otas-gift-main .card-text {
	position: relative;
	padding: 10px 20px 10px 50px;
	background: #fff;
	border-radius: 8px;
	/* box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3); */
	border: 1px solid #ccc;
	transition: height ease-in-out 0.3s;
	height: auto;
	color: #000 !important;
}

.rtl .otas-gift-main .card-text,
html[lang='ar'] .otas-gift-main .card-text {
	padding: 10px 50px 10px 20px;
}

.otas-gift-main .card-text::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 22px;
	bottom: 0;
	/* border-left: 1px solid #ddd; */
	background: linear-gradient(to bottom,
			#efefef 1%,
			#efefef 50%,
			#ffffff 100%);
	width: 3px;
}

.rtl .otas-gift-main .card-text::before,
html[lang='ar'] .otas-gift-main .card-text::before {
	left: initial;
	right: 22px;
}

.otas-dift-description {
	margin-top: 10px;
	transition: all ease-in-out 0.3s;
}

/*page 2 */
/* .otas-gift-card {
    position: relative;
} */
/*radio buttons  styles */
.otas-radio [type='radio']:checked,
.otas-radio [type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.rtl .otas-radio [type='radio']:checked,
.rtl .otas-radio [type='radio']:not(:checked),
html[lang='ar'] .otas-radio [type='radio']:checked,
html[lang='ar'] .otas-radio [type='radio']:not(:checked) {
	right: -9999px;
	left: initial;
}

.otas-radio [type='radio']:checked+label,
.otas-radio [type='radio']:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.rtl .otas-radio [type='radio']:checked+label,
.rtl .otas-radio [type='radio']:not(:checked)+label,
html[lang='ar'] .otas-radio [type='radio']:checked+label,
html[lang='ar'] [type='radio']:not(:checked)+label {
	padding-right: 28px;
	padding-left: initial;
}

.otas-radio [type='radio']:checked+label:before,
.otas-radio [type='radio']:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.rtl .otas-radio [type='radio']:checked+label:before,
.rtl .otas-radio [type='radio']:not(:checked)+label:before,
html[lang='ar'] .otas-radio [type='radio']:checked+label:before,
html[lang='ar'] .otas-radio [type='radio']:not(:checked)+label:before {
	left: initial;
	right: 0;
}

.otas-radio [type='radio']:checked+label:after,
.otas-radio [type='radio']:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #5cb0c6;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.rtl .otas-radio [type='radio']:checked+label:after,
.rtl .otas-radio [type='radio']:not(:checked)+label:after,
html[lang='ar'] .otas-radio [type='radio']:checked+label:after,
html[lang='ar'] .otas-radio [type='radio']:not(:checked)+label:after {
	left: initial;
	right: 4px;
}

.otas-radio [type='radio']:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.otas-radio [type='radio']:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.otas-gift-card .card {
	background-color: #fff !important;
	opacity: 1 !important;
}

.otas-gift-card .card .card-header {
	background: #5cb0c6;
}

.otas-gift-card .card .card-header i {
	font-size: 25px !important;
	margin-inline-end: 8px;
}

.personal-data {
	background: #f7f7ff;
	border-radius: 8px;
}

.default-text {
	color: #5cb0c6;
}

.otas-check-form {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.otas-check-form .otas-check-details {
	padding: 1.25rem;
}

.otas-title-form.card-header {
	background-color: #5cb0c6;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.reverse-column {
		flex-direction: column-reverse;
		position: relative;
	}
}

.otas-custom-table table {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.otas-custom-table thead th {
	background-color: #5cb0c6;
	padding: 7px;
	color: #fff;
	border-color: #5cb0c6;
}

html[lang='en'] .otas-custom-table thead th:first-child {
	border-top-left-radius: 8px;
}

html[lang='en'] .otas-custom-table thead th:last-child {
	border-top-right-radius: 8px;
}

html[lang='ar'] .otas-custom-table thead th:first-child {
	border-top-right-radius: 8px;
}

html[lang='ar'].otas-custom-table thead th:last-child {
	border-top-left-radius: 8px;
}

.otas-custom-table tbody td {
	vertical-align: middle !important;
}

.otas-custom-table td a.otas-btn i {
	font-size: 22px !important;
}

.otas-tabs .tab-content {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

html[lang='ar'] .otas-tabs .nav-tabs {
	padding-right: 0 !important;
}

html[lang='ar'] .otas-tabs .nav-tabs li:first-child button {
	margin-right: 0 !important;
}

.otas-tabs .nav-tabs li button {
	border: 1px solid #5cb0c6;
	background-color: #fff;
	color: #5cb0c6;
	cursor: pointer;
	font-weight: 600;
}

.otas-tabs .nav-tabs li button:hover,
.otas-tabs .nav-tabs li button:focus,
.otas-tabs .nav-tabs li button.active-tab {
	outline: none;
	background-color: #5cb0c6;
	color: #fff;
	border-color: #5cb0c6;
}

.otas-btn-icon {
	padding: 6px !important;
	/*5px 10px 8px */
}

.otas-btn-icon i {
	color: #fff;
	font-size: 20px;
}

.text-start {
	text-align: start;
}

@media (max-width: 767px) {
	.line-height-2 {
		line-height: 2.5;
	}
}

.animation-icon i {
	/* animation: heartbit 1s ease-out;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -ms-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */
}

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

	50% {
		transform: scale(1.1);
	}

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

.pulse {
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.rtl .custom-select,
html[lang='ar'] .custom-select {
	background-position: left 0.75rem center;
}

/*#end new styling*/

/*#start countries style*/
.otas-country {
	padding: 10px;
	background-color: #f6f9f3;
	border-radius: 8px;
	margin: 5px;
}

.otas-country span {
	font-weight: bold;
	margin: 7px;
}

/*#end countries style*/

.affiliate-agreement iframe {
	width: 100%;
	min-height: 360px;
	height: auto;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block;
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: middle;
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373;
}

.resp-sharing-button--tumblr {
	background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c;
}

.resp-sharing-button--reddit {
	background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1;
}

.resp-sharing-button--google {
	background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
	background-color: #c23321;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293;
}

.resp-sharing-button--email {
	background-color: #777;
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e;
}

.resp-sharing-button--xing {
	background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
	background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851;
}

.resp-sharing-button--hackernews {
	background-color: #ff6600;
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
	background-color: #fb6200;
}

.resp-sharing-button--vk {
	background-color: #507299;
}

.resp-sharing-button--vk:hover {
	background-color: #43648c;
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--tumblr {
	background-color: #35465c;
	border-color: #35465c;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
	border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
	background-color: #046293;
	border-color: #046293;
}

.resp-sharing-button--whatsapp {
	background-color: #25d366;
	border-color: #25d366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1da851;
	border-color: #1da851;
}

.resp-sharing-button--telegram {
	background-color: #54a9eb;
}

.resp-sharing-button--telegram:hover {
	background-color: #4b97d1;
}

.otas-red {
	color: red;
}

.aff-registration-btn,
.aff-login-btn {
	min-height: 50px;
	text-transform: capitalize !important;
	padding: 10px 100px !important;
}

.form-action .actions-btns {
	align-items: center;
}

/* Program Table in responsive */
/*@media screen and (max-width: 767px) {
    .otas-custom-table table {
        border: 0;
    }

    .otas-custom-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .otas-custom-table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .otas-custom-table table td {
        border-bottom: 1px solid #ddd;
        display: flex;
        font-size: .8em;
        text-align: right;
        align-items: flex-start;
        justify-content: space-between;
    }

    html[lang="ar"] .otas-custom-table table td {
        text-align: left;
    }

    .otas-custom-table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bolder;
        margin: 0 10px 0 0;
    }

    html[lang="ar"] .otas-custom-table table td::before {
        float: right;
        margin: 0 0 0 10px;
    }

    .otas-custom-table table td:last-child {
        border-bottom: 0;
    }

    .otas-custom-table td a.gift-btn {
        padding: 0 !important;
    }

    .otas-custom-table td a.apply-btn {
        text-transform: capitalize;
    }

    .otas-custom-table td a.apply-btn i,
    .otas-custom-table td a.apply-btn span {
        font-size: 15px !important;
    }

    html[lang="ar"] .otas-custom-table td a.apply-btn {
        padding: 6px 10px !important;

    }

}*/

/* Program Table in responsive */

/* Program Table in responsive  to accordion */
@media screen and (max-width: 991px) {
	.otas-custom-table table {
		border: 0;
	}

	.otas-custom-table table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.otas-custom-table table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: 0.625em;
	}

	.otas-custom-table table td {
		border-bottom: 1px solid #ddd;
		display: flex;
		font-size: 0.8em;
		text-align: right;
		align-items: flex-start;
		justify-content: space-between;
	}

	.otas-custom-table table td:first-child {
		font-weight: 900;
		transition: all ease-in-out 0.3s;
	}

	.otas-custom-table table td:last-child {
		justify-content: center;
	}

	html[lang='ar'] .otas-custom-table table td {
		text-align: left;
	}

	.otas-custom-table table td .prog-data::before {
		content: attr(data-label);
		float: left;
		font-weight: bolder;
		margin: 0 10px 0 0;
	}

	html[lang='ar'] .otas-custom-table table td .prog-data::before {
		float: right;
		margin: 0 0 0 10px;
	}

	.otas-custom-table table td:last-child {
		border-bottom: 0;
	}

	.otas-custom-table td a.gift-btn {
		padding: 0 !important;
	}

	.otas-custom-table td a.apply-btn {
		text-transform: capitalize;
		text-align: center;
	}

	.otas-custom-table td a.apply-btn i,
	.otas-custom-table td a.apply-btn span {
		font-size: 15px !important;
	}

	html[lang='ar'] .otas-custom-table td a.apply-btn {
		padding: 6px 10px !important;
	}

	table#programs-table thead {
		display: none;
	}

	table#programs-table td:nth-child(2),
	table#programs-table td:nth-child(3),
	table#programs-table td:nth-child(4),
	table#programs-table td:nth-child(5),
	table#programs-table td:nth-child(6) {
		display: none;
		transition: all ease-in-out 0.3s;
	}

	table#programs-table td:nth-child(1):after {
		content: ' + ';
		font-size: 20px;
	}

	table#programs-table td.selected:nth-child(1):after {
		content: ' - ';
	}

	table#programs-table td.showMe {
		display: flex !important;
	}

	table#programs-table tfoot td::after {
		content: none !important;
	}
}

.flex {
	display: flex;
}

.border-none {
	border: none;
}

.border-1 {
	border: 1px solid #e4e4e4;
}

.rounded {
	border-radius: 9px;
}

.p-4 {
	padding: 1rem;
}

/* Program Table in responsive  to accordion */

/*New Plugin Css (New OKTAMAM Website)*/
.new-otas-home-search {
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.new-otas-home-search input,
.new-otas-home-search select,
.new-otas-home-search input:focus,
.new-otas-home-search select:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	font-family: "Tajawal", Sans-serif;
}

.new-otas-home-search input[type="text"] {
	border-inline-end: 1px solid #E4E4E4 !important;
	width: 50%;
	font-family: "Tajawal", Sans-serif;
}

.new-otas-home-search .new-otas-btn-submit {
	background-color: #2595B3;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	padding: 10px 50px;
	text-align: center;
	font-family: "Tajawal", Sans-serif;
}

.new-otas-home-search select {
	margin-inline-end: 20px;
	width: 30%;
}

.new-otas-home-search-advanced-search .advanced-search-btn {
	color: #6E6E6E;
	text-decoration: none;
	font-family: "Tajawal", Sans-serif;
}

.new-otas-modal.otas-main-modal .vm--modal {
	height: initial !important;
	top: 25px !important;
}

.new-otas-modal .modal-header {
	border-bottom: 0;
}

.new-otas-modal .modal-header .modal-title {
	color: #2595B3;
	font-size: 20px;
	font-weight: 500;
}

.new-otas-modal .modal-header button {
	color: #000;
	font-size: 30px;
	padding: 0 !important;
}

.new-otas-modal .modal-header button:hover,
.new-otas-modal .modal-header button:focus {
	background: transparent !important;
	outline: none;
}

.new-otas-modal input,
.new-otas-modal select,
.new-otas-modal input:focus,
.new-otas-modal select:focus,
.filter-form input,
.filter-form select,
.filter-form input:focus,
.filter-form select:focus {
	border: 1px solid #E4E4E4 !important;
	border-radius: 8px !important;
	color: #6E6E6E;
	font-weight: 400;
	font-family: "Tajawal", Sans-serif;
}

.new-otas-modal input:focus,
.new-otas-modal select:focus,
.new-otas-modal button,
.filter-form input:focus,
.filter-form select:focus,
.filter-form button {
	outline: none;
}

.new-otas-modal .modal-btn-submit,
.new-otas-modal .modal-btn-submit:hover,
.filter-form .modal-btn-submit,
.filter-form .modal-btn-submit:hover {
	width: 100%;
	background-color: #2595B3 !important;
	border-color: #2595B3;
	color: #fff;
	border-radius: 8px;
}

.new-otas-modal label {
	color: #6E6E6E;
}

/*prog card*/
.new-otas-cards .row {
	margin: 0;
	justify-content: space-between;
}

.new-otas-cards .card-grid {
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
	margin-bottom: 105px;
	border-radius: 20px;
	/* padding: 0;
	flex-basis: 31.3333%; */
}

@media (max-width:1024px) {
	.new-otas-cards .card-grid {
		flex-basis: initial;
	}
}

.program-card {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 20px;
	text-align: start;
	/* margin-bottom: 105px; */
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new-otas-cards .program-card .program-university-header {
	margin-top: -70px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.new-otas-cards .program-card .program-university-header.program-university-header-no-logo {
	margin-top: 0px !important;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}


.new-otas-cards .program-card .program-university-logo {
	border-radius: 50%;
	padding: 10px;
	background: #fff;
	width: 120px;
	height: 120px;
	border: 1px solid #2595B3;
}

.new-otas-cards .program-card .program-university-logo img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.new-otas-cards .carde-row {
	margin-top: 105px;
}

.new-otas-cards .gift-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border: 1px solid #FFCC00;
	background: url(../frontend/assets/transpaernt-gift.gif);
	background-size: cover;
}

.new-otas-cards .gift-icon svg {
	/* animation: giftScale 1300ms ease 0s infinite normal; */
	display: none;
}

.new-otas-cards .gift-icon[disabled="disabled"] {
	background: none;
	filter: grayscale(1);
}

.new-otas-cards .gift-icon[disabled="disabled"] svg {
	display: block;
}

.new-otas-cards .university-name-bookmark {
	display: flex;
	align-items: start;
	justify-content: center;
	margin-bottom: 10px;
}

.new-otas-cards .university-name-bookmark .university-name {
	font-size: 16px;
	/* color: #FFCC00; */
	color: #fff;
	font-weight: 400;
	background: #224E5B;
	padding: 3px 10px;
	border-radius: 8px;

}

.new-otas-cards .university-name-bookmark i {
	color: #BCBCBC;
	font-size: 16px;
}

.new-otas-cards .program-university-content p {
	margin-bottom: 14px;
}

.new-otas-cards .program-university-content .program-university-data .names {
	padding-bottom: 10px;
	/* border-bottom: 1px solid #BCBCBC; */
	margin-bottom: 5px;
}

.new-otas-cards .program-university-content .program-university-data .names .program-title {
	color: #000000;
	font-weight: bold;
	max-width: 100%;
	font-family: 'Tajawal';
	/* text-align: center; */
}

.new-otas-cards .program-university-content .program-university-data .names .program-price {
	color: #2595B3;
	font-size: 18px;
	font-weight: 600;
}

.new-otas-cards .program-university-content .program-university-data .names .program-price-discount {
	color: #747474;
	font-weight: 300;
	font-size: 18px;
	text-decoration: line-through;
}

.new-otas-cards .program-university-content .program-university-premium .premium {
	color: #777777;
	font-weight: 600;
	font-size: 18px;
}

.new-otas-cards .program-university-premium .discount {
	color: #F44336;
	font-size: 18px;
	font-weight: 400;
}

.new-otas-cards .program-university-premium .discount a {
	color: #F44336;
	text-decoration: none;
	line-height: 18px;
	margin-top: 20px;
	gap: 10px;
	text-align: center;
}

.new-otas-cards .program-university-premium .discount svg {
	width: 50px;
}

/*.new-otas-cards .program-university-premium .discount svg {
	width: 30px;
	height: 30px;
}*/
.new-otas-cards .program-university-content .program-university-premium .main-price {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #FFCC00;
	inset-inline-start: -34px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	border-end-end-radius: 10px;
	border-start-end-radius: 10px;
	width: 112%;
	text-align: center;
}

.new-otas-cards .program-university-content .program-university-premium .main-price span {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.new-otas-cards .program-university-content .program-university-premium .main-price::before {
	content: "";
	position: absolute;
	top: -15px;
	inset-inline-start: -15px;
	border: 15px solid;
	border-color: transparent #FFCC00 transparent transparent;
}

.rtl .new-otas-cards .program-university-content .program-university-premium .main-price::before {
	border-color: transparent transparent transparent #FFCC00;
}

.new-otas-cards .program-university-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.new-otas-cards .program-university-footer .btn-apply,
.program-information-data .apply .btn-apply {
	background-color: #2595B3;
	border-radius: 9px;
	color: #fff;
	font-size: 20px;
	padding: 7px 65px;
	text-decoration: none;
}

.new-otas-cards .program-university-footer .btn-information {
	color: #2595B3;
	/* width: 35px;
	height: 35px; */
	border: 1px solid #2595B3;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	/* line-height: 35px; */
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 10px;
}

.otas-modal-information .vm--modal {
	max-width: 80% !important;
	min-width: 80%;
}

.text-yellow {
	color: #FFCC00;
}

.program-information-data {
	text-align: start;
}

.program-information-data .lang span {
	font-size: 16px;
	color: #224E5B;
}

.program-information-data i {
	font-size: 16px;
	color: #BCBCBC;
}

.program-information-data .program-name {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.program-information-data .main-data {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
	margin-bottom: 20px;
	max-width: 90%;
}

.program-information-data .program-price span.price {
	color: #2595B3;
	font-size: 20px;
	font-weight: 600;
}

.program-information-data .program-price span.discount {
	color: #858585;
	font-size: 16px;
	text-decoration: line-through;
	margin-inline-start: 10px;
	display: inline-block;
}

.program-information-data .program-disc {
	font-size: 18px;
}

.program-information-data .program-disc a,
.program-information-data .program-disc .disc {
	color: #F44336;
	text-decoration: none;
}

.program-information-data .program-disc a .disc {
	display: flex;
	align-items: center;
	gap: 5px;
}

.program-information-data .program-disc a .disc svg {
	width: 25px;
}


.program-information-data .premuim-info {
	font-weight: 600;
	font-size: 18px;
	color: #5B5B5B;
}

.header-title {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	background-color: #224E5B;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 400;
}

.header-title span {
	color: #fff !important;
}

.program-information-data .countries .countries-list span,
.program-information-data .gifts .gifts-list span {
	color: #224E5B;
	font-size: 18px;
	font-weight: 400;
}

.program-information-data .countries .countries-list .countries-list-item:after {
	content: "-";
	padding-inline-start: 3px;
}

.program-information-data .countries .countries-list .countries-list-item:last-child::after {
	content: none;
}

.program-information-data .gifts .gifts-list .gifts-list-item {
	display: flex;
	align-items: self-start;
	width: 100%;
	border-bottom: 1px dashed #2595b3;
	padding: 10px;
	margin-bottom: 10px;
	gap: 10px;
}

.program-information-data .gifts .gifts-list .gifts-list-item i {
	padding: 5px;
	border-radius: 50%;
	background: rgba(37, 149, 179, 0.2);
	color: #2595b3;
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
}

.otas-fw-700 {
	font-weight: 700 !important;
}

.program-information-data .countries .countries-list span:last-child::after,
.program-information-data .gifts .gifts-list span:last-child::after {
	content: none;
}

.program-information-data .apply {
	margin-top: 20px;
}

.program-information-data .apply .btn-apply {
	width: 100%;
	display: block;
	text-align: center;
}

.program-information-content .logo-image {
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	padding: 20px;
	height: 120px;
	width: 120px;
	margin: 0 auto 25px;
}

.program-information-content .logo-image img {
	width: 100%;
	height: 100%;
}

.gift-icon-gif {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border: 1px solid #FFCC00; */
	background: url(../frontend/assets/transpaernt-gift.gif);
	background-size: cover;
	margin: 0 auto 25px;
}

.sad-icon-gif {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border: 1px solid #FFCC00; */
	background: url(../frontend/assets/sad.gif);
	background-size: cover;
	margin: 0 auto 25px;
}

.new-otas-cards .new-otas-change-grid .layout-icon {
	color: #DBDBDB;
}

.new-otas-cards .new-otas-change-grid .layout-icon.active-layout {
	color: #2595B3;
}

.new-otas-cards .program-listing-list-view.program-listing-list-view .card-grid {
	flex-basis: 49%;
	max-width: 49%;
}

.new-otas-cards .program-listing-list-view.program-listing-list-view .card-grid .grid-view-names,
.new-otas-cards .program-listing-list-view.program-listing-list-view .card-grid .program-university-premium {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
}

.new-otas-cards .custom-pagination {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.new-otas-cards .custom-pagination .custom-pagination-container {
	display: flex;
	justify-content: center;
}

.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container {
	padding: 7px 10px;
	background: #fff;
	border-radius: 50px;
	display: flex;
	gap: 10px;
	border: 1px solid #C9C9C9;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container a {
	font-size: 18px;
	color: #6E6E6E;
	text-decoration: none;
}

.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container a.current,
.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container a.active {
	color: #2595B3;
}

.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container .prev,
.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container a:first-child {
	border-inline-end: 1px solid #c9c9c9;
	padding-inline-end: 8px;
}

.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container .next,
.new-otas-cards .custom-pagination .custom-pagination-container .page-nav-container a:last-child {
	border-inline-start: 1px solid #c9c9c9;
	padding-inline-start: 8px;
}



@media (max-width:992px) {
	.new-otas-cards .program-listing-list-view.program-listing-list-view .card-grid {
		flex-basis: 100%;
		max-width: 100%;
	}
}


@keyframes giftScale {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}


}


@media(max-width:767px) {
	.new-otas-home-search input[type="text"] {
		width: 50%;
	}

	.new-otas-home-search select {
		width: 50%;
	}

	.new-otas-home-search .new-otas-btn-submit {
		width: 100%;
	}
}

.new-apply-form .program-title {
	color: #2595B3;
	font-size: 18px;
	font-weight: 600;
	text-align: start;
	margin-bottom: 25px;
}

.new-apply-form .new-fieldset {
	background-color: #fff;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	text-align: start;
	margin-bottom: 30px;
	padding: 30px 50px;
}

.new-apply-form .new-fieldset .fieldset-title div {
	font-size: 24px;
	color: #2595B3;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 16px;
}

.new-apply-form .new-fieldset input,
.new-apply-form .new-fieldset select,
.new-apply-form .new-fieldset input:focus,
.new-apply-form .new-fieldset select:focus {
	background-color: #FCFCFC;
	border: 1px solid #DBDBDB !important;
	border-radius: 8px;
}

.new-apply-form .new-fieldset input:focus,
.new-apply-form .new-fieldset select:focus {
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
}

.new-apply-form .text-danger {
	font-size: 16px;
}


.new-apply-form .pass_msg {
	color: #585858;
	font-size: 16px;
	font-weight: 500;
}

.new-apply-form .new-fieldset label {
	color: #585858;
	font-size: 18px;
	font-weight: 500;
}

.new-apply-form .btn-next,
.new-apply-form .btn-next:hover,
.new-apply-form .btn-next:active,
.new-apply-form .btn-next:focus {
	background: #2595B3;
	border-color: #2595B3;
	border-radius: 8px;
	padding: 10px 50px;
	color: #fff;
	min-width: 32%;
	outline: 0;
	box-shadow: none;
}

.new-apply-form .btn-cancel,
.new-apply-form .btn-cancel:hover,
.new-apply-form .btn-cancel:active,
.new-apply-form .btn-cancel:focus {
	background: #DBDBDB;
	border-color: #DBDBDB;
	border-radius: 8px;
	padding: 10px 50px;
	color: #000000;
	min-width: 20%;
	margin-inline-start: 10px;
	outline: 0;
	box-shadow: none;
}

/*demo 1*/
.gift-card-content {
	border: 1px solid #ccc;
	/* border-radius: 8px; */
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	height: 100%;
	background: url(../frontend/assets/1.png) no-repeat center;
	background-size: cover;
	text-align: center;
}

.gift-card-content::after {
	content: '';
	position: absolute;
	/* z-index: -1; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	transform: rotate(5deg);
}

.gift-modal .row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.gift-card-content .gift-card-icon i {
	font-size: 40px;
	color: #2595b3;
}

.gift-card-content .gift-card-details .gift-card-title {
	border-bottom: 1px solid #ccc;

}

.gift-card-content .gift-card-details .gift-card-title h4 {
	margin-bottom: 5px;
	margin-top: 10px;
}

.gift-card-content .gift-card-details .gift-card-desc p {
	color: #6c757d;
	margin-bottom: 0 !important;
}

/*demo 2*/
.gifts-block {
	position: absolute;
	width: 96%;
	padding: 15px 20px;
	border-radius: 8px;
	top: 20%;
	right: 2%;
	background-color: #fff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
	/* display: none; */
	z-index: 1;
}

.gifts-block .gift-card-content2 {
	border-bottom: 1px dashed #2595b3;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-top: 10px;
}

.gifts-block .gift-card-content2:last-child {
	border-bottom: none;
}

.gifts-block .gift-card-icon2 i {
	font-size: 22px;
}

.gift-card-content2 .gift-card-details2 .gift-card-desc2 p {
	color: #6c757d;
	text-align: start;
}

.gift-card-content2 .gift-card-details2 .gift-card-title2 h4 {
	text-align: start;
	font-size: 20px;
}

/*demo 3*/
.gifts-block2 {
	margin-top: 60px;
	margin-bottom: 50px;
	background-size: cover;
	width: 100%;
	padding: 0 10px;
}

.gifts-block2 .gift-card-content3 {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: self-start;
	width: 100%;
	border-bottom: 1px dashed #2595b3;
	padding: 10px;
	margin-bottom: 10px;
	/* padding-inline-start: 15px; */
}

/* .gifts-block2 .gift-card-content3:last-child {
    border-bottom: none;
} */

.gifts-block2 .gift-card-content3 .gift-card-details3 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-inline-start: 10px;
}

.gifts-block2 .gift-card-content3 .gift-card-details3 .gift-card-desc3 p {
	margin-bottom: 0;
	text-align: start;
	color: #6c757d;
}

.gifts-block2 .gift-card-content3 .gift-card-details3 .gift-card-title3 span {
	text-align: start;
	font-size: 20px;
}

.gifts-block2 .gift-card-content3 .gift-card-icon3 {
	padding: 5px;
	border-radius: 50%;
	background: rgba(37, 149, 179, 0.2);
	color: #2595b3;
	width: 35px;
	height: 35px;
	line-height: 25px;
}

.gifts-block2 .title,
.gifts-block .title {
	text-align: start;
	border-bottom: 1px solid #ccc;
	display: flex;
}

.gifts-block2 .title span,
.gifts-block .title span {
	font-size: 18px;
	margin-inline-start: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.gifts-block2 .title .title-image,
.gifts-block .title .title-image {
	width: 45px;
	height: 45px;
	background: url(../frontend/assets/transpaernt-gift.gif);
	background-size: cover;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

.bounce-enter-active {
	animation: bounce-in 0.5s;
}

.bounce-leave-active {
	animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.2);
	}

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

.slide-enter-active {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.slide-leave-active {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
	max-height: 100px;
	overflow: hidden;
}

.slide-enter,
.slide-leave-to {
	overflow: hidden;
	max-height: 0;
}


/*demo 4*/
.gift-bg.gifts-block .gift-card-content3 {
	display: flex;
	align-items: self-start;
	width: 100%;
	border-bottom: 1px dashed #2595b3;
	padding: 10px;
	margin-bottom: 10px;
}

.gift-bg.gifts-block .gift-card-content3 .gift-card-details3 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-inline-start: 10px;
}

.gift-bg.gifts-block .gift-card-content3 .gift-card-details3 .gift-card-desc3 p {
	margin-bottom: 0;
	text-align: start;
	color: #6c757d;
	font-size: 16px;
}

.gift-bg.gifts-block .gift-card-content3 .gift-card-details3 .gift-card-title3 span {
	text-align: start;
	font-size: 20px;
}

.gift-bg.gifts-block .gift-card-content3 .gift-card-icon3 {
	padding: 5px;
	border-radius: 50%;
	background: rgba(37, 149, 179, 0.2);
	color: #2595b3;
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
}

.gift-bg.gifts-block {
	height: 85%;
	width: 100%;
	background: url(../frontend/assets/gif-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-inline-start: 40px;
	box-shadow: none;
	top: 15%;
	right: -2%;
	position: absolute;
	margin-top: 0;
	z-index: 1;
	overflow: auto;
	margin-bottom: 50px;
}

html[lang="en"] .gift-bg.gifts-block,
html[lang="en-US"] .gift-bg.gifts-block,
body.ltr .gift-bg.gifts-block {
	padding-inline-start: 20px;
	padding-inline-end: 30px;
}

.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px #ccc;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px #ccc;
	background-color: #aaa;
}

.label-text {
	color: #6E6E6E !important;
	font-family: "Tajawal", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.new-fieldset span.form-control {
	background: #FCFCFC;
}

.upload-msg-file {
	color: #747474;
	font-size: 20px;
	margin-bottom: 20px;
}

/*.file-input-type input[type="file"] {
	opacity: 0;
	position: absolute;
	top: 0;
}*/

.file-input-type span,
.file-input-type span i {
	color: #6E6E6E;
	font-size: 16px;

}

.upload-container {
	position: relative;
}

.new-filters {
	background: #fff;
	border-radius: 8px;
	padding: 5px 10px;
}

.filter-btn-group {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.filter-btn-group button {
	border: none;
	color: #2595B3;
	font-size: 18px;
	position: relative;
	transition: all ease-in-out 0.2s;
	outline: none !important;
	padding: 10px;
}

.filter-btn-group button:hover,
.filter-btn-group button.active {
	background-color: transparent;
	border: none;
	font-weight: 600;
	color: #2595B3;
}


.filter-btn-group button.active::before,
.filter-btn-group button:hover::before {
	content: "•••";
	position: absolute;
	bottom: -15px;
	/*width:5px;
	height:5px;
	background:#2595B3;*/
	border-radius: 50%;
	color: #2595B3;
	font-size: 30px;
}

/*.filter-btn-group button:hover::after,
.filter-btn-group button.active::after {
	content: "•";
	font-size: 23px;
	bottom: -10px;
	inset-inline-start: 32px;
}*/

.new-filters .filter-search-input input {
	border-color: #E4E4E4;
	outline: none !important;
}

.new-filters .filter-search-input input:focus {
	border-color: #E4E4E4;
}

.apply-done .success-title h1 {
	color: #2595B3;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.apply-done .success-img {
	background: url(../frontend/assets/Done-rafiki.png) no-repeat center;
	padding: 290px;
}

.success-btn a {
	border: none !important;
	outline: none !important;
	padding: 10px 30px;
	border-radius: 8px;
	margin: 10px;
}

.success-btn .btn-apply {
	background: #2595B3;
	color: #fff;
}

.success-btn .btn-back {
	background: #DBDBDB;
	color: #000000;
}

.no-programs-found {
	font-size: 16px !important;
}

/*New Plugin Css (New OKTAMAM Website)*/