@import url('/cas/includes/css/all.min.css');

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {font-family: "Bangla MN";
    src: url("/cas/includes/BanglaMn.ttf") format("truetype")
}
@font-face {font-family: "Futura Light";
    src: url("/cas/includes/FuturaT-Light.ttf") format("truetype")
}

:root {
    --cas-theme-primary: #000000;
    --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
    --cas-theme-primary-light: #006d85;
    --cas-theme-secondary: #74C163;
    --cas-theme-success: var(--cas-theme-secondary);
    --cas-theme-danger: var(--mdc-theme-error);
    --cas-theme-warning: #e6a210;
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
    --cas-theme-twitter-color: #55acee;
    --cas-theme-vimeo-color: #1ab7ea;
    --cas-theme-vk-color: #587ea3;
    --cas-theme-yahoo-color: #720e9e;
    --cas-theme-google-color: #CC5445;
    --cas-theme-facebook-color: #3B5998;
    --atlassian-theme-primary: #0747a6;
    --mdc-theme-primary: var(--cas-theme-primary, #153e50);
}

.atlassian {
    --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif !important;
    background: #F4F6F9;
}

a {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

a:hover, a:visited, a:active {
    color: #006d85;
    color: var(--cas-theme-primary-light);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

aside, section, main {
    display: block;
}

/* Material */

.mdc-drawer {
    top: 56px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
}

.main-content {
    display: flex;
}

.mdc-top-app-bar {
    z-index: 7;
}

/* widgets */

.notifications-count {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #b00020;
    background-color: var(--cas-theme-danger);
    color: #fff;
    border-radius: 50%;
    padding: 1px 3px;
    font: 8px Verdana;
}

.cas-brand {
    height: 48px;
    width: auto;
}

header>nav .cas-brand path.cls-1 {
    fill: white;
}

header>nav .cas-brand .cas-logo {
    height: 100%;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
    display: none;
}

.login-section {
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    padding: 2rem 4rem;
    flex: 1;
}

.login-section:last-child {
    border: none;
}

@media screen and (max-width: 767.99px) {
    .login-section {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
        max-width: none;
        padding: 0;
    }
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
    text-decoration: none;
    ;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.banner {
    padding: 0.1rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    position: relative;
    border-radius: 4px;
}

.banner .banner-message {
    margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
    margin-top: 0;
}

.banner .banner-message:first-child {
    margin-top: 0;
}

.banner .banner-message:last-child {
    margin-bottom: 0;
}

.banner-primary {
    border-color: #153e50;
    border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-danger {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.banner-danger .mdi {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
    border-color: var(--cas-theme-success);
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
    padding-right: 4rem;
}

.banner-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.login-provider-item .mdc-button .mdi {
    margin-right: 0.375rem;
}

@media screen and (max-width: 767.99px) {
    .logout-banner {
        width: 100%;
    }
}

.cas-footer {
    font-size: 0.75rem;
}

.cas-footer>* {
    margin-right: 0.25rem;
    display: inline-block;
}

.cas-footer>*:last-child {
    margin: 0;
}

.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}

.mdc-dialog__title::before {
    display: none;
}

.mdi {
    content: "";
}

.mdi:before {
    font-size: 24px;
}

/* custom components */

.custom-select {
    display: inline-block;
    min-width: 200px;
    height: 56px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
}

/* utilities */

.bg-primary {
    background-color: rgba(21, 62, 80, 0.2);
    background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

.strong {
    font-weight: bold;
}

.text-warning {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.text-secondary, .text-success {
    color: var(--cas-theme-secondary);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
    border-color: var(--cas-theme-success);
}

.word-break-all {
    word-break: break-all;
}

.mdc-text-field>.mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)>.mdc-text-field__input {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-left: unset;
}
input {
    min-width: 0;
}
.mdc-text-field {
    border-radius: 0px;
}

.mdc-text-field span {
    border-radius: 0px;
}
.mdc-text-field input {
    border-radius: 0pz;
}


.mdc-input-group {
    display: flex;
    align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
    flex: 1 1 auto;
    order: 1;
}

.mdc-input-group .mdc-input-group-field .mdc-text-field {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

.mdc-input-group .mdc-input-group-append {
    order: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
    order: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.mdc-button--raised:not(:disabled) {
    background-color: #000000;
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
    background-color: #55acee;
    background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
    background-color: #1ab7ea;
    background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
    background-color: #587ea3;
    background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
    background-color: #720e9e;
    background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
    background-color: #CC5445;
    background-color: var(--cas-theme-google-color, #CC5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
    background-color: #3B5998;
    background-color: var(--cas-theme-facebook-color, #3B5998);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
    display: none;
}

.w-66 {
    width: 66%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.mw-100 {
    max-width: 100%;
}

.mh-100 {
    max-height: 100%;
}

.min-vw-100 {
    min-width: 100vw;
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.mw-50 {
    max-width: 50%;
}

.border-rounded {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-radius: 4px;
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

@media all and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
    .w-md-66 {
        width: 66%;
    }
}

@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
    .w-lg-66 {
        width: 66%;
    }
}

@media all and (max-width: 767.99px) {
    .w-md-50 {
        width: 100%;
    }
    .w-md-66 {
        width: 100%;
    }
}

@media all and (max-width: 991.99px) {
    .w-lg-50 {
        width: 100%;
    }
    .w-lg-66 {
        width: 100%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/* legacy */

#duo_iframe {
    width: 100%;
    min-width: 304px;
    height: 330px;
    border: none;
    padding: 0;
    margin: 0;
}

#serviceui {
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('./css/all.min.css');

@font-face {font-family: "Bangla MN";
    src: url("./BanglaMn.ttf") format("truetype")
}
@font-face {font-family: "Futura Light";
    src: url("./FuturaT-Light.ttf") format("truetype")
}



/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.login-widget-prompt {
    font-size: 2em;
    margin: 1em;
    text-align: center;
}

.login-widget-detail {
    font-size: 0.75em;
    margin: 3em;
    text-align: center;
    line-height: 1.3em;
}

*:focus, *:active {
    outline:none;
}


html, body {

    margin: 0;
}

body.login-page {
    min-height: 100vh;
    /*! background: black; */
    /*! color: white; */
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login-widget {
    height: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2em;
}

.login-widget-logo {

width: 100%;

height: auto;
}


.login-widget .input-widget {
    border: 1px black solid;
    border-radius: 5px;
    box-sizing: content-box;
    display: flex;
    margin: 0.5em 0em;
}

.input-widget-icon {
    font-size: 1.5em;
    padding: 0.5em;
    background: #000000;
    color: #FFFFFF;
    width: 2em;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-right: unset;
}

.login-widget .input-widget input[type="email"],
.login-widget .input-widget input[type="text"],
.login-widget .input-widget input[type="password"] {
    line-height: 3em;
    flex-basis: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    flex-shrink: 1;
    padding-left: 2em;
    margin-right: 3px;
}

.button-widget {
    /* line-height: 3em; */
    /* border: 1px solid white; */
    /* border-radius: 5px; */
    /* text-align: center; */
    /* margin: 1em 0em; */
    /* cursor: pointer; */
    width: 100%;
    background: none;
    border: none;
}
.button-widget span{
    line-height: 3em;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
    margin: 1em 0em;
    cursor: pointer;
    display: block;
    color: white;
    background: black;
}

@media not all and (hover: none) {
.button-widget:hover span{
	color: black;
	background: white;
}
}


.login-widget-preferences {
    display: flex;
    font-size: 0.75em;
    margin: 1em 0em 3em;
    color: #999;
}

.login-widget-forgot-password {
    line-height: 1.5em;
    flex-grow: 1;
    text-align: right;
}

.checkbox-widget {
    line-height: 1.5em;
}

.login-widget-forgot-password a,
.login-widget-forgot-password a:visited {
    color: #999;
}

@media not all and (hover: none) {
.login-widget-forgot-password a:hover,
.login-widget-forgot-password a:active{
    color: #bbb;
}
}


.logo-header {
    text-align: center;
    padding: 3vh;
    height: 15vh;
    position: fixed;
    top: -1px;
    width: 100%;
    box-sizing: border-box;
    background: white;
}
.main-content {
    max-width: 125vh;
    margin: auto;
    position: relative;
    margin-top: 15vh;
    /* margin-bottom: 20vh; */
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 14vh;
}
.main-content.loading:not(.main-content-wide):before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 4em;
    height: 4em;
    border: 0.4em solid transparent;
    border-color: #eee;
    border-top-color: black;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
    margin: auto;
    left: calc(50% - 2em);
    top: 6em;
}
@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}



}

div#lookcastResponsiveContainer {
    background: white;
}

.main-content.main-content-wide {
	max-width:100%;
	padding: 0;
}
.logo-header img {
    max-height: 100%;
    cursor:pointer;
    max-width: 70%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    left: 5px;
}
.nav-widget {
    position: fixed;
    bottom: 0px;
    height: 11vh;
    width: calc(100% - 4em);
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-left: 2em;
    padding-right: 2em;
    color: #999;
}

.second-level-navigation {
    display: none;
}

.nav-footer, .nav-current-path {
    display: flex;
    justify-content: space-between;
    max-width: 125vh;
    /* margin: auto; */
    font-size: 1.5vh;
    line-height: 2.5em;
    /*border-bottom: 1px solid #eee;*/
    margin-left: 2em;
    margin-right: 2em;
    width: 100%;
}
.nav-footer div, .nav-current-path div {
    cursor: pointer;
}
.nav-current-path {
	font-size: 1.25vh;
	border: none;
	justify-content: left;
	margin-top: 0em;
	/* margin-bottom: 1em; */
	height: 2em;
	position: relative;
}

body.main-page {
    font-family: "Bangla MN";
    /* margin-left: 2em; */
    /* margin-right: 2em; */
}

.nav-current-path span:not(:first-child) {
    padding-left: 1em;

}
.nav-current-path span {
    padding-right: 1em;
    line-height: 1em;
    margin-top: 1em;
    padding-top: .3em;
}
.nav-current-path span:not(:last-child) {
    cursor:pointer;
    border-right: 1px solid #eee;
}

.footer {
    text-align: center;
    font-size: 1vh;
    margin-top: 1vh;
    color: black;
    display: none;
}

@media not all and (hover: none) {
    .first-level-content:hover,
    .first-level-content:active {
        color: black;
    }
    .second-level-navigation:hover,
    .second-level-navigation:active {
        color: black;
    }

    .nav-current-path span:active:not(:last-child),
    .nav-current-path span:hover:not(:last-child) {
        color: black;
    }
}
.first-level-navigation {
    display: flex;
    justify-content: space-between;
    flex-shrink: 1;
    /* flex-grow: 1; */
    /* flex-basis: 100%; */
}


.nav-widget:before {
    content: "";
    width: 100%;
    background: #6880a4;
    height: 0.5vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    box-shadow: 0 0 2px lightgray;
    max-width: 125vh;
    }

.first-level-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
}


.powered-widget {
    position: fixed;
    top: 0;
    max-width: 420px;
    text-align: center;
    margin: auto;
    padding: 2em;
    font-size: 0.5em;
}

.powered-widget div {
    padding: 1em;
}
.powered-widget img{
    width:33%;
}
.child-bar {
    position: absolute;
    left: 0;
    top: -5em;
    height: 4em;
    background: #F4F6F9;
    width: 100%;
    display:none;
}

.child-bar .navigation-item {
    cursor: pointer;
    position: relative;
    top: 1.6em;
    left: 1em;
    margin-left: 1em;
}
span.child-navigable:before {
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F4F6F9;
    content: "";
    position: relative;
    left: 50%;
    top: -1.1em;
}
.display-inline .child-bar {
    display:initial;
}
span.child-navigable.display-inline:before {
    display:initial;
}

span.child-navigable.display-inline {
   margin-left:-20px;
}

.child-bar span {
    color: #999;
}
.child-bar span.navigation-item {
    border: none;
}
@media not all and (hover: none) {
    .child-bar span:hover  {
        color: black;
    }
}
span.child-navigable:after {
    content: "\0FE3F";
    margin-left: 10px;
    position: relative;
    top: -0.25em;
}
.nav-footer.justify-left {
    justify-content: left;
}
.nav-footer.justify-center {
    justify-content: center;
}

.nav-footer.justify-left .navigation-item {
  margin-right:2em;
  position: relative;
}
.navigation-item-alternatives-container {
    position: absolute;
    bottom: 5em;
    padding: 1.5em;
    background: #F4F6F9;
    width: 200px;
    font-size: 0.75em;
    line-height: 3em;
    font-weight: 400;
    max-width: 125px;
    left: 50%;
    transform: translateX(-50%);
}
.navigation-item.collapse:after {
    content: "\0FE3F";
    margin-left: 10px;
    position: relative;
    top: -0.25em;
}
.navigation-item.collapse:before {
	position: absolute;
	display:none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F4F6F9;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.75em;
	bottom: 4.1em;
}
.navigation-item.collapse.expand:before{
	display:block;
}
.collapsed-navigation {
    position: fixed;
    top: 0;
    height: calc(100vh);
    width:100vw;
    pointer-events: none;
}
.collapsed-navigation .collapsed-navigation-hook img,
.collapsed-navigation .collapsed-navigation-panel img,
.collapsed-navigation .collapsed-navigation-content div {
    pointer-events: all;
}

.collapsed-navigation-panel > img.collapse-password {
    left: calc(10% + 42px);
}
.collapsed-navigation-panel > img.collapse-backoffice {
    left: calc(10% + 82px);
}
.collapsed-navigation-panel > img.collapse-cart {
    left: calc(10% + 122px);
}
.collapsed-navigation-panel > img.collapse-logout {
    right: 0%;
    left:initial;
}
.expand .collapsed-navigation-hook:after {
    content: "";
    width: 100vw;
    background: white;
    height: 100%;
    position: absolute;
}


img.header-backoffice {
    position: absolute;
    right: 100px;
    left: initial;
    height: 32px;
    cursor: pointer;
}
img.header-cart {
    position: absolute;
    right: 140px;
    left: initial;
    height: 32px;
    cursor: pointer;
}
img.header-password {
    position: absolute;
    right: 60px;
    left: initial;
    height: 32px;
    cursor: pointer;
}
img.header-logout {
    position: absolute;
    right: 20px;
    left: initial;
    height: 32px;
    cursor: pointer;
}

.mobile img.header-backoffice, .tablet img.header-backoffice,
.mobile img.header-cart,       .tablet img.header-cart,
.mobile img.header-password,   .tablet img.header-password,
.mobile img.header-logout,     .tablet img.header-logout {
    display:none;
}



.collapsed-navigation-hook {
    height: 15vh;
    position: relative;
    width: 20%;
}

.collapsed-navigation-hook img {
    position: absolute;
    width: 32px;
    padding: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.collapsed-navigation-panel >  img {
    position: absolute;
    width: 32px;
    padding: 14px;
    left: 10%;
    top: 7.5vh;
    transform: translate(-50%, -50%);
}

.collapsed-navigation-panel {
    height: 100%;
    width:100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
}

.collapsed-navigation-content div{
	position:relative;
	padding-top: 0.4em;
	color: #444;
	line-height: 4em;
}
.collapsed-navigation-content img {
    width: 32px;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: white;
    border: 1px #eee solid;
    border-radius: 100%;
    right: 0px;
}

.collapsed-navigation-content {
    height: calc(calc(100vh - 10vh) - 15vh);
    top: 15vh;
    position: relative;
    max-width: 400px;
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    pointer-events: all;
}

.collapse:not(.expand) .not-collapsed {
    display:none;
}
.navigation-parent {
    padding-left: 80px;
}
.navigation-parent img{
    left: -5px;
    border:none;
    background:transparent;
}


.mobile .nav-widget, .tablet .nav-widget {
    height: 10vh;
}

.mobile .main-content,
.tablet .main-content {
    padding-bottom: 10vh;
}

.mobile .nav-current-path, .tablet .nav-current-path {
    display: none;
}

.mobile.portrait .navigation-item {
    display:none;
}

 .portrait .alternative-drop .navigation-item {
    display:block;
    width: auto;
}
 .portrait .nav-footer.justify-left.alternative-drop  {
    justify-content:center;
}

.mobile.portrait .navigation-item.navigation-current,
.portrait .navigation-current {
    display:block;
    text-align: center;
    width:100%;
    font-weight: bold;
    color:black;
}
.tablet .navigation-item.navigation-current {
    font-weight: bold;
    color:black;
}
.portrait div.navigation-item.navigation-current {
    font-weight: bold;
    color:black;
}

.desktop .nav-widget.nav-widget.navigation-depth-3 .navigation-item.navigation-current,
.desktop .nav-widget.nav-widget.navigation-depth-4 .navigation-item.navigation-current,
.desktop .nav-widget.nav-widget.navigation-depth-5 .navigation-item.navigation-current {
    font-weight: bold;
    color: black;
}



.mobile.portrait .nav-widget.navigation-depth-1
 {
    height: 47vh;
}
.mobile.portrait .main-content.navigation-depth-1 {
    padding-bottom: 47vh;
}


.mobile.portrait .nav-widget.navigation-depth-2
 {
    height: 42vh;
}
.mobile.portrait .main-content.navigation-depth-2  {
    padding-bottom: 42vh;
}

.tablet.portrait .nav-widget.navigation-depth-1
 {
    height: 36vh;
}
.tablet.portrait .main-content.navigation-depth-1 {
    padding-bottom: 36vh;
}


.tablet.portrait .nav-widget.navigation-depth-2
 {
    height: 28vh;
}
.tablet.portrait .main-content.navigation-depth-2  {
    padding-bottom: 28vh;
}

button.button-widget:focus,
button.button-widget:active {
    outline:none;
}
.portrait .nav-widget.navigation-depth-1 .navigation-item,
.portrait .nav-widget.navigation-depth-2 .navigation-item {
    display: block;
}

.portrait .nav-widget.navigation-depth-1 .nav-footer, .portrait .nav-widget.navigation-depth-2 .nav-footer {
    flex-direction: column;
    text-align: center;
    font-size:1em;
    justify-content:start;
}
.justify-center .navigation-item {
    margin-left: 1em;
    margin-right: 1em;
}
.desktop .collapsed-navigation-hook {
  display:none;
}
.mobile .nav-widget {
    font-size: 0.9em;
}

.login-privacy-link {
    text-align: center;
    padding: 2em;
    font-size: 0.75em;
}


.login-privacy-link a,
.login-privacy-link a:visited {
    color: #999;
}
@media not all and (hover: none) {
    .login-privacy-link a:hover,
    .login-privacy-link a:active{
        color: #bbb;
    }
}

div#modal {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
div#modal.in {
    display: flex;
}

.modal-widget-container {
    max-width: 400px;
    margin: auto;
    border: 1px black solid;
    background: white;
    padding FONT-VARIANT: JIS04;
}

.widget-modal-content {
    padding: 2em;
}

.widget-modal-ok {
    padding: 1em;
    text-align: right;
    background: black;
    color: white;
    cursor: pointer;
}



@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.button-widget.working span:after {
    content: "\f3f4";
    color:white;
    font-family:"Font Awesome 5 Pro";
    -webkit-animation:spin 0.75s linear infinite;
    -moz-animation:spin 0.75s linear infinite;
    animation:spin 0.75s linear infinite;
    margin-left:1em;
    display:inline-block;
    position:absolute;
}
.privacy-policy, .terms-of-services, .return-link{
    max-width: 600px;
    text-align: justify;
    margin: auto;
    line-height: 1.5;
}
.privacy-policy p:first-child, .terms-of-services p:first-child {
    font-size:1.5em;
    line-height:3em;
    font-weight:bold;
}
.return-link {
    margin-top: 2em;
}

input.mdc-text-field__input {
    background-color : white;
}
#reset .p-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
h3 {

        font-size: 1.7em;
    margin: 1em;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
}

.mdc-button {
    font-size:1em;
  height:3em;
    font-family: "Montserrat";
    font-weight: 400;
}
a#pmlinksd {
    /* text-align:right; */
    font-size:0.9em;
    display: inline-block;
    padding-top:0.1em;
    /* padding-bottom: 3em; */
    margin-bottom: 3em;
    margin-right: auto;
    /* background: red; */
    float: right;
}
a#pmlinksd {
    color:#bbb;
}

div#sidebar {
    padding-top:2em;
    font-size:0.9em;
    color:#bbb;
}
div#sidebar a {
color:#bbb;
}

input#username {
    padding: 0px 1em;

}


input#confirmedPassword,
input#password {
    padding: 0px 1em;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb ;
  opacity: 1 !important;
}
.banner {
  font-size:0.9em;
  padding:1em 2em;
  line-height:1.5em;
 border-radius:0px;
}

#reset #fm1 h3 {
  margin-bottom: 2em;
}

#reset #fm1 p {
  font-size:0.8em;
  margin: auto;
  max-width: 300px;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

#reset .mdc-text-field {
  margin-top:2em;
}

#backToLogin {
    width: 100%;
    border: none;
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    top: -1em;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

#reset .mdc-button {
  /*! width: 100%; */
    border:none;
  padding-top: 0px;
  margin-top: 0px;
  /*! position: relative; */
  /*! top: 0em; */
  margin-left: auto;
  margin-right: 0;
  display: block;
}

#backToLogin span {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
    font-size: 0.8em;
    font-family: Montserrat;
    color: #999;
}

#reset .mdc-button[name="cancel"] span {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
    font-size: 0.8em;
    font-family: Montserrat;
    color: #999;
}

.mdc-card {
  box-shadow: none;
}

.no-flex {
    display: block !important;
}
.password-sent p {
  margin:1em;
  margin-bottom:3em;
}
.password-sent h2 {
  margin:1em;
  margin-top:2em;
  margin-bottom:3em;
  text-align:center;
}

#backToLogin span {
  width:100%;
  text-align:center;
  text-transform: initial;
  color: #bbb;
  text-decoration: underline;
  font-size: 0.9em
}
#password-strength-wdg, #password-strength-msg {
    display:none !important;
}
#loginForm {
    max-width: 500px;
}

#fm1 {
    max-width: 400px;
    margin:auto;
}

body > div {
    /* position: relative; */
    /* transform: translateY(-50%); */
    /* top:50%; */
    margin-top: auto;
    margin-bottom: auto;
}

input {
    min-width: 0;
}

#passwordManagementForm button {
    width: 100%;
}

.mdc-button.mdc-button--raised{
  box-shadow: none;
}
.mdc-button.mdc-button--raised:hover {
  box-shadow: none;
  background-color: transparent;
  color:black;
  border: 1px solid black;
}

.main-logo {
  text-align: center;
    background: none !important;
}

.main-logo img {
    max-width: 100%;
    display: block !important;
}

.main-logo + p {
    text-align: center;
    margin: 30px 0;
    font-size: 1.1em;
}

#serviceui>div {
    padding: 0 !important;
}

#serviceui>div>img {
    position: unset !important;
    max-width: 100%;
}

#serviceui>div:not(.main-logo)>img {
    width: 50% !important;
    margin: auto;
}

#loginForm{
	border-right: unset;
}
body.login{
	background: unset;
}
form section div.mdc-text-field {
    padding: unset;
    align-items: stretch;
    overflow: unset;
}
section.cas-field{
    border-radius: 4px;
    overflow: hidden;
}
.mdc-text-field>.mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)>.mdc-text-field__input {
    border-color: #153e50;
    border: 1px
    solid var(--cas-theme-primary, #153e50);
    border-left: unset;
    height: 3rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-widget-icon {
    font-size: 1.5em;
    padding: 0.5em;
    background: #000000;
    color: #FFFFFF;
    width: 2em;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-right: unset;
    height: 3rem;
}
mdc-text-field {
    border-radius: 4px;
}