:root {
    --main-font: IBM Plex Sans Arabic , sans-serif;
 }

 body {
     --main-color: rgb(24, 100, 162);          --secondary-color: #57b6b6;

     font-family: Tajawal-Medium, sans-serif;
 }
    .loyalty-rewards-popup__rewards_row {
        font-size: 1.1rem;
        border: 1px solid #cccccc;
        margin-top: 10px;
        border-radius: 3px;
        padding: 8px;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .search-seo {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .loyalty-rewards-popup-hidden {
            display: none !important;
        }
        .loyalty-rewards-popup {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .loyalty-rewards-popup__wrap {
            width: 90%;
            position: absolute;
            max-width: 440px;
            max-height: 85vh;
            overflow: scroll;
            border-radius: 20px;
            scrollbar-width: none;
        }

        .loyalty-rewards-popup__wrap::-webkit-scrollbar {
            width: 0px;
        }

        .loyalty-rewards-popup {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 99999999;
        }
        .loyalty-rewards-popup ul {
            margin: unset;
            padding: unset;
        }
        .loyalty-rewards-popup__backdrop {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
        }
        .loyalty-rewards-popup__close {
            color: #666;
            position: absolute;
            width: 32px;
            height: 32px;
            right: 24px;
            top: 20px;
            background: #ffffff;
            border-radius: 100%;
            cursor: pointer;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .loyalty-rewards-popup__close:hover {
            color: #333;
            transform: scale(1.1);
            transition: transform 300ms linear;
        }

        .loyalty-rewards-popup__inner {
            padding: 25px 40px 40px;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #fff;
            border-radius: 20px;
            text-align: center;
            color: #2c3e50;
        }
        .loyalty-rewards-popup__logo svg {
            height: 34px !important;
            width: 118px !important;
            margin-left: auto;
            margin-right: auto;
        }
        .loyalty-rewards-popup__cta {
            margin-top: 24px;
            color: #666666;
            font-size: 14px;
            line-height: 22px;
        }
        .loyalty-rewards-popup .loyalty-rewards-popup__learn-button {
            display: inline;
            color: #000000;
            text-decoration: underline;
            font-weight: normal;
            font-size: inherit;
            line-height: inherit;
        }
        .loyalty-rewards-popup__footer a {
            text-decoration: underline;
            color: inherit;
            font-weight: normal;
        }
        [dir='rtl'] .loyalty-rewards-popup__close {
            right: unset;
            left: 24px;
        }
        .loyalty-rewards-popup__why-title {
            font-size: 16px;
            color: #000;
            font-weight: 700;
        }
        .loyalty-rewards-popup__why-points {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-right: auto;
            margin-left: auto;
            flex-direction: column;
        }
        .loyalty-rewards-popup__why-item > div {
            margin-top: 10px;
        }
        [dir='rtl'] .loyalty-rewards-popup__why-item > div {
            margin-top: 0;
        }

        .loyalty-rewards-popup .loyalty-points__info_d_none {
            display: none;
        }

        .loyalty-rewards-popup .loyalty-points__points-text {
            color: var(--primary-color);
            margin: 0 3px;
        }

        .loyalty-points__info {
            text-align: left;
            position: relative;
            top: 10px;
            font-size: 1.1rem;
        }

        [dir='rtl'] .loyalty-points__info {
            text-align: right;
        }



        @media (min-width: 768px) {
            .loyalty-rewards-popup__cta {
                margin-top: 28px;
            }
            .md\:space-y-16 > :not(template) ~ :not(template) {
                margin-top: 16px !important;
            }
            .loyalty-rewards-popup__close {
                top: 20px;
                right: 24px;
            }
            .loyalty-rewards-popup__logo svg {
                height: 28px !important;
                width: 130px !important;
            }
            [dir='rtl'] .loyalty-rewards-popup__close {
                right: unset;
                left: 24px;
            }
            [dir='rtl'] .loyalty-rewards-popup__payment-type ul {
                text-align: right;
            }
        }
.adoption-shop-item{
    border: 1px solid rgb(24, 100, 162);
}
.btn-default:hover{
    background-color: rgb(24, 100, 162) !important;
    color: white !important;
}
.adoption-shop-item:hover{
    box-shadow: rgb(24, 100, 162) 0px 3px 8px !important;
}
.mt-20{
    margin-top:120px;
}
.h-img{
    height: 34px;
    width: 39px;
}
.text-yalo{
    color: #febd00 !important;
    font-size:20px;
}
.text-icone{
    color: blueviolet;
}
.text-color{
    color: #57b6b6;
}
.titlerevie{
    background-color: #57b6b6;
    color: white !important;
    padding: 5px;
    width: max-content;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:  rgb(24, 100, 162) !important;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
  .fw-bold{
    font-weight: bold;
  }
  .left-16{
    left:16px;
  }
  .d-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btnn{
    outline: hidden;
    border: none;
    font-size: 30px;
  }
  .bg-blue{
    background-color: rgb(24, 100, 162) !important;
    color: white !important;
  }
  .h-400{
    height: 344px;
  }
  .boxsado{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .bordercart{
    border: 1px solid rgb(24, 100, 162) !important;
  }
  .h-cart{
    height: 120px;
  }
  .text-start{
    text-align: start !important;
 
  }
  .btn-request{
    border: none;
    outline: none;
    color: white;
    background-color: #57b6b6;
    border-radius: 15px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #57b6b6 !important;
  }