@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

html body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    direction: rtl;
}

body {
    font-size: 0.875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    /*font-weight: 500;*/
    color: #333;
}

.sidebar .nav-link:hover {
    color: #007bff;
}

.sidebar .nav-link .feather {
    margin-left: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
    top: 0.25rem;
    left: 1rem;
}

.navbar .form-control {
    /*     padding: 0.75rem 1rem;
    border-width: 0;
    border-radius: 0; */
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.nav-tabs .nav-link {
    color: black;
    font-weight: bold;
}

.nav-item {
    font-size: 17px !important;
}

.nav-tabs .nav-item .active {
    color: #0d6efd;
    font-weight: bold;
    border-bottom-color: black;
    border-bottom-width: 3px;
}

#user {
    color: limegreen;
}

.modal-header,
.form-modal {
    justify-content: center;
    text-align: center;
}

/*recent events*/
#recent_events {
    padding-top: 50px;
    padding-bottom: 100px;
}

#recent_events h3 {
    text-align: center;
    padding-bottom: 40px;
}

.slider {
    max-width: 1150px;
    display: flex;
}

.card-group .card {
    background: #fff;
    flex: 1;
    margin: 0 10px;
    border-radius: 14px;
    border: 0;
}

.card-group .card .img {
    height: 200px;
    width: 100%;
}

.card-group .card .img img {
    height: 100%;
    width: 100%;
    object-fit: unset;
    border-radius: 14px;
}

.card-group .card .content {
    padding: 10px 20px;
    /* background-color: #f8f9fa; */
    border-radius: 14px;
}

.card .content .title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.card .content .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    line-height: 20px;
    text-align: center;
}

.card .content p {
    text-align: center;
    margin: 10px 0;
}

.card .content .btn {
    display: block;
    text-align: center;
    gap: 4px;
}

.card .content .btn button {
    background: orangered;
    color: white;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.card .content .btn button:hover {
    transform: scale(0.9);
}

.annBtn {
    background: orangered;
    color: white;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
}

.carouselBtn {
    width: 200px !important;
    height: 50px !important;
    font-size: 21px !important;
    padding: 3px !important;

}

.annBtn:hover {
    transform: scale(0.9);
    color: white !important;
}

.price {
    font-size: 27px;
    color: #198754;
}

.fa-plus,
.fa-minus {
    color: white;
}


/* Basket Stiker */
#completeorder {
    z-index: 999 !important;
    display: inline-flex !important;
    position: fixed !important;
    visibility: visible !important;
    bottom: 20px !important;
    right: 20px !important;
    width: 73px !important;
    height: 50px !important;
    line-height: 46px !important;
    font-size: 26px !important;
    text-align: center !important;
    align-items: center !important;
    padding: 5px;
}

#completeorder svg {
    display: block !important;
    width: 100% !important;
    height: 80% !important;
    line-height: inherit !important;
}

#completeorder i {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: inherit !important;
}

#completeorder.visible {
    visibility: visible !important;
    opacity: .5 !important;
}

#completeorder {
    background-color: #198754 !important;
    color: white !important;
    border-radius: 5px !important;
}

#footer {
    position: relative;
    background-color: #212529  ;
    height: 100px;
    width: 100%;

    clear: both;
    text-align: center;
    padding-top: 10px;
    bottom: 0;
}


/* #basketSticker:hover{opacity:1;} */

/* loader */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.loader-container.fade-out {
    top: -120%;
}

#menuForm {
    padding-left: 14px;
    padding-right: 14px;
}

.MainMenuTitle {
    justify-content: center;
}

.map-icon {
  
    background-color: #212529 !important;
    color: orangered !important;
}