@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("input.css");

/* Semantic color variables  */
:root {
    --color-background-darkest: var(--fynd-darkest-elevation);
    --color-background-input: var(--fynd-elevation-01);
    --color-background-content: #09172a;
    --color-background-navigation-menu: var(--fynd-elevation-2);
    --color-background-menu: var(--fynd-elevation-1);
    --color-background-dropdown-menu: var(--fynd-elevation-3);
    --color-background-dropdown-menu-selected: var(--fynd-teal);
    --color-background-overlay: rgba(6, 16, 30, 0.84);
    --color-background-dialog: var(--fynd-elevation-4);
    --color-background-button: var(--fynd-navy-blue);
    --color-background-checkbox-checked: var(--fynd-UFO-green);
    --color-heading: var(--fynd-ghost-white);
    --color-text: var(--fynd-anti-flash-white);
    --color-placeholder: var(--fynd-cyan-blue);
    --color-blue-button: var(--fynd-blue);
    --scrollbar-thumb-color: rgba(126, 133, 143, 0.6);
    /* Color of the thumb */
    --scrollbar-track-color: var(--fynd-elevation-01);
}

/* End of Custom Colors  */

/* Start of Custom Fonts */

@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Thin.ttf");
}

/* End of Custom Fonts */

html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
.btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
}

.mud-appbar {
    background: var(--Elevation-Navigation-Menu, linear-gradient(180deg, #19324D 0%, #11253C 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


#custom-button {
    background-color: #007e91 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 10px 21px !important;
    position: relative !important;
    z-index: 0 !important;
    transition: background-color calc(.4s* var(--ts-duration-factor, 1)) ease-in-out,
        border-color calc(.4s* var(--ts-duration-factor, 1)) ease-in-out,
        color calc(.4s* var(--ts-duration-factor, 1)) ease-in-out,
        opacity calc(.4s* var(--ts-duration-factor, 1)) ease-in-out,
        box-shadow calc(.4s* var(--ts-duration-factor, 1)) ease-in-out !important;

}


#custom-button:before {
    background-color: #4bbdc6 !important;
    transition: all calc(.4s* 1) ease-in-out !important;
    height: 0 !important;
    bottom: 0 !important;
    display: block !important;
    content: '' !important;
    left: 0 !important;
    position: absolute !important;
    width: 100% !important;
    z-index: -1 !important;
}

#custom-button:hover::before {
    height: 100% !important;
}


.mud-icon-button:hover {
    background-color: transparent;
}


.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
    border-color: rgba(11, 26, 45, 0.5);
    background-color: rgba(11, 26, 45, 0.5);
}

.mud-icon-size-medium {
    font-size: 1.8rem;
}

/*.mud-icon-root.mud-svg-icon {
    fill: #bacade;
}*/

.mud-drawer-content {
    padding-top: 10px;
}

.mud-avatar.mud-avatar-medium {
    font-size: 1.15rem;
}

.mud-toolbar-gutters {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width: 599px) and (orientation: portrait) {

    .mud-drawer-close-mini-xl-left.mud-drawer-left-clipped-never .mud-appbar,
    .mud-drawer-close-mini-xl-left .mud-main-content {
        margin-left: 0;
        width: 100%;
    }

    .mud-drawer-fixed.mud-drawer-temporary.mud-drawer-clipped-always {
        height: fit-content;
    }

    .mud-drawer-content {
        padding: 10px 0 30px;
        width: 100%;
    }

    .nav-title {
        font-size: 15px !important;


    }

    /* .mud-drawer-pos-left.mud-drawer--open {
        display: none;
    } */

    .mud-main-content {
        margin-left: 0 !important;
    }

    .mud-nav-item.ml-0.d-flex.d-sm-none>a>div {
        margin-left: 0 !important;
    }
}

/* @media screen and (min-width: 600px) {
    .mud-drawer-temporary {
        display: none;
    }
} */