.dropdown-header, .dropdown-item {
    white-space: nowrap
}

select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    color: #292b2c;
    text-align: inherit;
    background: 0 0;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    background-color: #f7f7f9
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #0275d8
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropdown-content, .dropdown-menu {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.dropdown-menu {
    border-radius: 2px;
    border: 0
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -ms-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.waves-button, .waves-circle {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    transition: all .3s
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}


.card .card-circle p, .card-overlay p, .flex-center p, .section.team-section .avatar p,
.testimonial-carousel .testimonial .avatar p {
    margin: 0
}

.card .card-circle ul, .card-overlay ul, .flex-center ul, .section.team-section .avatar ul,
.testimonial-carousel .testimonial .avatar ul {
    text-align: center
}

.card .card-circle ul li, .card-overlay ul li, .flex-center ul li, .section.team-section .avatar ul li,
.testimonial-carousel .testimonial .avatar ul li {
    margin-bottom: 1rem
}

.vertical-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card img, .comments-list img, .img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header,
.reply-form img, .section .view, .section img {
    display: block;
    max-width: 100%;
    height: auto
}

.card .rating > li, .inline-ul > li {
    display: inline
}

.list-inline-div > div {
    display: inline-block
}

.section-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3rem;
    padding: .7rem
}

.section-title small {
    text-transform: none;
    padding-left: 7px;
    margin-left: 10px
}

.btn, .btn-flat, .classic-tabs li a, footer.page-footer .title {
    text-transform: uppercase
}

.blockquote .bq-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0
}

.blockquote p {
    font-size: 1.1rem
}

.no-height {
    height: 0
}

.sharp-corners {
    border-radius: 0
}

button:focus {
    outline: 0 !important
}

.btn.btn-sm .fa {
    font-size: .8rem
}

.btn.active, .btn:active, .btn:hover, .btn:focus {
    outline: 0;
    color: #fff
}

.btn-block {
    margin: inherit
}

label {
    font-size: .8rem;
    color: #000
}

.form-control {
    padding: .5rem 0 .6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem
}

.form-control:focus {
    background: 0 0
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0
}

.md-form {
    position: relative
}

.md-form.form-sm input {
    padding-bottom: .2rem;
    padding-top: .2rem;
    font-size: .8rem;
    line-height: .5
}

.md-form.form-sm label {
    font-size: .9rem
}

.md-form.form-sm .prefix {
    font-size: 1.5rem;
    top: .4rem
}

.md-form.form-sm .prefix ~ input, .md-form.form-sm .prefix ~ label,
.md-form.form-sm .prefix ~ textarea {
    margin-left: 2.2rem
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.md-form label.active {
    font-size: .8rem;
    -ms-transform: translateY(-80%);
    transform: translateY(-80%)
}

.md-form .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s
}

.md-form .prefix.active {
    color: #4285F4
}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem)
}

.md-form .prefix ~ textarea {
    padding-top: .8rem
}

.md-form .prefix ~ label {
    margin-left: 3rem
}

@media only screen and (max-width: 992px) {
    .md-form .prefix ~ input {
        width: 86%;
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width: 600px) {
    .md-form .prefix ~ input {
        width: 80%;
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem)
    }
}

.md-form.input-group .form-control {
    margin: 0;
    padding-left: 1rem
}

.md-form.input-group .form-control:-moz-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::-webkit-input-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::-moz-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control:-ms-input-placeholder {
    color: #999;
    padding-top: 2px
}

.md-form.input-group .form-control::placeholder {
    color: #999;
    padding-top: 2px
}

.form-inline fieldset {
    margin-right: 1.5rem
}

textarea {
    resize: vertical;
    width: 100%;
    height: 3rem;
    background-color: transparent
}

textarea.md-textarea {
    overflow-y: hidden;
    padding: 1.6rem 0;
    resize: none;
    min-height: 3rem
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem
}

.input-dark-bg:-moz-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::-moz-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg:-ms-input-placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg::placeholder {
    color: #fff !important;
    font-weight: 300
}

.input-dark-bg input[type=text] {
    border-bottom: 1px solid #fff
}

.input-dark-bg .form-control {
    color: #fff
}

.input-light-bg:-moz-placeholder {
    color: #1C2331 !important;
    font-weight: 300
}

.input-light-bg::-webkit-input-placeholder {
    color: #1C2331 !important;
    font-weight: 300
}

.input-light-bg::-moz-placeholder {
    color: #1C2331 !important;
    font-weight: 300
}

.input-light-bg:-ms-input-placeholder {
    color: #1C2331 !important;
    font-weight: 300
}

.input-light-bg::placeholder {
    color: #1C2331 !important;
    font-weight: 300
}

.input-light-bg input[type=text] {
    border-bottom: 1px solid #1C2331
}

.input-light-bg .form-control {
    color: #1C2331
}

.form-inline .form-group {
    margin-right: 2rem
}

.md-form [type=checkbox] + label, .md-form [type=radio]:checked + label, .md-form [type=radio]:not(:checked) + label {
    padding-left: 35px;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.md-form [type=radio]:checked, .md-form [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

.md-form [type=radio]:checked + label, .md-form [type=radio]:not(:checked) + label {
    position: relative;
    height: 25px;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

.md-form [type=radio] + label:after, .md-form [type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

.md-form [type=radio]:not(:checked) + label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a
}

.md-form [type=radio]:not(:checked) + label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    z-index: -1;
    -ms-transform: scale(0);
    transform: scale(0)
}

.md-form [type=radio]:checked + label:before {
    border-radius: 50%;
    border: 2px solid transparent
}

.md-form [type=radio]:checked + label:after {
    border-radius: 50%;
    border: 2px solid #4285F4;
    background-color: #4285F4;
    z-index: 0;
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.md-form [type=radio].with-gap:checked + label:before {
    border-radius: 50%;
    border: 2px solid #4285F4
}

.md-form [type=radio].with-gap:checked + label:after {
    border-radius: 50%;
    border: 2px solid #4285F4;
    background-color: #4285F4;
    z-index: 0;
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.md-form [type=radio].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, .46)
}

.md-form [type=radio].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, .46)
}

.md-form [type=radio]:disabled:checked + label:before, .md-form [type=radio]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .46)
}

.md-form [type=radio]:disabled + label {
    color: rgba(0, 0, 0, .46)
}

.md-form [type=radio]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, .46)
}

.md-form [type=radio]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, .46);
    border-color: #BDBDBD
}

.md-form [type=checkbox]:checked, .md-form [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

.md-form [type=checkbox] + label {
    position: relative;
    height: 25px
}

.md-form [type=checkbox] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s
}

.md-form [type=checkbox]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, .46)
}

.md-form [type=checkbox]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285F4;
    border-bottom: 2px solid #4285F4;
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .46);
    border-bottom: 2px solid rgba(0, 0, 0, .46)
}

.md-form [type=checkbox]:indeterminate + label:before {
    left: -10px;
    top: -11px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285F4;
    border-bottom: none;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .46);
    background-color: transparent
}

.md-form [type=checkbox].filled-in + label:after {
    border-radius: 2px
}

.md-form [type=checkbox].filled-in + label:after, .md-form [type=checkbox].filled-in + label:before {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

.md-form [type=checkbox].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

.md-form [type=checkbox].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #a6c;
    background-color: #a6c;
    z-index: 0
}

.md-form [type=checkbox].filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

.md-form [type=checkbox].filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

.md-form [type=checkbox].filled-in:disabled:checked + label:before {
    background-color: transparent
}

.md-form [type=checkbox].filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.md-form [type=checkbox].filled-in-danger + label:after {
    border-radius: 2px
}

.md-form [type=checkbox].filled-in-danger + label:after, .md-form [type=checkbox].filled-in-danger + label:before {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

.md-form [type=checkbox].filled-in-danger:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox].filled-in-danger:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

.md-form [type=checkbox].filled-in-danger:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.md-form [type=checkbox].filled-in-danger:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    background-color: red;
    z-index: 0
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: 0;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #637b96;
}

.select-wrapper .select-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper input.select-dropdown:disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.select-wrapper span.caret {
    color: #000;
    position: absolute;
    right: 0.5rem;
    top: 0.675rem;
    font-size: 1rem;
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, .46)
}

.select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: .8rem
}

select {
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

select.browser-default {
    display: block
}

select:disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.select-wrapper i {
    color: rgba(0, 0, 0, .3)
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, .3);
    background-color: transparent !important;
    cursor: pointer;
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, .4)
}

.select-dropdown li.optgroup ~ li:not(.optgroup) {
    padding-left: 1rem
}

.multiple-select-dropdown li [type=checkbox] + label {
    height: 10px
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
    padding-left: 0;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none
}

.dropdown-content li.active, .dropdown-content li:hover {
    background-color: #eee
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 1.2rem;
    color: #4285F4;
    display: block;
    padding: 1rem
}

.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit
}

.dropdown .dropdown-menu.dd-right {
    left: -100px
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    margin-left: 0
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
    border-radius: 2px;
    color: #fff !important;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background-color: #1869b4;
}

.dropdown-menu.animated {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}