div.m-modals {
	/*background-color: rgba( 0, 0, 0, 0.8 ) ;*/
	bottom: 0px ;
	left: 0px ;
	position: fixed ;
	right: 0px ;
	top: 0px ;
	z-index:9999;
}

div.m-modals.ng-hide {
	background-color: rgba( 0, 0, 0, 0 );
}

div.m-modals.ng-hide-add.ng-hide-add-active,
div.m-modals.ng-hide-remove.ng-hide-remove-active {
	transition: 250ms ease all ;
}

div.m-modals > .modal {
    box-sizing: border-box;
	-moz-box-sizing: border-box ;
    position: fixed;
    top: 25%;
    width: 40%;
    left: 30%;
    font-size: 1.25em;
    text-align: center;
    border-radius: 0.3em;
}

div.m-modals > .modal.big {
    top: 17%;
    left: 15%;
    width: 70%;
}

#checkboxModal {
    top: 33.5%;
}

.checkboxFlex {
    display: flex;
    align-items: center;
    margin: auto;
    width: 90%;
    gap: 0.5em;
}

@media screen and (max-width: 1000px) {
    div.m-modals > .modal {
        width: 550px;
        left: calc(50% - 275px);
    }
}

@media screen and (max-width: 580px) {
    div.m-modals > .modal {
        top: 18%;
        width: 400px;
        left: calc( 50% - 200px);
    }

    div.m-modals > .modal.big {
        top: 10%;
        width: 100%;
        left: 0;
    }
}

div.m-modals.ng-hide > .modal.ng-enter {
	top: -200px ;
	transition: 250ms ease top ;
}

div.m-modals.ng-hide > .modal.ng-enter.ng-enter-active {
	top: 200px ;
}
button.btnsecond {
    cursor: pointer;
    border: none;
    opacity: 1;
    height: auto;
    font-size: 1em;
    display:inline-block;
    padding: 0;
    background:none;
    width: auto;
    position: relative;
    margin: 0 10px;
}
.inputs {
    cursor: pointer;
    border: none;
    opacity: 1;
    height: auto;
    font-size: 1em;
    display:inline-block;
    padding: 0;
    background:none;
    width: auto;
    position: relative;
    margin: 0 10px;
    border-bottom: 2px solid;
}
.inputs.password {
    font-family: sans-serif;
    width: 1.6em;
    text-align: center;
    font-size: 1.7em;
}
.inputs.password:focus{
    outline: none;
}
button.btnthird {
    color: unset;
    cursor: pointer;
    border: none;
    opacity: 1;
    height: auto;
    font-size: 1em;
    display:inline-block;
    padding: 0;
    background:none;
    width: auto;
    position: relative;
    margin: 0 10px;
    border-bottom: 4px solid transparent;
}

button.btnthird:disabled{
    opacity: 0.5;
    cursor: default;
}

button.btnthird:disabled:hover {
    /* prevent disabled button from hover looking active */
    border-color: transparent !important;
}

button.btnthird:focus, button.btnthird:hover {
    outline: none;
}

button.btnfoufth {
    cursor: pointer;
    border: none;
    opacity: 1;
    height: auto;
    font-size: 1em;
    display:inline-block;
    padding: 0;
    width: auto;
    background:none;
    position: relative;
    text-decoration: none;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 0;
    left: 0;
    outline: none;
    border-bottom: 4px solid transparent;
}
.buttonCenter {
    width: 100%;
    text-align: center;
}
.buttonCenter.marginBottom {
    margin-bottom: 1em;
}
.buttonCenter.marginTop {
    margin-top: 1em;
}
.webclient.messageboxLoadingscreenBackColor {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 89;
}
li.ng-scope, li {
    list-style: none;
    text-decoration: none;
}

ul {
    padding-left: 0;
}
.m-modals p.ng-binding {
    margin-bottom: 1em;
    margin-top: 1em;
}

.error-message.messageboxErrorForeColor {
    color: #dd4040;
}

div.m-modals > .pin-modal .error-message {
    font-size: 0.8em;
}

.messageBoxTitle {
    font-size: 1.2em;
}

.messagePadding{
    padding: 10px;
}

.checkbox {
    height: 1.2em;
    width: 1.2em;
    outline: 0px solid;
}

.checkbox:focus-visible {
    outline-width: 3px;
}

.smallPrint {
    font-size: 0.8em;
}

.scrollModal {
    overflow-y: auto;
    padding: 1em;
    margin-block-end: 1em;
    max-height: 60vh;
}