﻿/*
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansX-Bold.woff'), url('../fonts/IRANSansX-Bold.woff2') format('woff2'), url('../fonts/IRANSansX-Bold.ttf') format('ttf'), url('../fonts/IRANSansX-Bold.otf') format('otf');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansX-Regular.woff') format('woff'), url('../fonts/IRANSansX-Regular.woff2') format('woff2'), url('../fonts/IRANSansX-Regular.ttf') format('ttf');
}



@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANYekanX-Bold.woff'), url('../fonts/IRANYekanX-Bold.woff2') format('woff2'), url('../fonts/IRANYekanX-Bold.ttf') format('ttf');
}

@font-face {
    font-family: IRANYekanX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANYekanX-Regular.woff') format('woff'), url('../fonts/IRANYekanX-Regular.woff2') format('woff2'), url('../fonts/IRANYekanX-Regular.ttf') format('ttf'), url('../fonts/IRANYekanX-Regular.otf') format('otf');
}
*/
@import url('site.css');
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'), url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'), url('../fonts/Vazir-Medium-FD-WOL.ttf') format('ttf'), url('../fonts/Vazir-Medium-FD-WOL.eot') format('eot');
}

.home-background {
    position: relative;
    min-height: 100vh;
}

    .home-background::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/img/BackGround.png');
        background-repeat: repeat;
        background-position: top left;
        background-size: 500px 333px;
        opacity: 0.08; /* کم‌رنگ */
        pointer-events: none;
        z-index: 0;

    }

    .home-background > * {
        position: relative;
        z-index: 1;
    }
.custom-appbar-Navy {
    background-color: #0D2340 !important;
    color: white !important;
}

.White-BackGround {
    background-color: white !important;
}

.custom-nav-link .mud-nav-link-icon {
    color: #0D2340 !important;
}



.custom-nav-Orange .mud-list-item-icon {
    color: #FF6A00 !important;
}
.rounded-btn {
    border-radius: 999px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.custom-appbar-Orange {
    background-color: #FF6A00 !important;
    color: white !important;
}

.Orange {
    color: rgb(255, 106, 0) !important;
}

.Navy {
    color: rgb(13, 35, 64) !important;
}
/* مخفی کردن لوگو در موبایل */
.hide-mobile {
    display: block;
}

@media (max-width: 959.98px) {
    .hide-mobile {
        display: none !important;
    }
}



html, body, .mud-typography, .mud-button, .mud-input, .mud-select, .mud-table, .mud-chip, .mud-dialog {
    font-family: 'Vazir' !important;
}


.mobile-ltr {
    direction: ltr;
    text-align: right;
}


/* Fix RTL notch for MudTextField Outlined + tel */
.mud-input-root.mud-input-outlined {
    direction: rtl;
}

    .mud-input-root.mud-input-outlined legend {
        text-align: right !important;
        margin-right: 0 !important;
        margin-left: auto !important;
        transform-origin: right center !important;
    }

    .mud-input-root.mud-input-outlined .mud-input-label {
        right: 0 !important;
        left: auto !important;
        transform-origin: top right !important;
    }


/* برای راست‌چین کردن لیبل در حالت Outlined */
.mud-rtl-input .mud-input-label {
    right: 1.7rem !important;
    left: auto !important;
    transform-origin: right top !important;
    text-align: right !important;
    direction: rtl !important;
}

/* برای راست‌چین کردن کل فیلد و متن ورودی */
.mud-rtl-input .mud-input-root {
    direction: rtl !important;
    text-align: right !important;
}


.category-header {
    padding: 12px 16px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: aliceblue;
    transition: background-color 0.25s ease;
}

.category-header-text{
    font-weight:600;
    color:black;

}
.category-header-text:hover {
    font-weight: 600;
    color: white;
}

.category-header:hover {
    background-color: lightgray;
    color:aliceblue;
}




.service-card {
    cursor: pointer;
    padding: 10px 6px; /* قبلاً احتمالاً بزرگ‌تر بوده */
    min-height: 140px; /* کوچکتر از قبل */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .service-card:hover {
        transform: translateY(-2px);
    }


/* بخش آیکون */
.icon-area {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f7fa;
}

    .icon-area img {
        width: 48px; /* قبلاً احتمالاً 64 یا بیشتر */
        height: 48px;
        object-fit: contain;
        margin-bottom: 6px;
    }


.service-card:hover .icon-area img {
    transform: scale(1.1);
}

/* بخش عنوان */
.icon-area img {
    width: 48px; /* قبلاً احتمالاً 64 یا بیشتر */
    height: 48px;
    object-fit: contain;
    margin-bottom: 6px;
}

.category-header{
    background-color: #F3F5F7;
}
/* حالت پیش‌فرض */
.responsive-paper {
    height: 100%; /* حالت پیش‌فرض برای بزرگ‌تر از md */
}

/* موبایل: xs */
@media (max-width: 600px) {
    .responsive-paper {
        height: 200px !important;
    }
}

/* تبلت: sm */
@media (min-width: 601px) and (max-width: 959px) {
    .responsive-paper {
        height: 200px !important; /* مثلاً کمی بلندتر از موبایل */
    }
}

/* دسکتاپ کوچیک و بزرگ: md به بالا */
@media (min-width: 960px) {
    .responsive-paper {
        height: 100% !important;
    }
}


.rtl-navmenu {
    direction: rtl; /* راست به چپ */
    text-align: right; /* متن راست‌چین */
}
/* فایل site.css یا wwwroot/css/app.css */
#nav-drawer .mud-nav-menu {
    direction: rtl; /* راست به چپ */
    text-align: right; /* متن راست‌چین */
}

.app-title {
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s ease;
}

    .app-title:hover {
        text-decoration: none !important;
        opacity: 0.8; /* فقط کمی تغییر برای حس تعامل */
    }




.border-error {
    border: 1.5px solid red !important;
    transition: all 0.3s ease-in-out;
}

.shake {
    animation: shake 0.3s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}



.bg-grey-light {
    background-color: rgba(200,200,200,0.1);
}



.notification-wrapper {
    position: relative;
    display: inline-block;
}

.notification-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 7px;
    height: 7px;
    background-color: #ff3b30;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.5);
    animation: pulse 1.6s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.birthdate-container {
    position: relative;
    padding: 16px 12px 12px;
    border-radius: 8px;
}

.birthdate-title {
    position: absolute;
    top: -10px;
    right: 12px;
    background: var(--mud-palette-surface);
    padding: 0 8px;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}




.plate-serial {
    position: relative;
    top: 4px;
}

.iran-plate {
    position: relative;
    width: 100%;
    max-width: 180px;
    aspect-ratio: 612 / 129;
    /*margin: 8px auto;*/
}

    .iran-plate .plate-bg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 4px;
        margin:0px;
    }

    .iran-plate .plate-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.3rem; /* desktop default */
        font-weight: bold;
        color: black;
        white-space: pre;
        direction: rtl;
    }






/* در حالت موبایل ورودی‌ها زیر هم می‌رن */
@media (max-width: 768px) {
    .plate-inputs {
        flex-wrap: wrap;
    }

        .plate-inputs > * {
            flex: 1 1 100%;
        }
}

/* در حالت دسکتاپ همه در یک خط متناسب */
@media (min-width: 769px) {
    .plate-inputs > * {
        flex: 1;
    }
}


/* 🔹 حذف نوار زیر تب (Indicator) */
.custom-tabs .mud-tabs-slider,
.custom-tabs .mud-tab-slider-horizontal {
    display: none !important;
}

/* 🔹 ظاهر عمومی تب‌ها */
.custom-tabs .mud-tab {
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

    /* 🔹 تب فعال — رنگ و پس‌زمینه مشخص */
    .custom-tabs .mud-tab.mud-tab-active {
        background-color: var(--mud-palette-primary);
        color: var(--mud-palette-primary-text);
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    /* 🔹 افکت hover */
    .custom-tabs .mud-tab:hover:not(.mud-tab-active) {
        background-color: rgba(var(--mud-palette-primary-rgb), 0.08);
        color: var(--mud-palette-primary);
    }

/* 🔹 فاصله بین تب‌ها */
.custom-tabs .mud-tab {
    margin: 0 6px;
    padding: 6px 12px;
}

/* 🔹 در حالت dark theme */
body.mud-theme-dark .custom-tabs .mud-tab.mud-tab-active {
    background-color: var(--mud-palette-primary-light);
    color: var(--mud-palette-dark-text-primary);
}



/* 1️⃣ راست‌چین کردن تب‌ها */ .rtl-tabs .mud-tabs-toolbar {
    direction: rtl; /* justify-content: flex-end;*/
    visibility:hidden
}


.bg-blue-50 {
    background-color: #e3f2fd !important;
}

/* تبلت */
@media (max-width: 768px) {
    .iran-plate {
        max-width: 160px;
    }

        .iran-plate .plate-text {
            font-size: 1.1rem;
        }

    .plate-serial {
        top: 3px;
    }
}

@media (max-width: 576px) {
    .iran-plate {
        max-width: 130px;
    }

        .iran-plate .plate-text {
            font-size: 0.9rem;
        }

    .plate-serial {
        top: 2px;
    }
}


html[dir="rtl"] .mud-tab-slider-horizontal {
    left: auto !important;
    right: 0 !important;
}




.iran-plate {
    position: relative;
    width: 100%;
    max-width: 180px; /* اندازه نهایی روی کارت */
    aspect-ratio: 612 / 129;
    margin: auto;
}

    .iran-plate .plate-bg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0px;
    }

    .iran-plate span {
        position: absolute;
        font-weight: bold;
        font-family: Vazir;
        font-size: 1.2rem;
    }

/* نسبت‌ها = مقدار / 612 × 100% */

/* LEFT (شروع + عرض 120px) */
.p-left {
    font-family: Vazir !important;
    left: calc(65 / 612 * 100%);
    width: calc(130 / 612 * 100%);
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #1e1e1e;
}

/* MIDDLE: شروع 177 و عرض 137px */
.p-middle {
    font-family: Vazir !important;
    left: calc(175 / 612 * 100%);
    width: calc(145 / 612 * 100%);
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    color: #1e1e1e;
}

/* RIGHT: شروع 314 و عرض 164px */
.p-right {
    font-family: Vazir !important;
    left: calc(300 / 612 * 100%);
    width: calc(164 / 612 * 100%);
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #1e1e1e;
}

/* SERIAL: شروع 478px و عرض 140px + پایین بودن 30px */
.p-serial {
    font-family: Vazir !important;
    left: calc(478 / 612 * 100%);
    width: calc(140 / 612 * 100%);
    top: calc((129 - 55) / 129 * 100%); /* 30px پایین‌تر */
    transform: translateY(-50%);
    text-align: center;
    color: #1e1e1e;
}


/* صفحه‌های کوچک → دکمه کوچک شود */
@media (max-width: 600px) {
    .car-btn {
        --mud-button-height: 32px !important; /* معادل Size.Small */
        font-size: 0.75rem !important;
        padding: 0 8px !important;
    }
}


.selected-car {
    border: 3px solid #13ed07;
    box-shadow: 0 0 10px rgba(25,118,210,0.5);

}


/*=============================================================*/



/* ProgressBar RTL */
.rtl-progress {
    transform: scaleX(-1); /* کل نوار رو برعکس کن */
}

    .rtl-progress .mud-progress-linear-bar {
        transform: scaleX(-1); /* دوباره برعکس کن تا متن و رنگ درست بشه */
    }



/*-------------------------------------------------*/

@media (max-width: 600px) {
    .mud-stepper-step .mud-stepper-step-label,
    .mud-stepper-step .mud-stepper-step-secondary-text {
        display: none;
    }
}



/*========================================================*/




.selected-row {
    border-left: 4px solid #4caf50; /* خط سبز سمت چپ */
    background-color: rgba(76, 175, 80, 0.1); /* سبز خیلی کم رنگ */
    transition: background-color 0.3s, border-left 0.3s;
}
    .selected-row:hover {
        background-color: rgba(76, 175, 80, 0.15); /* کمی پررنگ‌تر از ردیف معمول */
    }







.fault-card {
    border-radius: 14px;
    transition: 0.2s ease;
}

    .fault-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    }




.selected-card {
    border: 2px solid #2ecc71 !important;
    background-color: #eafaf1 !important;
    transition: 0.2s;
}

.unselected-card {
    border: 1px solid #ccc !important;
    transition: 0.2s;
}

    .selected-card:hover,
    .unselected-card:hover {
        box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    }

.service-card-square {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    background-color: var(--mud-palette-surface);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    aspect-ratio: 1 / 1; /* کارت همیشه مربع */
}

    .service-card-square:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    }

/* تصویر به صورت انعطاف‌پذیر */
.card-image {
    flex: 0 0 50%; /* حدود 70٪ ارتفاع کارت برای تصویر */
    width: 100%;
    background-color: #f3f5f7;
    overflow: hidden;
    padding: 35px 6px 0px 6px;
    box-sizing: border-box;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* عنوان کارت با ارتفاع بیشتر */
.card-title {
    flex: 0 0 50%; /* حدود 30٪ ارتفاع کارت برای عنوان */
    display: flex;
    align-items: center;
    justify-content: center; /* راست‌چین */
    padding: 0 6px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    background-color: #f3f5f7;
    color: black;
}

@media (max-width: 600px) {
    .card-image {
        padding: 2px;
    }

    .card-title {
        font-size: 0.68rem;
        padding: 4px;
    }
}


.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* همیشه ۲ خط */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    min-height: 3em; /* 2 × line-height */
}

.service-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

    .service-card:hover {
        transform: translateY(-2px);
    }

    .service-card.selected {
        border: 2px solid #2e7d32;
        background-color: #f1f8f4;
    }

.card-label {
    color: #d32f2f;
    font-size: 0.85rem;
}

.card-value {
    font-weight: 600;
}





.car-image-wrapper {
    width: 100%;
    aspect-ratio: 3 / 2; /* مربع */
    /*max-height: 140px; /* سقف اندازه (مهم 👈) */
    background-color: white;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.car-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 👈 این خط کلیدیه */
}


.rtl-progress {
    transform: scaleX(-1);
}

    .rtl-progress .mud-progress-linear-bar {
        transform: scaleX(-1);
    }



.full-width-card {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.full-width-card-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}



.selectedinsurence {
    border: 3px solid #13ed07;
    box-shadow: 0 0 10px rgba(25,118,210,0.5);
    background-color: #eeffe8;
}


.form-section {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 26px;
    background: white;
}

@media (max-width: 600px) {
    .form-section {
        padding: 10px 12px; /* نصف شد */
        margin-bottom: 20px;
    }
}

.section-title {
    position: absolute;
    top: -12px;
    right: 15px;
    background: white;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}




.login-page-bg {
    min-height: 100vh;
    background-color: #0D2340;
    display: flex;
    justify-content: center;
}



.coming-soon-card {
    position: relative;
    overflow: hidden;
    pointer-events: none; /* غیرفعال کردن همه کلیک‌ها */
    user-select: none;
    filter: grayscale(20%);
}

    .coming-soon-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,0.02);
        backdrop-filter: blur(1px);
        z-index: 100;
    }

    .coming-soon-card::after {
        direction:ltr;
        content: "COMING SOON...";
        font-family : Arial;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-12.5%, -25%);
        background: #ff9800;
        color: white;
        padding: 12px 24px;
        border-radius: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 2px;
        box-shadow: 0 4px 15px rgba(0,0,0,.25);
        z-index: 101;
    }



.mandatory-service-card {
    background-color: #E8F5E9 !important;
    border: 2px solid #4CAF50 !important;
}


.service-section {
    max-width: 1500px;
    margin: auto;
}

.service-card {
    width: 100%;
    max-width: 420px;
    min-height: 620px;
    border-radius: 28px !important;
    transition: all .35s ease;
    overflow: hidden;
    background: white;
    cursor: pointer;
    position: relative;
}

    .service-card img {
        transition: .4s;
    }

.side-card {
    transform: scale(.90);
    opacity: .70;
    filter: grayscale(.15);
    box-shadow: 0 12px 35px rgba(0,0,0,.08) !important;
}

.center-card {
    transform: scale(.95);
    z-index: 10;
    box-shadow: 0 25px 55px rgba(0,0,0,.20) !important;
}

.service-card:hover {
    transform: translateY(-8px);
}

.side-card:hover {
    transform: scale(.95) translateY(-8px);
    opacity: 1;
    filter: none;
}

.center-card:hover {
    transform: scale(1.08) translateY(-10px);
}

.service-card:hover img {
    transform: scale(1.04);
}

.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ff8a00;
    transform: scaleX(0);
    transition: .35s;
}

.service-card:hover::after {
    transform: scaleX(1);
}

@media(max-width:960px) {

    .side-card,
    .center-card {
        transform: none !important;
        opacity: 1;
        filter: none;
        margin-bottom: 25px;
    }
}



.service-carousel_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
}

.service-card_1 {
    transition: .45s;
    width: 100%;
    border-radius: 22px !important;
}

.center-card_1 {
    transform: scale(1.08);
    z-index: 20;
    opacity: 1;
    box-shadow: 0 25px 45px rgba(0,0,0,.22) !important;
}

.left-card_1 {
    transform: scale(.88);
    opacity: .55;
    filter: blur(1px);
}

.right-card_1 {
    transform: scale(.88);
    opacity: .55;
    filter: blur(1px);
}

.center-card_1:hover {
    transform: scale(1.1);
}

.left-card_1:hover,
.right-card_1:hover {
    opacity: .8;
}






.mud-expand-panel {
    border-radius: 14px;
    margin-bottom: 14px;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: .25s;
}

    .mud-expand-panel:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }

.mud-expand-panel-header {
    background: #fff;
    font-weight: 700;
    font-size: 16px;
}

.mud-expand-panel-content {
    background: #fafafa;
    line-height: 2;
    color: #555;
}

.login-btn {
    white-space: nowrap;
    min-width: auto !important;
    --mud-button-height: 34px; /* ارتفاع دکمه */
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    font-size: 1rem !important;
}

@media (max-width: 600px) {
    .login-btn {
        --mud-button-height: 28px;
        height: 28px !important;
        min-height: 28px !important;
        padding: 0 6px !important;
        font-size: 0.78rem !important;
    }
}
.phone-link {
    font-size: 0.95rem;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .phone-link {
        font-size: 0.72rem;
    }
}


.my-carousel {
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 20px;
    overflow: hidden;
    
}

    .my-carousel .mud-carousel-item {
        width: 100%;
        height: 100%;
    }

    .my-carousel .carousel-img {
        width: 100%;
        height: 100%;
        object-fit: fill; /* یا cover */
        display: block;
    }

.desktop-separator {
    display: inline-block;
    width: 1px;
    height: 32px;
    background-color: white;
    opacity: .7;
    margin: 0 8px;
}

@media (max-width: 600px) {
    .desktop-only {
        display: none !important;
    }

}

.terms-actions {
    display: flex;
    flex-direction: row;
}

@media (max-width: 600px) {
    .terms-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

        .terms-actions .mud-button-root {
            width: 100%;
        }
}



.tariff-header {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(63,81,181,.08), rgba(63,81,181,.02));
    border: 1px solid rgba(63,81,181,.10);
}

.tariff-icon {
    background: var(--mud-palette-primary);
    color: white;
}

.tariff-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .tariff-card:hover {
        transform: translateY(-2px);
    }

.section-icon {
    background: rgba(63,81,181,.10);
    color: var(--mud-palette-primary);
}

.fw-bold {
    font-weight: 700;
}

.h-100 {
    height: 100%;
}

.tariff-card .mud-table-container {
    border-radius: 10px;
}

.tariff-card .mud-table-head {
    background-color: rgba(0,0,0,.025);
}

.tariff-card .mud-table-cell {
    padding: 12px 16px;
}

@@media (max-width: 600px) {

    .tariff-header {
        padding: 16px !important;
    }

    .tariff-card .mud-table-cell {
        padding: 10px 12px;
    }
}

.service-detail-container {
    background: rgba(0, 0, 0, .025);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .06);
}

    .service-detail-container .mud-table {
        background: transparent;
    }

    .service-detail-container .mud-table-container {
        border-radius: 10px;
    }

    .service-detail-container .mud-table-head {
        background: rgba(0, 0, 0, .025);
    }


.clickable-service-table .mud-table-row {
    cursor: pointer;
    transition: background-color .15s ease;
}

    .clickable-service-table .mud-table-row:hover {
        background-color: rgba(63, 81, 181, .06);
    }