﻿.mud-main-content {
    min-height: 100dvh;
    background: #fff;
}

.nav-logo .mud-icon-size-medium {
    font-size: 2.6rem;
}

.nav-logo .mud-icon-root{
    transition: .2s all;
}

.mud-drawer--closed .nav-logo .mud-icon-root {
    transform: translateX(-10px);
}

.labelMenuCategories .mud-nav-link .mud-nav-link-text {
    margin-left: 0;
    margin-inline-start: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root{
    font-size: 14px !important; 
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 14px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 14px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol.mud-input-error {
    font-size: 14px;
}

.mud-input-control.rounded-pill > .mud-input-control-input-container > .mud-input > fieldset.mud-input-outlined-border {
    border-radius: 50rem !important;
}

.mud-input-control-input-container .mud-input-label-outlined {
    transform: translate(14px, 10px) scale(1);
}

.dang-ky-bhxh .mud-button-root.mud-button.mud-button-text {
    background: #fff;
    border: 1px solid #e1e1e1;
}

.btn-c12-year-primary .mud-button-label {
    color: #0248B7 !important;
}

.btn-c12-year-secondary .mud-button-label {
    color: #B1C6E9 !important;
}

.label-c12-month,
.label-c12-year,
.btn-c12-year {
    font-weight: 500 !important;
}

.btn-c12-month {
    aspect-ratio: 10 / 8 !important;
    border-style: solid !important;
    border-radius: 12px !important;
}

    .btn-c12-month:disabled {
        border-color: #000000 !important;
    }

        .btn-c12-month:disabled .mud-button-label {
            color: #000000 !important;
        }

.label-c12-month,
.label-c12-year
{
    font-size: 14px !important;
    color: #000;
    margin-top: 20px !important;
}

.label-c12-month {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

    .btn-c12-year {
        font-size: 20px !important;
        color: #000;
    }

.btn-c12-month {
    font-size: 24px !important;
    border-width: 1px !important;
}

.main-container {
    height: 100vh;
    background-color: #fff;
}

.mud-paper-outlined {
    border: 1px solid #e6e6e6 !important;
}

.dang-ky-bhxh .mud-paper {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.item-thutuc {
    padding-left: 60px;
    position: relative;
}

.icon-thutuc {
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 500;
    background: #014cb3;
    padding: 3px 0 0 0;
    border-radius: 4px;
    width: 50px;
    display: inline-block;
    text-align: center;
}

.mud-table {
    border: 1px solid #e1e1e1;
    box-shadow: none !important;
}

.custom-drawer {
    height: 100vh;
    top: 0;
}

.mud-drawer-header{
    min-height: 59px !important;
}

.mud-typography-h6{
    font-size: 16px !important;
}

.mud-typography-h4{
    font-size: 26px !important;
}

.text-secondary {
    color: #424242 !important;
}

.mud-badge {
    height: 16px !important;
    min-width: 16px !important;
    padding: 2px 3px !important;
}

.mud-disabled .mud-input-control-input-container, .mud-disabled .mud-input-outlined-border {
    background: rgb(133 133 133 / 11%) !important;
}


/* Disable có background ngoại trừ checkbox */
.mud-disabled .mud-input-control-input-container:has(.mud-checkbox-input) {
    background: transparent !important;
}

/* Và checkbox input */
.mud-disabled .mud-checkbox-input {
    background: transparent !important;
}

.custom-drawer {
    height: 100vh !important;
    top: 0 !important;
}

.mud-input.mud-input-underline:after
{
    border-bottom: 1px solid var(--mud-palette-primary);
}
