@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons { 
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.md-center {
	text-align: center;
}

.md-transparent {
    background-color: transparent;
}

[ui-sref] {
    cursor: pointer;
}

.gradient-text-hover {
    transition: 0.3s;
}

.gradient-text-hover:hover {
    /*background: linear-gradient(45deg, #ffc067, #733600);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(45deg, #ffc067, #733600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: rgb(255,192,103) !important;
}

md-card {
    position: relative;
}

.md-photo {
    width: 48px !important;
    height: 48px !important;
    background-color: var(--fa-accent-color);
    border-radius: 50%;
    margin: 5px;
}
.md-icon-button > img {
    width: 40px;
    height: 40px;
    margin: -4px;
    border-radius: 50%;
    border: 1px solid;
}

.md-card-bottom-line {
    position: absolute;
    bottom: -55px;
    width: 100%;
    left: 0;
}

#particles-js canvas {
	display: block;
    vertical-align: bottom;
}

.md-white-shadow {
    box-shadow: 0 11px 15px -7px rgb(255 255 255 / 20%), 0 24px 38px 3px rgb(255 255 255 / 14%), 0 9px 46px 8px rgb(255 255 255 / 12%);
}

.md-button.md-no-margin {
    margin-left: 0;
    margin-right: 0;
}

md-toolbar.md-default-theme.md-menu-toolbar, 
md-toolbar.md-menu-toolbar {
    background-color: #252525;
/*background: linear-gradient(45deg, rgba(115,54,0,1) 0%, rgba(255,192,103,1) 100%);*/
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0a1944;
    background-image: url("/assets/img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.fad {
    --fa-primary-color: #ffc067;
    --fa-primary-opacity: 1;
    --fa-secondary-color: #733600;
    --fa-secondary-opacity: 1;
}

.fad::before, .fad::after {
    background: linear-gradient(#ffc067, #733600);
    background-clip: text;
    text-fill-color: transparent;
    background: -webkit-linear-gradient(#ffc067, #733600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.submit-btn {
    display: none;
}

.card-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: rgb(255 255 255 / 39%);
}

md-input-container .md-errors-spacer {
    display: none;
}

md-input-container {
    margin-bottom: 0;
}

.md-active {
    background-color: #ebebeb;
}

.promise-btn-bgr {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    display: none;
}

button.md-button.md-primary.md-raised {
    background: rgb(255,192,103);
    background: linear-gradient(45deg, rgba(255,192,103,1) 0%, rgba(115,54,0,1) 100%);
    position: relative;
    z-index: 1;
}

button.md-button.md-primary.md-raised.btn-loading {
    background: #80808063;
    color: #4c4c4c;
}

button.md-button.md-primary.md-raised:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(45deg, rgba(115,54,0,1) 0%, rgba(255,192,103,1) 100%);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    z-index: 2;
}

button.md-button.md-primary.md-raised span {
    z-index: 3;
    position: relative;
}

button.md-button.md-primary.md-raised:hover:after {
    opacity: 1;
}

button.md-button.md-primary.md-bordered {
    border: 1px solid rgb(255, 192, 103);
}

.md-button md-progress-circular {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.md-button.btn-loading .promise-btn-bgr {
    display: block;
}

md-dialog.md-fullscreen {
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    border-radius:0;
}






