@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.d-m-content{
    display: contents;
    font-family: 'IRANYekanX';
}
.m-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30.34px 0 34.66px 0;
}
select.price-filter-select {
    appearance: none;
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
    background-image: none;
}

.m-price-filter{
    max-width: 380px;
    position: relative;
    right: 11px;
}
.m-price-filter i {
    right: 217.22px;
    top: 23.5px;
    z-index: 999;
}
.m-form-select {
    --bs-form-select-bg-img: url("./icon/Vector 15.svg");
    padding: 18px 58px 19px 76px;
    color: #563F00;
    width: 100% !important;
}
.m-custom-button {
    font-size: 14px;
    padding: 8px 15px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    max-width: 240px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-day-price {
    background-color: #0867e9;
    color: white;
    width: 100%;
}
.m-dollar{
    background: #547e32;
}
.m-eur{
    background: #389B56;
}
.m-coin{
    background:#FAC007;
}
.m-gold_18{
    background: #FA8D07;
}
.m-gold_24{
    background: #CD6002;
}
.m-once{
    background: #B61604;
}
.m-btc{
    background: #0042AC;
}
.m-eth{
    background: #0076AC;
}
.m-btn-2 {
    background-color: #9c9c9c;
    color: white;
    width: 100%;
}

.m-btn-3 {
    background-color: #7a7a7a;
    color: white;
    width: 100%;
}



.m-btn-6 {
    background-color: #282828;
    color: white;
    width: 100%;
}

.m-w-custom {
    max-width: 278px;
    width: 220px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 48px;
    display: flex;
}

.m-w-custom>div {
    display: flex;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}

.m-w-custom .price-title {
    color: white;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
    width: 72px;
}

.m-w-custom.onemonth {
    justify-content: flex-end !important;
    background: #404040;
}

.m-w-custom.oneyear {
    justify-content: flex-end !important;
    background: #0076ac;
}
.m-w-custom.threeyear{
    justify-content: flex-end !important;
    background: #547d32;
}

.m-w-custom .price {
    color: black;
    background: white;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 10px;
    width: 153px;
    justify-content: space-around;
    font-size: 14px;
    font-weight: bold;
    line-height: 13;
    border: 1px solid #000000;
}

.m-w-custom .price-weak {
    width: 195px !important;
}

.m-parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.m-title-price-now {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.sort-desc,.sort-asc{
    cursor: pointer;
    position: relative;
}
.sort-desc-icon{
    cursor: pointer;
    font-size: 1.5rem;
    padding: 10px;       /* محدوده‌ی کلیک را بزرگتر می‌کند */
    display: inline-block; /* لازم است padding موثر باشد */
    margin: 0 5px;
    user-select: none;
    position: absolute;
}
.sort-asc i {
    bottom: -27px;
}
.sort-desc i {
    right: 0px;
    bottom: -27px;
}
.m-custom-button div {
    display: inline-block;
    padding: 10px 10px; /* فضای کلیک بزرگتر */
    cursor: pointer;
}
