

*::-webkit-scrollbar {
  background: #dedede05;
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-thumb {
  background-color: #c3c3c370;
  border-radius: 10px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
::-ms-reveal {
    display: none;
}



md-toolbar.top_bar {
    height: 60px;
    min-height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
}

body,
html {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

body {
    font-family: 'RobotoRegular';
    text-rendering: geometricPrecision;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased;
}

section {
    margin-top: 3px;
    min-height: 476px;
}

md-card {
    height: 343px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 959px) {
    div.top-head {
        display: block !important;
    }
}

div.top-head {
    margin-top: 60px;
    overflow: auto;
    height: auto;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.top-head-container {
    width: 100%;
    margin-top: 0px;
}

div.top-head h1 {
    margin-bottom: 28px;
}

h1.heading-zl {
    font-size: 60px;
    /* font-weight: 600; */
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
}


.slider-box .slider {
    position: absolute;
    cursor: pointer;
    top: 12px;
    left: 29px;
    right: 4px;
    bottom: 12px;
    background: rgba(22, 168, 73, 0.40);
    transition: left .4s, background-color .4s;
  }
  
  .slider-box .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: -4px;
    bottom: -2px;
    background-color: white;
    transition: left .4s, background-color .4s, transform .4s;
    box-sizing: border-box;
    top: 50%;            /* Add this line to center the thumb vertically */
    bottom: 50%;         /* Modify this line to center the thumb vertically */
    transform: translateY(-50%); 
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.396);
  }

  .slider-box input:checked + .slider:before {
    transition: left .4s, background-color .4s;
    left: calc(100% - 13px);
    background-color: #16A849;
}
.slider-box .slider.round:before {
    border-radius: 50%;
}
.label-container-zl {
    display: flex;
    /* align-content: center; */
    align-items: flex-end;
    height: 40px;
}

div.video-text {
    padding-bottom: 12px;
    margin-left: 5px;
}
  
  .slider-box {
    margin-left: -27px;
    display: flex;
    align-items: flex-end;
  }
  
  .control-switches {
    display: flex;
    flex-direction: row;
  }
 
  .slider-box input:checked + .slider {
    background: rgba(22, 168, 73, 0.50);
    transition: left .4s, background-color .4s;
    /* opacity: 0.5; */
}
.slider-box .slider.round {
    border-radius: 34px;
}
.slider-box .slider {
    position: absolute;
    cursor: pointer;
    top: 12px;
    left: 29px;
    right: 4px;
    bottom: 12px;
    background: rgba(22, 168, 73, 0.40);
    transition: left .4s, background-color .4s;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
p.small-heading {
    font-size: 32px;
    /* font-weight: 300; */
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: normal;
    text-align: center;
    color: #979197;
    padding: 0 20px;
}

span.md-headline {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.16;
    text-align: center;
    letter-spacing: normal;
    color: #000000;
}

md-card md-card-title md-card-title-text:only-child .md-subhead {
    font-size: 17px;
    font-weight: normal;
    padding-top: 0;
    font-style: normal;
    margin: 25px 0;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #6d7783;
}

md-card-title-text p {
    display: none;
    font-size: 15px;
    /* font-weight: 300; */
    font-style: italic;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #6c6c6c;
}

md-card md-card-title {
    -webkit-box-flex: 0.1;
    -webkit-flex: 0.1 1 auto;
    flex: 0.1 1 auto;
    padding: 0px 16px 0px;
}

md-card {
    box-shadow: none;
    position: relative;

  border-radius: 4px;
  border: solid 1px #f2f2f2;
  background-color: #ffffff;
}

md-card:hover {
    /* transform: scale(1.03); */
    /* box-shadow: 11px 28px 27px -26px rgba(0, 0, 0, 0.15) */
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

md-card:hover .md-headline {
    color: #16A849;
    /* font-weight: 500; */
    -webkit-transition: all 0.3s ease-in-out 0s;
}
/* md-card:hover .md-headline {} */

md-card:hover span.open {
    /* font-weight: bold; */
    opacity: 1;
    bottom: 25px;
}

/* md-card a { */
    /*transform: scale(1);*/
/* } */

/*a.test {*/
/*position: absolute;*/

/*}*/
md-card img {
    height: 77px;
}

a:focus,
a:hover {
    /* color: #23527c; */
    text-decoration: none;
}

span.open,
span.open {
    width: 33px;
    height: 20px;
        position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-image: url('../img/tiles/open-arrow.png');
    background-repeat: no-repeat;
    opacity: 0;
}

span.open:hover,
span.open:active {
    /* font-weight: bold; */
    text-decoration: none;

}

md-card div {
    margin-top: 54px;
    margin-bottom: 20px;
    text-align: center;
}

h1~p {
    margin-bottom: 3px;
}

/* start 'enter' transition on main view */
/* TRANSITION ANIMATIONS FOR MAIN VIEW
   ------------------------------------------*/
/* start 'enter' transition */
.ng-enter {
    /* transition on enter for .5s */
    transition: .5s;

    /* start with opacity 0 (invisible) */
    opacity: 0;
}

/* end 'enter' transition */
.ng-enter-active {
    /* end with opacity 1 (fade in) */
    opacity: 1;
}

/*Login Page*/
div.form-container {
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin-top: 25px; */
    padding-top: 35px;
}

.form-wrapper {
        width: 420px;
            min-height: 610px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 4%);
    border: solid 1px #eaeaea;
}

.prl .login_form{
  margin-top: 44px;
}
div.digit-parent-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
input.digits-containers {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  width: 40px;
  height: 54px;
  text-align: center;
  font-size: 27px;
  /* Grey Super Light */
  background: #FAFAF9;
  /* Grey Medium */
  border: 1px solid #D2D1D2;
  border-radius: 4px;
}
input.digits-containers:focus, input.digits-containers  {
 /*border:1px solid #00A82D;*/
  outline-color: #00A82d;
}

.otc-max input:focus {
  outline-color: #00A82d;
}

.otc-max input {
  padding: 8px 12px;
  width: 320px;
  height: 54px;
  /* Grey Super Light */
  background: #FAFAF9;
  /* Grey Medium */
  border: 1px solid #D2D1D2;
  border-radius: 4px;
}

.otp-new-code {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */

  letter-spacing: 0.38px;

  /* Blue buttons */
margin-bottom: 14px;
  color: #2981D3;
}
.cancel-otp {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.38px;

  /* Black */

  color: #4A494A;
}
.otp .form-wrapper-title{
  margin-bottom: 31px;
}

.digit-parent-container div {
  margin-right: 12px;
}

.digit-parent-container div:nth-of-type(3){
  margin-right: 32px;
}

.one.digit-parent-container div:nth-of-type(3) {
  margin-right: 0;
}

.one.digit-parent-container div:nth-of-type(4) {
  margin-right: 24px;
  margin-left: 24px;
}

.one.digit-parent-container div:nth-of-type(7) {
  margin-right: 0;
}

.digit-parent-container div:nth-of-type(6) {
  margin-right: 0;
}

.two.digit-parent-container div:nth-of-type(3) {
  margin-right: 12px;
}

.two.digit-parent-container div:nth-of-type(4) {
  margin-right: 24px;
}

.one.digit-parent-container div:nth-of-type(6),.two.digit-parent-container div:nth-of-type(6) {
  margin-right: 12px;
}


.digit-parent-container div:last-of-type {
  margin-right: 0;
}

div.form-wrapper.otp {
  width: 420px;
  min-height: 390px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 4%);
  border: solid 1px #eaeaea;
}

div.form-wrapper.otp.ei-digit {
  width: 448px;
}
.otc-code-err {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 167% */

  letter-spacing: 0.38px;
  position: absolute;
  bottom: 87px;
  /* Red */

  color: #E72D1F;
}
.form-wrapper-title {
    font-family: 'RobotoRegular';
    font-size: 20px;
    color: #333;
    margin-top: 57px;
    margin-bottom: 21px;
    text-align: center;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #f9f9f9;
}

.mx-home-link {
    font-family: 'RobotoMedium';
    font-size: 14px;
    color: #2baf63;
    margin-bottom: 20px;
    margin-top: 17px;
}

.login_form {
    width: 296px;
    margin: 0 auto;
    margin-top: 89px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UP_login-form_fs_input {
    width: 100%;
    margin: 3px auto;
    height: 50px;
}

.UP_login-form_fs_input input {
    /* color: #000 !important; */
    border-bottom-color: #969fab !important;
    background-color: white !important;
    font-size: 14px;
    /* font-weight: 600; */
}

/* input:-internal-autofill-selected {
    background-color: white !important;
} */

.UP_login-form_fs_input input label {
    color: #e74c3c !important;
}

.UP_login-form_fs_input .psw-icon-container {
    display: none;
    position: absolute;
    right: 21px;
}

.UP_login-form_fs_input.bad-p .psw-icon-container:hover .psw-icon-tooltip {
    display: block;
}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -4px;
    left: 45%;
}
input:-webkit-autofill ~ label {
   text-transform: uppercase !important;
    margin-left: -1px!important;
    margin-bottom: -1px !important;
    -webkit-transform: translate3d(0,0,0) scale(1)!important;
    font-size: 10px!important;
}
input:-webkit-autofill {
color: #333 !important;
    border-bottom-width: 2px!important;
    padding: 0 0 2px 0!important;
font-size:14px!important;
}
input:-webkit-autofill::first-line {
       font-size: 14px;
       font-weight: 600;
    color: black;

}
/*input:-webkit-autofill ~ label {*/
    /*position: absolute;*/
   /*color: red!important;*/
    /*top:-55px!important;*/
    /*left:34px!important;*/
    /*background: #2b542c!important;*/
/*}*/

/*.UP_login-form_fs_input input:focus ~ label,*/
/*input:not(:placeholder-shown) ~ label ,*/
/*input:valid ~ label,*/
/*input:-webkit-autofill:focus ~ label,*/
/*input:-webkit-autofill ~ label*/
/*{*/
    /*top:-55px!important;*/
    /*font-size:19px!important;*/
    /*color:red!important;*/
    /*font-weight: 300!important;*/
    /*left:34px!important;*/
/*}*/
.required-otc {
  width: 474px;
  height: 106px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}

.text-success {
    color: #28a745!important;
    position: absolute;
    /* right: 0; */
    /* top: 10px; */
    top: 30%;
}

.spinner-border {
    display: none;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border.show {
    display: inline-block;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}


/* form div md-input-container input:-webkit-autofill ~ label {
    text-transform: uppercase !important;
    -webkit-transform: translate3d(0,6px,0) scale(.75)!important;
    transform: translate3d(0,6px,0) scale(.75)!important;
    -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)!important;
    transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)!important;
    transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1)!important;
    transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)!important;
}

input:-webkit-autofill::first-line {

       font-size: 14px;
       /* font-weight: 600; *
    color: black;

} */

.reset-link {
    font-family: 'RobotoMedium';
        font-size: 14px;
    color: rgba(99, 105, 118, 1);
    margin-top: 18px;

}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip.type-1::after {
    left: 46%;
}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip.type-2::after {
    left: 45%;
}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip {
    display: none;
    /* font-family: SFProTextMedium; */
    font-size: 10px;
    /* font-weight: 500; */
    color: #000000;
    position: absolute;
    white-space: nowrap;
    top: 30px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 3px 13px -2px #efefef;
    border-radius: 5px;
    z-index: 2;
}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip.type-1 {
    left: -77px;
}

.UP_login-form_fs_input .psw-icon-container .psw-icon-tooltip.type-2 {
    left: -61px;
}

.UP_login-form_fs_input.good-p .psw-icon-container,
.UP_login-form_fs_input.bad-p .psw-icon-container {
    display: block;
}

.UP_login-form_fs_input.loading .psw-icon-container-loader {
    display: block;
    position: absolute;
    right: 6px;
    top: 10px;
}

.UP_login-form_fs_input .psw-icon-container-loader {
    display: none;
}

.UP_login-form_fs_input.good-p .psw-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAAA/UlEQVRYCe1T2w3CMAx0Ogk/lHVAHQB3AlZghG5AFmjFPOWHSQh2hRGKmj7dDyRbilyll7vLJQGwsgQsAUtgwwQODVY0Ql7jNSWTpX6snc8b9MRx6XgcHFN8mxhgcQdwFtEQoJLvuBNOt2LxV4DyUXifUlE1MFecTakZWCKuZmCp+KABIaUL5NvClwzuK8HJv7EzF5z05Cugs+lusXOA9I5vsuC3rxVnrqQB3omI9ZnQEGf+wUu4rxEzB9/dy3FoiY8aYEBsgqaeNHY0upp75rJO+mACAuoxoSLOJJMMMDA2sXbnzMk12QCDPyYwOKjak7/znJUlYAlYAn+fwBuV8nY7keibhQAAAABJRU5ErkJggg==');
}

.UP_login-form_fs_input.bad-p .psw-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 4px;
    background-size: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACPTkDJAAABUElEQVRYCe2W0RHCIAxAwXMIncVzAs8ZrJOpM3hO4DmLboEJNVgKKUGjnnflpyWGvFcOmxrz42El/OtqsTfWbiS5Ice5/fx02YY5c1MUeAlOMIHEoECAO9eWtIPphDWmm1+QYCu+DCcNoURW4G14hUQioAYXSkQC6nCBRBCohc+OZyrvr7f1MponE+ZMTDCxFp4UlwToH4Qi1jbA3OEyLxC9ZChRUrQ2p1sbJHB5K0CFugkU0772GLGANkxQbxQYd+DnOzAVHNRsSvHNl12VBv93B6p7QfrwPhLvADUMJlkl3GO0As4dfHHsjb0EFSgV8Y3oMXkwvQB8vTYABgkw+JREgAMAWJ4JLogLI7RlAy0Tv0N7jSMk1t4wcCwTCWBAXWIAnhVQlSjAWQEVCQF8UOAtCSG8KBBL4KxydE47tzI5hLnE58HM/crEBHBm5XfDd+eEwKdxMlm9AAAAAElFTkSuQmCC')
}

div.error-message {
    color: #e74c3c;
}

div.error-message::first-letter {
    text-transform: uppercase;
}

.bad-p {
    color: #e74c3c;
}

.good-p {
    color: #16A849;
}

button.change-pass {
    pointer-events: none;
    opacity: 0.3;
}

button.button-login.good-p {
  pointer-events: all !important;
  background: #16A849;
  color:white;
}

button.change-pass.good-p {
    pointer-events: all;
    opacity: 1;
    background: #16A849;
}

.UP_login-form_fs_input.bad-p input {
    color: black !important;
    border-bottom-color: #e74c3c !important;
    /* font-size: 16px; */
}

.UP_login-form_fs_input.good-p input {
    color: black !important;
    border-bottom-color: #16A849 !important;
    /* font-size: 16px; */
}

md-input-container.UP_login-form_fs_input ::-webkit-input-placeholder,
md-input-container.UP_login-form_fs_input.md-input-focused ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: darkgray;
}

md-input-container.UP_login-form_fs_input ::-moz-placeholder,
md-input-container.UP_login-form_fs_input.md-input-focused ::-moz-placeholder {
    /* Firefox 19+ */
    color: darkgray;
}

md-input-container.UP_login-form_fs_input :-ms-input-placeholder,
md-input-container.UP_login-form_fs_input.md-input-focused :-ms-input-placeholder {
    /* IE 10+ */
    color: darkgray;
}

md-input-container.UP_login-form_fs_input :-moz-placeholder {
    /* Firefox 18- */
    color: darkgray;
}

.login_form input:focus {
    outline: none;
}

.md-toolbar-tools {
    height: inherit;
    padding: 0 !important;
}


div.navbar-brand img {
    height: 19px;
    margin-left: 0;
}

md-input-container .md-input {
    color: black !important;
    border-bottom-color: #eaeaea !important;
    background-color: white !important;
    border-bottom-width: 1px;
}

md-input-container label {
    color: #8e8e8e !important;
    font-weight: normal;
    margin-bottom: 10px !important;
}

md-input-container.md-input-has-value .md-input {
    color: #333 !important;
    border-bottom-width: 2px;
    padding: 0 0 2px 0;
}

md-input-container.md-input-has-value label,
md-input-container.md-input-focused label {
    margin-bottom: -1px;
    font-size: 10px;
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
 md-input-container.md-input-has-value label:not(.md-no-float) {
-webkit-transform: translate3d(0,0,0) scale(1);
}

md-input-container.md-input-has-value label:not(.md-no-float),
md-input-container.md-input-focused label:not(.md-no-float) {
    text-transform: uppercase !important;
    margin-left: -1px;
    margin-bottom: -1px !important;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-left: 2px;
}

md-input-container.md-input-focused.UP_login-form_fs_input .md-input {
    border-bottom-color: #16A849!important;
    /* border-bottom-color: #b5b5b5 !important; */
    border-bottom-width: 2px;
}

md-input-container.md-input-focused.UP_login-form_fs_input.good-p .md-input {
    border-bottom-color: #16A849 !important;
    border-bottom-width: 2px;
}

md-input-container.md-input-focused.UP_login-form_fs_input.bad-p .md-input {
    border-bottom-color: #e74c3c !important;
    border-bottom-width: 2px;
}

.UP_login-form_copyright {
    margin-top: 21px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #8e8e8e;
}

.terms-cond {
    color:#2baf63;
}

.button-login {
     font-family: 'RobotoMedium';
    position: relative;
    background: #16A849;
    margin-top: 18px;
    width: 150px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    border-radius: 24px;
}
.button-login.gray {
    background-color: rgba(205, 205, 207, 1);
    color: white;
    pointer-events: none;
}

div.reset md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #16A849;
}

button.button-login:not(.gray):hover {
    background-color: #26a05a !important;
}

button.button-login:active,
button.button-login:focus {
    outline: none;
}

/*MAIN STYLES*/

/* header */
.header-setting-area {
    display: flex;
    align-items: center;
}

md-toast.zultys-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
  background-color: white;
  color: rgb(37 165 91);
}
/*/////////////////*/

.otc-code-timer {
  position: absolute;
  /* bottom: 14px; */
  /* right: 133px; */
  left: 81px;
  width: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.38px;
  color: #0D0E0F;
}
.otp-new-code {
  display: flex;
  position: relative;
  /*flex-direction: row;*/
}
.otp-new-code.waiting .otc-descript {
  opacity: 0.7;
  pointer-events: none;
  color: #7e7d7e;
}

.inactive {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.delivery-channel {
    font-size: 12px;
    display: flex;
    color: #222222;
    padding-top: 4px;
}

md-card {
    margin: 8px 0;
}

div.main {
    background-color: #f9f9f9;
    display: flex;
    height: inherit;
}

div.error-container {
    position: absolute; 
    bottom: 45%; 
    width: 100%; 
    text-align: center;
    right: 0;
}


md-card:nth-child(3) {
    margin-right: 10px;
}

@media (min-width: 1280px) {
    md-card {
        max-width: 223px;
    }
}

.md-card-row {
    margin: 0 auto;
    max-width: 1040px;
}

@media (max-width: 1279px) and (min-width: 960px) {

    .flex-md-20,
    .layout-row>.flex-md-20 {
        max-width: 223px !important;
        max-height: 100%;
    }
}

@media (max-width: 463px) {
    div.username {
        display: none;
    }

    .divider-av {
        top: 1px;
        left: 67px;
    }

    div.logout_btn {
        font-size: 14px;
        margin-right: 20px;
    }

    .navbar-brand {
        padding-right: 0;
    }

    div.navbar-brand img {
        height: 15px !important;
    }

}


@media (max-width: 959px) {
    div.top-head-container {
        width: 100%;
        margin-top: 0px;
    }

    div.setting-area {
        margin-right: 0;
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    div.top-head-container {
        width: 100%;
        margin-top: 60px;
    }
}

@media (min-width: 1280px) and (max-width: 1500px)  {
    div.top-head-container {
        width: 100%;
    }
}

@media (min-width: 1508px) {
    div.top-head-container {
        width: 100%;
        margin-top: 0px;
    }
}

@media (min-width: 1280px)  {
    .md-card-row {
        max-width: 1260px;
    }
}


@media only screen and (max-width: 470px) {
    .form-wrapper {
        width: 340px;
        height: 230px;
    }
}

@media only screen and (max-width: 470px) {
    .form-wrapper {
        width: 340px;
        height: 230px;
    }
}

@media only screen and (max-width: 340px) {
    .form-wrapper {
        width: 320px;
        height: 230px;
    }
}
@media only screen and (max-height: 703px) {
    .login_form {
        margin-top: 40px;
    }
    .form-wrapper{
        min-height: 525px;
    }
}

@media only screen and (max-height: 621px) {
    .login_form {
        margin-top: 30px;
    }
    .form-wrapper{
        min-height: 470px;
    }
    div.error-container {
        bottom: 42%;
    }
}



@media (min-width: 1400px) {
    /*.md-card-row{*/
    /*margin-left: 150px;*/
    /*margin-right: 150px;*/
    /*}*/
}

@media (max-width: 959px) and (min-width: 600px) {
    .card-holder {
        margin-bottom: 13px;
    }
}


@media only screen and (max-width: 470px) {
    .login_form {
        width: 320px;
    }
}


@media only screen and (min-width: 900px) and (max-width: 1700px) {
    md-card div {
        margin-top: 30px;
        margin-bottom: 35px;
    }
}

/* @media only screen and (min-width: 960px) and (max-width: 1060px) { */
    /* span.md-headline { */
        /* font-size: 22px; */
    /* } */
/* } */

@media only screen and (min-width: 900px) and (max-width: 5120px) {
    md-card div {
        margin-top: 54px;
    margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    h1.heading-zl {
        font-size: 27px;
    }

    p.small-heading {
        font-size: 22px;
    }


    md-card {
        /*height: 385px;*/
      height: 305px;
    }

    md-card div {
        margin: 0;
        padding-top: 40px;
    }
}

@media screen and (min-width: 1980px) {
    .md-card-row {
        width: 1560px;
    }

    md-card {
        width: 316px;
    }

    .md-card-row {
        margin: 0 auto;
    }

}




input[type=password] {
    font-size: 28px;
    letter-spacing: 1px;
}
.eye {
    background-image: url(../img/psw-view-off.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 12px;
    top: 9px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 4px 0px 0px 9px #ffffff;
}
.eye.on {
    top: 11px;
    box-shadow: 4px -2px 0px 9px #ffffff;
    background-image: url(../img/psw-view-on.svg);
}

/*This will work for firefox*/
@supports (-moz-appearance:none) {
    input[type=password] {
        font-size: 26px;
        letter-spacing: 2px;
        font-size-adjust: 0.2;
    }
}

md-toolbar:not(.md-menu-toolbar) {
    background-color: transparent !important;
}


.psw-tooltip {
    position: absolute;
    right: 6px;
    top: 7px;
    z-index: 10;
}

.psw-tooltip-icon {
    padding: 2px;
    background-color: #969494;
    color: white;
    width: 20px;
    border-radius: 100%;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.psw-tooltip:hover>.psw-tooltip-text {
    display: flex;
}

.psw-tooltip-text {
    display: none;
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: white;
    z-index: 40;
    margin-left: -80px;
    margin-top: 16px;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.psw-title {
    font-size: 12px;
    text-align: left;
    color: #6c6c6c;
    margin-top: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.psw-title:focus {
    outline: none;
}

#psw-hint-container,#psw-hint-container-reset {
    font-size: 12px;
    color: #6c6c6c;
    margin-left: 0px;

    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 13px;
    padding: 0px;
}

#psw-hint-container li,#psw-hint-container-reset li {
    margin-top: 4px;
    margin-left: 28px;
}
#psw-hint-container.show,#psw-hint-container-reset.show {
    max-height: 300px;
}

md-input-container input {
    font-size: 14px;
    color: #000000;
}

.success-reset {
    margin: auto;
    margin-bottom: 16px;
    width: 36px;
    height: 36px;
    background-image: url('../img/success-reset.svg');
    background-repeat: no-repeat;
}

a.reset-link {
    opacity: 0.9;
    transition: all .3s;
    cursor: pointer;
}

a.reset-link[disabled] {
    pointer-events: none;
    opacity: .7;
}

a.reset-link:hover {
    opacity: 1;
    color: #000000;
}

