@font-face {
    font-family: 'Material-Icons-Round';
    src: url('fonts/Material-Icons-Round.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Roman';
    src: url('fonts/38CC3B_0_0.eot');
    src: url('fonts/38CC3B_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/38CC3B_0_0.woff2') format('woff2'), url('fonts/38CC3B_0_0.woff') format('woff'), url('fonts/38CC3B_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Md';
    src: url('fonts/38CC3B_1_0.eot');
    src: url('fonts/38CC3B_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/38CC3B_1_0.woff2') format('woff2'), url('fonts/38CC3B_1_0.woff') format('woff'), url('fonts/38CC3B_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url('fonts/38CC3B_2_0.eot');
    src: url('fonts/38CC3B_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/38CC3B_2_0.woff2') format('woff2'), url('fonts/38CC3B_2_0.woff') format('woff'), url('fonts/38CC3B_2_0.ttf') format('truetype');
}

i.round {
    font-family: 'Material-Icons-Round';
}

body {
    background-color: #F4F4F4;
    display: flex !important;
    min-height: 100vh !important;
    flex-direction: column !important;
    font-family: 'HelveticaNeueLTPro-Roman' !important;
}

* {
    font-family: 'HelveticaNeueLTPro-Roman';
}

main {
    flex: 1 0 auto !important;
}

::-ms-clear {
    /* Stops Edge from displaying the X in edited input fields*/
    display: none;
}

.btn,
.btn-large,
.btn-small {
    /* text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer; */
    padding-top: 20px !important;
    padding-bottom: 35px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 28px !important;
    background-color: #00AFDB !important;
    text-align: center !important;
    font-family: "HelveticaNeueLTPro-Md" !important;
    line-height: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.vline {
    border: none;
    border-right: 1px solid #C4C4C4;
    height: 438px;
    width: 1px;
}

hr.vertical {
    border: none;
    border-right: 1px solid #C4C4C4;
    height: 500px;
    width: 1px;
}

.columnheader {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
}

.grey2-text {
    color: #666666 !important;
}

.small {
    font-size: 14px;
}

.far-left {
    /* left: -250px; */
    padding: 0;
    padding-top: 5px !important;
    padding-left: 40px;
}

@media (min-width: 993px) {
    .logo {
        max-height: 30px;
        margin-left: 40px;
    }
}

@media (max-width: 992px) {
    .logo {
        max-height: 30px;
    }
}

.profile {
    /* max-height: 50px; */
    /* margin-top:15px; */
    height: 38px;
    width: 38px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: -15px;
}

.dropdown-content {
    height: auto !important;
    width: 150px !important;
    top: auto !important;
    border-radius: 10px !important;
}

.link-underline {
    /* border-bottom: 1px solid #039be5 !important; */
}

/* Navbar */

nav {
    height: 80px !important;
    line-height: 80px !important;
}

    /* nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    height: 80px !important;
    line-height: 80px !important;
} */

    nav .button-collapse i {
        height: 80px !important;
        line-height: 80px !important;
    }

    nav .brand-logo {
        font-size: 1.6rem;
    }

/* @media only screen and (min-width: 601px) {
    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        height: 80px !important;
        line-height: 80px !important;
    }
} */

.dashboard-panels {
    box-sizing: border-box;
    height: 301px;
    width: 221px;
    border: 1px solid #F0F3F4;
    border-radius: 10px !important;
    background-color: #FFFFFF;
}

.success-card {
    box-sizing: border-box;
    height: 280px;
    width: 500px;
    border: 1px solid #F0F3F4;
    border-radius: 10px !important;
    background-color: #FFFFFF;
}

.carde-hader {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

.card-line {
    box-sizing: border-box;
    height: 1px;
    width: 16px;
    border: 2px solid;
    border-radius: 100px !important;
    margin: auto;
    margin-bottom: 20px;
}

.notificaion-icon {
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 7px solid #EE3224;
}

.arrow {
    line-height: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.dashboard-link-header {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.licence-card {
    border-radius: 70px;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    height: 437px;
    width: 220px;
    /* padding: 80px; */
    padding-top: 200px;
}

.purple-licence {
    background-image: linear-gradient(#9561A8, #672E8F);
}

.orange-licence {
    background-image: linear-gradient(#F78F1E, #C3511D);
}

.green-licence {
    background-image: linear-gradient(#8CC63F, #328B39);
}

.licence-card > a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.licence-card > .trade {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px;
    margin-top: -10px;
}

.licence-card > .status {
    font-size: 18px;
    text-align: center;
    /* font-weight: bold; */
    /* margin-bottom: -20px;
    margin-top: -10px; */
}

.licence-card > i {
    margin-left: -15px;
    text-align: center;
}

.modal-easter {
    width: 40% !important;
    height: 60% !important;
}

.sub-text {
    margin-top: -20px;
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.exam-header {
    border-top: 1px solid #D6D6D6;
    font-size: 12px;
    line-height: 14px;
    font-weight: 100;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkbox-blue[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #ff9800 !important;
    background-color: #ff9800 !important;
}

.input-center {
    width: 100% !important;
    text-align: center !important;
}

.footer-copyright {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c4c4c4;
    padding-left: 0px !important;
}

.footer-menu {
    opacity: 0.7;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    color: var(--pgdb-darkgrey);
    padding-top: 25px !important;
    margin-bottom: -20px !important;
}

footer {
    font-size: 14px !important;
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}

.pgdb-grey-text {
    color: #c4c4c4;
    color: var(--pgdb-grey);
}

.pgdb-activeblue-text {
    color: #00afdb;
    color: var(--pgdb-activeblue);
}

/* ------------------------------- */

/* Color palette */

:root {
    --pgdb-blue: #00539f;
    --pgdb-lightblue: #a0cae4;
    --pgdb-black: #000000;
    --pgdb-darkgrey: #666666;
    --pgdb-grey: #c4c4c4;
    --pgdb-lightgrey: #e4e4e4;
    --pgdb-verylightgrey: #f5f5f5;
    --pgdb-purple: #9561a8;
    --pgdb-orange: #f78f1e;
    --pgdb-green: #8cc63f;
    --pgdb-red: #ee3224;
    --pgdb-activeblue: #00afdb;
}

/* Text styles */

.H8 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h1 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MH8 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h2 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h3 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h4 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MH1 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h5 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

h6 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.H7 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body1 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body2 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body3 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body4 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body5 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body6 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody4 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody5 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody6 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body7 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body8 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body9 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody10 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody11 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody12 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody13 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.Body10 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

.MBody15 {
    font-family: "HelveticaNeueLTPro-Roman", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #08080d;
}

/* ------------------------------- */

.title-bold {
    object-fit: contain;
    font-family: 'HelveticaNeueLTPro-Md';
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    color: var(--pgdb-black);
    margin-left: -5px !important;
}

.sub-title {
    object-fit: contain;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    color: var(--pgdb-darkgrey);
}

a.large {
    object-fit: contain;
    opacity: 0.7;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00afdb;
    color: var(--pgdb-activeblue);
}

p.medium {
    object-fit: contain;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666;
    color: var(--pgdb-darkgrey);
}

p.footer {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666;
    color: var(--pgdb-darkgrey);
}

.input-validation-error, .invalid {
    border: 1px solid #f00 !important;
}

input:not([type]).invalid ~ .helper-text::before, input:not([type]):focus.invalid ~ .helper-text::before, input[type=text]:not(.browser-default).invalid ~ .helper-text::before, input[type=text]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=password]:not(.browser-default).invalid ~ .helper-text::before, input[type=password]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=email]:not(.browser-default).invalid ~ .helper-text::before, input[type=email]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=url]:not(.browser-default).invalid ~ .helper-text::before, input[type=url]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=time]:not(.browser-default).invalid ~ .helper-text::before, input[type=time]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=date]:not(.browser-default).invalid ~ .helper-text::before, input[type=date]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=datetime]:not(.browser-default).invalid ~ .helper-text::before, input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text::before, input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=tel]:not(.browser-default).invalid ~ .helper-text::before, input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=number]:not(.browser-default).invalid ~ .helper-text::before, input[type=number]:not(.browser-default):focus.invalid ~ .helper-text::before, input[type=search]:not(.browser-default).invalid ~ .helper-text::before, input[type=search]:not(.browser-default):focus.invalid ~ .helper-text::before, textarea.materialize-textarea.invalid ~ .helper-text::before, textarea.materialize-textarea:focus.invalid ~ .helper-text::before, .select-wrapper.invalid ~ .helper-text:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ee3224 transparent;
    border-color: transparent transparent var(--pgdb-red) transparent;
    transform: translateY(1px);
}

input:not([type]).invalid ~ .helper-text:after, input:not([type]):focus.invalid ~ .helper-text:after, input[type=text]:not(.browser-default).invalid ~ .helper-text:after, input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=password]:not(.browser-default).invalid ~ .helper-text:after, input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=email]:not(.browser-default).invalid ~ .helper-text:after, input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=url]:not(.browser-default).invalid ~ .helper-text:after, input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=time]:not(.browser-default).invalid ~ .helper-text:after, input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=date]:not(.browser-default).invalid ~ .helper-text:after, input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after, input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after, input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=tel]:not(.browser-default).invalid ~ .helper-text:after, input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=number]:not(.browser-default).invalid ~ .helper-text:after, input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after, input[type=search]:not(.browser-default).invalid ~ .helper-text:after, input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after, textarea.materialize-textarea.invalid ~ .helper-text:after, textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
    position: static;
    display: flex;
    align-items: center;
    content: attr(data-error);
    color: white;
    padding: 15px;
    margin-top: 20px;
    background-color: #ee3224;
    background-color: var(--pgdb-red);
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.06), 2px 2px 7px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    border: 1px solid #666666;
    background-color: #FFFFFF !important;
    text-align: center !important;
    border-radius: 6px !important;
    padding: 7px !important;
    color: #666666 !important;
    margin-top: 10px !important;
    margin-bottom: -10px !important;
    margin-left: -2.5% !important;
}

.input-field > label:not(.label-icon).active {
    object-fit: contain !important;
    font-family: 'HelveticaNeueLTPro-Roman' !important;
    width: 100% !important;
    font-size: 17px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #666 !important;
    color: var(--pgdb-darkgrey) !important;
}

nav ul a.active {
    color: #00afdb !important;
    color: var(--pgdb-activeblue) !important;
}

/* -- underline -- */

.link {
    font-family: 'HelveticaNeueLTPro-Md' !important;
    text-decoration: none;
    position: relative;
    color: #00afdb;
    color: var(--pgdb-activeblue);
    padding-bottom: 4px;
}

    .link:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0%;
        background: #00afdb;
        background: var(--pgdb-activeblue);
        transition: 0.4s ease;
    }

    .link:hover:after {
        width: 100%;
        left: 0;
    }

/* ---------------- */

#dropdown1 li > * {
    display: flex;
    align-items: center;
    /* line-height: 20px !important; */
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 14px;
    /* font-weight: normal;
    font-style: normal;
    font-stretch: normal; */
    /* line-height: 1; */
    /* letter-spacing: normal; */
    color: #666;
    color: var(--pgdb-darkgrey);
    /* padding: 0px 16px !important; */
    /* height: 20px !important;
    line-height: 20px !important; */
}

#dropdown1 li:first-child {
    margin-top: 20px;
}

#dropdown1 li:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* @media only screen and (min-width: 601px)
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 20px !important;
    line-height: 20px !important;
} */
.licence-padding {
    padding-bottom: 30px !important;
}

.password-padding {
    padding-bottom: 19px !important;
}

.login-btn {
    margin-top: 10px !important;
}

.company-padding {
    margin-top: 27px !important;
}

.alert {
    padding: 0px !important;
}

.alert_box {
    border-radius: 6px !important;
}

.dropdown-stuff {
    /* line-height: 11px !important;
    font-size: 11px;

    padding: 0px;
    margin: 0px; */
    /* margin-top:100px;
    margin-bottom:100px; */
    /* margin-bottom: -20px;
    margin-top: 20px;
    padding-bottom: 20px; */
}

/* --- Dev cols show --- */

/* div[class="row"] {
    outline: 1px dotted rgba(0, 0, 0, 0.25);
}

div[class^="col"] {
    background-color: rgba(255, 0, 0, 0.2);
    outline: 1px dotted rgba(0, 0, 0, 0.5);
} */

/* --------------------- */

/* .dropdown-content li.divider {
    margin-top: 10px;
    margin-bottom: 10px;
} */

.login-label {
    font-family: 'HelveticaNeueLTPro-Roman' !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #666 !important;
    color: var(--pgdb-darkgrey) !important;
}

.login-input {
    margin-top: 0;
}

.login-company-renewal-button {
    margin: 2em 0;
}

@media (min-width: 993px) {

    .login-divider {
        border-right: 1px solid #C4C4C4;
        margin-top: 20px;
        height: 480px;
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .login-divider {
        border-bottom: 1px solid #C4C4C4;
        margin-top: 20px;
        height: 20px;
    }
}


.close-panel-padding {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.no-margin-bottom { margin-bottom: 0px; }
