input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}

body {
    font-family: 'Tajawal' !important;
    background: linear-gradient(#b52c34, #383464) !important;
    height: 100vh;
}

html {
    scroll-behavior: smooth;
    background: linear-gradient(#3c3463, #383464) !important;
}

a:link,
a:hover {
    text-decoration: none !important;
}

h2 {
    color: #fff;
    margin: 0.5rem !important;
    padding-top: 0.5rem;
}

button {
    outline: none !important;
}


/*Start login and otp style*/

.background {
    background: linear-gradient(to right, #cd9175 0%, #cd9175 100%);
    height: 100vh !important;
}


/* .logo_img{
    height: 67px !important;
    width: 65px !important;
} */

.top-right {
    position: absolute;
    top: 8px;
    right: 395px;
}

@media (min-device-width: 991px) and (max-device-width: 1366px) {
    .top-right {
        position: absolute;
        top: 8px;
        right: 30px;
    }
}

@media (min-device-width: 0px) and (max-device-width: 990px) {
    /* .logo_img {
          height: 32px !important;
          width: 30px !important;
    } */
    .top-right {
        position: absolute;
        top: 8px;
        right: 16px;
    }
    .phone_rule {
        display: inline-flex !important;
    }
}

.bekam_logo {
    margin-top: 1.0rem !important;
}


/* Media query for mobile*/

@media (max-width: 550px) {
    .full {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
}

@media (min-width: 0px) and (max-width: 370px) {
    .bekam_logo {
        width: 265px !important;
        height: 268px !important;
    }
}

@media (min-width: 371px) and (max-width: 767px) {
    .bekam_logo {
        width: 300px !important;
        height: 303px !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .bekam_logo {
        width: 350px !important;
        height: 354px !important;
    }
}

@media (min-width: 901px) and (max-width: 1400px) {
    .bekam_logo {
        width: 550px !important;
        height: 556px !important;
    }
}

.reg_now {
    color: #ffffff !important;
    font-size: 3.0rem !important;
}

.bekam_tit {
    direction: rtl !important;
    color: #800000 !important;
    font-size: 4.0rem !important;
    margin-bottom: 1.0rem !important;
}

@media (min-width: 901px) and (max-width: 1400px) {
    .reg_now {
        font-size: 2.0rem !important;
    }
    .bekam_tit {
        font-size: 3.0rem !important;
    }
}

.input_login {
    border: 2px solid #d0967b !important;
    outline: none !important;
    display: inline-block !important;
    height: 50px !important;
    vertical-align: middle !important;
    position: relative !important;
    bottom: 10px !important;
    margin: 0.5rem 0rem !important;
    border-radius: 22px !important;
    width: 295px !important;
    box-sizing: border-box !important;
    padding: 5px 18px !important;
    direction: rtl !important;
}

@media (max-width: 900px) {
    .input_login {
        margin: 0.3rem 0rem !important;
        width: 260px !important;
        height: 40px !important;
    }
    .bekam_tit {
        font-size: 1.1rem !important;
    }
    .reg_now {
        font-size: 1.1rem !important;
    }
    .content {
        text-align: center !important;
    }
    p {
        margin-bottom: 0rem !important;
    }
}

.button_style {
    display: inline-block !important;
    border-radius: 22px !important;
    width: 200px !important;
    height: 40px !important;
    border: none !important;
    font-size: 1.2rem !important;
    text-align: center !important;
    text-decoration: none !important;
}

.yellow {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom, #af343b, #7d191f) !important;
    box-shadow: 0 0px 6px #831b21 !important;
}

.rule_reg {
    color: #fff !important;
    background-color: #b17656 !important;
    width: 300px !important;
    border-radius: 25px !important;
    padding: 0.8rem !important;
    margin: 1.0rem 0rem !important;
    text-align: center !important;
    font-size: 0.7rem !important;
}

@media (max-width: 550px) {
    .rule_reg {
        color: #fff !important;
        background-color: #b17656 !important;
        width: 265px !important;
        border-radius: 25px !important;
        padding: 0.5rem !important;
        margin: 0.5rem 0rem !important;
        text-align: center !important;
        font-size: 0.6rem !important;
    }
}

.text_a a {
    font-size: 1rem !important;
    font-size: 0.8rem !important;
    margin: 0.4rem 0.5rem !important;
    text-decoration: none !important;
    color: #fff !important;
}


/*ُEnd login and otp style*/


/*start home style */

.home_page {
    margin: 76px 0 !important;
    justify-content: center !important;
    text-align: center !important;
    direction: rtl;
}

.home_page_padding {
    padding: 26px;
}

.auto-grid {
    --auto-grid-min-size: 12rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}

@media (max-width: 550px) {
    .auto-grid {
        --auto-grid-min-size: 10rem;
    }
}


/*
  WRAPPER
  A utility with a max width that contains child elements and horizontal centers them
*/

.wrapper {
    max-width: 65rem;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    direction: rtl;
    background-color: #fff;
    border-radius: 17px;
}

.wrapper_home {
    max-width: 65rem;
    margin: 0.5rem auto;
    padding: 0.5rem 2rem;
    direction: rtl;
    background-color: transparent;
    border-radius: 17px;
}

.item {
    padding: 2.5rem 1rem;
    text-align: center;
    font-size: 1.0rem;
    background: #58588f;
    color: #fff;
    /* box-shadow: 0 4px 8px 3px rgb(0 0 0 / 12%); */
    border-radius: 40px;
}

.item_img_circuit {
    background: linear-gradient(0.25turn, #b72c33, #99212b, #7d1623);
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    box-shadow: 1px 1px 1px 1px rgb(255 255 255 /90%);
}

.category_img {
    /* filter: invert(1); */
    /* filter: invert(28%) sepia(31%) saturate(1636%) hue-rotate(321deg) brightness(95%) contrast(91%); */
    height: 65px;
    width: 65px;
}

.category_titel {
    display: flex;
    font-size: 1rem;
    justify-content: center;
    padding: 0.5rem;
    font-family: 'Tajawal';
    font-weight: 600;
}

.item:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


/*end home style */


/*Start tabel style*/

.table-data {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Tajawal';
}

.table-data .th-data,
.td-data {
    text-align: center;
    padding: 12px !important;
    font-family: 'Tajawal';
    font-size: 0.9rem;
    margin: 0.8rem !important;
    cursor: pointer;
}

.table-data tr:nth-child(even) {
    background-color: #f2f2f2
}

.table-data .thead-data {
    background-color: #58588f;
    color: #fff;
}


/*End tabel style*/


/*Start info page style*/

.titel_info {
    font-size: 1.8rem;
    color: #971829;
    padding: 0.8rem 0.5rem;
    font-weight: 600;
    font-family: 'Tajawal';
    text-align: right;
    cursor: pointer;
}

.content_info {
    direction: rtl;
    text-align: justify;
    font-size: 1.0rem;
    color: #404041;
    line-height: 1.7;
    font-family: 'Tajawal';
    cursor: pointer;
}

.logo_size {
    width: 145px;
    height: 144px;
}


/*End info page style*/


/*Start News Style*/

.fakeimg {
    width: 100%;
    padding: 20px;
}

.card {
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
}

.news_auto_grid {
    --auto-grid-min-size: 30rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
    margin: 1.0rem;
}

@media (max-width: 550px) {
    .news_auto_grid {
        --auto-grid-min-size: 17rem;
    }
}

.news_title {
    font-size: 1.1rem;
    font-family: 'Tajawal';
    font-weight: 600;
    color: #404041;
}

.center_column {
    grid-row: 1;
}

.dircton_layout {
    direction: rtl !important;
    margin: 70px 0;
}

.news_part {
    margin-top: 10px;
    direction: rtl;
    text-align: right;
}

.news_news {
    padding: 50px 0;
}

.news_section {
    border-radius: 6px;
    overflow: hidden;
}

.top_news_details {
    width: 100%;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: 50%;
    display: grid;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-size: cover;
    cursor: pointer;
    z-index: 0;
}

@media only screen and (max-width: 660px) {
    .top_news_details {
        height: 160px;
    }
}

.top_news_photo {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.responsive_img {
    width: 100%;
    height: auto;
}

.all_news {
    padding: 35px 20px;
    background: #fff;
    border-radius: 25px;
    margin: 1rem auto;
}

@media only screen and (max-width: 660px) {
    .all_news {
        padding: 8px;
    }
}

.details {
    margin: 1.0rem;
    text-align: justify;
}

.titel_details {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 800;
    color: #404041;
}

.p_details {
    font-size: 0.9rem;
    font-family: 'Tajawal';
    font-weight: 600;
}

.h6_details {
    color: #262546;
    font-weight: 600;
}

.new_footer_more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0.3rem 0;
}

.more_icon {
    text-align: center;
    padding: 0.52rem;
}

.more_icon .fas {
    color: #fff !important;
}

.more_icon .fas:hover {
    color: #afb0b3 !important;
}

.circle {
    background: #262546;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.read_more {
    cursor: pointer;
    text-decoration: underline !important;
}

.read_more:hover {
    text-decoration: underline !important;
    color: #262546 !important;
}


/*End News Style*/


/*Start News Details  Style*/

.box_title {
    appearance: none;
    /* background: #f9f9f9db; */
    /* border: 1px solid #262546; */
    border-radius: 13px;
    color: #fff;
    padding: 0.5rem;
    margin: 1rem;
    text-align: center;
    width: 300px;
    height: 65px;
    line-height: 2;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    justify-items: center;
    display: inline-flex;
}


/*End News Details Style*/


/* Start Exchange Companies Style*/

.recipe,
.company-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company-box {
    flex: 0 1 29ch;
    height: calc(210px + 1vw);
    overflow: hidden;
}

.company-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.expandable-image img {
    width: 50% !important;
}

.recipe {
    border: 2px solid #F2F2F2;
    border-radius: 8px;
    overflow: hidden;
    margin: 1.0rem 0.5rem;
}

.recipe-content {
    padding: 16px 32px;
    flex: 4 1 40ch;
}

.recipe-tags {
    margin: 0 -8px;
}

.recipe-tag {
    display: inline-block;
    margin: 8px;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ecf0f1;
}

.recipe-title {
    margin: 0;
    font-size: clamp(1.4em, 2.1vw, 2.1em);
    font-family: 'Tajawal';
}

.recipe-title a {
    text-decoration: none;
    color: inherit;
}

.recipe-title a:hover {
    color: #fff;
}

.recipe-save {
    display: flex;
    align-items: center;
    padding: 6px 14px 6px 12px;
    border-radius: 4px;
    border: 2px solid currentColor;
    color: var(--primary);
    background: none;
    cursor: pointer;
    font-weight: bold;
}

.recipe-save svg {
    margin-right: 6px;
}

.top_card_about {
    padding-top: 90px !important;
}


/* Body Layout */

* {
    box-sizing: border-box;
}

.big {
    width: clamp(300px, 100%, 100%);
    padding: 24px;
}


/* End Exchange Companies Style*/


/* start profile page style*/

.profile_page {
    justify-content: center !important;
    margin: 30px 0 !important;
    display: grid !important;
}

.profile_card {
    justify-content: center;
    text-align: center;
    display: block !important;
    overflow: visible !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 20px !important;
    border-color: #fff !important;
    direction: rtl !important;
    padding: 1rem 0.5rem!important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12), 1px 1px 4px rgba(0, 0, 0, 0.24) !important;
    margin: 0.7rem 0rem !important;
    font-family: 'Tajawal', sans-serif !important;
}

.p_pro {
    margin-bottom: 0rem;
}

.center_center {
    text-align: center;
    color: #44464a;
}

.profile_ul {
    display: contents !important;
}

.profile_ul .fas {
    color: #44464a !important;
    font-size: 22px !important;
}

.infor_ul {
    display: inline-flex !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 1.0rem !important;
}

.infor_li {
    background-color: #262546 !important;
    color: #fff !important;
    border-radius: 18px !important;
    padding: 0.5rem !important;
    margin: 0.3rem !important;
    font-size: 0.7rem !important;
    text-align: center !important;
    width: 125px !important;
    height: 48px !important;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 500 !important;
}

.size_name {
    font-size: 0.7rem !important;
    margin-top: 0.3rem !important;
    font-family: 'Tajawal', sans-serif !important;
}

.vl {
    margin: 1.0rem 0 !important;
    border-left: 2px solid #d9d7d7 !important;
    height: 30px !important;
}

.help_card {
    /* width: 300px !important; */
    text-align: right !important;
    height: auto !important;
    display: flex !important;
    overflow: visible !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    border-color: #fff !important;
    direction: rtl !important;
    padding: 1.0rem!important;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.12), 1px 1px 5px rgba(0, 0, 0, 0.24) !important;
    font-family: 'Tajawal', sans-serif !important;
}

.hr_help {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    box-shadow: 2px 0px 2px #ccc !important;
    width: 275px !important;
}

.text_help {
    color: #212529 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    padding-right: 0.8rem !important;
    font-family: 'Tajawal', sans-serif !important;
}

.active,
.text_help:hover {
    color: #262546 !important;
}

.span_number_le {
    color: #262546 !important;
    font-weight: 600 !important;
}


/*Timer*/

.base-timer {
    position: relative !important;
    width: 125px !important;
    height: 125px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.base-timer__svg {
    transform: scaleX(-1) !important;
    color: #262546 !important;
}

.base-timer__circle {
    fill: none !important;
    stroke: none !important;
}

.base-timer__path-elapsed {
    stroke-width: 7px !important;
    stroke: #8294b6 !important;
}

.base-timer__path-remaining {
    stroke-width: 7px !important;
    stroke-linecap: round !important;
    transform: rotate(90deg) !important;
    transform-origin: center !important;
    transition: 1s linear all !important;
    fill-rule: nonzero !important;
    stroke: currentColor !important;
}

.base-timer__path-remaining.green {
    color: #4d98ef !important;
}

.base-timer__path-remaining.orange {
    color: #b068dd !important;
}

.base-timer__path-remaining.red {
    color: #57b4d5 !important;
}

.base-timer__label {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.avatar_img {
    margin: 0.5rem !important;
    border: 3px solid #262546 !important;
    border-radius: 50% !important;
    width: 70px !important;
    height: 70px !important;
}

.profile_avatar {
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    margin: 0.3rem !important;
}

.user_name {
    font-size: 1.1rem;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 600;
    color: #262546;
}


/* end profile page style*/

.table-bordered {
    border: 1px solid #ffffff !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ffffff !important;
}