﻿@import url('fontiran-dn.css');
@import url('fonts/fontawesome.pro.6.7.2/web/css/all.min.css');

html, body {
    font-family: 'IRANSansX', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.no-wrap{
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.hero-carousel {
    height: 100vh;
    overflow: hidden;
    position: absolute;    
}

.carousel-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.level-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.level-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.level-3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.level-4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.level-5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    text-align: center;
    color: white;
    border-radius: 12px;
}

.carousel-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.carousel-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* Container that wraps the bullets (flex-grow-1 align-self-end) */
.hero-carousel .flex-grow-1.align-self-end {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    z-index: 5;
}

    /* Inner wrapper of buttons */
    .hero-carousel .flex-grow-1.align-self-end > .d-flex {
        flex-direction: column;
        gap: 10px;
    }

/* Style each bullet (MudIconButton) */
.hero-carousel .mud-icon-button {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

    /* Active bullet styling */
    .hero-carousel .mud-icon-button:has(svg path[d*="8z"]) {
        background-color: white;
    }

.custom-appbar {
    width: 80% !important;
    margin: auto;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.6); /* transparent white */
    backdrop-filter: blur(10px); /* blurred background */
}

/* Optional: add shadow when page is scrolled */
.navbar-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dir-ltr {
    direction: ltr;
}

.dir-ltr-input input.mud-input-slot {
    direction: ltr;
    padding-left: 14px !important;
}

/*
.dense-select.mud-select {
    width: 110px !important;
}

/*.dense-select .mud-input-control.mud-input-control-margin-dense.mud-input-outlined-with-label {
    margin-top: 9px;
    margin-bottom: 1px;
}*/
/*
.dense-select .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense,
.dense-select div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding-top: 8px;
    padding-bottom: 2.5px;
}

.dense-select .mud-select-input,
.dense-select .mud-select-input input {
    font-size: 12px !important;
}






*/
.dense-select label.mud-input-label {
    font-size: 0.8rem !important;
    line-height: 0.9rem !important;
}

.dense-select .mud-input {
    line-height: .95rem;
}

.dense-select .mud-input-label-outlined {
    padding: 0px 1px !important;
}

.dense-select .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    font-size: 0.8rem !important;
}

.dense-select .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-inline-end: 2px;
}

.dense-select .mud-typography-body2 {
    font-size: 0.75rem !important; /* مثلا 12px */
}

.dense-select-list
{
    /*border:solid 1px blue;*/
}

.dense-select-item .mud-list-item-gutters {
    padding:2px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.dense-select-item .mud-list-item .mud-typography-body2 {    
    font-size: .8rem
}

.dense-select-item .mud-list-item .mud-typography-body1 {
    font-size: .8rem
}

.dense-select-input
{
    border:solid 1px blue;
    color:red !important;
}

.dense-textbox .mud-input-slot {
    font-size: .8rem !important;
    padding-bottom: 4px !important;
}

.dense-textbox .mud-input-label-inputcontrol
{
    font-size: .8rem !important;
}

.dense-expand .mud-expand-panel-header {
    
}

.rounded .mud-expand-panel-header {
    border-radius: 28px !important;
}

.dense-expand-header {
    min-height: 38px !important;
    padding: 4px 24px !important;
    background-color: #ECEFF1;
}

.selected-row {
    background-color: #f8f9fa !important;
}

.selected-row > td {
    color: #01579B !important;
}

.selected-row > td .mud-input {
    color: #01579B !important;
}

.mud-table-cell {
    font-size: 0.775rem;
}

.dense-table-header .mud-table-cell {
    background-color: #0c0d54 !important;
    color: #E3F2FD !important;
    padding: 8px !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
    border-radius: 0px var(--mud-default-borderradius) 0px 0px !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:last-child {
    border-radius: var(--mud-default-borderradius) 0px 0px 0px !important;
}

.dense-tab-header .mud-tab {    
    padding:2px 5px !important;
    min-height:38px;
}

.dense-tab-header .mud-tabs-tabbar-inner {
    min-height: 38px !important;
    border-bottom:solid 1px #eee;
}

/*.custom-icon-color .mud-treeview-item-label,*/
.custom-icon-color .mud-treeview-item-icon .mud-icon-root,
.custom-icon-color .mud-input-control .mud-icon-button {
    color: var(--custom-icon-color) !important;
    font-weight:500 !important;
}

.airline-logo
{
    width: auto;
    height: 42px
}

.mud-height-200 {
    height: 300px;
    overflow-y: scroll;
}

.ql-editor {
    background-color: #ffffff;
    font-family: IRANSansX;
    direction: rtl;
    text-align: right !important;
}


.h-420px {
    height: 420px;
}

.h-430px {
    height: 430px;
}

.h-440px {
    height: 440px;
}

.h-450px {
    height: 450px;
}

.h-460px {
    height: 460px;
}

.h-470px {
    height: 470px;
}

.h-480px {
    height: 480px;
}

.h-490px {
    height: 490px;
}

.h-500px {
    height: 500px;
}


.bold {
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.text-xs {
    font-size: .75rem;
}

.radius5 {
    border-radius: 5px !important;
}

.radius5-bottom {
    border-radius: 0 0 5px 5px !important;
}

.radius15 {
    border-radius: 15px !important;
}

.radius15-bottom {
    border-radius: 0 0 15px 15px !important;
}

.radius30 {
    border-radius: 30px !important;
}

.radius30-bottom {
    border-radius: 0 0 30px 30px !important;
}

.panel-icon-top-row {
    height: 110px;
}

.panel-icon-bot-row {
    background: #666;
    color: white;
    height: 40px;
    border-radius: 0 0 12px 12px;
}

.tilt-wrapper {
    width: 100%;
    height: 161px;
    position: relative;
    /* padding کوچک برای جلوگیری از mouseleave */
    padding: 5px;
}

.tilt-card {
    perspective: 900px;
    cursor: pointer;
    border-radius: 12px;
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: solid .1px #eee;
}

.tilt-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 260ms cubic-bezier(.2,.8,.2,1);
    border-radius: 12px;
    will-change: transform;
}

.tilt-card:hover .tilt-inner {
    box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

.tilt-icon {
    display: inline-block;
    transition: transform 200ms ease, filter 200ms ease;
    z-index: 2;
}

.tilt-card:hover .tilt-icon {
    transform: scale(1.22);
    filter: drop-shadow(0 0 10px rgba(100,150,255,0.55));
}

.tilt-text {
    transition: transform 200ms ease;
    z-index: 2;
}

.tilt-card:hover .tilt-text {
    transform: scale(1.08);
    font-size: 1rem;
}

/* ----- Green Light (#3DA45E) ----- */
.tilt-green-light {
    color: #3da45e;
}

.tilt-green-light-bg {
    background-color: #3da45e !important;
}

.tilt-wrapper.tilt-green-light:hover .tilt-green-light-bg {
    background-color: #2d7527 !important;
}

.tilt-wrapper.tilt-green-light:hover .tilt-inner {
    color: #2d7527 !important;
}

.mud-button-filled.tilt-green-light-bg:hover {
    background-color: #2d7527 !important;
}

/* ----- Green Normal (#009688 / #0A9A86) ----- */
.tilt-green-normal {
    color: #009688;
}

.tilt-green-normal-bg {
    background-color: #009688 !important;
}

.tilt-wrapper.tilt-green-normal:hover .tilt-green-normal-bg {
    background-color: #1c9264 !important;
}

.tilt-wrapper.tilt-green-normal:hover .tilt-inner {
    color: #1c9264 !important;
}

.mud-button-filled.tilt-green-normal-bg:hover {
    background-color: #025f56 !important;
}

/* ----- Pink / Red (#C04A65) ----- */
.tilt-pink-normal {
    color: #b84c69;
}

.tilt-pink-normal-bg {
    background-color: #b84c69 !important;
}

.tilt-wrapper.tilt-pink-normal:hover .tilt-pink-normal-bg {
    background-color: #a63e56 !important;
}

.tilt-wrapper.tilt-pink-normal:hover .tilt-inner {
    color: #a63e56 !important;
}


.mud-button-filled.tilt-pink-normal-bg:hover {
    background-color: #a63e56 !important;
}

/* ----- Blue Light (#3097F2) ----- */
.tilt-blue-light {
    color: #3294e2;
    /*color: #2196F3;*/
}

.tilt-blue-light-bg {
    background-color: #3294e2 !important;
}

.tilt-wrapper.tilt-blue-light:hover .tilt-blue-light-bg {
    background-color: #1471bb !important;
}

.tilt-wrapper.tilt-blue-light:hover .tilt-inner {
    color: #1471bb !important;
}

.mud-button-filled.tilt-blue-light-bg:hover {
    background-color: #1471bb !important;
}

/* ----- Blue Dark (#3E50B4) ----- */
.tilt-blue-dark {
    color: #3f51b5;
}

.tilt-blue-dark-bg {
    background-color: #3f51b5 !important;
}

.tilt-wrapper.tilt-blue-dark:hover .tilt-blue-dark-bg {
    background-color: #1f4aa3 !important;
}

.tilt-wrapper.tilt-blue-dark:hover .tilt-inner {
    color: #1f4aa3 !important;
}

.mud-button-filled.tilt-blue-dark-bg:hover {
    background-color: #1f4aa3 !important;
}

/* ----- Brown (#A16B47) ----- */
.tilt-brown-normal {
    color: #a76c54;
}

.tilt-brown-normal-bg {
    background-color: #a76c54 !important;
}

.tilt-wrapper.tilt-brown-normal:hover .tilt-brown-normal-bg {
    background-color: #8a5a3c !important;
}

.tilt-wrapper.tilt-brown-normal:hover .tilt-inner {
    color: #8a5a3c !important;
}

.mud-button-filled.tilt-brown-normal-bg:hover {
    background-color: #8a5a3c !important;
}

/* ----- Navy / Deep Blue (#1B3F8B) ----- */
.tilt-navy-normal {
    color: #1f3786;
}

.tilt-navy-normal-bg {
    background-color: #1f3786 !important;
}

.tilt-wrapper.tilt-navy-normal:hover .tilt-navy-normal-bg {
    background-color: #15265d !important;
}

.tilt-wrapper.tilt-navy-normal:hover .tilt-inner {
    color: #15265d !important;
}

.mud-button-filled.tilt-navy-normal-bg:hover {
    background-color: #15265d !important;
}

/* ----- Red Normal (#ED5A54) ----- */
.tilt-red-normal {
    color: #ef4f4c;
}

.tilt-red-normal-bg {
    background-color: #ef4f4c !important;
}

.tilt-wrapper.tilt-red-normal:hover .tilt-red-normal-bg {
    background-color: #d25755 !important;
}

.tilt-wrapper.tilt-red-normal:hover .tilt-inner {
    color: #d25755 !important;
}

.mud-button-filled.tilt-red-normal-bg:hover {
    background-color: #d25755 !important;
}

/* ----- Blue-Green (#0A9A86) ----- */
.tilt-teal-normal {
    color: #0a9a86;
}

.tilt-teal-normal-bg {
    background-color: #0a9a86 !important;
}

.mud-button-filled.tilt-teal-normal-bg:hover {
    background-color: #06786a !important;
}

/* ----- Olive (#8E9921) ----- */
.tilt-olive-normal {
    color: #828000;
}

.tilt-olive-normal-bg {
    background-color: #828000 !important;
}

.tilt-wrapper.tilt-olive-normal:hover .tilt-olive-normal-bg {
    background-color: #5c5b05 !important;
}

.tilt-wrapper.tilt-olive-normal:hover .tilt-inner {
    color: #5c5b05 !important;
}

.mud-button-filled.tilt-olive-normal-bg:hover {
    background-color: #5c5b05 !important;
}

/* ----- Magenta (#C72A73) ----- */
.tilt-magenta-normal {
    color: #c43084;
}

.tilt-magenta-normal-bg {
    background-color: #c43084 !important;
}

.tilt-wrapper.tilt-magenta-normal:hover .tilt-magenta-normal-bg {
    background-color: #9f3370 !important;
}

.tilt-wrapper.tilt-magenta-normal:hover .tilt-inner {
    color: #9f3370 !important;
}

.mud-button-filled.tilt-magenta-normal-bg:hover {
    background-color: #9f3370 !important;
}

/* ----- Orange (#EA8D2A) ----- */
.tilt-orange-normal {
    color: #F18008;
}

.tilt-orange-normal-bg {
    background-color: #F18008 !important;
}


.tilt-wrapper.tilt-orange-normal:hover .tilt-orange-normal-bg {
    background-color: #d1791c !important;
}

.tilt-wrapper.tilt-orange-normal:hover .tilt-inner {
    color: #d1791c !important;
}


.mud-button-filled.tilt-orange-normal-bg:hover {
    background-color: #d1791c !important;
}

/* ----- Blue Strong (#0673B7) ----- */
.tilt-blue-strong {
    color: #0071a6;
}

.tilt-blue-strong-bg {
    background-color: #0071a6 !important;
}

.tilt-wrapper.tilt-blue-strong:hover .tilt-blue-strong-bg {
    background-color: #175c7d !important;
}

.tilt-wrapper.tilt-blue-strong:hover .tilt-inner {
    color: #175c7d !important;
}

.mud-button-filled.tilt-blue-strong-bg:hover {
    background-color: #175c7d !important;
}

/* ----- Peach light (#0673B7) ----- */
.tilt-peach-light {
    color: #dc764d;
}

.tilt-peach-light-bg {
    background-color: #dc764d !important;
}

.tilt-wrapper.tilt-peach-light:hover .tilt-peach-light-bg {
    background-color: #d76b3f !important;
}

.tilt-wrapper.tilt-peach-light:hover .tilt-inner {
    color: #d76b3f !important;
}

.mud-button-filled.tilt-peach-light-bg:hover {
    background-color: #d76b3f !important;
}


/* ----- Maroon normal (#0673B7) ----- */
.tilt-maroon-normal {
    color: #800000;
}

.tilt-maroon-normal-bg {
    background-color: #800000 !important;
}

.tilt-wrapper.tilt-maroon-normal:hover .tilt-maroon-normal-bg {
    background-color: #670E10 !important;
}

.tilt-wrapper.tilt-maroon-normal:hover .tilt-inner {
    color: #670E10 !important;
}

.mud-button-filled.tilt-maroon-normal-bg:hover {
    background-color: #670E10 !important;
}

/* ----- Mustard normal (#0673B7) ----- */
.tilt-mustard-normal {
    color: #C19434;
}

.tilt-mustard-normal-bg {
    background-color: #C19434 !important;
}

.tilt-wrapper.tilt-mustard-normal:hover .tilt-mustard-normal-bg {
    background-color: #b5851f !important;
}

.tilt-wrapper.tilt-mustard-normal:hover .tilt-inner {
    color: #b5851f !important;
}

.mud-button-filled.tilt-mustard-normal-bg:hover {
    background-color: #b5851f !important;
}

/* ----- blue matte (#0673B7) ----- */
.tilt-blue-matte {
    color: #3F5F91;
}

.tilt-blue-matte-bg {
    background-color: #3F5F91 !important;
}

.tilt-wrapper.tilt-blue-matte:hover .tilt-blue-matte-bg {
    background-color: #294e87 !important;
}

.tilt-wrapper.tilt-blue-matte:hover .tilt-inner {
    color: #294e87 !important;
}

.mud-button-filled.tilt-blue-matte-bg:hover {
    background-color: #294e87 !important;
}

/* ----- pink matte (#0673B7) ----- */
.tilt-pink-matte {
    color: #A76FB4;
}

.tilt-pink-matte-bg {
    background-color: #A76FB4 !important;
}

.tilt-wrapper.tilt-pink-matte:hover .tilt-pink-matte-bg {
    background-color: #984ca9 !important;
}

.tilt-wrapper.tilt-pink-matte:hover .tilt-inner {
    color: #984ca9 !important;
}

.mud-button-filled.tilt-pink-matte-bg:hover {
    background-color: #984ca9 !important;
}


/* ----- green matte (#0673B7) ----- */
.tilt-green-matte {
    color: #346B50;
}

.tilt-green-matte-bg {
    background-color: #346B50 !important;
}

.tilt-wrapper.tilt-green-matte:hover .tilt-green-matte-bg {
    background-color: #135A2E !important;
}

.tilt-wrapper.tilt-green-matte:hover .tilt-inner {
    color: #135A2E !important;
}

.mud-button-filled.tilt-green-matte-bg:hover {
    background-color: #135A2E !important;
}

.mud-table-header .mud-table-cell {
    background-color: #546E7A !important;
    color: white !important;
}

/* ----- rosegold-matte ----- */
.tilt-rosegold-matte {
    color: #B76E79;
}

.tilt-rosegold-matte-bg {
    background-color: #B76E79 !important;
}

.tilt-wrapper.tilt-rosegold-matte:hover .tilt-rosegold-matte-bg {
    background-color: #9A4F5C !important;
}

.tilt-wrapper.tilt-rosegold-matte:hover .tilt-inner {
    color: #9A4F5C !important;
}

.mud-button-filled.tilt-rosegold-matte-bg:hover {
    background-color: #9A4F5C !important;
}

/* ----- skyblue-matte ----- */
.tilt-skyblue-matte {
    color: #1976D2;
}

.tilt-skyblue-matte-bg {
    background-color: #1976D2 !important;
}

.tilt-wrapper.tilt-skyblue-matte:hover .tilt-blue-matte-bg {
    background-color: #1565C0 !important;
}

.tilt-wrapper.tilt-skyblue-matte:hover .tilt-inner {
    color: #1565C0 !important;
}

.mud-button-filled.tilt-skyblue-matte-bg:hover {
    background-color: #1565C0 !important;
}

.mud-nav-link .mud-icon-size-medium {    
    font-size: 1.3rem;    
}

.icon-size-12 .mud-icon-size-medium {
    font-size: 1.0rem;
    font-weight: 500;    
}

.icon-size-13 .mud-icon-size-medium {
    font-size: 1.15rem;
    font-weight: 350;
    padding-left: 4px;
}

.icon-size-14 .mud-icon-size-medium {
    font-size: 1.4rem;  
    padding-right:3px;
}