/*
	Theme Name: LC Starter Theme
	Theme URI: 
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Qeema Tech Team
	Author URI: https://qeematech.net
	Version: 2.0.0
	Stable tag: 1.0.0
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: qeema
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

:root {
    --bs-success-rgb: 17, 185, 74;
    --bs-btn-bg: #203B50;
    --bs-btn-border-color: #203B50;
}

body {
    overflow-x: hidden;
}

* {
    font-family: "Noto Kufi Arabic", sans-serif;
}

body > .header {
    position: relative;
    z-index:99;
}

.badge {
  display: inline-block;
  min-width: 24px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #f44336; /* red */
  border-radius: 999px;
  text-align: center;
  vertical-align: middle;
}


.load-spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 3;
    width: 100%;
    background-color: #0000008a;
}

.hide {
    display: none !important;
}

.exercise-slider .slick-center div {
    background-color: #203B50 !important;
    color: #E5C271 !important;
}

.exercise-slider .slick-center h6 {
    background-color: #203B50 !important;
    color: #E5C271 !important;
}

.exercise-slider .slick-center img:nth-child(1) {
    display: none !important;
}

.exercise-slider .slick-center img:nth-child(2) {
    display: inline-block !important;
}


/* .exercise-slider .slick-list {
    overflow: visible !important;
} */

.iconsax {
    font-size: 18px;
    /* color: #86a3eb; */
}


/*=============================
   [01. Global Styles ]
===============================*/

a {
    text-decoration: none;
}


/*=============================
   [02. Helper Classes ]
===============================*/

.btn-primary {
    background-color: #203B50 !important;
    border-color: #203B50 !important;
}

.btn-outline-primary {
    color: #203B50 !important;
    border-color: #203B50 !important;
}

.bg-glass {
    background-color: #ffffffcc;
}

.bg-dark-primary {
    background-color: #203B50 !important;
}

.bg-gold {
    background-color: #E5C271;
}

.bg-gold-lite {
    background-color: #FBF0CA66;
}

.bg-selver {
    background-color: #eee;
}

.text-gold {
    color: #E5C271 !important;
}

.text-dark-primary {
    color: #203B50;
}

.top-1 {
    top: .25rem;
}

.end-1 {
    right: .25rem;
}

.hide {
    display: none;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.h-100vh {
    min-height: 100vh;
}

.h-80vh {
    height: 80vh;
}

.h-65vh {
    height: 65vh;
}

.h-min-80 {
    min-height: 80vh;
}

.icon-xxl {
    width: 120px !important;
    height: 120px !important;
}

.icon-xl {
    width: 90px !important;
    height: 90px !important;
}

.icon-lg {
    width: 60px !important;
    height: 60px !important;
}

.icon-md {
    width: 48px !important;
    height: 48px !important;
}

.icon-sm {
    width: 32px !important;
    height: 32px !important;
}

.icon-xs {
    width: 20px !important;
    height: 20px !important;
}

.avater-xs {
    width: 40px;
    height: 40px;
}

.avater-sm {
    width: 48px;
    height: 48px;
}

.avater-md {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.font-x-12 {
    font-size: 12px;
}

.font-x-11 {
    font-size: 11px;
}

.font-x-10 {
    font-size: 10px;
}

.font-x-9 {
    font-size: 9px;
}

.font-x-8 {
    font-size: 8px;
}

.btn-success-lite {
    background-color: #203B50;
    border-color: #203B50;
    color: #fff;
}

.btn-success-lite:hover {
    background-color: #203B50;
    color: #fff;
}

.mt-min-15 {
    margin-top: -15px;
}

.mt-min-45 {
    margin-top: -45px;
}

.mt-min-80 {
    margin-top: -80px !important;
}

.mt-min-100 {
    margin-top: -100px !important;
}

.pb-50 {
    padding-bottom: 50%;
}

.bg-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-dots-above .slick-dots {
    /* margin-top: -20px !important; */
    position: relative;
    z-index: 2;
}

.p-abs-gradent {
    position: absolute;
    bottom: 5%;
    right: 3%;
}

.add-offer {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.rounded-top-3 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.d-contents {
    display: contents;
}

.bottom-5 {
    bottom: 5%;
}

.bottom-10 {
    bottom: 10%;
}

.add-champ {
    left: 0;
    z-index: 3;
    min-height: 100%;
    top: -100% !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow-y: scroll;
}

.add-champ .create-match {
    bottom: -100% !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.add-champ.active {
    top: 0 !important;
}

.add-champ.active .create-match {
    bottom: 0 !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.link-hover:hover {
    background-color: #FBE6E9;
    ;
}

.check-type label {
    color: #999999;
}

.clearfix {
    clear: both;
}

.pt-6 {
    padding-top: 4rem !important;
}

.bx-icon {
    width: 35px;
    height: 50px;
    background: #fbf0ca9a;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: .5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*=============================
   [03. Steps like Wizard ]
===============================*/

.step {
    width: 100%;
    height: 100dvh;
}

.step-header {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.intro-slider-dots {
    list-style: none;
    padding: 0;
}

.intro-slider-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0;
}

.intro-slider-dots li.active {
    width: 25px;
    border-radius: 10px;
    background-color: #203B50;
}

.steps-container {
    position: relative;
}

.steps-container .item {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.steps-container .item.active {
    visibility: visible;
    opacity: 1;
}

.input-bg-gray {
    background-color: #F8FAFC;
    border-color: #F8FAFC;
    border-radius: 3px;
}

.input-bg-gray::placeholder {
    color: #404B52;
}

.input-group-custom {
    background-color: #fff;
    color: #203B50;
}

.forget-password {
    text-decoration: none;
    color: #404B52;
    text-align: center;
}

.profile-mage {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.object-fit-cover {
    object-fit: cover;
}

.lc-check-box:checked~.lc-check-box-label {
    background-color: #203B50;
    color: #F1FFF6;
}

.lc-check-box:checked~.lc-check-box-label img:nth-child(1) {
    display: none;
}

.lc-check-box:checked~.lc-check-box-label img:nth-child(2) {
    display: inline-block;
}

.lc-check-box-label {
    width: 100%;
    padding: 1rem 1.8rem;
    border: 1px solid #203B50;
    color: #203B50;
    border-radius: 3px;
    text-wrap: nowrap;
}

.height-container {
    background-color: #F1FFF6;
    border-radius: 50px;
    padding: .5rem;
    display: flex;
}

.height-container .lc-check-box-label {
    border-radius: 50px;
    padding: .3rem;
    transition: all .5s;
}

.height-container .lc-check-box:checked~.lc-check-box-label {
    background-color: #fff;
    border-color: #F8FAFC;
    color: #404B52;
    text-align: center;
    font-weight: 700;
}

.lc-check-border:checked~.lc-check-box-label {
    border: 2px solid #333;
}

.main-slider .slick-dots,
.post-slider .slick-dots {
    display: flex;
    list-style: none;
    gap: .5rem;
    justify-content: center;
    margin-top: -1rem;
    padding: 0;
}

.main-slider .slick-dots button,
.post-slider .slick-dots button {
    display: none;
}

.main-slider .slick-dots li::after,
.post-slider .slick-dots li::after {
    content: '';
    display: block;
    width: 30px;
    height: 7px;
    border-radius: 10px;
    background-color: #ffffff87;
    margin: 0;
    transition: all .5s;
}

.main-slider .slick-dots li.slick-active::after,
.post-slider .slick-dots li.slick-active::after {
    background-color: #fff;
}

.about-us {
    background: linear-gradient(94.42deg, #C0F8DE 1.35%, #35BD81 98.04%);
}

.partener {
    background: linear-gradient(94.42deg, #FFF5DA 1.35%, #FFC727 98.04%);
}

.catalog {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.top-2 {
    top: 2%;
}

.end-2 {
    left: 2%;
}


/* .main-slider .slick-dots li.slick-active::before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 10px;
} */

.search-bar {
    position: relative;
}

.btn-search-bar {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search-input,
.search-input:focus {
    background-color: #fff;
    border: 1px solid #eee;
    color: #404B52;
}

.search-input::-webkit-input-placeholder {
    color: #bebbbb;
}

.search-input:-moz-placeholder {
    color: #bebbbb;
}

.search-input::-moz-placeholder {
    color: #bebbbb;
}

.search-input:-ms-input-placeholder {
    color: #bebbbb;
}

.btn-search-bar {
    color: #203B50;
}

.woocommerce-product-gallery__image img {
    border-radius: 6px;
}


/*=============================
   [03. Header Setting ]
===============================*/

.header-box {
    width: 100%;
    height: 250px;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box {
    background-color: #fff;
    width: 85%;
    text-align: center;
    border-radius: 2rem;
    padding: 10px;
    margin-top: -115px;
}

.image-box img {
    margin-bottom: -35px;
}

.header-abs {
    background-color: #203B50;
    width: 100%;
    height: 155px;
    border-radius: 0px 0px 40px 95px;
    -moz-border-radius: 0px 0px 40px 95px;
    -webkit-border-radius: 0px 0px 40px 95px;
}


/*=============================
   [04. Thumb with edit pen ]
===============================*/

.thumb {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px dashed #203B50;
}

.thumb img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.thumb label {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 32px;
    height: 32px;
    font-size: small;
    background-color: #203B50;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.team-image img {
    width: 55px;
    height: 55px;
    border: 2px dashed #d6081f;
}


/* .team-image .stretched-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */


/*=============================
   [05. Eye Show Passwords]
===============================*/

.password {
    position: relative;
}

.password i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #c4c4c4;
}

.form-check-input:checked {
    background-color: #203B50;
    border-color: #203B50;
}

.form-check-input:checked+label {
    color: #203B50;
}

.form-control:focus {
    box-shadow: none;
    border-color: #203B50;
    /* background-color: #575757; */
}

.form-select {
    /* background-image: url('assets/images/arrow-down-white.png'); */
}

.no-data-class {
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}


/*=============================
	[05. PDF Viewer]
===============================*/

.pdf-toolbar-title {
    display: block;
    text-align: center;
}

.pdf-toolbar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 3px;
}


/*=============================
	[06. Footer]
===============================*/

.footer {
    width: 100%;
    /* background-color: #203B50; */
    position: fixed;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    z-index: 2;
}

.footer .nav {
    margin: 0;
    padding: 0;
}

.footer a {
    text-decoration: none;
    font-size: 12px;
    color: #96A0B5;
}

.footer a img {
    width: 24px;
}

.heart-animation {
    animation: heart 2s ease 0s infinite normal forwards;
}

.week-foods {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: .5rem;
}

.week-foods .nav-link {
    background-color: #B1E8C3;
    color: #404B52;
}

.week-foods .nav-link.active,
.week-foods .show>.nav-link {
    background-color: #203B50;
}

.home-tab-nav .nav-link {
    background-color: #cdb268;
    border: 1px solid #cdb268;
    color: #203B50;
}

.home-tab-nav .nav-link.active {
    background-color: #203B50;
    border-color: #203B50;
    color: #cdb268;
}

@keyframes heart {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* .slide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(83, 83, 83);
    background: linear-gradient(0deg, rgba(83, 83, 83, 1) 0%, rgba(255, 255, 255, 0) 100%);
} */

.border-nav {
    border-color: #333 !important;
    position: relative;
}

.border-nav::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -1%;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
}

.border-nav::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #333;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
}

.border-nav.border-warning {
    border-color: #203B50 !important;
}

.border-nav.border-warning::before,
.border-nav.border-warning::after {
    background-color: #203B50;
}

.service-box {
    padding-bottom: 100%;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.service-box h5 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%);
    -webkit-transform: translate(-60%, -60%);
    -moz-transform: translate(-60%, -60%);
    -ms-transform: translate(-60%, -60%);
    -o-transform: translate(-60%, -60%);
    z-index: 2;
}

.service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #575757;
    border: 8px solid #fff;
    display: flex;
    width: 3.4rem;
    height: 3.2rem;
    border-radius: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.service-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0005;
    border-radius: 2rem;
}

.hall-head {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hidden-top {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    overflow-x: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.hidden-top.show {
    top: 0;
}

.my-account {
    background-color: #fff;
    border-top-left-radius: 2rem;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 3;
    transition: all .5s;
}

.my-account.show {
    right: 0;
}

.my-account-header {
    width: 100%;
    min-height: 26%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border-top-left-radius: 2rem;
    position: relative;
}

.close-myacount {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #e4e4e4;
}

.bg-tag-dark {
    background-color: #373737;
}

.custom-tab .nav-link {
    background-color: #222222;
    color: #999999;
    font-weight: 500;
}

.custom-tab .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4E4E4E;
}

.app-menu {
    background-color: #212121;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    height: 45%;
    left: 0;
    bottom: -100%;
    z-index: 2;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.app-menu.active {
    bottom: 0;
}


/*=============================
	[13. Rating]
===============================*/

.rating {
    text-align: center;
    text-shadow: 0px 0px 0px #6f6f6f;
    font-size: 2.7rem;
    flex: 1;
}

.rating span {
    font-size: 0.8rem;
    color: #6f6f6f;
}

.rating-prograss-group {
    flex: 2;
}

.rating-progress {
    align-items: center;
}

.rating-progress i {
    color: #6f6f6f;
}


/*=============================
	[14. User Rating]
===============================*/

.user-rate {
    transform: rotate(180deg);
}

.user-rate input {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    appearance: none;
}

.user-rate input::before,
.user-rate input::after {
    content: ' \F586';
    font-family: bootstrap-icons !important;
    transform: rotate(180deg);
    font-size: 1.3rem;
}

.user-rate input::before {
    color: #ddd;
}

.user-rate input::after {
    color: gold;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}

.user-rate.checked input:hover~input:after,
.user-rate input:checked~input:after,
.user-rate.checked input:hover:after,
.user-rate input:checked:after {
    opacity: 1;
}

.star-gold {
    color: gold;
}

.user-rate.small input::before,
.user-rate.small input::after {
    font-size: .875rem;
}

.z-index-2 {
    z-index: 2;
}

.hidden {
    display: none;
}


/*=============================
	[05. Chat]
===============================*/

.chat-messages {
    overflow-y: scroll;
}

.message {
    width: 80%;
}

.sender {
    flex-direction: row-reverse;
}

.sender .message {
    background-color: #f1f1f1;
    padding: .8rem;
    border-radius: 15px;
    border-top-left-radius: 0;
}

.messager .message {
    background-color: #796BBD;
    color: #f1f1f1;
    padding: .8rem;
    border-radius: 15px;
    border-top-right-radius: 0;
}

.chat-input {
    position: fixed;
    bottom: 0;
    background-color: #fff;
}


/*====== Image Uploader ======*/

@media screen and (max-width: 450px) {
    .image-uploader .uploaded .uploaded-image {
        width: 23%;
        padding-bottom: 23%;
        margin: .2rem;
    }
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    display: block;
    color: #fff;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
}

.image-uploader {
    color: #6f6f6f;
    border-color: #575757;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.stories.carousel .story>.item-link>.info .name {
    font-weight: 300;
    color: #F8FAFC;
    font-size: 11px;
}

.stories.facesnap .story>.item-link>.item-preview {
    background: #203B50;
}

.stories.carousel .story>.item-link>.info {
    margin-top: 0.3em;
}


/* #zuck-modal-content .story-viewer .head .right {
    float: left;
}

#zuck-modal-content .story-viewer .head .left>.back {
    text-align: right;
}

#zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
    margin-right: 18px;
    margin-left: auto;
} */

#reader {
    border-color: #6f6f6f !important;
}

#html5-qrcode-button-camera-permission,
#html5-qrcode-button-file-selection {
    background-color: #203B50;
    border: 1px solid #203B50;
    border-radius: 3px;
    padding: .2rem .7rem;
}

#reader__scan_region img {
    width: 100px !important;
    padding: 1rem;
    background-color: #f1f1f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.stop-qr {
    padding: 0.3rem;
    position: absolute;
    top: -5%;
    right: -1%;
    background-color: #a1a1a1;
    opacity: 1;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes fade-out {
    to {
        opacity: 0;
    }
}

@keyframes slide-from-right {
    from {
        transform: translateX(90px);
    }
}

@keyframes slide-to-left {
    to {
        transform: translateX(-90px);
        -webkit-transform: translateX(-90px);
        -moz-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
        -o-transform: translateX(-90px);
    }
}

.slide-it {
    view-transition-name: slide-it;
}

::view-transition-old(slide-it) {
    animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}

::view-transition-new(slide-it) {
    animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

@keyframes slide-from-top {
    from {
        transform: translateY(120px);
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        -ms-transform: translateY(120px);
        -o-transform: translateY(120px);
    }
}

@keyframes slide-to-bottom {
    to {
        transform: translateY(-120px);
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
    }
}

.slide-up {
    view-transition-name: slide-up;
}

::view-transition-old(slide-up) {
    animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-bottom;
    -webkit-animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-bottom;
}

::view-transition-new(slide-up) {
    animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-top;
    -webkit-animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-top;
}

.add-request-container {
    background-color: white;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    width: 100%;
    min-height: 70%;
    max-height: 80%;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 3;
    overflow-x: scroll;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.add-request-container.active {
    bottom: 0;
}

.close-request {
    top: 2%;
    left: 5%;
    color: #35BD81;
}

.wallet-container {
    background: linear-gradient(180deg, #D1FFE9 0%, #2FBA7D 100%);
}

.triangle {
    position: relative;
}

.triangle::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 1.5em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    /*filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    */
    filter: drop-shadow(0 -0.0625rem 0.025rem rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.025rem rgba(0, 0, 0, 1));
}

.facebook {
    background: #1877F2;
    color: #fff;
}

.twitter {
    background: #1C1C1B;
    color: #fff;
}

.instagram {
    background: linear-gradient(45deg, #FAAD4F 14.61%, #DD2A7B 39.38%, #9537B0 58.49%, #515BD4 85.39%);
    color: #fff;
}

.tiktok {
    background: #000000;
    color: #fff;
}

.youtube {
    background: #FF0209;
    color: #fff;
}

.btn-gradient-primary {
    background: linear-gradient(90.99deg, #007AFF 2.79%, #004999 96.15%) !important;
    color: #fff;
}

.custom-course-fields > p {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
}

.tutor-icon-cart-line {
    display: none;
}



.tutor-card-body > * {
    order: 1;
}

.tutor-card-body .tutor-meta.tutor-mt-12.tutor-mb-20 {
    display: none;
}

.tutor-card-body .tutor-meta {
    order: 4;
}


.cart-items-buttons {
    display: flex;
}

.cart-items-buttons button, .cart-items-buttons a {
    margin: 0 3px;
    width: auto;
}


body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) {
    background-color: transparent !important;
    border: 1px solid #d1cfcf !important;
    border-radius: 5px 20px 20px 5px !important;
}

body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.my .bm-message-content:not(.bm-hide-background) {
    background-color: transparent !important;
    color: #21759b !important;
    border: 1px solid #21759b;
    border-radius: 20px 4px 4px 20px !important;
}

body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.my .bm-message-content:not(.bm-hide-background) * {
	color: #21759b !important;	
}


















.tutor-cs-card {
  direction: rtl;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  width: 90%;
  font-family: "Cairo", sans-serif;
  display: flex;
  gap: 10px;
  text-align: right;
  margin-top: 45px;
  margin-right: 15px;
}

.tutor-info {
  display: flex;
  align-items: center;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.text-section {
  margin-right: 12px;
}

.tutor-name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

.tutor-role {
  margin: 2px 0;
  font-size: 14px;
  color: #666;
}

.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}

.stars {
  display: flex;
}

.star {
  font-size: 18px;
  margin-left: 2px;
}

.star.full {
  color: #fdd835; /* yellow */
}

.star.empty {
  color: #ccc;
}

.tutor-instructor .profile-name *:not(.profile-rating-media, .tutor-cs-card, .tutor-cs-card *),
.tutor-instructor .cover-area,
.tutor-instructor .profile-pic {
    display: none !important;
}

.tutor-user-profile-content {
    margin-top: 0;
}

.profile-btns button {
    background: none;
    border: none;
    color: #A6A6A6 !important;
	position: relative;
	opacity: .9;
}


.profile-btns button.active {
    color: #007AFF !important;
    border-color: #007AFF !important;
    background: none !important;
	opacity: 1;
}

.profile-btns button:after {
	content: "";
	position: absolute;	
	width: 40px;
	height: 2px;
	background: #A6A6A6;
	bottom: 0px;
	right: 10px;
}


.profile-btns button.active:after {
    background: #007AFF;
}












