@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
:root {
    --mud-palette-text-primary: #252525;
    --mud-typography-button-size: 1rem !important;
    --mud-palette-text-secondary: #007BFF;
}
/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
.mud-text-secondary {
    color: var( --mud-palette-secondary) !important
}
.mud-button .mud-progress-circular {
    color: #FFF !important;
}
.mud-button {
    text-transform: unset !important;
}
/*a, .btn-link {

    color: #017BFF;
}*/

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.mud-button-filled-size-large {
    padding: 12px 48px !important;
    font-size: var(--body-small-line);
    font-weight: var(--font-weight-highlight);
    letter-spacing: var(--letter-spacing-small);
    line-height: var(--body-line);
}
.content {
    padding-top: 1.1rem;
}
.font-weight-bold {
    font-weight: 500 !important;
}
.font-weight-bolder {
    font-weight:600 !important;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.card-icon{
    max-width:64px;
    min-width:64px;
}

.mud-toolbar-gutters {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

#components-reconnect-modal {
    display: none;
}
.bg-black{
    background-color:#000 !important;
    color:white !important;
}
.bg-luefty {
    background-color: #007BFF !important;
}
.border-blue {
    border: 2px solid #007bff !important;
}

.btn-white {
    background-color: #FFF !important;
    color: #424242ff !important;
    box-shadow: none !important;
    border: 1px solid #424242ff !important;
}
.rounded-10{
    border-radius:10px !important;
}
/*    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }*/
.icon-box{
    height:85px !important;
}

.my-5{
    margin-top:4rem !important;
    margin-bottom:4rem !important;
}

/*.mud-input-label-outlined {
    background-color: #c0c0c0 !important;
}*/

.float-right {
    float:right !important;
}

.alert-default {
    background-color: #d8dadc !important;
}

.py-5{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.btn-primary-gradient {
    color: white;
    background: #017BFF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #007BFF, #007BFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #007BFF, #007BFF);
    border: 1px solid #E1E1E1 !important;
}
    .btn-primary-gradient:hover, .btn-primary-gradient:active {
        color: white;
        background: #017BFF; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #007BFF, #007BFF); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #007BFF, #007BFF);
        border: 1px solid white !important;
    }

.btn-contrast-gradient {
    color: white;
    background: #053742; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #007BFF, #007BFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #007BFF, #007BFF);
}

    .btn-contrast-gradient:hover, .btn-contrast-gradient:active {
        color: white;
        background: #053742; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #007BFF, #007BFF); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #007BFF, #007BFF);
        border: 1px solid white !important;
    }

.mb-100{
    margin-bottom:100px !important;
}
.my-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}

.bg-primary {
    background-color: var(--mud-palette-secondary) !important;
}

.gradient-box {
    background: -webkit-linear-gradient(to left,#00A8FF, #547BFA) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #00A8FF, #547BFA) !important;
    margin: 120px 95px auto 95px;
    color: white !important;
}
.bg-gradient {
    background: -webkit-linear-gradient(to left, #6dd5ed, #017BFF) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #6dd5ed, #017BFF) !important;
}


button {
    text-transform:none !important;
}

.border-secondary {
    border-color: var(--mud-palette-secondary) !important;
}

.border-secondary-2 {
    border:2px solid var(--mud-palette-secondary) !important;
}
.pull-right{
    text-align:right !important;
}

.border-bottom-secondary {
    border-bottom: 2px solid var(--mud-palette-secondary) !important
}

.text-orange {
    color: var(--mud-palette-secondary);
}

.underline {
    width: 150px;
    border: 2px solid var(--mud-palette-info);
}

.heading3 {
    font-size: var(--heading3-size);
}

.heading4 {
    font-size: var(--heading4-size);
}
.subtitle {
    font-size: var(--subtitle-size);
}
.body-large-size {
    font-size: var(--body-large-size);
    line-height: var(--body-large-line)
}
.bg-light {
    background-color: #F1F1F1 !important;
}

.bg-input-filled {
    background-color: rgba(0,0,0,.09);
}

.w-60 {
    width:60px !important;
}

.border-18{
    border-radius:18px !important;
}

.text-decoration-underline{
    text-decoration:underline !important;
    text-decoration-thickness:2px !important;
}

.text-decoration-underline-1x {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}


.mb-100 {
    margin-bottom:100px !important;
}
.mt-100 {
    margin-top: 100px !important;
}

.border-dark {
    border: 1px solid var(--mud-palette-black) !important;
}
.border-2-white {
    border:2px solid #FFF !important;
}
.supplier-card-content {
    min-height: 310px !important;
}

.fs-21 {
    font-size: 21px !important;
    line-height: 28px !important;
}
.h-160 {
    min-height: 195px !important;
}

.h-180 {
    min-height: 215px !important;
}

.h-400 {
    min-height: 400px !important;
}

.h-420 {
    min-height: 420px !important;
}

.navbar .dropdown-menu {
    top: 75% !important;
    box-shadow: 0 var(--pico) var(--centi) #85888e !important;
    border-color: #F0F2F7 !important;
}

.navbar .dropdown-item {
    font-weight: 500 !important;
    padding: .55rem 1rem !important;
}

.supplier-section .supplier-content {
    position: absolute;
    top: 35vh;
    right: 58%;
    width: min(95vw,440px);
    color: white;    
}


.services ul {
    list-style: square !important;
    padding-left: 2rem !important;
}

.nav-wizard .nav-pills .nav-link {
    border-radius: 0rem !important;
    background-color: #999999 !important;
    color: #fff !important;
}

    .nav-wizard .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var( --mud-palette-secondary) !important;
    }


.blog-content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

/*.blog-content ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}*/

.blog-content h2 {
    margin: 2rem 0;
}
.px-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
}

@media screen and (max-width: 1200px) {
    .supplier-section .supplier-content {
        top: 20vh;
        left: 10%;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .supplier-section .supplier-content {
        top: 15vh;
        left: 5%;
    }

        .supplier-section .supplier-content h6 {
            font-size: .875rem;
        }

    .my-100 {
        margin-bottom: 64px !important;
        margin-top: 32px !important;
    }
}


.loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
}

.loader-indicator {
    height: 70px;
    width: 70px;
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left:0 !important;
    right:0 !important;
    top: 50%;
    z-index: 100;
}

#basic-addon1 {
    background-color: white !important;
    border-radius: 0px !important;
    border: 1px solid #007BFF;
}

.input-group {
    /*border:1px solid #007BFF !important;*/
    flex-wrap:nowrap !important;
}
.input-group-text {
    color: #767676 !important;
}
.input-group .form-control{
    border-radius:0px !important;    
    border-right:none !important;
}
.form-control {
    border: 1px solid #007BFF;
}
.form-control:focus {
    border: 1px solid #007BFF;
}

.validation-message {
    font-size:.75rem !important;
    font-weight:400 !important;

}

.valid.modified:not([type="checkbox"]) {
    outline: none !important;
}
.invalid {
    outline:none !important;
}

.text-danger {
    color: #FF0000 !important;
}