@font-face {
    font-family: 'Yekan';
    src: url('/Fonts/Yekan/Yekan.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/Yekan/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Fonts/Yekan/Yekan.woff2') format('woff2'), /* Modern Browsers */
    url('/Fonts/Yekan/Yekan.woff') format('woff'), /* Modern Browsers */
    url('/Fonts/Yekan/Yekan.otf') format('opentype'), /* Open Type Font */
    url('/Fonts/Yekan/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

.OnPageChange {
    opacity: 0;
    animation: OnPageChangeFrame 2.1s ease forwards;
}

@keyframes OnPageChangeFrame {
    to {
        opacity: 1;
    }
}

@font-face {
    font-family: CenturyGothic;
    src: url('/fonts/CenturyGothic/GOTHIC.TTF');
    font-weight: normal;
    font-style: normal;
}

.font-gothic {
    font-family: CenturyGothic !important;
}

:root {
    --mud-typography-body1-family: Yekan !important;
    --mud-typography-body2-family: Yekan !important;
    --mud-typography-subtitle1-family: Yekan !important;
    --mud-typography-subtitle2-family: Yekan !important;
    --mud-palette-overlay-dark: #0e244d33;
    --mud-typography-input-family: Yekan !important;
    /*--mud-palette-surface: rgba(255,255,255,0.75) !important;*/ /*rgba(30,30,45,1)*/
    --mud-typography-subtitle2-size: 0.800rem !important;
    --mud-palette-background: #e8eaed;
    /*--mud-palette-text-primary: rgb(0 0 0) !important;*/
}

body, h1, h2, h3, h4, h5, h6, span, select, option, input, table, td, label {
    font-family: Yekan !important;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--mud-palette-text-primary) !important;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.is-loading .image, .is-loading h2, .is-loading p {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

mark, .mark {
    padding: 0 !important;
    background-color: yellow !important;
}

.dimmer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: background-color .2s;
    background-color: transparent;
    z-index: 2;
}

    .dimmer.dim {
        pointer-events: all;
        background-color: rgba(0,0,0, .6);
    }

.box {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.box.animated {
    animation: fadeInScale 0.5s ease forwards;
}

.ArrowCircle {
    border-radius: 50%;
    border: solid 2px white;
    margin-left: -15px;
    width: 42px;
    height: 42px;
    padding-top: 8px;
    text-align: center;
    font-weight: bolder;
}

.RectangleWith1Arrow {
    position: relative;
    width: 50px;
    background-color: #4CAF50;
    z-index: 99;
    color: white;
    height: 36px;
    line-height: 35px;
}

    .RectangleWith1Arrow::after {
        content: '';
        position: absolute;
        right: -29px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 30px solid #4CAF50;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }


.RectangleWith2Arrow {
    position: relative;
    height: 36px;
    line-height: 25px;
    background-color: #4CAF50;
    width: 60px;
    padding-left: 22px;
    padding-top: 5px;
    color: white;
}

    .RectangleWith2Arrow::after {
        content: '';
        position: absolute;
        right: -29px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 30px solid #4CAF50;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .RectangleWith2Arrow::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 30px solid #fff;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }


.RectangleWithArrowC1 {
    background-color: #052e4e !important;
    color: white !important;
}

    .RectangleWithArrowC1::after {
        border-left-color: #052e4e !important
    }

.RectangleWithArrowC2 {
    background-color: #083f69 !important;
    color: white !important;
}

    .RectangleWithArrowC2::after {
        border-left-color: #083f69 !important
    }

.RectangleWithArrowC3 {
    background-color: #184e77 !important;
    color: white !important;
}

    .RectangleWithArrowC3::after {
        border-left-color: #184e77 !important
    }

.RectangleWithArrowC4 {
    background-color: #1e6091 !important;
    color: white !important;
}

    .RectangleWithArrowC4::after {
        border-left-color: #1e6091 !important
    }

.RectangleWithArrowC5 {
    background-color: #1a759f !important;
    color: white !important;
}

    .RectangleWithArrowC5::after {
        border-left-color: #1a759f !important
    }

.RectangleWithArrowC6 {
    background-color: #168aad !important;
    color: white !important;
}

    .RectangleWithArrowC6::after {
        border-left-color: #168aad !important
    }

.RectangleWithArrowC7 {
    background-color: #34a0a4 !important;
    color: white !important;
}

    .RectangleWithArrowC7::after {
        border-left-color: #34a0a4 !important
    }

.RectangleWithArrowC8 {
    background-color: #52b69a !important;
}

    .RectangleWithArrowC8::after {
        border-left-color: #52b69a !important
    }

.RectangleWithArrowC9 {
    background-color: #76c893 !important;
}

    .RectangleWithArrowC9::after {
        border-left-color: #76c893 !important
    }

.RectangleWithArrowC10 {
    background-color: #99d98c !important;
}

    .RectangleWithArrowC10::after {
        border-left-color: #99d98c !important
    }

.RectangleWithArrowC11 {
    background-color: #b5e48c !important;
}

    .RectangleWithArrowC11::after {
        border-left-color: #b5e48c !important
    }

.RectangleWithArrowC12 {
    background-color: #d9ed92 !important;
}

    .RectangleWithArrowC12::after {
        border-left-color: #d9ed92 !important
    }













.hTimeline {
    position: relative;
}

    .hTimeline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 4px;
        background: #ddd;
        z-index: 1;
    }

    .hTimeline.active::before {
        background-color: #00a761 !important;
    }

    .hTimeline.active .bullet {
        background-color: #00a761 !important;
    }

    .hTimeline.active span {
        color: #00a761 !important;
    }

.hTimeline-item {
    position: relative;
    z-index: 2;
    text-align: center;
}


    .hTimeline-item .bullet {
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #cfcfcf;
        position: relative;
        margin-top: 27px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hTimeline-item .bullet.textUp {
            margin-top: 2px;
        }



    .hTimeline-item span {
        display: block;
        margin-top: 5px;
        font-size: 0.8333333333rem !important;
    }








.nTimeline {
    padding: 0;
    list-style: none;
    position: relative;
    margin-right: 15px;
    margin-left: 10px;
}

.nTimeline-item {
}


.nTimeline-progress {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .nTimeline-progress li {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .nTimeline-progress .line {
        content: '';
        position: absolute;
        top: 50%;
        left: -100%;
        width: calc(100% + 5px);
        height: 4px;
        background: #dddddd;
        margin-left: 15px;
    }


    .nTimeline-progress .bullet {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #dddddd;
        display: inline-block;
        position: absolute;
        top: 21px;
        left: 0;
        z-index: 9;
    }


@keyframes bullet-anim {
    0% {
        background-color: #dddddd
    }

    100% {
        background-color: #00a761;
    }
}

@keyframes line-anim {
    0% {
        background-color: #dddddd
    }

    100% {
        background-color: #4181d6;
    }
}

.nTimeline-progress .bullet-top {
    top: -9px !important;
}

.nTimeline-progress li.active .bullet {
    animation: bullet-anim 1s ease-in-out forwards;
}

.nTimeline-progress .active:nth-child(1) .bullet {
    animation-delay: 0.3s;
}

.nTimeline-progress .active:nth-child(2) .bullet {
    animation-delay: 0.6s;
}

.nTimeline-progress .active:nth-child(3) .bullet {
    animation-delay: 0.9s;
}

.nTimeline-progress .active:nth-child(4) .bullet {
    animation-delay: 1.2s;
}

.nTimeline-progress .active:nth-child(5) .bullet {
    animation-delay: 1.5s;
}

.nTimeline-progress .active:nth-child(6) .bullet {
    animation-delay: 1.8s;
}

.nTimeline-progress .active:nth-child(7) .bullet {
    animation-delay: 2.1s;
}

.nTimeline-progress .active:nth-child(8) .bullet {
    animation-delay: 2.4s;
}

.nTimeline-progress .active:nth-child(9) .bullet {
    animation-delay: 2.7s;
}


.nTimeline-progress li.active .line {
    animation: line-anim 1s ease-in-out forwards;
}

.nTimeline-progress .active:nth-child(1) .line {
    animation-delay: 0.5s;
}

.nTimeline-progress .active:nth-child(2) .line {
    animation-delay: 0.8s;
}

.nTimeline-progress .active:nth-child(3) .line {
    animation-delay: 1.1s;
}

.nTimeline-progress .active:nth-child(4) .line {
    animation-delay: 1.4s;
}

.nTimeline-progress .active:nth-child(5) .line {
    animation-delay: 1.7s;
}

.nTimeline-progress .active:nth-child(6) .line {
    animation-delay: 2s;
}

.nTimeline-progress .active:nth-child(7) .line {
    animation-delay: 2.3s;
}

.nTimeline-progress .active:nth-child(8) .line {
    animation-delay: 2.6s;
}

.nTimeline-progress .active:nth-child(9) .line {
    animation-delay: 2.9s;
}


.nTimeline-progress li.active .label-top {
    color: #00a761 !important;
}

.nTimeline-progress li.active .label {
    color: #00a761 !important;
}

.nTimeline-progress li.toActive .bullet {
    background-color: #777777 !important;
}

.nTimeline-progress li.toActive .label-top {
    color: #777777 !important;
}

.nTimeline-progress li.toActive .label {
    color: #777777 !important;
}



.nTimeline-progress .label {
    margin-top: 43px;
    margin-left: -100px;
    color: #dddddd;
}

.nTimeline-progress .label-top {
    margin-top: -36px;
    margin-left: -100px;
    color: #dddddd;
}

/*
.PStep1 {
    width: 0;
    animation: PStep1 3s forwards alternate;
}

.PStep2 {
    width: 0;
    animation: PStep2 3s forwards alternate;
}

.PStep3 {
    width: 0;
    animation: PStep3 3s forwards alternate;
}

.PStep4 {
    width: 0;
    animation: PStep4 3s forwards alternate;
}

.PStep5 {
    width: 0;
    animation: PStep5 3s forwards alternate;
}

.PStep6 {
    width: 0;
    animation: PStep6 3s forwards alternate;
}

.PStep7 {
    width: 0;
    animation: PStep7 3s forwards alternate;
}

.PStep8 {
    width: 0;
    animation: PStep8 3s forwards alternate;
}

.PStep9 {
    width: 0;
    animation: PStep9 3s forwards alternate;
}

.PStep10 {
    width: 0;
    animation: PStep10 3s forwards alternate;
}

.PStep11 {
    width: 0;
    animation: PStep11 3s forwards alternate;
}

.PStep12 {
    width: 0;
    animation: PStep12 3s forwards alternate;
}*/

.InCreaseWidth {
    width: 0;
    transition: width 3s;
}

.PStep1 {
    width: 14%;
}

.PStep2 {
    width: 19%;
}

.PStep3 {
    width: 28%;
}

.PStep4 {
    width: 37%;
}

.PStep5 {
    width: 46%;
}

.PStep6 {
    width: 50%;
}

.PStep7 {
    width: 55%;
}

.PStep8 {
    width: 64%;
}

.PStep9 {
    width: 82%;
}

.PStep10 {
    width: 86%;
}

.PStep11 {
    width: 95%;
}

.PStep12 {
    width: 100%;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0051ff;
}










.FadeIn {
    opacity: 0;
    animation-delay: calc(var(--i) * 0.2s);
    animation: fade-in 1s ease forwards;
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}





.ww_col1 {
    padding: 0 !important;
    flex-wrap: nowrap !important;
}

.current-conditions {
    order: 1;
    flex-grow: 0 !important;
}

.current-temp {
    flex-grow: 0 !important;
    font-weight: 100 !important;
}

.day-forecast {
    display: none !important;
}

.current-name {
    flex-grow: 0 !important;
    margin-left: 15px !important;
    margin-bottom: -6px !important;
    font-weight: 100 !important;
}

.ww_source .ww_source {
    display: none !important;
}


:root {
    --Loading-BG: #ccf5ff2b;
    --Financial-BG: #ffffff2b;
}


.navbar-toggler-humburger-icon:hover, .navbar-toggler-humburger-icon:focus {
    background-color: transparent !important;
}

.CardHeader {
    color: #5e6e82;
    font-size: 0.875rem;
}

.CardLine {
    font-size: 13px;
}














.mud-alert-position {
    justify-content: flex-start !important;
}


.mud-code-input-inner {
    flex-direction: row-reverse !important;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 5px !important;
}

.mud-input-control > .mud-input-control-input-container {
    display: flex !important;
}

.mud-popover-anchor-bottom-center {
    margin-top: -60px !important;
}



.mud-dialog .mud-dialog-content {
    padding: 8px 26px !important;
}

h5, .h5 {
    font-size: 1.1rem;
}

.mud-link {
    font-size: 0.8rem !important;
}

.mud-input-label-inputcontrol, .mud-select-input {
    font-size: 0.8rem !important;
}

.mud-grid-spacing-xs-15 > .mud-grid-item {
    /*padding-top: 20px !important;*/
}


.ql-editor {
    font-family: Yekan
}

.ql-toolbar {
    direction: ltr;
}
