body.sidebar-mini.layout-fixed.sidebar-collapse.dark-mode.layout-navbar-fixed {
    overflow-x: hidden;
}
.content-wrapper.iframe-mode {
    overflow: hidden !important;
}

.logo-container {
    left: 50px;
    position: absolute;
    top: 20px;
    z-index: 3;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333;
    width: 60px;
    float: left;
}

.logo-container .brand {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}

body {
    background-color: #ccc;
}

.section .wizard-card {
    min-height: inherit;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777;
}

.title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
    font-weight: 500;
}

.title.text-center {
    margin-bottom: 50px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

.tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.tim-row {
    padding-top: 50px;
}

.tim-row h3 {
    margin-top: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0!important;
    margin-bottom: 15px;
    z-index: 2;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
}

#notifications {
    background-color: #fff;
    display: block;
    width: 100%;
    position: relative;
}

#notifications .alert-danger {
    margin-bottom: 0;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn {
    margin: 0 0 15px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    margin: 0 auto 40px;
}

.txt-white {
    color: #fff;
}

.txt-gray {
    color: #ddd!important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container.logo-documentation {
    position: relative;
    top: 0;
    left: 0;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.navbar-default .logo-container .brand {
    color: #999;
}

.navbar-transparent .logo-container .brand {
    color: #fff;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666;
}

.fixed-section li a.active {
    color: #0bf;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media(max-width: 768px) {
    .parallax .parallax-image {
        width:100%;
        height: 640px;
        overflow: hidden
    }

    .parallax .parallax-image img {
        height: 100%;
        width: auto
    };
}

.separator {
    content: "Separator";
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px;
}

.separator-line {
    background-color: #eee;
    height: 1px;
    width: 100%;
    display: block;
}

.separator.separator-gray {
    background-color: #eee;
}

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width:960px
    };
}

@media(max-width: 768px) {
    .btn,.btn-morphing {
        margin-bottom:10px
    }

    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px
    };
}

.presentation .front,.presentation .front:after,.presentation .front .btn,.logo-container .logo,.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}

#javascriptComponents .btn-raised {
    margin: 10px 5px;
}

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.section-black {
    background-color: #333;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #fff;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
    color: #fff;
}

.sharing-area .btn i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.sharing-area .btn-twitter {
    background-color: #55acee;
}

.sharing-area .btn-facebook {
    background-color: #3b5998;
}

.sharing-area .btn-google-plus {
    background-color: #dd4b39;
}

.sharing-area .btn-github {
    background-color: #333;
}

.section-thin,.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    border-radius: 0;
}

.section-tabs {
    background: #eee;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download h4 {
    margin-bottom: 50px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,.tutorial-page .wrapper>.header {
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,.tutorial-page .title {
    color: #fff;
}

.main {
    background: #fff;
    position: relative;
    z-index: 3;
}

.main-raised {
    margin: -60px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.header-filter {
    position: relative;
}

.header-filter:before,.header-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.header-filter::before {
    background-color: rgba(0,0,0,.4);
}

.header-filter .container {
    z-index: 2;
    position: relative;
}

.section {
    padding: 70px 0;
    background-position: center center;
    background-size: cover;
}

.navbar {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 10px 20px -12px rgba(0,0,0,.42),0 3px 20px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    padding: 10px 0;
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.navbar .navbar-brand {
    position: relative;
    height: 50px;
    line-height: 30px;
    color: inherit;
    padding: 10px 15px;
}

.navbar .navbar-brand:hover,.navbar .navbar-brand:focus {
    color: inherit;
    background-color: transparent;
}

.navbar.navbar-transparent {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    padding-top: 25px;
}

.navbar-fixed-top {
    border-radius: 0;
}

.navbar .navbar-nav>li>a .material-icons,.navbar .navbar-nav>li>a .fa {
    font-size: 20px;
    max-width: 20px;
}

.navbar .navbar-nav>li>a:hover,.navbar .navbar-nav>li>a:focus {
    color: inherit;
    background-color: transparent;
}

.navbar .navbar-nav>li>a:not(.btn) .material-icons {
    margin-top: -3px;
    top: 0;
    position: relative;
    margin-right: 3px;
}

.navbar,.navbar.navbar-default {
    background-color: #9c27b0;
    color: #fff;
}

.navbar .navbar-nav>li>a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

@media(max-width: 1199px) {
    .navbar .navbar-brand {
        height:50px;
        padding: 10px 15px
    }

    .navbar .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    };
}

footer {
    padding: 15px 0;
    text-align: center;
}

.footer a {
    font-weight: 700;
}

footer.footer-documentation {
    margin-top: 0;
    bottom: 0;
    text-shadow: none;
    color: inherit;
}

footer.footer-documentation li a {
    color: inherit;
}

footer.footer-documentation li a:hover,footer.footer-documentation li a:focus {
    color: #89229b;
}

footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

footer ul li a:hover {
    text-decoration: none;
}

footer ul li .btn {
    margin: 0;
}

footer ul.links-horizontal:first-child a {
    padding-left: 0;
}

footer ul.links-horizontal:last-child a {
    padding-right: 0;
}

footer ul.links-vertical li {
    display: block;
}

footer ul.links-vertical li a {
    padding: 5px 0;
}

footer .social-buttons a,footer .social-buttons .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer .footer-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: -15px;
}

footer .footer-brand:hover,footer .footer-brand:focus {
    color: #3c4858;
}

footer .copyright {
    padding: 15px 0;
    text-align: center;
}

footer .copyright .material-icons {
    font-size: 18px;
    position: relative;
    top: 3px;
}

footer .pull-center {
    display: inline-block;
    float: none;
}

@media(max-width: 768px) {
    .footer .copyright {
        display:inline-block;
        text-align: center;
        padding: 10px 0;
        float: none!important;
        width: 100%
    }

    .navbar.navbar-transparent {
        background-color: rgba(0,0,0,.4);
        padding-top: 10px;
        border-radius: 0
    }

    .main-raised {
        margin-left: 10px;
        margin-right: 10px
    };
}

.fixed-plugin {
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 1031;
}

.fixed-plugin .fa-cog {
    color: #fff;
    background-color: rgba(0,0,0,.2);
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

.fixed-plugin .dropdown-menu {
    right: 0;
    left: auto;
}

.fixed-plugin li.header-title {
    font-weight: 400;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    padding: 0 15px;
}

.fixed-plugin .switch-trigger .ripple-container {
    display: none;
}

.fixed-plugin .dropdown-menu>li>a:focus,.fixed-plugin .dropdown-menu>li>a:hover {
    background: 0 0;
}

.fixed-plugin .fa-circle-thin {
    color: #fff;
}

.fixed-plugin .active .fa-circle-thin {
    color: #0bf;
}

.fixed-plugin .dropdown-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.fixed-plugin .dropdown-menu>li:first-child>a {
    margin-top: 10px;
}

.fixed-plugin .dropdown-menu>.active>a,.fixed-plugin .dropdown-menu>.active>a:hover,.fixed-plugin .dropdown-menu>.active>a:focus {
    background: 0 0;
    color: #777;
}

.fixed-plugin img {
    border-radius: 6px;
    width: 150px;
    max-height: 65px;
    border: 4px solid #fff;
}

.fixed-plugin .active img,.fixed-plugin a:hover img {
    border-color: #0bf;
}

.fixed-plugin .btn {
    margin: 10px 0 0;
    color: #fff;
}

.fixed-plugin .btn:hover {
    color: #fff;
}

.fixed-plugin .badge {
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 23px;
}

.fixed-plugin .badge.active,.fixed-plugin .badge:hover {
    border-color: #0bf;
}

.fixed-plugin .badge-purple {
    background-color: #9c27b0;
}

.fixed-plugin .badge-blue {
    background-color: #00bcd4;
}

.fixed-plugin .badge-green {
    background-color: #4caf50;
}

.fixed-plugin .badge-orange {
    background-color: #ff9800;
}

.fixed-plugin .badge-red {
    background-color: #f44336;
}

@media(max-width: 768px) {
    .fixed-plugin {
        top:80px;
        right: 0
    }

    .main .container {
        margin-bottom: 50px
    };
}

@media(min-width: 768px) {
    .fixed-plugin .dropdown-menu {
        display:block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0,0,0,.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(.34,1.61,.7,1);
        -moz-transition: all 300ms cubic-bezier(.34,1.61,.7,1);
        -o-transition: all 300ms cubic-bezier(.34,1.61,.7,1);
        -ms-transition: all 300ms cubic-bezier(.34,1.61,.7,1);
        transition: all 300ms cubic-bezier(.34,1.61,.7,1)
    }

    .fixed-plugin .open .dropdown-menu {
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none
    }

    .fixed-plugin .dropdown-menu:before {
        border-bottom: 11px solid rgba(0,0,0,.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 10px;
        margin-left: auto;
        top: -11px
    }

    .fixed-plugin .dropdown-menu:after {
        border-bottom: 11px solid #fff;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 10px;
        margin-left: auto;
        top: -10px
    }

    .btn-wd {
        min-width: 140px
    };
}

.fixed-plugin .license,.fixed-plugin .tutorial {
    margin: 20px 20px 0;
    padding: 10px 0 0;
    color: #aaa;
    border-top: 1px solid #eee;
    font-size: 12px;
    font-weight: 600;
}

.fixed-plugin .tutorial {
    margin: 10px 20px 0;
}

.fixed-plugin ul>li:last-child a {
    margin-bottom: 15px;
}


/*
** Login Styles
*/

.center-content {
	display: flex;
	justify-content: center;
}

.input-group-addon .toggle-password {
	cursor: pointer;
}

span.select2-container.select2-container--default.select2-container--open {
	/* padding-left: 10px; */
	text-align: center;
	z-index: 99;
	border-radius: 7px;
}

span.select2.select2-container {
	box-shadow: none;
}

span.select2-container--open {
	box-shadow: 0px 0px 15px royalblue;
	background-color: #f4f4f4;
}

.select2-results {
	max-height: 200px;
	display: block;
	overflow: auto;
	border-radius: 0 0 7px 7px;
}

.select2-results__options li {
	padding: 5px 0;
	cursor: pointer;
}

.select2-results__options li:nth-child(odd) {
	background-color: #eaeaea;
}

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-bottom: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

span.select2 {
	height: 35px;
	display: block;
	width: 100% !important;
	line-height: 35px;
	position: relative;
	top: -8px;
	cursor: pointer;
	background-color: #cacaca;
	text-align: center;
	z-index: 99;
	border-radius: 7px;
}

.select2 span.selection {
	width: 100%;
	height: 100%;
	display: block;
}

span.select2-selection.select2-selection--single {
	display: block;
	width: 100%;
	height: 100%;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
	font-size: 10px;
}

svg {
	/* width: 100%; */
	height: auto;
}

.datepicker-modal,
.timepicker-modal {
	bottom: auto;
	height: auto;
	border-radius: 16px;
}

datepicker-modal .modal-content,
.timepicker-modal .modal-content {
	border: none;
}

ul.select-dropdown {
	max-height: 300px;
}

.datepicker-date-display {
	background-color: #6c4c99;
}

.confirmation-btns button {
	color: #6c4c99;
}

ul.select-dropdown li span {
	color: #6c4c99;
}

.timepicker-digital-display {
	background-color: #6c4c99;
}

.timepicker-digital-display span.text-primary,
.timepicker-digital-display div.text-primary {
	color: white;
}

.timepicker-canvas line,
.timepicker-canvas circle {
	stroke: black;
	fill: white;
}

.wizard-card.card {
    background-color: rgb(255 255 255 / 90%);
}
.wizard-card[data-color=darkblue] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #6c4c99;
	top: -4px;
	left: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgb(0 3 212 / 56%), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 188, 212, .2)
}

.wizard-card[data-color=darkblue] .picture:hover {
	border-color: #6c4c99
}

.wizard-card[data-color=darkblue] .choice:hover .icon,
.wizard-card[data-color=darkblue] .choice.active .icon {
	border-color: #6c4c99;
	color: #6c4c99
}

.wizard-card[data-color=darkblue] .form-group .form-control {
	background-image: linear-gradient(#6c4c99, #6c4c99), linear-gradient(#D2D2D2, #D2D2D2);
	transition: background 0s ease-out !important;
	transition-duration: .3s !important;
}

.wizard-card[data-color=darkblue] .checkbox input[type=checkbox]:checked+.checkbox-material .check {
	background-color: #6c4c99
}

.wizard-card[data-color=darkblue] .radio input[type=radio]:checked~.check {
	background-color: #6c4c99
}

.wizard-card[data-color=darkblue] .radio input[type=radio]:checked~.circle {
	border-color: #6c4c99
}

.wizard-card[data-color=darkblue] .btn-primary {
	background-color: #6c4c99;
}

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-bottom: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#validation { display: none; }
#validation h3 {
    text-align: center;
    font-family: 'Google Sans', sans-serif;
}
#validation section { display: flex; justify-content: space-evenly; }
#validation input {
    margin: 0 5px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset !important;
    outline: none;
    height: 150px;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    aspect-ratio: 1/2;
}
#validation button#copy-button {
	position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
	border: transparent;
    box-shadow: 0px 0px 5px #000;
}

#validation .material-symbols-outlined {
	line-height: 50px;
}


input.select2-search__field {
	padding-left: 15px !important;
	color: #6c4c99 !important;
}

#login .buttons {
	display: flex;
	justify-content: space-evenly;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
	box-shadow: 0 14px 26px -12px rgb(65 105 225 / 42%), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgb(65 105 225 / 20%);
}

/*
** Login Animation
*/

.wizard-card {
	min-height: auto !important;
}

body .animate {
	pointer-events: none;
	/* top: -100px !important; */
	transform: rotateX(70deg) scale(0.8) translate(-400px, 0) !important;
	opacity: 0.6 !important;
	filter: blur(1px);
}

body .container {
	/* -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85); */
	transition-property: transform, opacity, box-shadow, top, left, height;
	transition-duration: 0.5s;
	transform-origin: 161px 100%;
	transform: rotateX(0deg);

	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */

	/* W3C */

	/* IE6-9 fallback on horizontal gradient */
}

body .authent {
	display: none;
	background: #35394a;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(45deg, #7f76e2 0%, #1c1e4f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35394a", endColorstr="#1f222e", GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	position: absolute;
	left: 0;
	right: 90px;
	margin: auto;
	width: 300px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 70px;
	top: 100px;
	bottom: 0;
	height: 100px;
	opacity: 0;
	font-size: 10px;
}

body .authent img {
	height: 100%;
}

body .authent p {
	text-align: center;
	color: white;
	margin: 0;
}

body .success {
	display: none;
	color: #d5d8e2;
}

body .success h2,
body .success p {
	display: flex;
	justify-content: center;
	font-size: 20px
}

body .success p {
	font-size: 14px;
}

body .success p span {
	margin-left: 5px;
}

body .forgot {
	font-size: 14px;
	margin: 10px 45px;
	/* text-decoration: underline; */
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	color: #6c4c99;
}

body .forgot a {
	color: #6c4c99;
}

body form .disclaimer {
	color: #dc6180 !important;
	width: 100%;
	padding-left: 20px;
}

body form .disclaimer p {
	color: #dc6180 !important;
}

p.error_message {
	text-align: center;
	color: red;
	font-size: 11px;
}

#myMap {
	min-height: 600px;
	min-width: 400px;
	display: flex;
	justify-content: center;
}

.selected {
	stroke: black;
	stroke-width: 1;
}
