/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xxxs: 0;
    --breakpoint-xxs: 480px;
    --breakpoint-xs: 576px;
    --breakpoint-sm: 667px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --breakpoint-xxxl: 1600px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body
{
     background-repeat: repeat-x;
     background-position: center top;
     background-size: 100% 350px;
}
.ml-auto
{
    margin-left: auto;
}
.statistics
{
    margin-left: auto;
}
.ml-4 {
    margin-left: 1.5rem!important;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.logo_back
    {
        position: relative;
        background: #192e2d;
        z-index: 1;
        /*background: #132744;*/
        /*background: #bb581f;*/
    }
    .logo_back:before
    {
        /*content: '';*/
        width: 60%;
        height: 48%;
        position: absolute;
        background-image: url(/assets/img/graphic4.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .float-right
    {
        float:right;
    }
    .text-left
    {
        text-align: left !important;
    }
    .searchfilter .form-group
    {
        margin-bottom: 8px
    }
.bg-primary {
    background-color: #8e54e9 !important;
}
.bg-primary-inverse {
    background-color: rgba(142, 84, 233, 0.2);
}
.bg-warning {
    background-color: #f7b731 !important;
}
.bg-warning-inverse {
    background-color: rgba(247, 183, 49, 0.2);
}
.bg-success {
    background-color: #32b432 !important;
}
.bg-success -inverse {
    background-color: rgba(50, 180, 50, 0.2);
}
.bg-danger {
    background-color: #e3324c !important;
}
.bg-danger-inverse {
    background-color: rgba(227, 50, 76, 0.2);
}
.bg-info {
    background-color: #45aaf2 !important;
}
.bg-info-inverse {
    background-color: rgba(69, 170, 242, 0.2);
}
.bg-light {
    background-color: #eceef3 !important;
}
.bg-gray {
    background-color: #eceef3 !important;
}
.bg-inverse {
    background-color: #2c2e3e !important;
}
.bg-orange {
    background-color: #fd9644 !important;
}
.bg-orange-inverse {
    background-color: rgba(253, 150, 68, 0.2);
}
.bg-cyan {
    background-color: #2bcbba !important;
}
.bg-cyan-inverse {
    background-color: rgba(43, 203, 186, 0.2);
}
.bg-pink {
    background-color: #fb0792 !important;
}
.bg-pink-inverse {
    background-color: rgba(251, 7, 146, 0.2);
}
.bg-primary2-inverse {
    background-color: rgba(71, 118, 230, 0.2);
}
.bg-white-inverse {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-purple {
    background-color: #4776e6 !important;
}
.bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.bg:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.no-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.bg-primary-overlay:before {
    content: "";
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.8) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.bg-facebook {
    background: #3b5998 !important;
}
.bg-twitter {
    background: #00aced !important;
}
.bg-linkedin {
    background: #0077b5 !important;
}
.bg-pinterest {
    background: #c92228 !important;
}
.bg-instagram {
    background: #c32aa3 !important;
}
.bg-dribble {
    background: #c73b65 !important;
}
.bg-googleplus {
    background: #d34836 !important;
}
.bg-pinterest {
    background: #c92228 !important;
}
.bg-dropbox {
    background: #3d9ae8 !important;
}
.bg-flickr {
    background: #0063dc !important;
}
.bg-tumblr {
    background: #34526f !important;
}
.bg-skype {
    background: #12a5f4 !important;
}
.bg-youtube {
    background: #c4302b !important;
}
.bg-github {
    background: #4078c0 !important;
}
.bg-gradient {
    background: #2340ad;
    /*background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(0deg, #5e5b35,#545135, #293626) !important;
    */
}
.bg-gradient-overlay:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(142, 84, 233, 0.85) 0, rgba(71, 118, 230, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(142, 84, 233, 0.85) 0, rgba(71, 118, 230, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(142, 84, 233, 0.85) 0, rgba(71, 118, 230, 0.85) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.box-shadow-1 {
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}
.p-relative {
    position: relative;
    z-index: 1;
}
.p-absolute {
    position: absolute;
}
.p-fixed {
    position: fixed;
}
p-bottom-0 {
    bottom: 0;
}
.responsive-chart canvas {
    width: 100% !important;
}
.img-rounded {
    border-radius: 50%;
}
.label {
    display: inline;
    padding: 0.4em 0.5em 0.3em;
    font-size: 75% !important;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-primary {
    background: #8e54e9;
}
.label-info {
    background: #45aaf2;
}
.label-warning {
    background: #f7b731;
}
.label-danger {
    background: #e3324c;
}
.label-success {
    background: #32b432;
}
.label-pink {
    background: #fb0792;
}
.label-inverse {
    background: #2c2e3e;
}
.label-custom {
    background: #2bcbba;
}
.label-orange {
    background: #fd9644;
}
.arrow-triangle {
    position: absolute;
    background-color: #fff;
    text-align: left;
    transform: rotate(40deg) skewX(-50deg);
    right: 10px;
    top: -7px;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .arrow-triangle {
        display: none;
    }
}
.arrow-triangle:after,
.arrow-triangle:before {
    content: "";
    position: absolute;
    background-color: inherit;
}
.arrow-triangle,
.arrow-triangle:after,
.arrow-triangle:before {
    width: 0.7em;
    height: 0.7em;
    border-top-right-radius: 30%;
}
.arrow-triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -webkit-box-shadow: 2px -2px 5px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 2px -2px 5px rgba(115, 105, 215, 0.15);
    box-shadow: 2px -2px 5px rgba(115, 105, 215, 0.15);
}
.arrow-triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
.dropdown-item.active,
.dropdown-item:active {
    background: 0 0;
}
.text-white {
    color: #fff;
}
.text-dark {
    color: #2c2e3e;
}
.text-primary {
    color: #5d5a35 !important;
}
.text-info {
    color: #45aaf2 !important;
}
a.text-primary {
    color: #8e54e9 !important;
}
a.text-primary:hover {
    color: #7630e4 !important;
}
a.text-primary:focus {
    color: #7630e4 !important;
}
a.text-primary:active {
    color: #7630e4 !important;
}
a.text-primary:visited {
    color: #7630e4 !important;
}
a.text-secondary {
    color: #a1a1a1 !important;
}
a.text-secondary:hover {
    color: #8d8d8d !important;
}
a.text-secondary:focus {
    color: #8d8d8d !important;
}
a.text-secondary:active {
    color: #8d8d8d !important;
}
a.text-secondary:visited {
    color: #8d8d8d !important;
}
a.text-muted {
    color: #a6a9b7 !important;
}
a.text-muted:hover {
    color: #8f93a5 !important;
}
a.text-muted:focus {
    color: #8f93a5 !important;
}
a.text-muted:active {
    color: #8f93a5 !important;
}
a.text-muted:visited {
    color: #8f93a5 !important;
}
a.text-info {
    color: #45aaf2 !important;
}
a.text-info:hover {
    color: #1f99ef !important;
}
a.text-info:focus {
    color: #1f99ef !important;
}
a.text-info:active {
    color: #1f99ef !important;
}
a.text-info:visited {
    color: #1f99ef !important;
}
a.text-orange {
    color: #fd9644 !important;
}
a.text-orange:hover {
    color: #fd7f1c !important;
}
a.text-orange:focus {
    color: #fd7f1c !important;
}
a.text-orange:active {
    color: #fd7f1c !important;
}
a.text-orange:visited {
    color: #fd7f1c !important;
}
a.text-cyan {
    color: #2bcbba !important;
}
a.text-cyan:hover {
    color: #24a99b !important;
}
a.text-cyan:focus {
    color: #24a99b !important;
}
a.text-cyan:active {
    color: #24a99b !important;
}
a.text-cyan:visited {
    color: #24a99b !important;
}
a.text-red {
    color: #e3324c !important;
}
a.text-red:hover {
    color: #d01c37 !important;
}
a.text-red:focus {
    color: #d01c37 !important;
}
a.text-red:active {
    color: #d01c37 !important;
}
a.text-red:visited {
    color: #d01c37 !important;
}
a.text-blue {
    color: #45aaf2 !important;
}
a.text-blue:hover {
    color: #1f99ef !important;
}
a.text-blue:focus {
    color: #1f99ef !important;
}
a.text-blue:active {
    color: #1f99ef !important;
}
a.text-blue:visited {
    color: #1f99ef !important;
}
a.text-purple {
    color: #8e54e9 !important;
}
a.text-purple:hover {
    color: #7630e4 !important;
}
a.text-purple:focus {
    color: #7630e4 !important;
}
a.text-purple:active {
    color: #7630e4 !important;
}
a.text-purple:visited {
    color: #7630e4 !important;
}
a.text-pink {
    color: #fb0792 !important;
}
a.text-pink:hover {
    color: #d6037b !important;
}
a.text-pink:focus {
    color: #d6037b !important;
}
a.text-pink:active {
    color: #d6037b !important;
}
a.text-pink:visited {
    color: #d6037b !important;
}
.text-muted {
    color: #a6a9b7 !important;
}
.text-orange {
    color: #fd9644;
}
.text-cyan {
    color: #2bcbba;
}
.text-blue {
    color: #45aaf2;
}
.text-purple {
    color: #8e54e9;
}
.text-pink {
    color: #fb0792;
}
.text-facebook {
    color: #3b5998;
}
.text-twitter {
    color: #00aced;
}
.text-linkedin {
    color: #0077b5;
}
.text-dribble {
    color: #c73b65;
}
.text-googleplus {
    color: #d34836;
}
.text-instagram {
    color: #c32aa3;
}
.text-pinterest {
    color: #c92228;
}
.text-dropbox {
    color: #3d9ae8;
}
.text-flickr {
    color: #0063dc;
}
.text-tumblr {
    color: #34526f;
}
.text-skype {
    color: #12a5f4;
}
.text-youtube {
    color: #c4302b;
}
.text-github {
    color: #4078c0;
}
.font-xs {
    font-size: 0.8571rem !important;
    line-height: 1.145rem;
}
.font-lg {
    font-size: 1.714rem !important;
    line-height: 2.142rem;
}
.font-xxl {
    font-size: 2.571rem !important;
    line-height: 3.142rem;
}
.f-30 {
    font-size: 2.143rem !important;
    line-height: 2.143rem;
}
.f-50 {
    font-size: 3.571rem !important;
    line-height: 3.571rem;
}
.f-70 {
    font-size: 5.271rem !important;
    line-height: 5.271rem;
}
.f-100 {
    font-size: 7.125rem !important;
    line-height: 7.125rem;
}
.f-150 {
    font-size: 11.125rem !important;
    line-height: 11.125rem;
}
.f-200 {
    font-size: 14.125rem !important;
    line-height: 14.125rem;
}
.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-5 {
    margin-top: 0.35742rem !important;
}
.m-t-10 {
    margin-top: 0.7143rem !important;
}
.m-t-20 {
    margin-top: 1.429rem !important;
}
.m-t-30 {
    margin-top: 2.143rem !important;
}
.m-t-40 {
    margin-top: 2.857rem !important;
}
.m-t-50 {
    margin-top: 3.571rem !important;
}
.m-t-60 {
    margin-top: 4.286rem !important;
}
.m-t-70 {
    margin-top: 5rem !important;
}
.m-t-80 {
    margin-top: 5.714rem !important;
}
.m-t-90 {
    margin-top: 6.429rem !important;
}
.m-t-100 {
    margin-top: 7.143rem !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-10 {
    margin-bottom: 0.7143rem !important;
}
.m-b-20 {
    margin-bottom: 1.429rem !important;
}
.m-b-30 {
    margin-bottom: 2.143rem !important;
}
.m-b-40 {
    margin-bottom: 2.857rem !important;
}
.m-b-50 {
    margin-bottom: 3.571rem !important;
}
.m-b-60 {
    margin-bottom: 4.286rem !important;
}
.m-b-70 {
    margin-bottom: 5rem !important;
}
.m-b-80 {
    margin-bottom: 5.714rem !important;
}
.m-b-90 {
    margin-bottom: 6.429rem !important;
}
.m-b-100 {
    margin-bottom: 7.143rem !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-l-10 {
    margin-left: 0.7143rem !important;
}
.m-l-20 {
    margin-left: 1.429rem !important;
}
.m-l-30 {
    margin-left: 2.143rem !important;
}
.m-l-40 {
    margin-left: 2.857rem !important;
}
.m-l-50 {
    margin-left: 3.571rem !important;
}
.m-l-60 {
    margin-left: 4.286rem !important;
}
.m-l-70 {
    margin-left: 5rem !important;
}
.m-l-80 {
    margin-left: 5.714rem !important;
}
.m-l-90 {
    margin-left: 6.429rem !important;
}
.m-l-100 {
    margin-left: 7.143rem !important;
}
.m-r-0 {
    margin-right: 0 !important;
}
.m-r-10 {
    margin-right: 0.7143rem !important;
}
.m-r-20 {
    margin-right: 1.429rem !important;
}
.m-r-30 {
    margin-right: 2.143rem !important;
}
.m-r-40 {
    margin-right: 2.857rem !important;
}
.m-r-50 {
    margin-right: 3.571rem !important;
}
.m-r-60 {
    margin-right: 4.286rem !important;
}
.m-r-70 {
    margin-right: 5rem !important;
}
.m-r-80 {
    margin-right: 5.714rem !important;
}
.m-r-90 {
    margin-right: 6.429rem !important;
}
.m-r-100 {
    margin-right: 7.143rem !important;
}
.p-10 {
    padding: 0.7143rem !important;
}
.p-15 {
    padding: 1.0443rem !important;
}
.p-20 {
    padding: 1.429rem !important;
}
.p-30 {
    padding: 2.143rem !important;
}
.p-40 {
    padding: 2.857rem !important;
}
.p-50 {
    padding: 3.571rem !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-l-10 {
    padding-left: 0.7143rem !important;
}
.p-l-20 {
    padding-left: 1.429rem !important;
}
.p-l-30 {
    padding-left: 2.143rem !important;
}
.p-l-40 {
    padding-left: 2.857rem !important;
}
.p-l-50 {
    padding-left: 3.571rem !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-r-10 {
    padding-right: 0.7143rem !important;
}
.p-r-20 {
    padding-right: 1.429rem !important;
}
.p-r-30 {
    padding-right: 2.143rem !important;
}
.p-r-40 {
    padding-right: 2.857rem !important;
}
.p-r-50 {
    padding-right: 3.571rem !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-10 {
    padding-top: 0.7143rem !important;
}
.p-t-20 {
    padding-top: 1.429rem !important;
}
.p-t-30 {
    padding-top: 2.143rem !important;
}
.p-t-40 {
    padding-top: 2.857rem !important;
}
.p-t-50 {
    padding-top: 3.571rem !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-b-10 {
    padding-bottom: 0.7143rem !important;
}
.p-b-20 {
    padding-bottom: 1.429rem !important;
}
.p-b-30 {
    padding-bottom: 2.143rem !important;
}
.p-b-40 {
    padding-bottom: 2.857rem !important;
}
.p-b-50 {
    padding-bottom: 3.571rem !important;
}
.grid-structure .grid-container {
    background-color: rgba(243, 243, 243, 0.5);
    margin-bottom: 10px;
    padding: 10px 20px;
}
.icon-colored {
    height: 48px;
    width: 48px;
    margin: 2rem;
}
.min-h-200 {
    min-height: 200px;
}
.min-h-210 {
    min-height: 210px;
}
.min-h-220 {
    min-height: 220px;
}
.min-h-230 {
    min-height: 230px;
}
.min-h-240 {
    min-height: 240px;
}
.min-h-250 {
    min-height: 250px;
}
.min-h-260 {
    min-height: 260px;
}
.min-h-270 {
    min-height: 270px;
}
.max-h-200 {
    max-height: 200px;
}
.max-h-210 {
    max-height: 210px;
}
.max-h-220 {
    max-height: 220px;
}
.max-h-230 {
    max-height: 230px;
}
.max-h-240 {
    max-height: 240px;
}
.max-h-250 {
    max-height: 250px;
}
.max-h-260 {
    max-height: 260px;
}
.max-h-270 {
    max-height: 270px;
}
.max-h-280 {
    max-height: 280px;
}
.max-h-290 {
    max-height: 290px;
}
.max-h-300 {
    max-height: 300px;
}
.max-h-310 {
    max-height: 310px;
}
.max-h-320 {
    max-height: 320px;
}
.max-h-330 {
    max-height: 330px;
}
.max-h-340 {
    max-height: 340px;
}
.max-h-350 {
    max-height: 350px;
}
.max-h-360 {
    max-height: 360px;
}
.max-h-370 {
    max-height: 370px;
}
.max-h-380 {
    max-height: 380px;
}
.max-h-390 {
    max-height: 390px;
}
.max-h-400 {
    max-height: 400px;
}
.max-h-410 {
    max-height: 410px;
}
.max-h-420 {
    max-height: 420px;
}
.max-h-430 {
    max-height: 430px;
}
.max-h-440 {
    max-height: 440px;
}
.max-h-450 {
    max-height: 450px;
}
.max-h-460 {
    max-height: 460px;
}
.max-h-470 {
    max-height: 470px;
}
.max-h-480 {
    max-height: 480px;
}
.max-h-500 {
    max-height: 500px;
}
.max-h-510 {
    max-height: 510px;
}
.max-h-520 {
    max-height: 520px;
}
.max-h-530 {
    max-height: 530px;
}
.max-h-540 {
    max-height: 540px;
}
.max-h-550 {
    max-height: 550px;
}
.max-h-560 {
    max-height: 560px;
}
.max-h-570 {
    max-height: 570px;
}
.max-h-580 {
    max-height: 580px;
}
.max-h-590 {
    max-height: 590px;
}
.max-h-600 {
    max-height: 600px;
}
.max-h-610 {
    max-height: 610px;
}
.max-h-620 {
    max-height: 620px;
}
.max-h-630 {
    max-height: 630px;
}
.max-h-640 {
    max-height: 640px;
}
.max-h-650 {
    max-height: 650px;
}
.max-h-660 {
    max-height: 660px;
}
.max-h-670 {
    max-height: 670px;
}
.max-h-680 {
    max-height: 680px;
}
.w-0 {
    width: 0 !important;
}
.w-10 {
    width: 10px !important;
}
.w-20 {
    width: 20px !important;
}
.w-25 {
    width: 25px !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50px !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.overflow-x {
    overflow-x: auto;
}
.overflow-y {
    overflow-y: auto;
}
.overflow-auto {
    overflow: auto;
}
.overflow-h {
    overflow: hidden;
}
.clock {
    position: relative;
    height: 120px;
    width: 120px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    border: 10px solid #8854d0;
    position: absolute;
    top: 20px;
    right: 40px;
    bottom: 0;
}
.clock .top {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clock .right {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.clock .bottom {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.clock .left {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.clock .center {
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #262626;
    border-radius: 100%;
}
.clock .hour {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 60s infinite linear;
}
.clock .hour:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 60px;
    width: 3px;
    top: 30px;
}
.clock .minute {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 30s infinite linear;
}
.clock .minute:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 40px;
    width: 1px;
    top: 50px;
}
.clock .second {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 15s infinite linear;
}
.clock .second:before {
    position: absolute;
    content: "";
    background: #fd1111;
    height: 45px;
    width: 2px;
    top: 45px;
}
@keyframes time {
    to {
        transform: rotate(360deg);
    }
}
.smiley {
    background: linear-gradient(135deg, #ffe919 0, #fbc000 100%);
    border-radius: 100%;
    padding: 25px;
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: rgba(211, 165, 110, 0.498039) 0 10px 10px 1px, #f5f5f5 0 10px 10px 1px;
    margin: 0 auto;
}
.mouth {
    width: 60%;
    height: 30%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-sizing: border-box;
    position: absolute;
    bottom: 18%;
    left: 50%;
    margin-left: -30%;
    background: #b57700;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.eyes {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.eyes .eye {
    width: 15px;
    height: 15px;
    background: #b57700;
    float: left;
    border-radius: 100%;
    position: relative;
}
.eyes .eye:nth-of-type(2) {
    float: right;
}
.eyes .eye::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 0%;
    background: #fed800;
    transform: rotate(0);
    top: -15px;
    left: 5px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.eyes .eye:first-of-type::after {
    transform: rotate(0);
    left: auto;
    right: 5px;
}
.smiley.normal .mouth {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 10%;
    width: 40%;
    bottom: 25%;
    margin-left: -20%;
}
.smiley.normal .eyes {
    margin-top: 30%;
}
.smiley.happy .mouth {
    animation: move-mouth-down 0.8s;
    animation-delay: 0.3s;
}
@keyframes move-mouth-down {
    0% {
        bottom: 18%;
    }
    35% {
        bottom: 16%;
    }
    65% {
        bottom: 16%;
    }
    100% {
        bottom: 18%;
    }
}
.smiley.happy .eyes {
    animation: move-eyes-down 0.8s;
    animation-delay: 0.3s;
}
@keyframes move-eyes-down {
    0% {
        margin-top: 15%;
    }
    35% {
        margin-top: 19%;
    }
    65% {
        margin-top: 19%;
    }
    100% {
        margin-top: 15%;
    }
}
.smiley.happy .eye:nth-of-type(2) {
    height: 20px;
    margin-top: 0;
    animation: wink 0.8s;
    animation-delay: 0.3s;
}
@keyframes wink {
    0% {
        height: 20px;
        margin-top: 0;
    }
    30% {
        height: 3px;
        margin-top: 8px;
    }
    70% {
        height: 3px;
        margin-top: 8px;
    }
    100% {
        height: 20px;
        margin-top: 0;
    }
}
.smiley.normal .eye {
    height: 20px;
    margin-top: 0;
    animation: eyeblink 0.6s;
    animation-delay: 0.3s;
}
@keyframes eyeblink {
    0% {
        height: 20px;
        margin-top: 0;
    }
    25% {
        height: 2px;
        margin-top: 8px;
    }
    50% {
        height: 20px;
        margin-top: 0;
    }
    75% {
        height: 2px;
        margin-top: 8px;
    }
    100% {
        height: 20px;
        margin-top: 0;
    }
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.font-9 {
    font-size: 0.5625rem !important;
}
.font-10 {
    font-size: 0.625rem !important;
    line-height: 0.625rem;
}
.font-11 {
    font-size: 0.6875rem !important;
    line-height: 0.6875rem;
}
.font-12 {
    font-size: 0.75rem !important;
    line-height: 0.75rem;
}
.font-13 {
    font-size: 0.8125rem !important;
    line-height: 0.8125rem;
}
.font-14 {
    font-size: 0.875rem !important;
    line-height: 0.875rem;
}
.font-15 {
    font-size: 0.9375rem !important;
    line-height: 0.9375rem;
}
.font-16 {
    font-size: 1rem !important;
    line-height: 1rem;
}
.font-17 {
    font-size: 1.063rem !important;
    line-height: 1.063rem;
}
.font-18 {
    font-size: 1.125rem !important;
    line-height: 1.125rem;
}
.font-19 {
    font-size: 1.188rem !important;
    line-height: 1.188rem;
}
.font-20 {
    font-size: 1.25rem !important;
    line-height: 1.25rem;
}
.font-21 {
    font-size: 1.313rem !important;
    line-height: 1.313rem;
}
.font-22 {
    font-size: 1.375rem !important;
    line-height: 1.375rem;
}
.font-23 {
    font-size: 1.438rem !important;
    line-height: 1.438rem;
}
.font-24 {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
}
.font-25 {
    font-size: 1.563rem !important;
    line-height: 1.563rem;
}
.font-26 {
    font-size: 1.625rem !important;
    line-height: 1.625rem;
}
.font-27 {
    font-size: 1.688rem !important;
    line-height: 1.688rem;
}
.font-28 {
    font-size: 1.75rem !important;
    line-height: 1.75rem;
}
.font-29 {
    font-size: 1.813rem !important;
    line-height: 1.813rem;
}
.font-30 {
    font-size: 1.875rem !important;
    line-height: 1.875rem;
}
.font-31 {
    font-size: 1.938rem !important;
    line-height: 1.938rem;
}
.font-32 {
    font-size: 2rem !important;
    line-height: 2rem;
}
.font-33 {
    font-size: 2.063rem !important;
    line-height: 2.063rem;
}
.font-34 {
    font-size: 2.125rem !important;
    line-height: 2.125rem;
}
.font-35 {
    font-size: 2.188rem !important;
    line-height: 2.188rem;
}
.font-36 {
    font-size: 2.25rem !important;
    line-height: 2.25rem;
}
.font-37 {
    font-size: 2.313rem !important;
    line-height: 2.313rem;
}
.font-38 {
    font-size: 2.375rem !important;
    line-height: 2.375rem;
}
.font-39 {
    font-size: 2.438rem !important;
    line-height: 2.438rem;
}
.font-40 {
    font-size: 2.5rem !important;
    line-height: 2.5rem;
}
.font-41 {
    font-size: 2.563rem !important;
    line-height: 2.563rem;
}
.font-42 {
    font-size: 2.625rem !important;
    line-height: 2.625rem;
}
.font-43 {
    font-size: 2.688rem !important;
    line-height: 2.688rem;
}
.font-44 {
    font-size: 2.75rem !important;
    line-height: 2.75rem;
}
.font-45 {
    font-size: 2.813rem !important;
    line-height: 2.813rem;
}
.font-46 {
    font-size: 2.875rem !important;
    line-height: 2.875rem;
}
.font-47 {
    font-size: 2.938rem !important;
    line-height: 2.938rem;
}
.font-48 {
    font-size: 3rem !important;
    line-height: 3rem;
}
.font-49 {
    font-size: 3.063rem !important;
    line-height: 3.063rem;
}
.font-50 {
    font-size: 3.125rem !important;
    line-height: 3.125rem;
}
.font-51 {
    font-size: 3.188rem !important;
    line-height: 3.188rem;
}
.font-52 {
    font-size: 3.25rem !important;
    line-height: 3.25rem;
}
.font-53 {
    font-size: 3.313rem !important;
    line-height: 3.313rem;
}
.font-54 {
    font-size: 3.375rem !important;
    line-height: 3.375rem;
}
.font-55 {
    font-size: 3.438rem !important;
    line-height: 3.438rem;
}
.font-56 {
    font-size: 3.5rem !important;
    line-height: 3.5rem;
}
.font-57 {
    font-size: 3.563rem !important;
    line-height: 3.563rem;
}
.font-58 {
    font-size: 3.625rem !important;
    line-height: 3.625rem;
}
.font-59 {
    font-size: 3.688rem !important;
    line-height: 3.688rem;
}
.font-60 {
    font-size: 3.75rem !important;
    line-height: 3.75rem;
}
.font-61 {
    font-size: 3.813rem !important;
    line-height: 3.813rem;
}
.font-62 {
    font-size: 3.875rem !important;
    line-height: 3.875rem;
}
.font-63 {
    font-size: 3.938rem !important;
    line-height: 3.938rem;
}
.font-64 {
    font-size: 4rem !important;
    line-height: 4rem;
}
.font-65 {
    font-size: 4.063rem !important;
    line-height: 4.063rem;
}
.font-66 {
    font-size: 4.125rem !important;
    line-height: 4.125rem;
}
.font-67 {
    font-size: 4.188rem !important;
    line-height: 4.188rem;
}
.font-68 {
    font-size: 4.25rem !important;
    line-height: 4.25rem;
}
.font-69 {
    font-size: 4.313rem !important;
    line-height: 4.313rem;
}
.font-70 {
    font-size: 4.375rem !important;
    line-height: 4.375rem;
}
.font-71 {
    font-size: 4.438rem !important;
    line-height: 4.438rem;
}
.font-72 {
    font-size: 4.5rem !important;
    line-height: 4.5rem;
}
.font-73 {
    font-size: 4.563rem !important;
    line-height: 4.563rem;
}
.font-74 {
    font-size: 4.625rem !important;
    line-height: 4.625rem;
}
.font-75 {
    font-size: 4.688rem !important;
    line-height: 4.688rem;
}
.font-76 {
    font-size: 4.75rem !important;
    line-height: 4.75rem;
}
.font-77 {
    font-size: 4.813rem !important;
    line-height: 4.813rem;
}
.font-78 {
    font-size: 4.875rem !important;
    line-height: 4.875rem;
}
.font-79 {
    font-size: 4.938rem !important;
    line-height: 4.938rem;
}
.font-80 {
    font-size: 5rem !important;
    line-height: 5rem;
}
.font-81 {
    font-size: 5.063rem !important;
    line-height: 5.063rem;
}
.font-82 {
    font-size: 5.125rem !important;
    line-height: 5.125rem;
}
.font-83 {
    font-size: 5.188rem !important;
    line-height: 5.188rem;
}
.font-84 {
    font-size: 5.25rem !important;
    line-height: 5.25rem;
}
.font-85 {
    font-size: 5.313rem !important;
    line-height: 5.313rem;
}
.font-86 {
    font-size: 5.375rem !important;
    line-height: 5.375rem;
}
.font-87 {
    font-size: 5.438rem !important;
    line-height: 5.438rem;
}
.font-88 {
    font-size: 5.5rem !important;
    line-height: 5.5rem;
}
.font-89 {
    font-size: 5.563rem !important;
    line-height: 5.563rem;
}
.font-90 {
    font-size: 5.625rem !important;
    line-height: 5.625rem;
}
.font-91 {
    font-size: 5.688rem !important;
    line-height: 5.688rem;
}
.font-92 {
    font-size: 5.75rem !important;
    line-height: 5.75rem;
}
.font-93 {
    font-size: 5.813rem !important;
    line-height: 5.813rem;
}
.font-94 {
    font-size: 5.875rem !important;
    line-height: 5.875rem;
}
.font-95 {
    font-size: 5.938rem !important;
    line-height: 5.938rem;
}
.font-96 {
    font-size: 6rem !important;
    line-height: 6rem;
}
.font-97 {
    font-size: 6.063rem !important;
    line-height: 6.063rem;
}
.font-98 {
    font-size: 6.125rem !important;
    line-height: 6.125rem;
}
.font-99 {
    font-size: 6.188rem !important;
    line-height: 6.188rem;
}
.font-100 {
    font-size: 6.25rem !important;
    line-height: 6.25rem;
}
.h-100-vh {
    height: 100vh;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .h-100-vh {
        height: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .h-100-vh {
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
    .h-100-vh {
        height: 100%;
    }
}
.p-absolute-lrb {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .p-absolute-lrb {
        position: relative;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-absolute-lrb {
        position: relative;
    }
    .card .statistics-item p
    {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-absolute-lrb {
        position: relative;
    }

}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .p-absolute-lrb {
        position: relative;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .p-absolute-lrb {
        position: relative;
    }
}
@media screen and (max-width: 480px) {
    .p-absolute-lrb {
        position: relative;
    }
}
.p-absolute-lr {
    position: absolute;
    left: 0;
    right: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .p-absolute-lr {
        position: relative;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .p-absolute-lr {
        position: relative;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-absolute-lr {
        position: relative;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .p-absolute-lr {
        position: relative;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .p-absolute-lr {
        position: relative;
    }
}
@media screen and (max-width: 480px) {
    .p-absolute-lr {
        position: relative;
    }
}
.modal {
    z-index: 1052;
}
.o-hidden {
    overflow: hidden;
}
.line-20 {
    line-height: 1.25rem;
}
.bg-type {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 30px;
}
.bg-type span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.3;
}
.bg-type.bg-type-md {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 40px;
}
.bg-type.bg-type-md span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.6;
}
.bg-img.bg-img-big {
    width: 100px;
    height: 100px;
}
.bg-img.bg-img-sm {
    width: 30px;
    height: 30px;
}
.bg-img-group .bg-img {
    display: inline-block;
    margin-left: -10px;
    position: relative;
    z-index: 0;
}
.bg-img-group .bg-img img {
    border: 1px solid #fff;
}
.bg-img-group .bg-img:hover {
    z-index: 1;
    position: relative;
}
.bg-img-group .bg-img-more {
    width: 26px;
    height: 26px;
    line-height: 24px;
    background: #8e54e9;
    color: #fff;
    text-align: center;
    border-radius: 26px;
}
.bg-img-group .bg-img-more span {
    font-size: 0.7rem;
    font-weight: 500;
}
.bg-img-group .bg-img-more a:hover {
    color: #fff;
}
ul.activity {
    margin-left: 10px;
}
ul.activity li {
    list-style: none;
}
ul.activity li.activity-item {
    position: relative;
    border-left: 2px solid #dee2e6;
}
ul.activity li.activity-item:after {
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #dee2e6;
    height: 20px;
    left: 0;
    margin-left: -11px;
    position: absolute;
    width: 20px;
    clear: both;
    bottom: auto;
    top: 0;
}
ul.activity li.activity-item:after,
ul.activity li.activity-item:before {
    content: " ";
    display: table;
}
ul.activity li.activity-item .activity-info {
    margin-left: 30px;
    padding-bottom: 17px;
}
ul.activity li.activity-item p {
    padding: 0;
    margin: 0;
}
ul.activity li.activity-item.primary:after {
    border-color: #8e54e9;
}
ul.activity li.activity-item.cyan:after {
    border-color: #2bcbba;
}
ul.activity li.activity-item.orange:after {
    border-color: #fd9644;
}
ul.activity li.activity-item.success:after {
    border-color: #32b432;
}
ul.activity li.activity-item.pink:after {
    border-color: #fb0792;
}
ul.activity li.activity-item.primary2:after {
    border-color: #4776e6;
}
ul.activity li.activity-item.danger:after {
    border-color: #e3324c;
}
ul.activity li.activity-item.info:after {
    border-color: #45aaf2;
}
ul.activity li.activity-item.warning:after {
    border-color: #f7b731;
}
ul.activity li.activity-item:last-child .activity-info {
    padding-bottom: 0;
}
.border-radius-none {
    border-radius: 0;
}
.bg-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.bg-images {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-images:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}
.img-text {
    position: relative;
}
.img-icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    background-color: #eceef3;
}
.img-icon i {
    font-size: 20px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .border-xxl-t {
        border-top: 1px solid #dee2e6;
    }
    .border-xxl-n {
        border: none !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .border-xl-t {
        border-top: 1px solid #dee2e6;
    }
    .border-xl-n {
        border: none !important;
    }
}
@media (max-width: 991px) {
    .border-lg-t {
        border-top: 1px solid #dee2e6;
    }
    .border-lg-n {
        border: none !important;
    }
}
@media (max-width: 767px) {
    .border-md-t {
        border-top: 1px solid #dee2e6;
    }
    .border-md-n {
        border: none !important;
    }
}
@media (max-width: 320px) {
    .border-sm-t {
        border-top: 1px solid #dee2e6;
    }
    .border-sm-n {
        border: none !important;
    }
}
@media (max-width: 1199px) and (min-width: 320px) {
    .border-t {
        border-top: 1px solid #dee2e6;
    }
    .border-n {
        border: none !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .col-xl-2.col-md-4.col-sm-6.border-right.border-xl-n {
        border: none !important;
    }
}
@media (max-width: 567px) and (min-width: 320px) {
    .col-xl-2.col-md-4.col-sm-6.border-right.border-sm-n {
        border: none !important;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .widget-weather-contant-3 .border-right.border-md-n {
        border: none !important;
    }
}
.drag-drop img {
    padding: 1rem;
}
.dropdown-menu {
    z-index: 1052;
}
.p-inherit {
    position: inherit !important;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .dropdown-menu-left-mobile {
        transform: translate3d(0, 38px, 0) !important;
    }
}
@media screen and (max-width: 480px) {
    .dropdown-menu-left-mobile {
        transform: translate3d(0, 38px, 0) !important;
    }
}
.export-btn {
    position: relative;
    padding-right: 12px !important;
}
.export-btn:before {
    position: absolute;
    content: "\f220";
    font-family: material-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    right: 0;
    top: 7px;
}
.mb-minus {
    margin-bottom: -1rem;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-50 {
    margin-right: 50px;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-right-0 {
    border-right: 0 solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-left-0 {
    border-left: 0 solid #dee2e6 !important;
}
@media screen and (min-width: 1441px) {
    .pt-xxl-10 {
        padding-top: 10px;
    }
    .pt-xxl-20 {
        padding-top: 20px;
    }
    .pt-xxl-30 {
        padding-top: 30px;
    }
    .pt-xxl-40 {
        padding-top: 40px;
    }
    .pt-xxl-50 {
        padding-top: 50px;
    }
    .pb-xxl-10 {
        padding-bottom: 10px;
    }
    .pb-xxl-20 {
        padding-bottom: 20px;
    }
    .pb-xxl-30 {
        padding-bottom: 30px;
    }
    .pb-xxl-40 {
        padding-bottom: 40px;
    }
    .pb-xxl-50 {
        padding-bottom: 50px;
    }
    .pl-xxl-10 {
        padding-left: 10px;
    }
    .pl-xxl-20 {
        padding-left: 20px;
    }
    .pl-xxl-30 {
        padding-left: 30px;
    }
    .pl-xxl-40 {
        padding-left: 40px;
    }
    .pl-xxl-50 {
        padding-left: 50px;
    }
    .pr-xxl-10 {
        padding-right: 10px;
    }
    .pr-xxl-20 {
        padding-right: 20px;
    }
    .pr-xxl-30 {
        padding-right: 30px;
    }
    .pr-xxl-40 {
        padding-right: 40px;
    }
    .pr-xxl-50 {
        padding-right: 50px;
    }
    .mt-xxl-10 {
        margin-top: 10px;
    }
    .mt-xxl-20 {
        margin-top: 20px;
    }
    .mt-xxl-30 {
        margin-top: 30px;
    }
    .mt-xxl-40 {
        margin-top: 40px;
    }
    .mt-xxl-50 {
        margin-top: 50px;
    }
    .mb-xxl-10 {
        margin-bottom: 10px;
    }
    .mb-xxl-20 {
        margin-bottom: 20px;
    }
    .mb-xxl-30 {
        margin-bottom: 30px;
    }
    .mb-xxl-40 {
        margin-bottom: 40px;
    }
    .mb-xxl-50 {
        margin-bottom: 50px;
    }
    .ml-xxl-10 {
        margin-left: 10px;
    }
    .ml-xxl-20 {
        margin-left: 20px;
    }
    .ml-xxl-30 {
        margin-left: 30px;
    }
    .ml-xxl-40 {
        margin-left: 40px;
    }
    .ml-xxl-50 {
        margin-left: 50px;
    }
    .mr-xxl-10 {
        margin-right: 10px;
    }
    .mr-xxl-20 {
        margin-right: 20px;
    }
    .mr-xxl-30 {
        margin-right: 30px;
    }
    .mr-xxl-40 {
        margin-right: 40px;
    }
    .mr-xxl-50 {
        margin-right: 50px;
    }
    .border-xxl-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xxl-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-xxl-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xxl-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-xxl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xxl-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-xxl-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xxl-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 1201px) {
    .pt-xl-10 {
        padding-top: 10px;
    }
    .pt-xl-20 {
        padding-top: 20px;
    }
    .pt-xl-30 {
        padding-top: 30px;
    }
    .pt-xl-40 {
        padding-top: 40px;
    }
    .pt-xl-50 {
        padding-top: 50px;
    }
    .pb-xl-10 {
        padding-bottom: 10px;
    }
    .pb-xl-20 {
        padding-bottom: 20px;
    }
    .pb-xl-30 {
        padding-bottom: 30px;
    }
    .pb-xl-40 {
        padding-bottom: 40px;
    }
    .pb-xl-50 {
        padding-bottom: 50px;
    }
    .pl-xl-10 {
        padding-left: 10px;
    }
    .pl-xl-20 {
        padding-left: 20px;
    }
    .pl-xl-30 {
        padding-left: 30px;
    }
    .pl-xl-40 {
        padding-left: 40px;
    }
    .pl-xl-50 {
        padding-left: 50px;
    }
    .pr-xl-10 {
        padding-right: 10px;
    }
    .pr-xl-20 {
        padding-right: 20px;
    }
    .pr-xl-30 {
        padding-right: 30px;
    }
    .pr-xl-40 {
        padding-right: 40px;
    }
    .pr-xl-50 {
        padding-right: 50px;
    }
    .mt-xl-10 {
        margin-top: 10px;
    }
    .mt-xl-20 {
        margin-top: 20px;
    }
    .mt-xl-30 {
        margin-top: 30px;
    }
    .mt-xl-40 {
        margin-top: 40px;
    }
    .mt-xl-50 {
        margin-top: 50px;
    }
    .mb-xl-10 {
        margin-bottom: 10px;
    }
    .mb-xl-20 {
        margin-bottom: 20px;
    }
    .mb-xl-30 {
        margin-bottom: 30px;
    }
    .mb-xl-40 {
        margin-bottom: 40px;
    }
    .mb-xl-50 {
        margin-bottom: 50px;
    }
    .ml-xl-10 {
        margin-left: 10px;
    }
    .ml-xl-20 {
        margin-left: 20px;
    }
    .ml-xl-30 {
        margin-left: 30px;
    }
    .ml-xl-40 {
        margin-left: 40px;
    }
    .ml-xl-50 {
        margin-left: 50px;
    }
    .mr-xl-10 {
        margin-right: 10px;
    }
    .mr-xl-20 {
        margin-right: 20px;
    }
    .mr-xl-30 {
        margin-right: 30px;
    }
    .mr-xl-40 {
        margin-right: 40px;
    }
    .mr-xl-50 {
        margin-right: 50px;
    }
    .border-xl-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xl-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-xl-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xl-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xl-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-xl-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xl-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 993px) {
    .pt-lg-10 {
        padding-top: 10px;
    }
    .pt-lg-20 {
        padding-top: 20px;
    }
    .pt-lg-30 {
        padding-top: 30px;
    }
    .pt-lg-40 {
        padding-top: 40px;
    }
    .pt-lg-50 {
        padding-top: 50px;
    }
    .pb-lg-10 {
        padding-bottom: 10px;
    }
    .pb-lg-20 {
        padding-bottom: 20px;
    }
    .pb-lg-30 {
        padding-bottom: 30px;
    }
    .pb-lg-40 {
        padding-bottom: 40px;
    }
    .pb-lg-50 {
        padding-bottom: 50px;
    }
    .pl-lg-10 {
        padding-left: 10px;
    }
    .pl-lg-20 {
        padding-left: 20px;
    }
    .pl-lg-30 {
        padding-left: 30px;
    }
    .pl-lg-40 {
        padding-left: 40px;
    }
    .pl-lg-50 {
        padding-left: 50px;
    }
    .pr-lg-10 {
        padding-right: 10px;
    }
    .pr-lg-20 {
        padding-right: 20px;
    }
    .pr-lg-30 {
        padding-right: 30px;
    }
    .pr-lg-40 {
        padding-right: 40px;
    }
    .pr-lg-50 {
        padding-right: 50px;
    }
    .mt-lg-10 {
        margin-top: 10px;
    }
    .mt-lg-20 {
        margin-top: 20px;
    }
    .mt-lg-30 {
        margin-top: 30px;
    }
    .mt-lg-40 {
        margin-top: 40px;
    }
    .mt-lg-50 {
        margin-top: 50px;
    }
    .mb-lg-10 {
        margin-bottom: 10px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mb-lg-30 {
        margin-bottom: 30px;
    }
    .mb-lg-40 {
        margin-bottom: 40px;
    }
    .mb-lg-50 {
        margin-bottom: 50px;
    }
    .ml-lg-10 {
        margin-left: 10px;
    }
    .ml-lg-20 {
        margin-left: 20px;
    }
    .ml-lg-30 {
        margin-left: 30px;
    }
    .ml-lg-40 {
        margin-left: 40px;
    }
    .ml-lg-50 {
        margin-left: 50px;
    }
    .mr-lg-10 {
        margin-right: 10px;
    }
    .mr-lg-20 {
        margin-right: 20px;
    }
    .mr-lg-30 {
        margin-right: 30px;
    }
    .mr-lg-40 {
        margin-right: 40px;
    }
    .mr-lg-50 {
        margin-right: 50px;
    }
    .border-lg-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-lg-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-lg-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-lg-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-lg-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-lg-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-lg-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 768px) {
    .pt-md-10 {
        padding-top: 10px;
    }
    .pt-md-20 {
        padding-top: 20px;
    }
    .pt-md-30 {
        padding-top: 30px;
    }
    .pt-md-40 {
        padding-top: 40px;
    }
    .pt-md-50 {
        padding-top: 50px;
    }
    .pb-md-10 {
        padding-bottom: 10px;
    }
    .pb-md-20 {
        padding-bottom: 20px;
    }
    .pb-md-30 {
        padding-bottom: 30px;
    }
    .pb-md-40 {
        padding-bottom: 40px;
    }
    .pb-md-50 {
        padding-bottom: 50px;
    }
    .pl-md-10 {
        padding-left: 10px;
    }
    .pl-md-20 {
        padding-left: 20px;
    }
    .pl-md-30 {
        padding-left: 30px;
    }
    .pl-md-40 {
        padding-left: 40px;
    }
    .pl-md-50 {
        padding-left: 50px;
    }
    .pr-md-10 {
        padding-right: 10px;
    }
    .pr-md-20 {
        padding-right: 20px;
    }
    .pr-md-30 {
        padding-right: 30px;
    }
    .pr-md-40 {
        padding-right: 40px;
    }
    .pr-md-50 {
        padding-right: 50px;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
    .mt-md-40 {
        margin-top: 40px;
    }
    .mt-md-50 {
        margin-top: 50px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .mb-md-30 {
        margin-bottom: 30px;
    }
    .mb-md-40 {
        margin-bottom: 40px;
    }
    .mb-md-50 {
        margin-bottom: 50px;
    }
    .ml-md-10 {
        margin-left: 10px;
    }
    .ml-md-20 {
        margin-left: 20px;
    }
    .ml-md-30 {
        margin-left: 30px;
    }
    .ml-md-40 {
        margin-left: 40px;
    }
    .ml-md-50 {
        margin-left: 50px;
    }
    .mr-md-10 {
        margin-right: 10px;
    }
    .mr-md-20 {
        margin-right: 20px;
    }
    .mr-md-30 {
        margin-right: 30px;
    }
    .mr-md-40 {
        margin-right: 40px;
    }
    .mr-md-50 {
        margin-right: 50px;
    }
    .border-md-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-md-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-md-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-md-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 577px) {
    .pt-sm-10 {
        padding-top: 10px;
    }
    .pt-sm-20 {
        padding-top: 20px;
    }
    .pt-sm-30 {
        padding-top: 30px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }
    .pt-sm-50 {
        padding-top: 50px;
    }
    .pb-sm-10 {
        padding-bottom: 10px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pb-sm-30 {
        padding-bottom: 30px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    .pb-sm-50 {
        padding-bottom: 50px;
    }
    .pl-sm-10 {
        padding-left: 10px;
    }
    .pl-sm-20 {
        padding-left: 20px;
    }
    .pl-sm-30 {
        padding-left: 30px;
    }
    .pl-sm-40 {
        padding-left: 40px;
    }
    .pl-sm-50 {
        padding-left: 50px;
    }
    .pr-sm-10 {
        padding-right: 10px;
    }
    .pr-sm-20 {
        padding-right: 20px;
    }
    .pr-sm-30 {
        padding-right: 30px;
    }
    .pr-sm-40 {
        padding-right: 40px;
    }
    .pr-sm-50 {
        padding-right: 50px;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .mb-sm-50 {
        margin-bottom: 50px;
    }
    .ml-sm-10 {
        margin-left: 10px;
    }
    .ml-sm-20 {
        margin-left: 20px;
    }
    .ml-sm-30 {
        margin-left: 30px;
    }
    .ml-sm-40 {
        margin-left: 40px;
    }
    .ml-sm-50 {
        margin-left: 50px;
    }
    .mr-sm-10 {
        margin-right: 10px;
    }
    .mr-sm-20 {
        margin-right: 20px;
    }
    .mr-sm-30 {
        margin-right: 30px;
    }
    .mr-sm-40 {
        margin-right: 40px;
    }
    .mr-sm-50 {
        margin-right: 50px;
    }
    .border-sm-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-sm-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-sm-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-sm-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-sm-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-sm-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-sm-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 481px) {
    .pt-xs-10 {
        padding-top: 10px;
    }
    .pt-xs-20 {
        padding-top: 20px;
    }
    .pt-xs-30 {
        padding-top: 30px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pt-xs-50 {
        padding-top: 50px;
    }
    .pb-xs-10 {
        padding-bottom: 10px;
    }
    .pb-xs-20 {
        padding-bottom: 20px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pb-xs-50 {
        padding-bottom: 50px;
    }
    .pl-xs-10 {
        padding-left: 10px;
    }
    .pl-xs-20 {
        padding-left: 20px;
    }
    .pl-xs-30 {
        padding-left: 30px;
    }
    .pl-xs-40 {
        padding-left: 40px;
    }
    .pl-xs-50 {
        padding-left: 50px;
    }
    .pr-xs-10 {
        padding-right: 10px;
    }
    .pr-xs-20 {
        padding-right: 20px;
    }
    .pr-xs-30 {
        padding-right: 30px;
    }
    .pr-xs-40 {
        padding-right: 40px;
    }
    .pr-xs-50 {
        padding-right: 50px;
    }
    .mt-xs-10 {
        margin-top: 10px;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .mt-xs-50 {
        margin-top: 50px;
    }
    .mb-xs-10 {
        margin-bottom: 10px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .mb-xs-50 {
        margin-bottom: 50px;
    }
    .ml-xs-10 {
        margin-left: 10px;
    }
    .ml-xs-20 {
        margin-left: 20px;
    }
    .ml-xs-30 {
        margin-left: 30px;
    }
    .ml-xs-40 {
        margin-left: 40px;
    }
    .ml-xs-50 {
        margin-left: 50px;
    }
    .mr-xs-10 {
        margin-right: 10px;
    }
    .mr-xs-20 {
        margin-right: 20px;
    }
    .mr-xs-30 {
        margin-right: 30px;
    }
    .mr-xs-40 {
        margin-right: 40px;
    }
    .mr-xs-50 {
        margin-right: 50px;
    }
    .border-xs-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xs-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-xs-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xs-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-xs-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xs-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-xs-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xs-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (max-width: 480px) {
    .pt-xxs-10 {
        padding-top: 10px;
    }
    .pt-xxs-20 {
        padding-top: 20px;
    }
    .pt-xxs-30 {
        padding-top: 30px;
    }
    .pt-xxs-40 {
        padding-top: 40px;
    }
    .pt-xxs-50 {
        padding-top: 50px;
    }
    .pb-xxs-10 {
        padding-bottom: 10px;
    }
    .pb-xxs-20 {
        padding-bottom: 20px;
    }
    .pb-xxs-30 {
        padding-bottom: 30px;
    }
    .pb-xxs-40 {
        padding-bottom: 40px;
    }
    .pb-xxs-50 {
        padding-bottom: 50px;
    }
    .pl-xxs-10 {
        padding-left: 10px;
    }
    .pl-xxs-20 {
        padding-left: 20px;
    }
    .pl-xxs-30 {
        padding-left: 30px;
    }
    .pl-xxs-40 {
        padding-left: 40px;
    }
    .pl-xxs-50 {
        padding-left: 50px;
    }
    .pr-xxs-10 {
        padding-right: 10px;
    }
    .pr-xxs-20 {
        padding-right: 20px;
    }
    .pr-xxs-30 {
        padding-right: 30px;
    }
    .pr-xxs-40 {
        padding-right: 40px;
    }
    .pr-xxs-50 {
        padding-right: 50px;
    }
    .mt-xxs-10 {
        margin-top: 10px;
    }
    .mt-xxs-20 {
        margin-top: 20px;
    }
    .mt-xxs-30 {
        margin-top: 30px;
    }
    .mt-xxs-40 {
        margin-top: 40px;
    }
    .mt-xxs-50 {
        margin-top: 50px;
    }
    .mb-xxs-10 {
        margin-bottom: 10px;
    }
    .mb-xxs-20 {
        margin-bottom: 20px;
    }
    .mb-xxs-30 {
        margin-bottom: 30px;
    }
    .mb-xxs-40 {
        margin-bottom: 40px;
    }
    .mb-xxs-50 {
        margin-bottom: 50px;
    }
    .ml-xxs-10 {
        margin-left: 10px;
    }
    .ml-xxs-20 {
        margin-left: 20px;
    }
    .ml-xxs-30 {
        margin-left: 30px;
    }
    .ml-xxs-40 {
        margin-left: 40px;
    }
    .ml-xxs-50 {
        margin-left: 50px;
    }
    .mr-xxs-10 {
        margin-right: 10px;
    }
    .mr-xxs-20 {
        margin-right: 20px;
    }
    .mr-xxs-30 {
        margin-right: 30px;
    }
    .mr-xxs-40 {
        margin-right: 40px;
    }
    .mr-xxs-50 {
        margin-right: 50px;
    }
    .border-xxs-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-xxs-right-0 {
        border-right: 0 solid #dee2e6 !important;
    }
    .border-xxs-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-xxs-top-0 {
        border-top: 0 solid #dee2e6 !important;
    }
    .border-xxs-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xxs-bottom-0 {
        border-bottom: 0 solid #dee2e6 !important;
    }
    .border-xxs-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-xxs-left-0 {
        border-left: 0 solid #dee2e6 !important;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important;
    }
}
@media screen and (max-width: 480px) {
    .m-b-30 .card.h-100,
    .mb-sm-30 .card.h-100 {
        height: auto !important;
    }
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.25) !important;
    width: 6px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.25) !important;
    width: 6px;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.25);
    filter: "alpha(opacity=25)";
    -ms-filter: "alpha(opacity=25)";
}
.dropdown a {
    cursor: pointer;
}
html {
    font-size: 14px;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: #f2f2f2;
    color: #686868;
    background: url('../img/metro-bg-dashboard.jpg') !important;
    background-repeat: repeat-x !important;
    background-position: center top !important;
    background-size: 100% 350px !important;
}
body.sidebar-mini .app-main {
    padding-left: 60px;
}
body.sidebar-mini .app-main .container-fluid {
    padding: 90px 30px 60px 30px;
}
.app {
    position: relative;
}
.app .loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.app-wrap {
    min-height: 100vh;
    position: relative;
}
.app-container {
    position: relative;
}
.app-main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 240px;
    transition: all 0.3s ease-out;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .app-main {
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .app-main {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .app-main {
        padding-left: 0 !important;
    }
}
.app-main .container-fluid {
    padding: 95px 30px 60px 30px;
    transition: all 0.3s ease-out;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .app-main .container-fluid {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .app-main .container-fluid {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .app-main .container-fluid {
        padding-bottom: 0;
    }
}
.footer {
    background: #fff;
    position: absolute;
    padding: 1.5rem 2.3rem;
    z-index: 0;
    width: calc(100% - 240px);
    bottom: 0;
    right: 0;
    height: 60px;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    transition: all 0.3s ease-out;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative;
    }
}
@media screen and (max-width: 480px) {
    .footer {
        width: 100%;
        height: auto;
        position: relative;
    }
}
.footer a:hover {
    color: #8e54e9;
}
.page-title h1 {
    margin-bottom: 0;
    font-size: 1.714rem;
    line-height: 2rem;
    color: #fff;
}
ol.breadcrumb {
    background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\e661";
    font-family: themify-icons;
    font-size: 10px;
    color: #fff;
}
li.breadcrumb-item,
li.breadcrumb-item.active
{
    color:#fff !important;
    display: flex;
    align-items: center;
}



.notification-wrapper {
    border-radius: 4px;
}
.list-style-none {
    list-style: none;
}
.list-style-none li {
    font-size: 12px;
}
@-moz-keyframes blink {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    width: 100%;
}
.top-bar .navbar {
    padding: 0;
    height: 60px;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar {
        height: auto;
    }
}
.top-bar .navbar .mobile-toggle {
    position: absolute;
    color: #fff;
    display: none;
    padding: 20px 30px;
    top: 0;
    left: 0;
    font-size: 1.25rem;
    cursor: pointer;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
.top-bar .navbar .navbar-header {
    background: #fff;
    width: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 60px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 99;
   /* padding-left: 1.6rem;*/
}
.top-bar .navbar .navbar-header .logo-desktop {
    width: auto;
    max-width:100%;     
    max-height:50px; 
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 0;
    transition: all ease-in-out 0.2s;
}
.top-bar .navbar .navbar-header .logo-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 30px;
    height: auto;
    transition: all ease-in-out 0.2s;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 60px;
        justify-content: center;
    }
}
.top-bar .navbar .navbar-header .navbar-brand {
    font-weight: 700;
    color: #fff;
    margin: 0;
    display:inline-block;
    width :100%;
}
.top-bar .navbar .navbar-header .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.top-bar .navbar .navbar-toggler:focus {
    outline: 0;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: #a2a5bd;
        border: 0;
        line-height: 60px;
    }
}
.top-bar .navbar .nav-link {
    color: #ffffff;
    padding: 1.4rem 1rem 1.4rem 1rem;
    font-size: 14px;
}

.top-bar .navbar .nav-left .dropdown-menu a,
.top-bar .navbar .dropdown-menu a.nav-link
{
    color: #000;
}
.top-bar .navbar .navigation.bg-white .nav-link
{
    color: #000;
}
.top-bar .navbar .navigation.bg-white .nav-link:hover {
    color: #5d5a35;
}

.top-bar .navbar .nav-link:first-child {
    padding-left: 0;
    padding-right: 2rem;
}
.top-bar .navbar .nav-link:hover {
    color: #ffffff;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-link {
        padding: 1.3rem 0.5rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-link {
        font-size: 0.8571rem;
    }
}
.top-bar .navbar .nav-left {
    margin-left: 2.1rem;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-left {
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-left {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .nav-left {
        display: none;
    }
}
.top-bar .navbar .nav-left .nav-item.dropdown .dropdown-menu a {
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    font-size: 1rem;
    line-height: 18px;
}
.top-bar .navbar .nav-left .dropdown-menu {
    left: 0;
    right: inherit;
}
.top-bar .navbar .nav-left .dropdown-menu a {
    padding: 0.6rem 0;
}
.top-bar .navbar .nav-left .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #8e54e9;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu {
    min-width: calc(100% - 60px);
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    left: 0;
    padding: 0;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu ul {
    padding: 0;
    margin: 0 -0.5rem;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu ul li {
    padding: 0.3rem 0.5rem;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu .arrow-triangle {
    left: 85px;
    right: inherit;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu .chart-wrap {
    margin-right: -5px;
    margin-bottom: -5px;
}
.top-bar .navbar .nav-left .dropdown-menu.mega-menu .chart-wrap .apexchart-wrapper {
    position: relative;
    margin-top: -163px;
}
.top-bar .navbar .nav-right {
    margin-right: 1.7rem;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%;
    }
}
.top-bar .navbar .nav-right li a::after {
    border: none;
}
.top-bar .navbar .nav-right .nav-item {
    width: 50px;
    text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-right .nav-item {
        position: inherit;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .nav-right .nav-item {
        position: inherit;
    }
}
.top-bar .navbar .nav-right .nav-item .nav-link {
    padding: 1.4rem 0;
    font-size: 17px;
}
.top-bar .navbar .nav-right .nav-item.dropdown .dropdown-toggle::after {
    margin: 0;
}
.top-bar .navbar .nav-right .nav-item.user-profile {
    width: 50px;
}
.top-bar .navbar .nav-right .nav-item.user-profile .nav-link {
    padding: 0.9em 0;
    position: relative;
}
.top-bar .navbar .nav-right .nav-item.user-profile a {
    padding: 0.6rem 1rem;
}
.top-bar .navbar .nav-right .nav-item.user-profile a img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
}
.top-bar .navbar .nav-right .nav-item.user-profile a .user-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 7px;
    bottom: inherit;
    top: 14px;
}
.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
    width: 23rem;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu {
        width: 100%;
        right: 0;
        left: inherit;
    }
}
.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item {
    padding: 0.7rem 0;
    font-size: 1rem;
    line-height: 18px;
}
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item:focus,
    .top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item:hover {
        background-color: transparent;
        color: #250d85;
    }
.top-bar .navbar .nav-right .nav-item.user-profile .dropdown-menu a.dropdown-item i {
    font-size: 16px;
    width: 30px;
}
.top-bar .navbar .nav-right .dropdown-menu {
    right: 6px;
    left: inherit;
}
.top-bar .navbar .nav-right .dropdown-menu:after {
    content: "";
    position: absolute;
}
.top-bar .navbar .nav-right .dropdown-menu.extended {
    min-width: 21.43rem;
}
.top-bar .navbar .nav-right .dropdown-menu.extended ul {
    padding: 0;
}
.top-bar .navbar .nav-right .dropdown-menu.extended ul li {
    list-style-type: none;
}
.top-bar .navbar .nav-right .dropdown-menu.extended ul li ul {
    padding: 0;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer,
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header {
    color: #a1a1a1;
    text-align: center;
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 400;
    /*border-top: 1px solid #dee2e6;*/
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header {
    font-weight: 500;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a:hover {
    color: #343a40;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a.btn-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, 0.3) !important;
    color: #fff;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-header a.btn-inverse-light:hover {
    border-color: transparent;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a {
    color: #a1a1a1;
    text-decoration: none;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a:hover {
    color: #8e54e9;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-footer a.btn:hover {
    color: #343a40;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body {
    max-height: 240px;
    overflow-y: auto;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body li a {
    padding: 0.8rem;
    text-decoration: none;
    display: block;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body li a:hover {
    background: #eceef3;
    color: #8e54e9;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notification .notify-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #eceef3;
    margin-right: 20px;
    color: #fff;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notify-message p {
    margin: 0;
    font-weight: 400;
    color: #2c2e3e;
    line-height: 1rem;
}
.top-bar .navbar .nav-right .dropdown-menu.extended .dropdown-body .notify-message small {
    color: #a6a9b7;
}
.top-bar .navbar .sidebar-toggle {
    font-size: 22px;
    padding: 1.2rem 1rem 1.2rem 1rem;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px;
    }


}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .sidebar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 60px;
        padding: 0 !important;
        line-height: 60px;
    }
}
.top-bar .navbar .nav-left .dropdown-menu,
.top-bar .navbar .nav-right .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 20px rgba(115, 105, 215, 0.25);
    -moz-box-shadow: 0 1px 20px rgba(115, 105, 215, 0.25);
    box-shadow: 0 1px 20px rgba(115, 105, 215, 0.25);
    padding: 0;
    border-radius: 0 0 4px 4px;
    margin-top: 1rem;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0;
    }
}
@media screen and (max-width: 480px) {
    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0;
    }
}
.top-bar .navbar .nav-left .show .dropdown-menu,
.top-bar .navbar .nav-right .show .dropdown-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .top-bar .navbar .nav-item.dropdown,
    .top-bar .navbar .nav-item.dropup {
        position: static;
    }
}
.top-bar .navigation {
    width: 100%;
    position: relative;
    background: transparent;
    -webkit-box-shadow: 0 0 20px rgb(115 105 215 / 15%);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgb(115 105 215 / 15%);
    height: 60px;
    border-bottom: 1px solid #ffffff61;
}
.top-bar .navigation .navbar-nav {
    ms-flex-direction: row;
    flex-direction: row;
}
.top-bar .search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.top-bar .search-wrapper .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
}
.top-bar .search-wrapper .close-btn i {
    font-size: 1.285rem;
    line-height: 2.142rem;
    color: #a6a9b7;
}
.top-bar .search-wrapper .search-content {
    position: relative;
    width: 100%;
}
.top-bar .search-wrapper .search-content .magnifier {
    color: #a6a9b7;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.285rem;
    line-height: 1.714rem;
}
.top-bar .search-wrapper .search-content .form-control {
    height: 60px;
    border: 0;
    font-size: 1.285rem;
    line-height: 1.714rem;
    background: 0 0;
    padding-left: 60px;
    padding-right: 60px;
    color: #a6a9b7;
}
.sidebar-mini .top-bar .navbar .navbar-header {
    width: 60px;
    padding-left: 0;
    justify-content: center;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .sidebar-mini .top-bar .navbar .navbar-header {
        width: 100%;
    }
}
.sidebar-mini .top-bar .navbar .navbar-header .logo-desktop {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.sidebar-mini .top-bar .navbar .navbar-header .logo-mobile {
    visibility: visible;
    opacity: 1;
    position: relative;
}
.sidebar-mini .top-bar .navbar .navbar-header.expand {
    width: 240px;
}
.sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
    /*width: 130px;*/
    height: auto;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 0;
}
.sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 30px;
    height: auto;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .sidebar-mini .top-bar .navbar .navbar-header.expand {
        width: 100%;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-desktop {
        width: 130px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
    .sidebar-mini .top-bar .navbar .navbar-header.expand .logo-mobile {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 30px;
        height: auto;
    }
}
.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 30px;
    color: #fff;
}
.dot {
    background-color: #8e54e9;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.notify {
    position: relative;
    top: 7px;
    right: -7px;
}
.notify .blink {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #e3324c;
    border-radius: 70px;
    -moz-animation: blink 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: blink 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.notify .dot {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e3324c;
    position: absolute;
    right: 0;
    top: -10px;
}
.custom-dropdown.dropdown-menu {
    padding: 10px 0;
    min-width: 15rem;
    border: none;
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
}
.custom-dropdown.dropdown-menu a,
.custom-dropdown.dropdown-menu a.dropdown-item {
    padding: 0.7rem 1.5rem 0.7rem 0;
    font-size: 13px;
    line-height: 18px;
    color: #a6a9b7;
}
.custom-dropdown.dropdown-menu a i {
    padding-right: 1.2rem !important;
    width: 2rem;
    display: inline-block;
}
.custom-dropdown.dropdown-menu .dropdown-title {
    padding: 0.5rem 1rem 1rem 1.5rem;
    border-bottom: 1px solid #ebedf2;
}
.custom-dropdown.dropdown-menu a.dropdown-item:focus,
.custom-dropdown.dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #8e54e9;
}
.custom-dropdown.dropdown-menu a.dropdown-item:first-child {
    padding-top: 0 !important;
}
.custom-dropdown.dropdown-menu a.dropdown-item:last-child {
    padding-bottom: 0 !important;
}
.custom-dropdown.dropdown-menu.extended .dropdown-body li a:hover {
    background-color: transparent;
    color: #8e54e9;
}
.top-bar-fixed .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.autocomplete-suggestions {
    height: 400px;
    margin-top: 0 !important;
    border-radius: 0 !important;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #eceef3;
}
.navbar-collapse.show {
    position: relative;
    z-index: 99;
}
.sidebar-nav {
    background: #212529;
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}
.sidebar-nav .metismenu {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sidebar-nav .metismenu li + li {
    margin-top: 5px;
}
.sidebar-nav .metismenu li:first-child {
    margin-top: 5px;
}
.sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px;
}
.sidebar-nav .metismenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 13px 15px;
    color: #adb5bd;
    outline-width: 0;
    transition: all 0.3s ease-out;
}
.sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 30px;
}
.sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}
.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:hover {
    color: #f8f9fa;
    text-decoration: none;
    background: #0b7285;
}
.app-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease-out;
    display: block;
    padding-top: 60px;
    height: 100%;
    -webkit-box-shadow: 1px 10px 20px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 1px 10px 20px rgba(115, 105, 215, 0.15);
    box-shadow: 1px 10px 20px rgba(115, 105, 215, 0.15);
    z-index: 1050;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%;
    }
}
.app-navbar.expand {
    left: 0;
    padding-top: 60px;
    height: 100%;
}
.app-navbar .sidebar-nav {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    margin-bottom: auto;
    background: #fff;
    height: 100%;
    overflow: hidden;
}
.app-navbar .sidebar-nav ul.metismenu {
    background: 0 0;
}
.app-navbar .sidebar-nav ul.metismenu li a {
    border: none !important;
    padding: 0.9rem 1.6rem;
    color: #686868;
    display: flex;
}
.app-navbar .sidebar-nav ul.metismenu li a i {
    margin-right: 10px;
    color: #ff8c00;
    width: 20px;
}
.app-navbar .sidebar-nav ul.metismenu li a:focus,
.app-navbar .sidebar-nav ul.metismenu li a:hover,
.app-navbar .sidebar-nav ul.metismenu li.active li.active a
{
    background:#f6f6f6;
    color: #686868;
    transition: all 0.3s ease-out;
}
    .app-navbar .sidebar-nav ul.metismenu li a .nav-title {
        opacity: 1;
        visibility: visible;
        font-weight: 500;
    }
.app-navbar .sidebar-nav ul.metismenu li a .nav-label 
{
    position: absolute;
    top: 14px;
    right: 40px;
    opacity: 1;
    visibility: visible;
}
.app-navbar .sidebar-nav ul.metismenu li a.has-arrow:after,
.app-navbar .sidebar-nav ul.metismenu li.active li .has-arrow:after,
.app-navbar .sidebar-nav ul.metismenu li.active li.active .has-arrow:after 
{
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform: rotate(135deg) translateY(-50%);
    font-size: 12px;
    color: #6c7197;
    right: 1.5rem;
    content: '';
}
    .app-navbar .sidebar-nav ul.metismenu li.active a {
        /*color: #fff;*/
        background: #0d2b9b;
        color: #fff;
    }
.app-navbar .sidebar-nav ul.metismenu li.active a i 
{
    color: #fff;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul 
{
    position: relative;
}
/*.app-navbar .sidebar-nav ul.metismenu li.active ul li a {
    background: #f6f6f6;
    color: #8d9498;
}*/
.app-navbar .sidebar-nav ul.metismenu li.active ul li a:focus,
.app-navbar .sidebar-nav ul.metismenu li.active ul li a:hover 
{
    background: #f6f6f6;
    color: #8d9498;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a 
{
    color: #686868 !important;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:focus,
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:hover 
{
    /*color: #fff !important;*/
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:before 
{
    /*width: 14px;
    height: 2px;
    position: absolute;
    content: "";
    left: 32px;
    background: #37394d;
    top: 18px;*/
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a.has-arrow 
{
    /*color: #fff !important;*/
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li a 
{
    padding-left: 4.8rem;
    color: #a2a5bd !important;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li.active a 
{
    color: #fff !important;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul:before 
{
    content: "";
    /*position: absolute;
    width: 2px;
    height: 100%;
    background: #37394d;
    top: 0;
    left: 30px;*/
}
.app-navbar .sidebar-nav ul.metismenu li.active .has-arrow:after 
{
    transform: rotate(225deg) translateY(-50%);
    -webkit-transform: rotate(225deg) translateY(-50%);
    color: #fff;
}
.app-navbar .sidebar-nav ul.metismenu li ul {
    background: #fff;
}
.app-navbar .sidebar-nav ul.metismenu li ul li a {
    padding: 0.9rem 1.6rem;
    padding-left: 2.78rem;
    background: #fff !important;
    color: #000 !important;
}
.app-navbar .sidebar-nav ul.metismenu li ul li a i
{
    color: #ff8c00 !important;
}
.app-navbar .sidebar-nav ul.metismenu li ul li a:focus,
.app-navbar .sidebar-nav ul.metismenu li ul li a:hover 
{
    background: #f6f6f6;
    color: #8d9498;
}
.app-navbar .sidebar-nav ul.metismenu li + li,
.app-navbar .sidebar-nav ul.metismenu li:first-child 
{
    margin-top: 0;
}
.app-navbar .sidebar-nav ul.metismenu li.nav-static-title 
{
    padding: 1rem 1.6rem 0.1rem 1.6rem;
    color: #fff;
    font-size: 0.8571rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #4c4f6b;
}
.app-navbar .sidebar-nav ul.metismenu li .has-arrow[aria-expanded="true"]:after,
.app-navbar .sidebar-nav ul.metismenu li.active li .has-arrow[aria-expanded="true"]:after 
{
    transform: rotate(225deg) translateY(-50%);
    -webkit-transform: rotate(225deg) translateY(-50%);
}
.app-navbar .sidebar-nav .sidebar-banner .btn 
{
    background: #eceef3;
    background: rgba(236, 238, 243, 0.3) !important;
    color: #fff !important;
    padding: 0.3rem 0.8rem;
}
.app-navbar .sidebar-nav .sidebar-banner .btn:focus,
.app-navbar .sidebar-nav .sidebar-banner .btn:hover 
{
    color: #fff !important;
}
.light-sidebar .app-navbar .sidebar-nav {
    background: #fff;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a 
{
    color: #7e82a4;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a:hover 
{
    background: #eceef3;
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li a:focus 
{
    background: 0 0;
    color: #a2a5bd;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li ul 
{
    background: #fbfcfc;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a 
{
    background: #fff;
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:hover 
{
    color: #8e54e9 !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:focus 
{
    color: #8e54e9 !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:active 
{
    color: #8e54e9 !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a i 
{
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:hover i 
{
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:focus i 
{
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:visited i 
{
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active a:active i 
{
    color: #8e54e9;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul:before 
{
    background: #f0f2f3;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li a 
{
    color: #a2a5bd;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li a 
{
    color: #a2a5bd !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active ul li.active a 
{
    color: #8e54e9 !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active a 
{
    color: #8e54e9 !important;
}
.light-sidebar .app-navbar .sidebar-nav ul.metismenu li.active ul li.active a:before 
{
    background: #f0f2f3;
}
.light-sidebar .top-bar .navbar .navbar-header 
{
    background: #fff;
}
.light-sidebar .top-bar .navigation 
{
    border-left: 1px solid #dee2e6;
}
.sidebar-fixed .app-navbar 
{
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100vh-60px);
}
.sidebar-mini .app-navbar 
{
    width: 60px;
    z-index: 1051;
}
@media screen and (min-width: 577px) and (max-width: 767px){
    .sidebar-mini .app-navbar 
    {
        position: fixed;
        left: -60px;
        height: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .sidebar-mini .app-navbar {
        position: fixed;
        left: -60px;
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
    .sidebar-mini .app-navbar {
        position: fixed;
        left: -60px;
        height: 100%;
    }
}
.sidebar-mini .app-navbar:hover 
{
    width: 240px;
}
.sidebar-mini .app-navbar:hover .metismenu li.nav-static-title {
    display: block;
}
.sidebar-mini .app-navbar:hover .metismenu li.nav-static-title a:after {
    display: block;
}
.sidebar-mini .app-navbar:hover .metismenu li a .nav-label,
.sidebar-mini .app-navbar:hover .metismenu li a .nav-title {
    opacity: 1;
}
.sidebar-mini .app-navbar:hover .metismenu .collapse.in {
    display: block;
}
.sidebar-mini .app-navbar ul.metismenu li a .nav-label,
.sidebar-mini .app-navbar ul.metismenu li a .nav-title {
    opacity: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}
.sidebar-mini .app-navbar ul.metismenu li a:after {
    /*display: none;*/
}
.sidebar-mini .app-navbar ul.metismenu li.nav-static-title {
    display: none;
}
.sidebar-mini .app-navbar ul.metismenu li + li {
    width: 240px;
}
.sidebar-mini .app-navbar ul.metismenu .collapse.in {
    display: none;
}
.sidebar-mini .app-navbar ul.metismenu .sidebar-banner {
    display: none !important;
}
.sidebar-mini .footer {
    width: calc(100% - 60px);
}
.sidebar-nav .metismenu li:last-child {
    margin-bottom: 0;
}
.sidebar-toggled .app-navbar {
    left: 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2e3e;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    margin-bottom: 0.75rem;
}
h1 {
    font-size: 2.571rem;
    line-height: 3.142rem;
}
h2 {
    font-size: 2.142rem;
    line-height: 2.571rem;
}
h3 {
    font-size: 1.714rem;
    line-height: 2.142rem;
}
h4 {
    font-size: 1.285rem;
    line-height: 1.714rem;
}
h5 {
    font-size: 1rem;
    line-height: 1.428rem;
}
h6 {
    font-size: 0.9286rem;
    line-height: 1.22rem;
}
p {
    color: #a6a9b7;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.714rem;
}
a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    color: #8e54e9;
    text-decoration: none;
}
ol,
ul {
    padding-left: 15px;
}
ol li,
ul li {
    color: #a6a9b7;
}
.blockquote.blockquote-reverse {
    text-align: right;
}
dl dt {
    font-weight: 500;
}
dl dd {
    color: #a6a9b7;
}
.list-none {
    list-style: none;
    padding: 0;
}
svg {
    width: 100% !important;
}
canvas {
    max-width: 100%;
}
code {
    width: 100%;
    display: block;
    padding: 0.5rem;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .display-1 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 480px) {
    .display-1 {
        font-size: 4rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .display-2 {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 480px) {
    .display-2 {
        font-size: 3.5rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .display-3 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 480px) {
    .display-3 {
        font-size: 3rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .display-4 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .display-4 {
        font-size: 2.5rem;
    }
}
.car-dealer-contant h2 {
    font-size: 52px;
}
.car-dealer-contants .car-dealer-contants-text {
    padding: 1.25rem;
}
.car-dealer-contants .car-dealer-contants-text .p-10 {
    padding: 0.9rem 1.25rem !important;
}
.dating-contant .bg-img {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.dating-contant .table td,
.dating-contant .table th {
    vertical-align: middle;
}
.dating-contant table tr td:nth-child(2) {
    display: flex;
    align-items: center;
}
.dating-contant table tr td:nth-child(2) div {
    margin-right: 1rem;
}
.dating-contant .img-icon i.f-30 {
    line-height: 63px;
}
.datting-upload-image {
    padding: 0;
}
.datting-upload-image .tab .nav {
    padding: 10px 20px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
}
.datting-upload-image .tab .nav.nav-tabs li a {
    padding: 4px 20px;
}
.datting-upload-image .upload-image {
    padding: 30px 30px;
    border-right: 1px solid #dee2e6;
}
.datting-upload-image .upload-image + .upload-image {
    border-right: 0 solid #dee2e6;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .datting-upload-image .upload-image {
        padding: 20px;
    }
}
@media screen and (max-width: 480px) {
    .datting-upload-image .upload-image {
        padding: 20px;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px;
    }
}
.jobportal-contant .bg-img {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.jobportal-contant .table td,
.jobportal-contant .table th {
    vertical-align: middle;
}
.jobportal-contant table tr td:nth-child(2) {
    display: flex;
    align-items: center;
}
.jobportal-contant table tr td:nth-child(2) div {
    margin-right: 1rem;
}
.table.jobportal-table td {
    padding: 1.5rem 0.75rem;
}
.jobportaldemo5 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.chart-fit {
    margin-left: -1rem;
    margin-right: -1rem;
}
.chart-fit.jobportaldemo6 {
    margin-left: -4rem;
    margin-right: -4rem;
}
.jobportaldemo2 .apexcharts-canvas {
    margin: inherit;
    margin-left: auto;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .site-visitor .col {
        flex-basis: auto;
        border: 0 !important;
        margin-bottom: 10px;
    }
}
.stockmarket-contant .bg-img {
    width: 35px;
    height: 35px;
}
.stockmarket-contant .stockmarket-contant-text {
    padding: 1.25rem;
}
.stockmarket-contant .table td,
.stockmarket-contant .table th {
    vertical-align: middle;
}
.stockmarket-contant .table tr td:nth-child(2) {
    display: flex;
    align-items: center;
}
.stockmarket-contant .table tr td:nth-child(2) div {
    margin-right: 1rem;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .bg-info .col,
    .bg-primary .col {
        flex-basis: auto;
        margin-bottom: 10px;
    }
}
.analytics-contant .analytics-contant-text1 h4 {
    font-size: 2.3rem;
}
.analytics-contant .analytics-contant-text1 .d-flex {
    border-bottom: 1px solid #dee2e6;
    border-width: 10%;
    padding-bottom: 2rem;
}
.analytics-contant .analytics-contant-text1 .d-flex:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.analytics-contant .img-icon .font-38 {
    line-height: 62px;
}
.analytics-contant .table tr td {
    vertical-align: middle;
}
.analytics-contant .table th {
    vertical-align: middle;
}
.analytics-contant .visitors-wrapper .card-title {
    padding: 1.25rem;
}
.analytics-contant .visitors-wrapper table td,
.analytics-contant .visitors-wrapper table th {
    padding: 0.6rem 1.25rem;
}
.site-logo i {
    font-size: 2.143rem !important;
    line-height: 2.143rem;
}
.desktop i,
.mobile i,
.tablet i {
    font-size: 2.142rem;
    line-height: 2.571rem;
}
.secondary-menu a {
    margin-left: 1rem;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .secondary-menu a {
        margin-left: 0.7rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu a {
        margin-left: 0.7rem;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .secondary-menu a {
        margin-left: 0.7rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .secondary-menu a {
        margin-left: 0.7rem;
    }
}
@media screen and (max-width: 480px) {
    .secondary-menu a {
        margin-left: 0.7rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .secondary-menu a:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .secondary-menu a:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .secondary-menu a:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .secondary-menu a:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .secondary-menu a:first-child {
        margin-left: 0;
    }
}
.secondary-menu .btn.btn-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    background: #fff;
    color: #8e54e9;
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.2);
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .page-title {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}
.breadcrumb-bar {
    margin: 1rem 0;
}
#analytics10 {
    min-height: auto !important;
    height: 80px !important;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    #analytics10 {
        height: 160px !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    #analytics10 {
        height: 160px !important;
    }
}
@media screen and (max-width: 480px) {
    #analytics10 {
        height: 160px !important;
    }
}
.crm-contant table tr {
    border-bottom: 1px solid #dee2e6;
}
.crm-contant table tr:last-child {
    border-bottom: 0 solid #dee2e6;
}
.crm-contant table td,
.crm-contant table th {
    vertical-align: middle;
    border-top: 0 solid #dee2e6;
}
.crypto-currency .crypto {
    font-size: 4rem;
}
.crypto-currency .datatable-wrapper .table td,
.crypto-currency .datatable-wrapper .table th {
    vertical-align: middle;
}
.crypto-currency .datatable-wrapper .table td:first-child i {
    font-size: 2.5rem;
}
.crypto-chart-info {
    position: absolute;
    bottom: 0;
}
.currency-price .input-group-text {
    background-color: rgba(142, 84, 233, 0.1);
    border-color: rgba(142, 84, 233, 0.1);
    color: #8e54e9;
    font-weight: 700;
}
.currency-price .input-group-prepend select.form-control {
    background-color: rgba(142, 84, 233, 0.1);
    border-color: rgba(142, 84, 233, 0.1);
    color: #8e54e9;
    font-weight: 700;
}
.crypto-table tbody > tr > td {
    font-weight: 700;
    color: #343a40;
}
.ecommerce-contant .ecommerce-contant-text .d-flex.p-3 {
    padding: 1.25rem !important;
}
.img-icon.img-icon-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.img-icon.img-icon-sm i {
    font-size: 16px;
}
.realestate-contant .realestate-contant-text {
    padding: 1.25rem;
}
.accordion .acd-group .card-header {
    padding: 0;
}
.accordion .acd-group .card-header .acd-heading {
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    color: #2c2e3e;
    line-height: normal;
    padding: 1.25rem;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 0;
    display: block;
    border-radius: 3px;
    text-transform: capitalize;
    padding-right: 30px;
}
.accordion .acd-group .card-header .acd-heading:hover {
    color: #8e54e9;
}
.accordion .acd-group .card-header .acd-heading:before {
    font-family: themify-icons;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1rem;
    content: "\e622";
    padding: 1.4rem;
}
.accordion .acd-group .card-header .acd-heading.collapsed:before {
    font-family: themify-icons;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1rem;
    content: "\e61a";
    padding: 1.4rem;
}
.accordion .acd-group .acd-des {
    padding: 0 20px 20px 0;
}
.accordion .acd-active .acd-heading {
    color: #8e54e9;
}
.accordion .acd-active .acd-heading:before {
    content: "\f107";
}
.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
    content: "\f068";
    font-size: 1.285rem;
}
.accordion.plus-icon .acd-group .acd-heading:before {
    content: "\f067";
    font-size: 1.285rem;
}
.accordion.plus-icon.round .acd-group.acd-active .acd-heading:before {
    content: "\f056";
    font-size: 1.285rem;
}
.accordion.plus-icon.round .acd-group .acd-heading:before {
    content: "\f055";
    font-size: 1.285rem;
}
.accordion.gray .acd-heading {
    background-color: #eceef3;
    margin-bottom: 20px;
    padding: 12px 24px;
}
.accordion.gray .acd-heading:hover {
    color: #fff;
    background: #8e54e9;
}
.accordion.gray .acd-des {
    padding: 0 30px 20px;
}
.accordion.gray .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9;
}
.accordion.shadow .acd-heading {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 12px 24px;
}
.accordion.shadow .acd-des {
    padding: 0 30px 20px;
}
.accordion.shadow .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9;
}
.accordion.shadow .acd-group .acd-heading:hover {
    color: #fff;
    background: #8e54e9;
}
.accordion.accordion-border .acd-heading {
    background: 0 0;
    border: 1px solid #eceef3;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 12px 24px;
}
.accordion.accordion-border .acd-des {
    padding: 0 30px 20px;
}
.accordion.accordion-border .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #8e54e9;
}
.accordion.accordion-border .acd-group .acd-heading:hover {
    color: #fff;
    background: #8e54e9;
}
.accordion.no-radius .acd-heading {
    border-radius: 0;
}
.card .card-header.border-radius-10 {
    border-radius: 4px !important;
}
.badge {
    padding: 0.4em 0.8em;
    font-weight: 500;
    line-height: 1.3;
}
.badge-primary {
    background-color: #8e54e9;
    color: #fff;
}
.badge-primary[href]:hover {
    background-color: #8e54e9;
    color: #fff;
}
.badge-primary[href]:focus {
    background-color: #8e54e9;
    color: #fff;
}
.badge-primary-inverse {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.1) !important;
    color: #8e54e9;
}
.badge-primary-inverse:focus,
.badge-primary-inverse:hover {
    color: #8e54e9;
}
.badge-secondary {
    background-color: #a1a1a1;
    color: #fff;
}
.badge-secondary[href]:hover {
    background-color: #a1a1a1;
    color: #fff;
}
.badge-secondary[href]:focus {
    background-color: #a1a1a1;
    color: #fff;
}
.badge-secondary-inverse {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.1) !important;
    color: #a1a1a1;
}
.badge-secondary-inverse:focus,
.badge-secondary-inverse:hover {
    color: #a1a1a1;
}
.badge-info {
    background-color: #45aaf2;
    color: #fff;
}
.badge-info[href]:hover {
    background-color: #45aaf2;
    color: #fff;
}
.badge-info[href]:focus {
    background-color: #45aaf2;
    color: #fff;
}
.badge-info-inverse {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.1) !important;
    color: #45aaf2;
}
.badge-info-inverse:focus,
.badge-info-inverse:hover {
    color: #45aaf2;
}
.badge-warning {
    background-color: #f7b731;
    color: #fff;
}
.badge-warning[href]:hover {
    background-color: #f7b731;
    color: #fff;
}
.badge-warning[href]:focus {
    background-color: #f7b731;
    color: #fff;
}
.badge-warning-inverse {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.1) !important;
    color: #f7b731;
}
.badge-warning-inverse:focus,
.badge-warning-inverse:hover {
    color: #f7b731;
}
.badge-danger {
    background-color: #e3324c;
    color: #fff;
}
.badge-danger[href]:hover {
    background-color: #e3324c;
    color: #fff;
}
.badge-danger[href]:focus {
    background-color: #e3324c;
    color: #fff;
}
.badge-danger-inverse {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
}
.badge-danger-inverse:focus,
.badge-danger-inverse:hover {
    color: #e3324c;
}
.badge-light {
    background-color: #eceef3;
    color: #2c2e3e;
}
.badge-light[href]:hover {
    background-color: #eceef3;
    color: #2c2e3e;
}
.badge-light[href]:focus {
    background-color: #eceef3;
    color: #2c2e3e;
}
.badge-light-inverse {
    background: #eceef3;
    background: rgba(236, 238, 243, 0.6) !important;
    color: #2c2e3e;
}
.badge-light-inverse:focus,
.badge-light-inverse:hover {
    color: #2c2e3e;
}
.badge-dark {
    background-color: #2c2e3e;
    color: #fff;
}
.badge-dark[href]:hover {
    background-color: #2c2e3e;
    color: #fff;
}
.badge-dark[href]:focus {
    background-color: #2c2e3e;
    color: #fff;
}
.badge-dark-inverse {
    background: #2c2e3e;
    background: rgba(44, 46, 62, 0.1) !important;
    color: #2c2e3e;
}
.badge-dark-inverse:focus,
.badge-dark-inverse:hover {
    color: #2c2e3e;
}
.badge-success {
    background-color: #32b432;
    color: #fff;
}
.badge-success[href]:hover {
    background-color: #32b432;
    color: #fff;
}
.badge-success[href]:focus {
    background-color: #32b432;
    color: #fff;
}
.badge-success-inverse {
    background: #32b432;
    background: rgba(50, 180, 50, 0.1) !important;
    color: #32b432;
}
.badge-success-inverse:focus,
.badge-success-inverse:hover {
    color: #32b432;
}
.card {
    background: #fff;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    border-radius: 0;
    padding: 0;
}
.card .card-header {
    background: 0 0;
    padding: 1.25rem;
    border-radius: 0;
    border-color: #ebedf2;
}
.card .card-header .card-title {
    text-transform: capitalize;
    margin-bottom: 0;
}
.border-primary {
    border: 1px solid #8e54e9;
}
.border-secondary {
    border: 1px solid #a1a1a1;
}
.border-success {
    border: 1px solid #32b432;
}
.border-danger {
    border: 1px solid #e3324c;
}
.border-warning {
    border: 1px solid #f7b731;
}
.border-dark {
    border: 1px solid #343a40;
}
.border-light {
    border: 1px solid #dee2e6;
}
.border-info {
    border: 1px solid #45aaf2;
}
.alert {
    padding: 1rem 3rem 1rem 1rem;
    margin: 0;
}
.alert.alert-primary {
    background-color: #4776e6;
    border-color: #4776e6;
    color: #fff;
}
.alert.alert-secondary {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #fff;
}
.alert.alert-info {
    background-color: #d76543;
    border-color: #45aaf2;
    color: #fff;
}
    .alert.alert-warning {
        background-color: #d76543;
        border-color: #d76543;
        color: #fff;
    }
.alert.alert-danger {
    background-color: #e3324c;
    border-color: #e3324c;
    color: #fff;
}
.alert.alert-success {
    background-color: #32b432;
    border-color: #32b432;
    color: #fff;
}
.alert.alert-light {
    background-color: #eceef3;
    border-color: #eceef3;
    color: #2c2e3e;
}
.alert.alert-dark {
    background-color: #2c2e3e;
    border-color: #2c2e3e;
    color: #fff;
}
.alert.alert-outline {
    background-color: transparent;
}
.alert.alert-outline-primary {
    border-color: #4776e6;
    color: #4776e6;
}
.alert.alert-outline-secondary {
    border-color: #a1a1a1;
    color: #a1a1a1;
}
.alert.alert-outline-info {
    border-color: #45aaf2;
    color: #45aaf2;
}
.alert.alert-outline-warning {
    border-color: #f7b731;
    color: #f7b731;
}
.alert.alert-outline-danger {
    border-color: #e3324c;
    color: #e3324c;
}
.alert.alert-outline-success {
    border-color: #32b432;
    color: #32b432;
}
.alert.alert-outline-light {
    border-color: #adb6cc;
    color: #adb6cc;
}
.alert.alert-outline-dark {
    border-color: #2c2e3e;
    color: #2c2e3e;
}
.alert.alert-inverse {
    border-color: transparent;
}
.alert.alert-inverse-primary {
    background: #4776e6;
    background: rgba(71, 118, 230, 0.3) !important;
    color: #4776e6;
}
.alert.alert-inverse-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.3) !important;
    color: #a1a1a1;
}
.alert.alert-inverse-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.3) !important;
    color: #45aaf2;
}
.alert.alert-inverse-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.3) !important;
    color: #f7b731;
}
.alert.alert-inverse-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.3) !important;
    color: #e3324c;
}
.alert.alert-inverse-success {
    background: #32b432;
    background: rgba(50, 180, 50, 0.3) !important;
    color: #32b432;
}
.alert.alert-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, 0.7) !important;
    color: #2c2e3e;
}
.alert.alert-inverse-dark {
    background: #2c2e3e;
    background: rgba(44, 46, 62, 0.3) !important;
    color: #2c2e3e;
}
.alert.alert-icon i {
    margin-right: 5px;
}
.alert.alert-dismissible .close {
    opacity: 1;
    text-shadow: none;
    font-size: 1rem;
    padding: 1.25rem;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.alert.alert-dismissible .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}
.alert.alert-dismissible .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    outline: 0;
}
.btn {
    font-weight: 500;
}
.btn {
    font-size: 0.9286rem;
    padding: 0.6rem 1.4rem;
}
.btn-primary {
    background-color: #0d2b9b;
    color: #fff;
    border-color: #7f11dd;
}
.btn-primary:hover {
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-primary:focus {
    background-color: #ff8c00;
    border-color: #ff8c00;
    box-shadow: none;
    color: #fff;
}
.btn-primary:active {
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
     background-color: #2ea76d;
    border-color: #2ea76d;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
     background-color: #2ea76d;
    border-color: #2ea76d;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
}
.btn-secondary {
    background-color: #a1a1a1;
    color: #fff;
    border-color: #a1a1a1;
}
.btn-secondary:hover {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
}
.btn-secondary:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff;
}
.btn-secondary:active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
}
.btn-info {
    background-color: #45aaf2;
    color: #fff;
    border-color: #45aaf2;
}
.btn-info:hover {
    background-color: #1f99ef;
    border-color: #1f99ef;
}
.btn-info:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff;
}
.btn-info:active {
    background-color: #1f99ef;
    border-color: #1f99ef;
}
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
}
.btn-warning {
    background-color: #f7b731;
    color: #fff;
    border-color: #f7b731;
}
.btn-warning:hover {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
}
.btn-warning:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff;
}
.btn-warning:active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
}
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled).active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
}
.btn-danger {
    background-color: #e3324c;
    color: #fff;
    border-color: #e3324c;
}
.btn-danger:hover {
    background-color: #d01c37;
    border-color: #d01c37;
}
.btn-danger:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff;
}
.btn-danger:active {
    background-color: #d01c37;
    border-color: #d01c37;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled).active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
}
.btn-success {
    background-color: #0f5e24;
    color: #fff;
    border-color: #0309c1;
}
.btn-success:hover {
    background-color: #299429;
    border-color: #299429;
}
.btn-success:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff;
}
.btn-success:active {
    background-color: #299429;
    border-color: #299429;
}
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
}
.btn-light {
    background-color: #dce0e9;
    border-color: #dce0e9;
    color: #2c2e3e;
}
.btn-light:hover {
    background-color: #adb6cc;
    border-color: #adb6cc;
}
.btn-light:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
}
.btn-light:active {
    background-color: #adb6cc;
    border-color: #adb6cc;
}
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
    background-color: #d3d8e3;
    border-color: #d3d8e3;
    box-shadow: none;
}
.btn-dark {
    background-color: #2c2e3e;
    color: #fff;
    border-color: #2c2e3e;
}
.btn-dark:hover {
    background-color: #1b1c26;
    border-color: #1b1c26;
}
.btn-dark:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff;
}
.btn-dark:active {
    background-color: #1b1c26;
    border-color: #1b1c26;
}
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled).active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
}
.btn.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}
.btn.btn-square {
    border-radius: 0;
}
.btn.btn-round {
    border-radius: 50px;
}
.btn:focus {
    box-shadow: none;
}
.btn.btn-outline {
    background: 0 0;
}
.btn.btn-outline-primary {
    color: #8e54e9;
    border-color: #8e54e9;
}
.btn.btn-outline-primary:hover {
    background-color: #7630e4;
    border-color: #7630e4;
    color: #fff;
}
.btn.btn-outline-primary:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-primary:active {
    background-color: #7630e4;
    border-color: #7630e4;
    color: #fff;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #7630e4;
    border-color: #7630e4;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-secondary {
    color: #a1a1a1;
    border-color: #a1a1a1;
}
.btn.btn-outline-secondary:hover {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff;
}
.btn.btn-outline-secondary:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-secondary:active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff;
}
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-info {
    color: #45aaf2;
    border-color: #45aaf2;
}
.btn.btn-outline-info:hover {
    background-color: #1f99ef;
    border-color: #1f99ef;
    color: #fff;
}
.btn.btn-outline-info:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-info:active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    color: #fff;
}
.btn.btn-outline-info:not(:disabled):not(.disabled).active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background-color: #1f99ef;
    border-color: #1f99ef;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-warning {
    color: #f7b731;
    border-color: #f7b731;
}
.btn.btn-outline-warning:hover {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
}
.btn.btn-outline-warning:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-warning:active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    color: #fff;
}
.btn.btn-outline-warning:not(:disabled):not(.disabled).active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f5a90a;
    border-color: #f5a90a;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-danger {
    color: #e3324c;
    border-color: #e3324c;
}
.btn.btn-outline-danger:hover {
    background-color: #d01c37;
    border-color: #d01c37;
    color: #fff;
}
.btn.btn-outline-danger:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-danger:active {
    background-color: #d01c37;
    border-color: #d01c37;
    color: #fff;
}
.btn.btn-outline-danger:not(:disabled):not(.disabled).active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #d01c37;
    border-color: #d01c37;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-success {
    color: #32b432;
    border-color: #32b432;
}
.btn.btn-outline-success:hover {
    background-color: #299429;
    border-color: #299429;
    color: #fff;
}
.btn.btn-outline-success:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-success:active {
    background-color: #299429;
    border-color: #299429;
    color: #fff;
}
.btn.btn-outline-success:not(:disabled):not(.disabled).active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    background-color: #299429;
    border-color: #299429;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-light {
    color: #adb6cc;
    border-color: #adb6cc;
}
.btn.btn-outline-light:hover {
    background-color: #adb6cc;
    border-color: #adb6cc;
    color: #2c2e3e;
}
.btn.btn-outline-light:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #2c2e3e;
}
.btn.btn-outline-light:active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    color: #2c2e3e;
}
.btn.btn-outline-light:not(:disabled):not(.disabled).active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #2c2e3e;
}
.btn.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    background-color: #adb6cc;
    border-color: #adb6cc;
    box-shadow: none;
    color: #2c2e3e;
}
.btn.btn-outline-dark {
    color: #2c2e3e;
    border-color: #2c2e3e;
}
.btn.btn-outline-dark:hover {
    background-color: #1b1c26;
    border-color: #1b1c26;
    color: #fff;
}
.btn.btn-outline-dark:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-dark:active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    color: #fff;
}
.btn.btn-outline-dark:not(:disabled):not(.disabled).active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff;
}
.btn.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #1b1c26;
    border-color: #1b1c26;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse {
    border-color: transparent;
}
.btn.btn-inverse-primary {
    /*background: #8e54e9;*/
    background: rgb(233 233 222) !important;
    color: #273b78;
}
.btn.btn-inverse-primary:hover {
    background-color: #273b78 !important;
    border-color: #273b78;
    color: #fff;
}
.btn.btn-inverse-primary:focus {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-primary:active {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    color: #fff;
}
.btn.btn-inverse-primary:not(:disabled):not(.disabled):active {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.1) !important;
    color: #a1a1a1;
}
.btn.btn-inverse-secondary:hover {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    color: #fff;
}
.btn.btn-inverse-secondary:focus {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-secondary:active {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    color: #fff;
}
.btn.btn-inverse-secondary:not(:disabled):not(.disabled):active {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.1) !important;
    color: #45aaf2;
}
.btn.btn-inverse-info:hover {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    color: #fff;
}
.btn.btn-inverse-info:focus {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-info:active {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    color: #fff;
}
.btn.btn-inverse-info:not(:disabled):not(.disabled):active {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-info:not(:disabled):not(.disabled):active:focus {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.1) !important;
    color: #f7b731;
}
.btn.btn-inverse-warning:hover {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    color: #fff;
}
.btn.btn-inverse-warning:focus {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-warning:active {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    color: #fff;
}
.btn.btn-inverse-warning:not(:disabled):not(.disabled):active {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
}
.btn.btn-inverse-danger:hover {
    background-color: #e3324c !important;
    border-color: #e3324c;
    color: #fff;
}
.btn.btn-inverse-danger:focus {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-danger:active {
    background-color: #e3324c !important;
    border-color: #e3324c;
    color: #fff;
}
.btn.btn-inverse-danger:not(:disabled):not(.disabled):active {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-success {
    background: #32b432;
    background: rgba(50, 180, 50, 0.1) !important;
    color: #32b432;
}
.btn.btn-inverse-success:hover {
    background-color: #32b432 !important;
    border-color: #32b432;
    color: #fff;
}
.btn.btn-inverse-success:focus {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-success:active {
    background-color: #32b432 !important;
    border-color: #32b432;
    color: #fff;
}
.btn.btn-inverse-success:not(:disabled):not(.disabled):active {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-success:not(:disabled):not(.disabled):active:focus {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-light {
    background: #eceef3;
    background: rgba(236, 238, 243, 0.7) !important;
    color: #2c2e3e;
}
.btn.btn-inverse-light:hover {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    color: #343a40;
}
.btn.btn-inverse-light:focus {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40;
}
.btn.btn-inverse-light:active {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    color: #343a40;
}
.btn.btn-inverse-light:not(:disabled):not(.disabled):active {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40;
}
.btn.btn-inverse-light:not(:disabled):not(.disabled):active:focus {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #343a40;
}
.btn.btn-inverse-dark {
    background: #2c2e3e;
    background: rgba(44, 46, 62, 0.1) !important;
    color: #2c2e3e;
}
.btn.btn-inverse-dark:hover {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    color: #fff;
}
.btn.btn-inverse-dark:focus {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-dark:active {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    color: #fff;
}
.btn.btn-inverse-dark:not(:disabled):not(.disabled):active {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    box-shadow: none;
    color: #fff;
}
.btn.btn-inverse-dark:not(:disabled):not(.disabled):active:focus {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    box-shadow: none;
    color: #fff;
}
.show > .btn-primary.dropdown-toggle {
    background-color: #8e54e9 !important;
    border-color: #8e54e9;
    box-shadow: none;
    color: #fff;
}
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-secondary.dropdown-toggle {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff;
}
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-info.dropdown-toggle {
    background-color: #45aaf2 !important;
    border-color: #45aaf2;
    box-shadow: none;
    color: #fff;
}
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-warning.dropdown-toggle {
    background-color: #f7b731 !important;
    border-color: #f7b731;
    box-shadow: none;
    color: #fff;
}
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-success.dropdown-toggle {
    background-color: #32b432 !important;
    border-color: #32b432;
    box-shadow: none;
    color: #fff;
}
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-danger.dropdown-toggle {
    background-color: #e3324c !important;
    border-color: #e3324c;
    box-shadow: none;
    color: #fff;
}
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-light.dropdown-toggle {
    background-color: #eceef3 !important;
    border-color: #eceef3;
    box-shadow: none;
    color: #2c2e3e;
}
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-dark-gray.dropdown-toggle {
    background-color: #2c2e3e !important;
    border-color: #2c2e3e;
    box-shadow: none;
    color: #fff;
}
.show > .btn-dark-gray.dropdown-toggle:focus {
    box-shadow: none;
}
.show > .btn-danger.dropdown-toggle,
.show > .btn-dark.dropdown-toggle,
.show > .btn-info.dropdown-toggle,
.show > .btn-light.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-success.dropdown-toggle,
.show > .btn-warning.dropdown-toggle {
    box-shadow: none;
}
.button-list .btn {
    margin: 0.5rem 0.5rem 0.5rem 0;
}
.btn-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
}
.bg-behance {
    background-color: #053eff;
}
.bg-whatsapp {
    background-color: #4fce5d;
}
.bg-facebook-o {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}
.bg-facebook-o:hover {
    background-color: #30487b;
    border-color: #30487b;
    color: #fff;
}
.bg-twitter-o {
    border-color: #00aced;
    background-color: transparent;
    color: #00aced;
}
.bg-twitter-o :hover {
    background-color: #008ec4;
    border-color: #008ec4;
    color: #fff;
}
.bg-linkedin-o {
    border-color: #0077b5;
    background-color: transparent;
    color: #0077b5;
}
.bg-linkedin-o:hover {
    background-color: #005c8c;
    border-color: #005c8c;
    color: #fff;
}
.bg-dribble-o {
    border-color: #c73b65;
    background-color: transparent;
    color: #c73b65;
}
.bg-dribble-o :hover {
    background-color: #a93054;
    border-color: #a93054;
    color: #fff;
}
.bg-googleplus-o {
    border-color: #d34836;
    background-color: transparent;
    color: #d34836;
}
.bg-googleplus-o :hover {
    background-color: #b83928;
    border-color: #b83928;
    color: #fff;
}
.bg-instagram-o {
    border-color: #c32aa3;
    background-color: transparent;
    color: #c32aa3;
}
.bg-instagram-o :hover {
    background-color: #a12387;
    border-color: #a12387;
    color: #fff;
}
.bg-pinterest-o {
    border-color: #c92228;
    background-color: transparent;
    color: #c92228;
}
.bg-pinterest-o :hover {
    background-color: #a61c21;
    border-color: #a61c21;
    color: #fff;
}
.bg-dropbox-o {
    border-color: #3d9ae8;
    background-color: transparent;
    color: #3d9ae8;
}
.bg-dropbox-o :hover {
    background-color: #1b87e1;
    border-color: #1b87e1;
    color: #fff;
}
.bg-flickr-o {
    border-color: #0063dc;
    background-color: transparent;
    color: #0063dc;
}
.bg-flickr-o :hover {
    background-color: #0051b3;
    border-color: #0051b3;
    color: #fff;
}
.bg-tumblr-o {
    border-color: #34526f;
    background-color: transparent;
    color: #34526f;
}
.bg-tumblr-o :hover {
    background-color: #273d53;
    border-color: #273d53;
    color: #fff;
}
.bg-skype-o {
    border-color: #12a5f4;
    background-color: transparent;
    color: #12a5f4;
}
.bg-skype-o :hover {
    background-color: #0a8dd3;
    border-color: #0a8dd3;
    color: #fff;
}
.bg-youtube-o {
    border-color: #c4302b;
    background-color: transparent;
    color: #c4302b;
}
.bg-youtube-o:hover {
    background-color: #a32824;
    border-color: #a32824;
    color: #fff;
}
.bg-github-o {
    border-color: #4078c0;
    background-color: transparent;
    color: #4078c0;
}
.bg-github-o:hover {
    background-color: #3565a2;
    border-color: #3565a2;
    color: #fff;
}
.bg-behance-o {
    border-color: #053eff;
    background-color: transparent;
    color: #053eff;
}
.bg-behance-o :hover {
    background-color: #0032db;
    border-color: #0032db;
    color: #fff;
}
.bg-whatsapp-o {
    border-color: #4fce5d;
    background-color: transparent;
    color: #4fce5d;
}
.bg-whatsapp-o:hover {
    background-color: #35bf44;
    border-color: #35bf44;
    color: #fff;
}
.bg-facebook-inverse {
    background-color: rgba(59, 89, 152, 0.1);
    color: #3b5998;
}
.bg-facebook-inverse:hover {
    background-color: #30487b;
    border-color: #30487b;
    color: #fff;
}
.bg-twitter-inverse {
    background-color: rgba(0, 172, 237, 0.1) !important;
    color: #00aced;
}
.bg-twitter-inverse :hover {
    background-color: #008ec4 !important;
    border-color: #008ec4;
    color: #fff;
}
.bg-linkedin-inverse {
    background-color: rgba(0, 119, 181, 0.1);
    color: #0077b5;
}
.bg-linkedin-inverse:hover {
    background-color: #005c8c;
    border-color: #005c8c;
    color: #fff;
}
.bg-googleplus-inverse {
    background-color: rgba(211, 72, 54, 0.1);
    color: #d34836;
}
.bg-googleplus-inverse:hover {
    background-color: #b83928;
    border-color: #b83928;
    color: #fff;
}
.bg-instagram-inverse {
    background-color: rgba(195, 42, 163, 0.1);
    color: #c32aa3;
}
.bg-instagram-inverse:hover {
    background-color: #a12387;
    border-color: #a12387;
    color: #fff;
}
.bg-pinterest-inverse {
    background-color: rgba(201, 34, 40, 0.1);
    color: #c92228;
}
.bg-pinterest-inverse:hover {
    background-color: #a61c21;
    border-color: #a61c21;
    color: #fff;
}
.bg-dropbox-inverse {
    background-color: rgba(61, 154, 232, 0.1);
    color: #3d9ae8;
}
.bg-dropbox-inverse:hover {
    background-color: #1b87e1;
    border-color: #1b87e1;
    color: #fff;
}
.bg-tumblr-inverse {
    background-color: rgba(52, 82, 111, 0.1);
    color: #34526f;
}
.bg-tumblr-inverse:hover {
    background-color: #273d53;
    border-color: #273d53;
    color: #fff;
}
.bg-skype-inverse {
    background-color: rgba(18, 165, 244, 0.1);
    color: #12a5f4;
}
.bg-skype-inverse:hover {
    background-color: #0a8dd3;
    border-color: #0a8dd3;
    color: #fff;
}
.bg-youtube-inverse {
    background-color: rgba(196, 48, 43, 0.1);
    color: #c4302b;
}
.bg-youtube-inverse:hover {
    background-color: #a32824;
    border-color: #a32824;
    color: #fff;
}
.bg-github-inverse {
    background-color: rgba(64, 120, 192, 0.1);
    color: #4078c0;
}
.bg-github-inverse:hover {
    background-color: #3565a2;
    border-color: #3565a2;
    color: #fff;
}
.bg-behance-inverse {
    background-color: rgba(5, 62, 255, 0.1);
    color: #053eff;
}
.bg-behance-inverse:hover {
    background-color: #0032db;
    border-color: #0032db;
    color: #fff;
}
.bg-whatsapp-inverse {
    background-color: rgba(79, 206, 93, 0.1);
    color: #4fce5d;
}
.bg-whatsapp-inverse:hover {
    background-color: #35bf44;
    border-color: #35bf44;
    color: #fff;
}
.bg-facebook:hover {
    background-color: #30487b !important;
    border-color: #30487b;
    color: #fff;
}
.bg-twitter:hover {
    background-color: #008ec4 !important;
    border-color: #008ec4;
    color: #fff;
}
.bg-linkedin:hover {
    background-color: #005c8c !important;
    border-color: #005c8c;
    color: #fff;
}
.bg-dribble:hover {
    background-color: #a93054 !important;
    border-color: #a93054;
    color: #fff;
}
.bg-googleplus:hover {
    background-color: #b83928 !important;
    border-color: #b83928;
    color: #fff;
}
.bg-instagram:hover {
    background-color: #a12387 !important;
    border-color: #a12387;
    color: #fff;
}
.bg-pinterest:hover {
    background-color: #a61c21 !important;
    border-color: #a61c21;
    color: #fff;
}
.bg -dropbox:hover {
    background-color: #1b87e1 !important;
    border-color: #1b87e1;
    color: #fff;
}
.bg-flickr:hover {
    background-color: #0051b3 !important;
    border-color: #0051b3;
    color: #fff;
}
.bg-tumblr:hover {
    background-color: #273d53 !important;
    border-color: #273d53;
    color: #fff;
}
.bg-skype:hover {
    background-color: #0a8dd3 !important;
    border-color: #0a8dd3;
    color: #fff;
}
.bg-github:hover {
    background-color: #3565a2 !important;
    border-color: #3565a2;
    color: #fff;
}
.bg-whatsapp:hover {
    background-color: #35bf44 !important;
    border-color: #35bf44;
    color: #fff;
}
.btn-social-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.btn-social-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.btn-social.btn-social-lg {
    font-size: 2rem;
}
.btn-social.btn-social-sm {
    font-size: 1rem;
}
.btn.btn-xs {
    padding: 0.1rem 0.8rem;
    font-size: 12px;
}
.btn-group-sm > .btn,
.btn.btn-sm {
    padding: 0.4rem 0.9rem;
    font-size: 12px;
}
.btn.btn-xl {
    padding: 1rem 1.4rem;
}
.btn.btn-icon.btn-xs {
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    font-size: 10px;
}
.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.btn.btn-icon.btn-xl {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.btn-badge {
    margin-bottom: 3px;
}
.progress-bar {
    background-color: #8e54e9;
}
.progressbar-contant .progress {
    height: 20px;
}
.nav .nav-item .nav-link.active {
    color: #8e54e9;
}
.nav .nav-item .nav-link.disabled {
    opacity: 0.5;
}
.nav .nav-link.active {
    color: #8e54e9;
}
.nav .nav-link.disabled {
    opacity: 0.5;
}
.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #8e54e9;
}
.nav-pills .nav-item .nav-link.disabled {
    color: #a6a9b7;
    opacity: 0.7;
}
.nav-pills .nav-link {
    margin-right: 3px;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #8e54e9;
}
.nav-pills .nav-link.disabled {
    color: #a6a9b7;
    opacity: 0.7;
}
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8e54e9;
}
.list-group-contant .list-group-item.disabled 
{
    cursor: not-allowed;
    opacity: 0.6;
}
.list-group-contant .list-group-item:hover 
{
    background-color: #f2f4f7;
}
.list-group-contant .list-group-item.active 
{
    background-color: #8e54e9;
    border-color: #8e54e9;
}
.list-group-contant .list-group-1 .list-group-item 
{
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.list-group-item-primary 
{
    background: #8e54e9;
}
.list-group-item-secondary 
{
    background: #a1a1a1;
}
.list-group-item-success 
{
    background: #32b432;
}
.list-group-item-danger 
{
    background: #e3324c;
}
.list-group-item-warning 
{
    background: #f7b731;
}
.list-group-item-info 
{
    background: #45aaf2;
}
.list-group-item-light 
{
    background: #f8f9fa;
}
.list-group-item-dark 
{
    background: #343a40;
}
.page-link 
{
    color: #273b78;
}
.page-link:focus,
.page-link:hover 
{
    box-shadow: none;
    color: #8e54e9;
}
.page-item.active .page-link {
    background-color: #0d2b9b;
    border-color: #0d2b9b;
}
.checkbox.checbox-switch {
    padding-left: 0;
}
.checkbox.checbox-switch label {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input {
    display: none;
}
.checkbox.checbox-switch label span {
    width: 55px;
    border-radius: 20px;
    height: 28px;
    border: 1px solid #eee;
    background-color: #fff;
    border-color: #eee;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span::before {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox.checbox-switch label > input:checked + span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked + span:before {
    left: 26px;
}
.checkbox.checbox-switch label > input:checked:disabled + span {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    box-shadow: #a1a1a1 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span {
    background-color: #e8ebee;
    border-color: #fff;
}
.checkbox.checbox-switch label > input:disabled + span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.checkbox.checbox-switch.switch-light label > input:checked + span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked + span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked + span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0 0 0 8px inset;
}
.checkbox.checbox-switch.switch-danger label > input:checked + span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0 0 0 8px inset;
}
.checkbox.checbox-switch.switch-primary label > input:checked + span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0 0 0 8px inset;
}
.checkbox.checbox-switch.switch-info label > input:checked + span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0 0 0 8px inset;
}
.checkbox.checbox-switch.switch-warning label > input:checked + span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0 0 0 8px inset;
}
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox-inline.checbox-switch span {
    width: 55px;
    border-radius: 20px;
    height: 28px;
    border: 1px solid #eee;
    background-color: #fff;
    border-color: #eee;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox-inline.checbox-switch span::before {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: #b4b6b7;
    border-color: #b4b6b7;
    box-shadow: #b4b6b7 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 26px;
}
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    box-shadow: #a1a1a1 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: #e8ebee;
    border-color: #fff;
}
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: #f8f9fa;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: #f8f9fa 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: #343a40 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: #646668;
    border-color: #646668;
    box-shadow: #646668 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: #28a745 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: #99d9a8;
    border-color: #99d9a8;
    box-shadow: #99d9a8 0 0 0 8px inset;
}
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: #c82333;
    border-color: #c82333;
    box-shadow: #c82333 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: #d87781;
    border-color: #d87781;
    box-shadow: #d87781 0 0 0 8px inset;
}
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: #0069d9 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: #6da3dd;
    border-color: #6da3dd;
    box-shadow: #6da3dd 0 0 0 8px inset;
}
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: #17a2b8 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: #66c0ce;
    border-color: #66c0ce;
    box-shadow: #66c0ce 0 0 0 8px inset;
}
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: #ffc107 0 0 0 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: #e2c366;
    border-color: #e2c366;
    box-shadow: #e2c366 0 0 0 8px inset;
}
.tab .nav.nav-tabs {
    border-bottom: 0;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .tab .nav.nav-tabs {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .tab .nav.nav-tabs {
        display: block;
    }
}
.tab .nav.nav-tabs li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .tab .nav.nav-tabs li {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .tab .nav.nav-tabs li {
        display: block;
    }
}
.tab .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    border-radius: 0;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #323232;
    border: 1px solid #eee;
}
.tab .nav.nav-tabs li a.active {
    background: #8e54e9;
    color: #fff;
    border-color: transparent;
}
.tab .nav.nav-tabs li a.active:focus,
.tab .nav.nav-tabs li a.active:hover {
    background: #8e54e9;
    color: #fff;
    border-color: transparent;
}
.tab .nav.nav-tabs li a i {
    padding-right: 5px;
}
.nav-border .nav.nav-tabs li a {
    margin-right: 0;
    border: 1px solid #eee;
    background: 0 0;
}
.nav-border .nav.nav-tabs li a.active {
    color: #fff;
    background: #8e54e9;
    border-color: #8e54e9;
}
.nav-border .nav.nav-tabs li a.active:focus,
.nav-border .nav.nav-tabs li a.active:hover {
    color: #fff;
    background: #8e54e9;
    border-color: #8e54e9;
}
.tab-border .nav.nav-tabs {
    margin-bottom: 0;
}
.tab-border .nav.nav-tabs li a.active {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 1px solid #fff;
}
.tab-border .nav.nav-tabs li a.active:focus,
.tab-border .nav.nav-tabs li a.active:hover {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 1px solid #fff;
}
.tab-border .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    margin-top: -1px;
}
.nav-center .nav.nav-tabs {
    text-align: center;
    display: block;
}
.nav-right .nav.nav-tabs {
    text-align: right;
    display: block;
}
.nav-right .tab-content {
    text-align: right;
}
.round .nav.nav-tabs li {
    margin-bottom: 5px;
}
.round .nav.nav-tabs li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #323232;
}
.shadow .nav.nav-tabs li a.active {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.shadow .nav.nav-tabs li a.active:focus,
.shadow .nav.nav-tabs li a.active:hover {
    color: #8e54e9;
    background: #fff !important;
    border-color: #eee;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.tab-vertical .nav-tabs {
    float: left;
    width: 25%;
}
.tab-vertical .nav.nav-tabs li {
    display: block;
    width: 100%;
}
.tab-vertical .nav.nav-tabs li a {
    border-right: 0;
    border-top: 0;
    padding: 14px 30px;
}
.tab-vertical .nav.nav-tabs li a.active {
    border-bottom: 1px solid #eee;
}
.tab-vertical .nav.nav-tabs li a.active:focus,
.tab-vertical .nav.nav-tabs li a.active:hover {
    border-bottom: 1px solid #eee;
}
.tab-vertical .nav.nav-tabs li:first-child a {
    border-top: 1px solid #eee;
}
.tab-vertical .tab-content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    margin-left: 25%;
    line-height: 30px;
    margin-top: 0;
}
.tab-vertical .tab-content p {
    line-height: 30px;
}
.tabs-contant .tab .nav.nav-tabs li a {
    padding: 12px 20px;
}
.tab.nav-bt .nav.nav-tabs li a.active {
    background: #fff;
    border-top: 3px solid #8e54e9;
    color: #8e54e9;
}
.tab.nav-bt .nav.nav-tabs li a.active:first-child {
    border-left: 1px solid #eee;
}
.tab.nav-bt .nav.nav-tabs li a.active:last-child {
    border-right: 1px solid #eee;
}
.tab.nav-center .nav.nav-tabs li {
    margin-left: -4px;
}
.tab.nav-right .nav.nav-tabs li {
    margin-left: -4px;
}
.tab.nav-border-bottom .nav.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.tab.nav-border-bottom .nav.nav-tabs li a {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.tab.nav-border-bottom .nav.nav-tabs li a.active,
.tab.nav-border-bottom .nav.nav-tabs li a:hover {
    border-color: #8e54e9;
    background: 0 0;
    color: #8e54e9;
}
@media (max-width: 575px) and (min-width: 320px) {
    .tabs-contant .tab .nav.nav-tabs li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .tabs-contant .tab-vertical .nav-tabs {
        float: none;
        width: 100%;
    }
    .tabs-contant .tab-vertical .tab-content {
        margin-left: 0;
    }
}
.mfp-bg {
    z-index: 1052;
}
.mfp-wrap {
    z-index: 1052;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    outline: 0;
}
.nestable-contant .dd-handle {
    background: 0 0;
    border-color: #dee2e6;
    height: 40px;
    padding: 10px 10px;
}
.nestable-contant .dd-handle:focus,
.nestable-contant .dd-handle:hover {
    color: #8e54e9;
}
.nestable-contant .dd3-content {
    height: 40px;
    padding: 10px 10px 10px 40px;
}
.nestable-contant .dd3-content:hover {
    color: #8e54e9;
}
.nestable-contant #nestable2 .dd-handle {
    background: #8e54e9;
    border: 1px solid #8e54e9;
    color: #fff;
}
.nestable-contant #nestable2 .dd-item > button:before {
    color: #fff;
}
.dd-item > button:before {
    top: 9px;
}
.dd3-handle {
    font-size: 0;
}
.dd3-handle:before {
    top: 8px;
}
.dd {
    max-width: 100%;
}
.modal-backdrop {
    z-index: 1051;
}
@media (max-width: 479px) and (min-width: 320px) {
    .media-contant .media {
        display: block;
    }
}
#toastrOptions {
    background: #f6f7f8;
    padding: 30px;
}
.toast-success {
    background-color: #32b432;
}
.toast-error {
    background-color: #e3324c;
}
.toast-info {
    background-color: #45aaf2;
}
.toast-warning {
    background-color: #f7b731;
}
.swal2-actions .swal2-confirm {
    background-color: #32b432 !important;
}
.swal2-actions .swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-popup .swal2-close {
    display: none !important;
}
.grid-sistema .row div {
    padding: 1rem 1.5rem;
    border: 1px solid #dee2e6;
}
.fc-button {
    background: #eceef3;
    border: none;
    color: #686868;
    text-transform: capitalize;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}
.fc-button:focus {
    outline: 0;
}
.fc-button:active {
    outline: 0;
}
.fc-state-active {
    background: #338964;
    color: #fff;
}
.fc-today-button {
    background: #338964;
    color: #fff;
}
.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 10px 10px 40px;
    text-align: left;
    position: relative;
}
.fc-event:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 10px;
    left: 15px;
}
.fc-event-primary {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.2) !important;
    color: #8e54e9;
}
.fc-event-primary:before {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.8) !important;
}
.fc-event-primary:hover {
    color: #8e54e9;
}
.fc-event-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.2) !important;
    color: #f7b731;
}
.fc-event-warning:before {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.8) !important;
}
.fc-event-warning:hover {
    color: #f7b731;
}
.fc-event-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.2) !important;
    color: #e3324c;
}
.fc-event-danger:before {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.8) !important;
}
.fc-event-danger:hover {
    color: #e3324c;
}
.fc-event-success {
    background: #32b432;
    background: rgba(50, 180, 50, 0.2) !important;
    color: #32b432;
}
.fc-event-success:before {
    background: #32b432;
    background: rgba(50, 180, 50, 0.8) !important;
}
.fc-event-success:hover {
    color: #32b432;
}
.fc-widget-content .fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: relative;
}
.fc-widget-content .fc-event:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 10px;
    left: 15px;
}
.fc-widget-content .fc-event-primary .fc-title {
    color: #8e54e9;
}
.fc-widget-content .fc-event-warning .fc-title {
    color: #f7b731;
}
.fc-widget-content .fc-event-danger .fc-title {
    color: #e3324c;
}
.fc-widget-content .fc-event-success .fc-title {
    color: #32b432;
}
.fc-event-dot {
    background-color: #8e54e9;
}
.fc-day-grid-event .fc-time,
.fc-day-grid-event .fc-title {
    color: #fff;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e8edf1;
}
.fc-unthemed .fc-list-heading td {
    border-color: #e8edf1;
    background: #f8f9fa;
}
.fc-unthemed .fc-list-item:hover td {
    background-color: #f8f9fa;
}
.fc-toolbar .fc-center h2 {
    font-size: 1.5rem;
}
.fc-list-table .fc-widget-header {
    background: #f8f9fa;
}
@media (max-width: 767px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: inline-block;
        clear: both;
        text-align: center;
    }
    .fc-toolbar .fc-button {
        padding: 8px 32px !important;
    }
    .fc-toolbar .fc-center {
        display: block;
    }
    .fc-toolbar .fc-center h2 {
        float: none;
        margin-top: 0.5rem;
        font-size: 1.8rem;
    }
    .top-bar .navigation
    {
        background: #fff;
    }
    .top-bar .navbar .nav-link
    {
        color: #000;
    }
    .top-bar .navbar .nav-link:hover {
    color: #5d5a35;
}



}
@media (max-width: 479px) {
    .fc-right .fc-button-group fc-button {
        padding: 6px 25px !important;
    }
}
@media (max-width: 400px) {
    .fc-left .fc-button {
        padding: 6px 28px !important;
    }
    .fc-right .fc-button-group .fc-button {
        padding: 6px 22px !important;
    }
}
@media (max-width: 390px) and (min-width: 320px) {
    .fc-right .fc-button-group .fc-button {
        padding: 6px 10px !important;
    }
}
@media (max-width: 360px) {
    .fc-left .fc-button {
        padding: 6px 19px !important;
    }
    .fc-right .fc-button-group .fc-button {
        padding: 6px 13px !important;
    }
}
.app-chat-sidebar-user {
    max-height: 682px;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item {
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item:hover {
    background-color: #f7f7f7;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item:last-child {
    border: none;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item .d-flex {
    padding: 1rem 1.5rem;
    align-items: center;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item .bg-img {
    margin-right: 20px;
}
.app-chat-sidebar-user .active {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
}
.app-chat-sidebar-user .active h5,
.app-chat-sidebar-user .active small {
    color: #fff;
}
.app-chat-msg-chat {
    max-height: 600px;
    overflow-y: hidden;
    outline: 0;
}
.app-chat-msg-chat .chat {
    display: flex;
}
.app-chat-msg-chat .chat .chat-img {
    margin-right: 16px;
}
.app-chat-msg-chat .chat .chat-img .bg-img {
    width: 45px;
    height: 45px;
}
.app-chat-msg-chat .chat .chat-msg .chat-msg-content {
    position: relative;
}
.app-chat-msg-chat .chat .chat-msg .chat-msg-content,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
    background-color: #f7f7f7;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.app-chat-msg-chat .chat .chat-msg .chat-msg-content:first-child::before,
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 8px solid transparent;
    right: auto;
    left: -16px;
    border-right-color: #f7f7f7;
    border-left-color: transparent;
}
.app-chat-msg-chat .chat-left .chat-img {
    margin-left: 16px;
}
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content {
    color: #8e54e9 !important;
    background-color: #8e54e9 !important;
    margin-right: 8px;
}
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content p {
    color: #fff;
}
.app-chat-msg-chat .chat-left .chat-msg .chat-msg-content:first-child::before {
    right: -16px;
    left: auto;
    border-left-color: #8e54e9 !important;
    border-right-color: transparent;
}
.app-chat-sidebar .app-chat-sidebar-search.pb-4 {
    padding-bottom: 1.4rem !important;
}
.app-chat-sidebar-user {
    max-height: 600px;
    overflow-y: hidden;
    outline: 0;
}
.app-chat-sidebar-user .app-chat-sidebar-user-item .bg-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
}
.bg-img img {
    border-radius: 50%;
}
.bg-img .bg-img-status {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #fff;
}
.app-chat-msg-btn .btn {
    padding: 0.6rem 1rem;
}
.app-chat-msg-btn .btn:focus {
    box-shadow: none;
}
.app-chat-sidebar .app-chat-sidebar-search .form-control {
    height: 50px;
    padding: 0.375rem 1.4rem;
}
.app-chat-sidebar .app-chat-sidebar-search .input-group-text {
    padding: 0.375rem 1.4rem;
}
.app-chat-sidebar .app-chat-sidebar-search .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.app-chat-type {
    padding: 1.5rem !important;
    background-color: #f7f7f7;
}
.app-chat-type .form-control {
    height: 50px;
    padding: 0.375rem 1.4rem;
}
.app-chat-type .input-group-text {
    padding: 0.375rem 1.4rem;
}
.app-chat-type .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mail-sidebar {
    border-right: 1px solid #dee2e6;
    height: 100%;
}
.mail-sidebar span span i {
    font-size: 16px;
    width: 30px;
    display: block;
    height: auto;
}
.mail-sidebar ul {
    list-style: none;
}
.mail-sidebar ul li:hover i,
.mail-sidebar ul li:hover p {
    color: #8e54e9 !important;
}
.mail-sidebar ul li a:focus i,
.mail-sidebar ul li a:focus p {
    color: #8e54e9 !important;
}
.mail-sidebar .mail-sidebar-title {
    padding: 0.9rem 0 0.8rem 0;
    border-bottom: 1px solid #dee2e6;
}
.mail-msg-item-titel {
    display: flex;
    align-items: center;
}
.mail-msg {
    max-height: 747px;
    overflow: hidden;
    outline: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .mail-msg {
        max-height: 450px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .mail-msg {
        max-height: 410px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .mail-msg {
        max-height: 435px;
    }
}
.mail-msg-item {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}
.mail-msg-item:hover {
    background-color: #f7f7f7;
}
.mail-msg-item:last-child {
    border-bottom: 0;
}
.mail-msg-item .bg-img {
    width: 45px;
    height: 45px;
}
.mail-search .form-group {
    position: relative;
}
.mail-search .form-group i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
}
.mail-search .form-group .form-control {
    height: 41px;
}
.mail-contant .mail-f {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.icon-list .icon-wrap {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    color: #a6a9b7;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.p-20 {
    padding: 1.429rem!important;
}
.icon-list .icon-wrap i {
    display: block;
    margin-bottom: 15px;
    font-size: 2.571rem;
    color: #8e54e9;
}
.icon-list .icon-wrap:hover {
    background: #eceef3;
}
.icon-list .icon-wrap:hover i {
    color: #8e54e9;
}
@font-face {
    font-family: feather;
    src: url(../fonts/feather.eot);
    src: url(../fonts/featherd41d.eot?#iefix) format("eot"), url(../fonts/feather.woff) format("woff"), url(../fonts/feather.ttf) format("truetype"), url(../fonts/feather.svg#feather) format("svg");
}
.fe {
    font-family: feather;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
}
.fe-alert-octagon:before {
    content: "\e81b";
}
.fe-alert-circle:before {
    content: "\e81c";
}
.fe-activity:before {
    content: "\e81d";
}
.fe-alert-triangle:before {
    content: "\e81e";
}
.fe-align-center:before {
    content: "\e81f";
}
.fe-airplay:before {
    content: "\e820";
}
.fe-align-justify:before {
    content: "\e821";
}
.fe-align-left:before {
    content: "\e822";
}
.fe-align-right:before {
    content: "\e823";
}
.fe-arrow-down-left:before {
    content: "\e824";
}
.fe-arrow-down-right:before {
    content: "\e825";
}
.fe-anchor:before {
    content: "\e826";
}
.fe-aperture:before {
    content: "\e827";
}
.fe-arrow-left:before {
    content: "\e828";
}
.fe-arrow-right:before {
    content: "\e829";
}
.fe-arrow-down:before {
    content: "\e82a";
}
.fe-arrow-up-left:before {
    content: "\e82b";
}
.fe-arrow-up-right:before {
    content: "\e82c";
}
.fe-arrow-up:before {
    content: "\e82d";
}
.fe-award:before {
    content: "\e82e";
}
.fe-bar-chart:before {
    content: "\e82f";
}
.fe-at-sign:before {
    content: "\e830";
}
.fe-bar-chart-2:before {
    content: "\e831";
}
.fe-battery-charging:before {
    content: "\e832";
}
.fe-bell-off:before {
    content: "\e833";
}
.fe-battery:before {
    content: "\e834";
}
.fe-bluetooth:before {
    content: "\e835";
}
.fe-bell:before {
    content: "\e836";
}
.fe-book:before {
    content: "\e837";
}
.fe-briefcase:before {
    content: "\e838";
}
.fe-camera-off:before {
    content: "\e839";
}
.fe-calendar:before {
    content: "\e83a";
}
.fe-bookmark:before {
    content: "\e83b";
}
.fe-box:before {
    content: "\e83c";
}
.fe-camera:before {
    content: "\e83d";
}
.fe-check-circle:before {
    content: "\e83e";
}
.fe-check:before {
    content: "\e83f";
}
.fe-check-square:before {
    content: "\e840";
}
.fe-cast:before {
    content: "\e841";
}
.fe-chevron-down:before {
    content: "\e842";
}
.fe-chevron-left:before {
    content: "\e843";
}
.fe-chevron-right:before {
    content: "\e844";
}
.fe-chevron-up:before {
    content: "\e845";
}
.fe-chevrons-down:before {
    content: "\e846";
}
.fe-chevrons-right:before {
    content: "\e847";
}
.fe-chevrons-up:before {
    content: "\e848";
}
.fe-chevrons-left:before {
    content: "\e849";
}
.fe-circle:before {
    content: "\e84a";
}
.fe-clipboard:before {
    content: "\e84b";
}
.fe-chrome:before {
    content: "\e84c";
}
.fe-clock:before {
    content: "\e84d";
}
.fe-cloud-lightning:before {
    content: "\e84e";
}
.fe-cloud-drizzle:before {
    content: "\e84f";
}
.fe-cloud-rain:before {
    content: "\e850";
}
.fe-cloud-off:before {
    content: "\e851";
}
.fe-codepen:before {
    content: "\e852";
}
.fe-cloud-snow:before {
    content: "\e853";
}
.fe-compass:before {
    content: "\e854";
}
.fe-copy:before {
    content: "\e855";
}
.fe-corner-down-right:before {
    content: "\e856";
}
.fe-corner-down-left:before {
    content: "\e857";
}
.fe-corner-left-down:before {
    content: "\e858";
}
.fe-corner-left-up:before {
    content: "\e859";
}
.fe-corner-up-left:before {
    content: "\e85a";
}
.fe-corner-up-right:before {
    content: "\e85b";
}
.fe-corner-right-down:before {
    content: "\e85c";
}
.fe-corner-right-up:before {
    content: "\e85d";
}
.fe-cpu:before {
    content: "\e85e";
}
.fe-credit-card:before {
    content: "\e85f";
}
.fe-crosshair:before {
    content: "\e860";
}
.fe-disc:before {
    content: "\e861";
}
.fe-delete:before {
    content: "\e862";
}
.fe-download-cloud:before {
    content: "\e863";
}
.fe-download:before {
    content: "\e864";
}
.fe-droplet:before {
    content: "\e865";
}
.fe-edit-2:before {
    content: "\e866";
}
.fe-edit:before {
    content: "\e867";
}
.fe-edit-3:before {
    content: "\e868";
}
.fe-external-link:before {
    content: "\e869";
}
.fe-eye:before {
    content: "\e86a";
}
.fe-feather:before {
    content: "\e86b";
}
.fe-facebook:before {
    content: "\e86c";
}
.fe-file-minus:before {
    content: "\e86d";
}
.fe-eye-off:before {
    content: "\e86e";
}
.fe-fast-forward:before {
    content: "\e86f";
}
.fe-file-text:before {
    content: "\e870";
}
.fe-film:before {
    content: "\e871";
}
.fe-file:before {
    content: "\e872";
}
.fe-file-plus:before {
    content: "\e873";
}
.fe-folder:before {
    content: "\e874";
}
.fe-filter:before {
    content: "\e875";
}
.fe-flag:before {
    content: "\e876";
}
.fe-globe:before {
    content: "\e877";
}
.fe-grid:before {
    content: "\e878";
}
.fe-heart:before {
    content: "\e879";
}
.fe-home:before {
    content: "\e87a";
}
.fe-github:before {
    content: "\e87b";
}
.fe-image:before {
    content: "\e87c";
}
.fe-inbox:before {
    content: "\e87d";
}
.fe-layers:before {
    content: "\e87e";
}
.fe-info:before {
    content: "\e87f";
}
.fe-instagram:before {
    content: "\e880";
}
.fe-layout:before {
    content: "\e881";
}
.fe-link-2:before {
    content: "\e882";
}
.fe-life-buoy:before {
    content: "\e883";
}
.fe-link:before {
    content: "\e884";
}
.fe-log-in:before {
    content: "\e885";
}
.fe-list:before {
    content: "\e886";
}
.fe-lock:before {
    content: "\e887";
}
.fe-log-out:before {
    content: "\e888";
}
.fe-loader:before {
    content: "\e889";
}
.fe-mail:before {
    content: "\e88a";
}
.fe-maximize-2:before {
    content: "\e88b";
}
.fe-map:before {
    content: "\e88c";
}
.fe-map-pin:before {
    content: "\e88e";
}
.fe-menu:before {
    content: "\e88f";
}
.fe-message-circle:before {
    content: "\e890";
}
.fe-message-square:before {
    content: "\e891";
}
.fe-minimize-2:before {
    content: "\e892";
}
.fe-mic-off:before {
    content: "\e893";
}
.fe-minus-circle:before {
    content: "\e894";
}
.fe-mic:before {
    content: "\e895";
}
.fe-minus-square:before {
    content: "\e896";
}
.fe-minus:before {
    content: "\e897";
}
.fe-moon:before {
    content: "\e898";
}
.fe-monitor:before {
    content: "\e899";
}
.fe-more-vertical:before {
    content: "\e89a";
}
.fe-more-horizontal:before {
    content: "\e89b";
}
.fe-move:before {
    content: "\e89c";
}
.fe-music:before {
    content: "\e89d";
}
.fe-navigation-2:before {
    content: "\e89e";
}
.fe-navigation:before {
    content: "\e89f";
}
.fe-octagon:before {
    content: "\e8a0";
}
.fe-package:before {
    content: "\e8a1";
}
.fe-pause-circle:before {
    content: "\e8a2";
}
.fe-pause:before {
    content: "\e8a3";
}
.fe-percent:before {
    content: "\e8a4";
}
.fe-phone-call:before {
    content: "\e8a5";
}
.fe-phone-forwarded:before {
    content: "\e8a6";
}
.fe-phone-missed:before {
    content: "\e8a7";
}
.fe-phone-off:before {
    content: "\e8a8";
}
.fe-phone-incoming:before {
    content: "\e8a9";
}
.fe-phone:before {
    content: "\e8aa";
}
.fe-phone-outgoing:before {
    content: "\e8ab";
}
.fe-pie-chart:before {
    content: "\e8ac";
}
.fe-play-circle:before {
    content: "\e8ad";
}
.fe-play:before {
    content: "\e8ae";
}
.fe-plus-square:before {
    content: "\e8af";
}
.fe-plus-circle:before {
    content: "\e8b0";
}
.fe-plus:before {
    content: "\e8b1";
}
.fe-pocket:before {
    content: "\e8b2";
}
.fe-printer:before {
    content: "\e8b3";
}
.fe-power:before {
    content: "\e8b4";
}
.fe-radio:before {
    content: "\e8b5";
}
.fe-repeat:before {
    content: "\e8b6";
}
.fe-refresh-ccw:before {
    content: "\e8b7";
}
.fe-rewind:before {
    content: "\e8b8";
}
.fe-rotate-ccw:before {
    content: "\e8b9";
}
.fe-refresh-cw:before {
    content: "\e8ba";
}
.fe-rotate-cw:before {
    content: "\e8bb";
}
.fe-save:before {
    content: "\e8bc";
}
.fe-search:before {
    content: "\e8bd";
}
.fe-server:before {
    content: "\e8be";
}
.fe-scissors:before {
    content: "\e8bf";
}
.fe-share-2:before {
    content: "\e8c0";
}
.fe-share:before {
    content: "\e8c1";
}
.fe-shield:before {
    content: "\e8c2";
}
.fe-settings:before {
    content: "\e8c3";
}
.fe-skip-back:before {
    content: "\e8c4";
}
.fe-shuffle:before {
    content: "\e8c5";
}
.fe-sidebar:before {
    content: "\e8c6";
}
.fe-skip-forward:before {
    content: "\e8c7";
}
.fe-slack:before {
    content: "\e8c8";
}
.fe-slash:before {
    content: "\e8c9";
}
.fe-smartphone:before {
    content: "\e8ca";
}
.fe-square:before {
    content: "\e8cb";
}
.fe-speaker:before {
    content: "\e8cc";
}
.fe-star:before {
    content: "\e8cd";
}
.fe-stop-circle:before {
    content: "\e8ce";
}
.fe-sun:before {
    content: "\e8cf";
}
.fe-sunrise:before {
    content: "\e8d0";
}
.fe-tablet:before {
    content: "\e8d1";
}
.fe-tag:before {
    content: "\e8d2";
}
.fe-sunset:before {
    content: "\e8d3";
}
.fe-target:before {
    content: "\e8d4";
}
.fe-thermometer:before {
    content: "\e8d5";
}
.fe-thumbs-up:before {
    content: "\e8d6";
}
.fe-thumbs-down:before {
    content: "\e8d7";
}
.fe-toggle-left:before {
    content: "\e8d8";
}
.fe-toggle-right:before {
    content: "\e8d9";
}
.fe-trash-2:before {
    content: "\e8da";
}
.fe-trash:before {
    content: "\e8db";
}
.fe-trending-up:before {
    content: "\e8dc";
}
.fe-trending-down:before {
    content: "\e8dd";
}
.fe-triangle:before {
    content: "\e8de";
}
.fe-type:before {
    content: "\e8df";
}
.fe-twitter:before {
    content: "\e8e0";
}
.fe-upload:before {
    content: "\e8e1";
}
.fe-umbrella:before {
    content: "\e8e2";
}
.fe-upload-cloud:before {
    content: "\e8e3";
}
.fe-unlock:before {
    content: "\e8e4";
}
.fe-user-check:before {
    content: "\e8e5";
}
.fe-user-minus:before {
    content: "\e8e6";
}
.fe-user-plus:before {
    content: "\e8e7";
}
.fe-user-x:before {
    content: "\e8e8";
}
.fe-user:before {
    content: "\e8e9";
}
.fe-users:before {
    content: "\e8ea";
}
.fe-video-off:before {
    content: "\e8eb";
}
.fe-video:before {
    content: "\e8ec";
}
.fe-voicemail:before {
    content: "\e8ed";
}
.fe-volume-x:before {
    content: "\e8ee";
}
.fe-volume-2:before {
    content: "\e8ef";
}
.fe-volume-1:before {
    content: "\e8f0";
}
.fe-volume:before {
    content: "\e8f1";
}
.fe-watch:before {
    content: "\e8f2";
}
.fe-wifi:before {
    content: "\e8f3";
}
.fe-x-square:before {
    content: "\e8f4";
}
.fe-wind:before {
    content: "\e8f5";
}
.fe-x:before {
    content: "\e8f6";
}
.fe-x-circle:before {
    content: "\e8f7";
}
.fe-zap:before {
    content: "\e8f8";
}
.fe-zoom-in:before {
    content: "\e8f9";
}
.fe-zoom-out:before {
    content: "\e8fa";
}
.fe-command:before {
    content: "\e8fb";
}
.fe-cloud:before {
    content: "\e8fc";
}
.fe-hash:before {
    content: "\e8fd";
}
.fe-headphones:before {
    content: "\e8fe";
}
.fe-underline:before {
    content: "\e8ff";
}
.fe-italic:before {
    content: "\e900";
}
.fe-bold:before {
    content: "\e901";
}
.fe-crop:before {
    content: "\e902";
}
.fe-help-circle:before {
    content: "\e903";
}
.fe-paperclip:before {
    content: "\e904";
}
.fe-shopping-cart:before {
    content: "\e905";
}
.fe-tv:before {
    content: "\e906";
}
.fe-wifi-off:before {
    content: "\e907";
}
.fe-minimize:before {
    content: "\e88d";
}
.fe-maximize:before {
    content: "\e908";
}
.fe-gitlab:before {
    content: "\e909";
}
.fe-sliders:before {
    content: "\e90a";
}
.fe-star-on:before {
    content: "\e90b";
}
.fe-heart-on:before {
    content: "\e90c";
}
.fe-archive:before {
    content: "\e90d";
}
.fe-arrow-down-circle:before {
    content: "\e90e";
}
.fe-arrow-up-circle:before {
    content: "\e90f";
}
.fe-arrow-left-circle:before {
    content: "\e910";
}
.fe-arrow-right-circle:before {
    content: "\e911";
}
.fe-bar-chart-line-2:before {
    content: "\e912";
}
.fe-bar-chart-line:before {
    content: "\e913";
}
.fe-book-open:before {
    content: "\e914";
}
.fe-code:before {
    content: "\e915";
}
.fe-database:before {
    content: "\e916";
}
.fe-dollar-sign:before {
    content: "\e917";
}
.fe-folder-plus:before {
    content: "\e918";
}
.fe-gift:before {
    content: "\e919";
}
.fe-folder-minus:before {
    content: "\e91a";
}
.fe-git-commit:before {
    content: "\e91b";
}
.fe-git-branch:before {
    content: "\e91c";
}
.fe-git-pull-request:before {
    content: "\e91d";
}
.fe-git-merge:before {
    content: "\e91e";
}
.fe-linkedin:before {
    content: "\e91f";
}
.fe-hard-drive:before {
    content: "\e920";
}
.fe-more-vertical-2:before {
    content: "\e921";
}
.fe-more-horizontal-2:before {
    content: "\e922";
}
.fe-rss:before {
    content: "\e923";
}
.fe-send:before {
    content: "\e924";
}
.fe-shield-off:before {
    content: "\e925";
}
.fe-shopping-bag:before {
    content: "\e926";
}
.fe-terminal:before {
    content: "\e927";
}
.fe-truck:before {
    content: "\e928";
}
.fe-zap-off:before {
    content: "\e929";
}
.fe-youtube:before {
    content: "\e92a";
}
@font-face {
    font-family: font-awesome;
    src: url(../fonts/font-awesome.eot);
    src: url(../fonts/font-awesomed41d.eot?#iefix) format("eot"), url(../fonts/font-awesome.html) format("woff2"), url(../fonts/font-awesome.woff) format("woff"), url(../fonts/font-awesome.ttf) format("truetype"),
        url(../fonts/font-awesome.svg#font-awesome) format("svg");
}
.fa {
    font-family: font-awesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-archive:before {
    content: "\f187";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-automobile:before {
    content: "\f1b9";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-bank:before {
    content: "\f19c";
}
.fa-bar-chart:before {
    content: "\f080";
}
.fa-bar-chart-o:before {
    content: "\f080";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-bathtub:before {
    content: "\f2cd";
}
.fa-battery:before {
    content: "\f240";
}
.fa-battery-0:before {
    content: "\f244";
}
.fa-battery-1:before {
    content: "\f243";
}
.fa-battery-2:before {
    content: "\f242";
}
.fa-battery-3:before {
    content: "\f241";
}
.fa-battery-4:before {
    content: "\f240";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-bus:before {
    content: "\f207";
}
.fa-cab:before {
    content: "\f1ba";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-close:before {
    content: "\f00d";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-dashboard:before {
    content: "\f0e4";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-deafness:before {
    content: "\f2a4";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-download:before {
    content: "\f019";
}
.fa-drivers-license:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before {
    content: "\f2c3";
}
.fa-edit:before {
    content: "\f044";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feed:before {
    content: "\f09e";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-movie-o:before {
    content: "\f1c8";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-photo-o:before {
    content: "\f1c5";
}
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flash:before {
    content: "\f0e7";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gear:before {
    content: "\f013";
}
.fa-gears:before {
    content: "\f085";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-glass:before {
    content: "\f000";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-group:before {
    content: "\f0c0";
}
.fa-hand-grab-o:before {
    content: "\f255";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-history:before {
    content: "\f1da";
}
.fa-home:before {
    content: "\f015";
}
.fa-hotel:before {
    content: "\f236";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-1:before {
    content: "\f251";
}
.fa-hourglass-2:before {
    content: "\f252";
}
.fa-hourglass-3:before {
    content: "\f253";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-image:before {
    content: "\f03e";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-institution:before {
    content: "\f19c";
}
.fa-key:before {
    content: "\f084";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-legal:before {
    content: "\f0e3";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-life-bouy:before {
    content: "\f1cd";
}
.fa-life-buoy:before {
    content: "\f1cd";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-life-saver:before {
    content: "\f1cd";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-lock:before {
    content: "\f023";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-forward:before {
    content: "\f064";
}
.fa-mail-reply:before {
    content: "\f112";
}
.fa-mail-reply-all:before {
    content: "\f122";
}
.fa-male:before {
    content: "\f183";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-phone:before {
    content: "\f10b";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-music:before {
    content: "\f001";
}
.fa-navicon:before {
    content: "\f0c9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-percent:before {
    content: "\f295";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-photo:before {
    content: "\f03e";
}
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-print:before {
    content: "\f02f";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-random:before {
    content: "\f074";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove:before {
    content: "\f00d";
}
.fa-reorder:before {
    content: "\f0c9";
}
.fa-reply:before {
    content: "\f112";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-road:before {
    content: "\f018";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-s15:before {
    content: "\f2cd";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-send:before {
    content: "\f1d8";
}
.fa-send-o:before {
    content: "\f1d9";
}
.fa-server:before {
    content: "\f233";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-shield:before {
    content: "\f132";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signing:before {
    content: "\f2a7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-empty:before {
    content: "\f123";
}
.fa-star-half-full:before {
    content: "\f123";
}
.fa-star-half-o:before {
    content: "\f123";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-support:before {
    content: "\f1cd";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-television:before {
    content: "\f26c";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-0:before {
    content: "\f2cb";
}
.fa-thermometer-1:before {
    content: "\f2ca";
}
.fa-thermometer-2:before {
    content: "\f2c9";
}
.fa-thermometer-3:before {
    content: "\f2c8";
}
.fa-thermometer-4:before {
    content: "\f2c7";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-times-rectangle:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before {
    content: "\f2d4";
}
.fa-tint:before {
    content: "\f043";
}
.fa-toggle-down:before {
    content: "\f150";
}
.fa-toggle-left:before {
    content: "\f191";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toggle-right:before {
    content: "\f152";
}
.fa-toggle-up:before {
    content: "\f151";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-upload:before {
    content: "\f093";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-vcard:before {
    content: "\f2bb";
}
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-warning:before {
    content: "\f071";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-window-close:before {
    content: "\f2d3";
}
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-subway:before {
    content: "\f239";
}
.fa-train:before {
    content: "\f238";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-intersex:before {
    content: "\f224";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-bitcoin:before {
    content: "\f15a";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-cny:before {
    content: "\f157";
}
.fa-dollar:before {
    content: "\f155";
}
.fa-eur:before {
    content: "\f153";
}
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ils:before {
    content: "\f20b";
}
.fa-inr:before {
    content: "\f156";
}
.fa-jpy:before {
    content: "\f157";
}
.fa-krw:before {
    content: "\f159";
}
.fa-rmb:before {
    content: "\f157";
}
.fa-rouble:before {
    content: "\f158";
}
.fa-rub:before {
    content: "\f158";
}
.fa-ruble:before {
    content: "\f158";
}
.fa-rupee:before {
    content: "\f156";
}
.fa-shekel:before {
    content: "\f20b";
}
.fa-sheqel:before {
    content: "\f20b";
}
.fa-try:before {
    content: "\f195";
}
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-usd:before {
    content: "\f155";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-won:before {
    content: "\f159";
}
.fa-yen:before {
    content: "\f157";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-bold:before {
    content: "\f032";
}
.fa-chain:before {
    content: "\f0c1";
}
.fa-chain-broken:before {
    content: "\f127";
}
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-dedent:before {
    content: "\f03b";
}
.fa-files-o:before {
    content: "\f0c5";
}
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-font:before {
    content: "\f031";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-italic:before {
    content: "\f033";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-repeat:before {
    content: "\f01e";
}
.fa-rotate-left:before {
    content: "\f0e2";
}
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-scissors:before {
    content: "\f0c4";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-compress:before {
    content: "\f066";
}
.fa-eject:before {
    content: "\f052";
}
.fa-expand:before {
    content: "\f065";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-apple:before {
    content: "\f179";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-edge:before {
    content: "\f282";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envira:before {
    content: "\f299";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-fa:before {
    content: "\f2b4";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f09a";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-ge:before {
    content: "\f1d1";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-google-plus-circle:before {
    content: "\f2b3";
}
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-modx:before {
    content: "\f285";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-ra:before {
    content: "\f1d0";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-resistance:before {
    content: "\f1d0";
}
.fa-safari:before {
    content: "\f267";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-usb:before {
    content: "\f287";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-vk:before {
    content: "\f189";
}
.fa-wechat:before {
    content: "\f1d7";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-y-combinator-square:before {
    content: "\f1d4";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yc:before {
    content: "\f23b";
}
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-user-md:before {
    content: "\f0f0";
}

@font-face {
    font-family: material-icons;
    src: url(../fonts/material-icons.eot);
    src: url(../fonts/material-iconsd41d.eot?#iefix) format("eot"), url(../fonts/material-icons.html) format("woff2"), url(../fonts/material-icons.woff) format("woff"), url(../fonts/material-icons.ttf) format("truetype"),
        url(../fonts/material-icons.svg#material-icons) format("svg");
}
.zmdi {
    font-family: material-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
}
.zmdi-3d-rotation:before {
    content: "\f101";
}
.zmdi-airplane-off:before {
    content: "\f102";
}
.zmdi-airplane:before {
    content: "\f103";
}
.zmdi-album:before {
    content: "\f104";
}
.zmdi-archive:before {
    content: "\f105";
}
.zmdi-assignment-account:before {
    content: "\f106";
}
.zmdi-assignment-alert:before {
    content: "\f107";
}
.zmdi-assignment-check:before {
    content: "\f108";
}
.zmdi-assignment-o:before {
    content: "\f109";
}
.zmdi-assignment-return:before {
    content: "\f10a";
}
.zmdi-assignment-returned:before {
    content: "\f10b";
}
.zmdi-assignment:before {
    content: "\f10c";
}
.zmdi-attachment-alt:before {
    content: "\f10d";
}
.zmdi-attachment:before {
    content: "\f10e";
}
.zmdi-audio:before {
    content: "\f10f";
}
.zmdi-badge-check:before {
    content: "\f110";
}
.zmdi-balance-wallet:before {
    content: "\f111";
}
.zmdi-balance:before {
    content: "\f112";
}
.zmdi-battery-alert:before {
    content: "\f113";
}
.zmdi-battery-flash:before {
    content: "\f114";
}
.zmdi-battery-unknown:before {
    content: "\f115";
}
.zmdi-battery:before {
    content: "\f116";
}
.zmdi-bike:before {
    content: "\f117";
}
.zmdi-block-alt:before {
    content: "\f118";
}
.zmdi-block:before {
    content: "\f119";
}
.zmdi-boat:before {
    content: "\f11a";
}
.zmdi-book-image:before {
    content: "\f11b";
}
.zmdi-book:before {
    content: "\f11c";
}
.zmdi-bookmark-outline:before {
    content: "\f11d";
}
.zmdi-bookmark:before {
    content: "\f11e";
}
.zmdi-brush:before {
    content: "\f11f";
}
.zmdi-bug:before {
    content: "\f120";
}
.zmdi-bus:before {
    content: "\f121";
}
.zmdi-cake:before {
    content: "\f122";
}
.zmdi-car-taxi:before {
    content: "\f123";
}
.zmdi-car-wash:before {
    content: "\f124";
}
.zmdi-car:before {
    content: "\f125";
}
.zmdi-card-giftcard:before {
    content: "\f126";
}
.zmdi-card-membership:before {
    content: "\f127";
}
.zmdi-card-travel:before {
    content: "\f128";
}
.zmdi-card:before {
    content: "\f129";
}
.zmdi-case-check:before {
    content: "\f12a";
}
.zmdi-case-download:before {
    content: "\f12b";
}
.zmdi-case-play:before {
    content: "\f12c";
}
.zmdi-case:before {
    content: "\f12d";
}
.zmdi-cast-connected:before {
    content: "\f12e";
}
.zmdi-cast:before {
    content: "\f12f";
}
.zmdi-chart-donut:before {
    content: "\f130";
}
.zmdi-chart:before {
    content: "\f131";
}
.zmdi-city-alt:before {
    content: "\f132";
}
.zmdi-city:before {
    content: "\f133";
}
.zmdi-close-circle-o:before {
    content: "\f134";
}
.zmdi-close-circle:before {
    content: "\f135";
}
.zmdi-close:before {
    content: "\f136";
}
.zmdi-cocktail:before {
    content: "\f137";
}
.zmdi-code-setting:before {
    content: "\f138";
}
.zmdi-code-smartphone:before {
    content: "\f139";
}
.zmdi-code:before {
    content: "\f13a";
}
.zmdi-coffee:before {
    content: "\f13b";
}
.zmdi-collection-bookmark:before {
    content: "\f13c";
}
.zmdi-collection-case-play:before {
    content: "\f13d";
}
.zmdi-collection-folder-image:before {
    content: "\f13e";
}
.zmdi-collection-image-o:before {
    content: "\f13f";
}
.zmdi-collection-image:before {
    content: "\f140";
}
.zmdi-collection-item-1:before {
    content: "\f141";
}
.zmdi-collection-item-2:before {
    content: "\f142";
}
.zmdi-collection-item-3:before {
    content: "\f143";
}
.zmdi-collection-item-4:before {
    content: "\f144";
}
.zmdi-collection-item-5:before {
    content: "\f145";
}
.zmdi-collection-item-6:before {
    content: "\f146";
}
.zmdi-collection-item-7:before {
    content: "\f147";
}
.zmdi-collection-item-8:before {
    content: "\f148";
}
.zmdi-collection-item-9-plus:before {
    content: "\f149";
}
.zmdi-collection-item-9:before {
    content: "\f14a";
}
.zmdi-collection-item:before {
    content: "\f14b";
}
.zmdi-collection-music:before {
    content: "\f14c";
}
.zmdi-collection-pdf:before {
    content: "\f14d";
}
.zmdi-collection-plus:before {
    content: "\f14e";
}
.zmdi-collection-speaker:before {
    content: "\f14f";
}
.zmdi-collection-text:before {
    content: "\f150";
}
.zmdi-collection-video:before {
    content: "\f151";
}
.zmdi-compass:before {
    content: "\f152";
}
.zmdi-cutlery:before {
    content: "\f153";
}
.zmdi-delete:before {
    content: "\f154";
}
.zmdi-dialpad:before {
    content: "\f155";
}
.zmdi-dns:before {
    content: "\f156";
}
.zmdi-drink:before {
    content: "\f157";
}
.zmdi-edit:before {
    content: "\f158";
}
.zmdi-email-open:before {
    content: "\f159";
}
.zmdi-email:before {
    content: "\f15a";
}
.zmdi-eye-off:before {
    content: "\f15b";
}
.zmdi-eye:before {
    content: "\f15c";
}
.zmdi-eyedropper:before {
    content: "\f15d";
}
.zmdi-favorite-outline:before {
    content: "\f15e";
}
.zmdi-favorite:before {
    content: "\f15f";
}
.zmdi-filter-list:before {
    content: "\f160";
}
.zmdi-fire:before {
    content: "\f161";
}
.zmdi-flag:before {
    content: "\f162";
}
.zmdi-flare:before {
    content: "\f163";
}
.zmdi-flash-auto:before {
    content: "\f164";
}
.zmdi-flash-off:before {
    content: "\f165";
}
.zmdi-flash:before {
    content: "\f166";
}
.zmdi-flip:before {
    content: "\f167";
}
.zmdi-flower-alt:before {
    content: "\f168";
}
.zmdi-flower:before {
    content: "\f169";
}
.zmdi-font:before {
    content: "\f16a";
}
.zmdi-fullscreen-alt:before {
    content: "\f16b";
}
.zmdi-fullscreen-exit:before {
    content: "\f16c";
}
.zmdi-fullscreen:before {
    content: "\f16d";
}
.zmdi-functions:before {
    content: "\f16e";
}
.zmdi-gas-station:before {
    content: "\f16f";
}
.zmdi-gesture:before {
    content: "\f170";
}
.zmdi-globe-alt:before {
    content: "\f171";
}
.zmdi-globe-lock:before {
    content: "\f172";
}
.zmdi-globe:before {
    content: "\f173";
}
.zmdi-graduation-cap:before {
    content: "\f174";
}
.zmdi-group:before {
    content: "\f3e9";
}
.zmdi-home:before {
    content: "\f175";
}
.zmdi-hospital-alt:before {
    content: "\f176";
}
.zmdi-hospital:before {
    content: "\f177";
}
.zmdi-hotel:before {
    content: "\f178";
}
.zmdi-hourglass-alt:before {
    content: "\f179";
}
.zmdi-hourglass-outline:before {
    content: "\f17a";
}
.zmdi-hourglass:before {
    content: "\f17b";
}
.zmdi-http:before {
    content: "\f17c";
}
.zmdi-image-alt:before {
    content: "\f17d";
}
.zmdi-image-o:before {
    content: "\f17e";
}
.zmdi-image:before {
    content: "\f17f";
}
.zmdi-inbox:before {
    content: "\f180";
}
.zmdi-invert-colors-off:before {
    content: "\f181";
}
.zmdi-invert-colors:before {
    content: "\f182";
}
.zmdi-key:before {
    content: "\f183";
}
.zmdi-label-alt-outline:before {
    content: "\f184";
}
.zmdi-label-alt:before {
    content: "\f185";
}
.zmdi-label-heart:before {
    content: "\f186";
}
.zmdi-label:before {
    content: "\f187";
}
.zmdi-labels:before {
    content: "\f188";
}
.zmdi-lamp:before {
    content: "\f189";
}
.zmdi-landscape:before {
    content: "\f18a";
}
.zmdi-layers-off:before {
    content: "\f18b";
}
.zmdi-layers:before {
    content: "\f18c";
}
.zmdi-library:before {
    content: "\f18d";
}
.zmdi-link:before {
    content: "\f18e";
}
.zmdi-lock-open:before {
    content: "\f18f";
}
.zmdi-lock-outline:before {
    content: "\f190";
}
.zmdi-lock:before {
    content: "\f191";
}
.zmdi-mail-reply-all:before {
    content: "\f192";
}
.zmdi-mail-reply:before {
    content: "\f193";
}
.zmdi-mail-send:before {
    content: "\f194";
}
.zmdi-mall:before {
    content: "\f195";
}
.zmdi-map:before {
    content: "\f196";
}
.zmdi-menu:before {
    content: "\f197";
}
.zmdi-money-box:before {
    content: "\f198";
}
.zmdi-money-off:before {
    content: "\f199";
}
.zmdi-money:before {
    content: "\f19a";
}
.zmdi-more-vert:before {
    content: "\f19b";
}
.zmdi-more:before {
    content: "\f19c";
}
.zmdi-movie-alt:before {
    content: "\f19d";
}
.zmdi-movie:before {
    content: "\f19e";
}
.zmdi-nature-people:before {
    content: "\f19f";
}
.zmdi-nature:before {
    content: "\f1a0";
}
.zmdi-navigation:before {
    content: "\f1a1";
}
.zmdi-open-in-browser:before {
    content: "\f1a2";
}
.zmdi-open-in-new:before {
    content: "\f1a3";
}
.zmdi-palette:before {
    content: "\f1a4";
}
.zmdi-parking:before {
    content: "\f1a5";
}
.zmdi-pin-account:before {
    content: "\f1a6";
}
.zmdi-pin-assistant:before {
    content: "\f1a7";
}
.zmdi-pin-drop:before {
    content: "\f1a8";
}
.zmdi-pin-help:before {
    content: "\f1a9";
}
.zmdi-pin-off:before {
    content: "\f1aa";
}
.zmdi-pin:before {
    content: "\f1ab";
}
.zmdi-pizza:before {
    content: "\f1ac";
}
.zmdi-plaster:before {
    content: "\f1ad";
}
.zmdi-power-setting:before {
    content: "\f1ae";
}
.zmdi-power:before {
    content: "\f1af";
}
.zmdi-print:before {
    content: "\f1b0";
}
.zmdi-puzzle-piece:before {
    content: "\f1b1";
}
.zmdi-quote:before {
    content: "\f1b2";
}
.zmdi-railway:before {
    content: "\f1b3";
}
.zmdi-receipt:before {
    content: "\f1b4";
}
.zmdi-refresh-alt:before {
    content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
    content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
    content: "\f1b7";
}
.zmdi-refresh-sync:before {
    content: "\f1b8";
}
.zmdi-refresh:before {
    content: "\f1b9";
}
.zmdi-roller:before {
    content: "\f1ba";
}
.zmdi-ruler:before {
    content: "\f1bb";
}
.zmdi-scissors:before {
    content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
    content: "\f1bd";
}
.zmdi-screen-rotation:before {
    content: "\f1be";
}
.zmdi-search-for:before {
    content: "\f1bf";
}
.zmdi-search-in-file:before {
    content: "\f1c0";
}
.zmdi-search-in-page:before {
    content: "\f1c1";
}
.zmdi-search-replace:before {
    content: "\f1c2";
}
.zmdi-search:before {
    content: "\f1c3";
}
.zmdi-seat:before {
    content: "\f1c4";
}
.zmdi-settings-square:before {
    content: "\f1c5";
}
.zmdi-settings:before {
    content: "\f1c6";
}
.zmdi-shape:before {
    content: "\f3eb";
}
.zmdi-shield-check:before {
    content: "\f1c7";
}
.zmdi-shield-security:before {
    content: "\f1c8";
}
.zmdi-shopping-basket:before {
    content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
    content: "\f1ca";
}
.zmdi-shopping-cart:before {
    content: "\f1cb";
}
.zmdi-sign-in:before {
    content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
    content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
    content: "\f1ce";
}
.zmdi-sort-asc:before {
    content: "\f1cf";
}
.zmdi-sort-desc:before {
    content: "\f1d0";
}
.zmdi-spellcheck:before {
    content: "\f1d1";
}
.zmdi-spinner:before {
    content: "\f3ec";
}
.zmdi-storage:before {
    content: "\f1d2";
}
.zmdi-store-24:before {
    content: "\f1d3";
}
.zmdi-store:before {
    content: "\f1d4";
}
.zmdi-subway:before {
    content: "\f1d5";
}
.zmdi-sun:before {
    content: "\f1d6";
}
.zmdi-tab-unselected:before {
    content: "\f1d7";
}
.zmdi-tab:before {
    content: "\f1d8";
}
.zmdi-tag-close:before {
    content: "\f1d9";
}
.zmdi-tag-more:before {
    content: "\f1da";
}
.zmdi-tag:before {
    content: "\f1db";
}
.zmdi-thumb-down:before {
    content: "\f1dc";
}
.zmdi-thumb-up-down:before {
    content: "\f1dd";
}
.zmdi-thumb-up:before {
    content: "\f1de";
}
.zmdi-ticket-star:before {
    content: "\f1df";
}
.zmdi-toll:before {
    content: "\f1e0";
}
.zmdi-toys:before {
    content: "\f1e1";
}
.zmdi-traffic:before {
    content: "\f1e2";
}
.zmdi-translate:before {
    content: "\f1e3";
}
.zmdi-triangle-down:before {
    content: "\f1e4";
}
.zmdi-triangle-up:before {
    content: "\f1e5";
}
.zmdi-truck:before {
    content: "\f1e6";
}
.zmdi-turning-sign:before {
    content: "\f1e7";
}
.zmdi-ungroup:before {
    content: "\f3ed";
}
.zmdi-wallpaper:before {
    content: "\f1e8";
}
.zmdi-washing-machine:before {
    content: "\f1e9";
}
.zmdi-window-maximize:before {
    content: "\f1ea";
}
.zmdi-window-minimize:before {
    content: "\f1eb";
}
.zmdi-window-restore:before {
    content: "\f1ec";
}
.zmdi-wrench:before {
    content: "\f1ed";
}
.zmdi-zoom-in:before {
    content: "\f1ee";
}
.zmdi-zoom-out:before {
    content: "\f1ef";
}
.zmdi-alert-circle-o:before {
    content: "\f1f0";
}
.zmdi-alert-circle:before {
    content: "\f1f1";
}
.zmdi-alert-octagon:before {
    content: "\f1f2";
}
.zmdi-alert-polygon:before {
    content: "\f1f3";
}
.zmdi-alert-triangle:before {
    content: "\f1f4";
}
.zmdi-help-outline:before {
    content: "\f1f5";
}
.zmdi-help:before {
    content: "\f1f6";
}
.zmdi-info-outline:before {
    content: "\f1f7";
}
.zmdi-info:before {
    content: "\f1f8";
}
.zmdi-notifications-active:before {
    content: "\f1f9";
}
.zmdi-notifications-add:before {
    content: "\f1fa";
}
.zmdi-notifications-none:before {
    content: "\f1fb";
}
.zmdi-notifications-off:before {
    content: "\f1fc";
}
.zmdi-notifications-paused:before {
    content: "\f1fd";
}
.zmdi-notifications:before {
    content: "\f1fe";
}
.zmdi-account-add:before {
    content: "\f1ff";
}
.zmdi-account-box-mail:before {
    content: "\f200";
}
.zmdi-account-box-o:before {
    content: "\f201";
}
.zmdi-account-box-phone:before {
    content: "\f202";
}
.zmdi-account-box:before {
    content: "\f203";
}
.zmdi-account-calendar:before {
    content: "\f204";
}
.zmdi-account-circle:before {
    content: "\f205";
}
.zmdi-account-o:before {
    content: "\f206";
}
.zmdi-account:before {
    content: "\f207";
}
.zmdi-accounts-add:before {
    content: "\f208";
}
.zmdi-accounts-alt:before {
    content: "\f209";
}
.zmdi-accounts-list-alt:before {
    content: "\f20a";
}
.zmdi-accounts-list:before {
    content: "\f20b";
}
.zmdi-accounts-outline:before {
    content: "\f20c";
}
.zmdi-accounts:before {
    content: "\f20d";
}
.zmdi-face:before {
    content: "\f20e";
}
.zmdi-female:before {
    content: "\f20f";
}
.zmdi-male-alt:before {
    content: "\f210";
}
.zmdi-male-female:before {
    content: "\f211";
}
.zmdi-male:before {
    content: "\f212";
}
.zmdi-mood-bad:before {
    content: "\f213";
}
.zmdi-mood:before {
    content: "\f214";
}
.zmdi-run:before {
    content: "\f215";
}
.zmdi-walk:before {
    content: "\f216";
}
.zmdi-cloud-box:before {
    content: "\f217";
}
.zmdi-cloud-circle:before {
    content: "\f218";
}
.zmdi-cloud-done:before {
    content: "\f219";
}
.zmdi-cloud-download:before {
    content: "\f21a";
}
.zmdi-cloud-off:before {
    content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
    content: "\f21c";
}
.zmdi-cloud-outline:before {
    content: "\f21d";
}
.zmdi-cloud-upload:before {
    content: "\f21e";
}
.zmdi-cloud:before {
    content: "\f21f";
}
.zmdi-download:before {
    content: "\f220";
}
.zmdi-file-plus:before {
    content: "\f221";
}
.zmdi-file-text:before {
    content: "\f222";
}
.zmdi-file:before {
    content: "\f223";
}
.zmdi-folder-outline:before {
    content: "\f224";
}
.zmdi-folder-person:before {
    content: "\f225";
}
.zmdi-folder-star-alt:before {
    content: "\f226";
}
.zmdi-folder-star:before {
    content: "\f227";
}
.zmdi-folder:before {
    content: "\f228";
}
.zmdi-gif:before {
    content: "\f229";
}
.zmdi-upload:before {
    content: "\f22a";
}
.zmdi-border-all:before {
    content: "\f22b";
}
.zmdi-border-bottom:before {
    content: "\f22c";
}
.zmdi-border-clear:before {
    content: "\f22d";
}
.zmdi-border-color:before {
    content: "\f22e";
}
.zmdi-border-horizontal:before {
    content: "\f22f";
}
.zmdi-border-inner:before {
    content: "\f230";
}
.zmdi-border-left:before {
    content: "\f231";
}
.zmdi-border-outer:before {
    content: "\f232";
}
.zmdi-border-right:before {
    content: "\f233";
}
.zmdi-border-style:before {
    content: "\f234";
}
.zmdi-border-top:before {
    content: "\f235";
}
.zmdi-border-vertical:before {
    content: "\f236";
}
.zmdi-copy:before {
    content: "\f237";
}
.zmdi-crop:before {
    content: "\f238";
}
.zmdi-format-align-center:before {
    content: "\f239";
}
.zmdi-format-align-justify:before {
    content: "\f23a";
}
.zmdi-format-align-left:before {
    content: "\f23b";
}
.zmdi-format-align-right:before {
    content: "\f23c";
}
.zmdi-format-bold:before {
    content: "\f23d";
}
.zmdi-format-clear-all:before {
    content: "\f23e";
}
.zmdi-format-clear:before {
    content: "\f23f";
}
.zmdi-format-color-fill:before {
    content: "\f240";
}
.zmdi-format-color-reset:before {
    content: "\f241";
}
.zmdi-format-color-text:before {
    content: "\f242";
}
.zmdi-format-indent-decrease:before {
    content: "\f243";
}
.zmdi-format-indent-increase:before {
    content: "\f244";
}
.zmdi-format-italic:before {
    content: "\f245";
}
.zmdi-format-line-spacing:before {
    content: "\f246";
}
.zmdi-format-list-bulleted:before {
    content: "\f247";
}
.zmdi-format-list-numbered:before {
    content: "\f248";
}
.zmdi-format-ltr:before {
    content: "\f249";
}
.zmdi-format-rtl:before {
    content: "\f24a";
}
.zmdi-format-size:before {
    content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
    content: "\f24c";
}
.zmdi-format-strikethrough:before {
    content: "\f24d";
}
.zmdi-format-subject:before {
    content: "\f24e";
}
.zmdi-format-underlined:before {
    content: "\f24f";
}
.zmdi-format-valign-bottom:before {
    content: "\f250";
}
.zmdi-format-valign-center:before {
    content: "\f251";
}
.zmdi-format-valign-top:before {
    content: "\f252";
}
.zmdi-redo:before {
    content: "\f253";
}
.zmdi-select-all:before {
    content: "\f254";
}
.zmdi-space-bar:before {
    content: "\f255";
}
.zmdi-text-format:before {
    content: "\f256";
}
.zmdi-transform:before {
    content: "\f257";
}
.zmdi-undo:before {
    content: "\f258";
}
.zmdi-wrap-text:before {
    content: "\f259";
}
.zmdi-comment-alert:before {
    content: "\f25a";
}
.zmdi-comment-alt-text:before {
    content: "\f25b";
}
.zmdi-comment-alt:before {
    content: "\f25c";
}
.zmdi-comment-edit:before {
    content: "\f25d";
}
.zmdi-comment-image:before {
    content: "\f25e";
}
.zmdi-comment-list:before {
    content: "\f25f";
}
.zmdi-comment-more:before {
    content: "\f260";
}
.zmdi-comment-outline:before {
    content: "\f261";
}
.zmdi-comment-text-alt:before {
    content: "\f262";
}
.zmdi-comment-text:before {
    content: "\f263";
}
.zmdi-comment-video:before {
    content: "\f264";
}
.zmdi-comment:before {
    content: "\f265";
}
.zmdi-comments:before {
    content: "\f266";
}
.zmdi-check-all:before {
    content: "\f267";
}
.zmdi-check-circle-u:before {
    content: "\f268";
}
.zmdi-check-circle:before {
    content: "\f269";
}
.zmdi-check-square:before {
    content: "\f26a";
}
.zmdi-check:before {
    content: "\f26b";
}
.zmdi-circle-o:before {
    content: "\f26c";
}
.zmdi-circle:before {
    content: "\f26d";
}
.zmdi-dot-circle-alt:before {
    content: "\f26e";
}
.zmdi-dot-circle:before {
    content: "\f26f";
}
.zmdi-minus-circle-outline:before {
    content: "\f270";
}
.zmdi-minus-circle:before {
    content: "\f271";
}
.zmdi-minus-square:before {
    content: "\f272";
}
.zmdi-minus:before {
    content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
    content: "\f274";
}
.zmdi-plus-circle-o:before {
    content: "\f275";
}
.zmdi-plus-circle:before {
    content: "\f276";
}
.zmdi-plus-square:before {
    content: "\f277";
}
.zmdi-plus:before {
    content: "\f278";
}
.zmdi-square-o:before {
    content: "\f279";
}
.zmdi-star-circle:before {
    content: "\f27a";
}
.zmdi-star-half:before {
    content: "\f27b";
}
.zmdi-star-outline:before {
    content: "\f27c";
}
.zmdi-star:before {
    content: "\f27d";
}
.zmdi-bluetooth-connected:before {
    content: "\f27e";
}
.zmdi-bluetooth-off:before {
    content: "\f27f";
}
.zmdi-bluetooth-search:before {
    content: "\f280";
}
.zmdi-bluetooth-setting:before {
    content: "\f281";
}
.zmdi-bluetooth:before {
    content: "\f282";
}
.zmdi-camera-add:before {
    content: "\f283";
}
.zmdi-camera-alt:before {
    content: "\f284";
}
.zmdi-camera-bw:before {
    content: "\f285";
}
.zmdi-camera-front:before {
    content: "\f286";
}
.zmdi-camera-mic:before {
    content: "\f287";
}
.zmdi-camera-party-mode:before {
    content: "\f288";
}
.zmdi-camera-rear:before {
    content: "\f289";
}
.zmdi-camera-roll:before {
    content: "\f28a";
}
.zmdi-camera-switch:before {
    content: "\f28b";
}
.zmdi-camera:before {
    content: "\f28c";
}
.zmdi-card-alert:before {
    content: "\f28d";
}
.zmdi-card-off:before {
    content: "\f28e";
}
.zmdi-card-sd:before {
    content: "\f28f";
}
.zmdi-card-sim:before {
    content: "\f290";
}
.zmdi-desktop-mac:before {
    content: "\f291";
}
.zmdi-desktop-windows:before {
    content: "\f292";
}
.zmdi-device-hub:before {
    content: "\f293";
}
.zmdi-devices-off:before {
    content: "\f294";
}
.zmdi-devices:before {
    content: "\f295";
}
.zmdi-dock:before {
    content: "\f296";
}
.zmdi-floppy:before {
    content: "\f297";
}
.zmdi-gamepad:before {
    content: "\f298";
}
.zmdi-gps-dot:before {
    content: "\f299";
}
.zmdi-gps-off:before {
    content: "\f29a";
}
.zmdi-gps:before {
    content: "\f29b";
}
.zmdi-headset-mic:before {
    content: "\f29c";
}
.zmdi-headset:before {
    content: "\f29d";
}
.zmdi-input-antenna:before {
    content: "\f29e";
}
.zmdi-input-composite:before {
    content: "\f29f";
}
.zmdi-input-hdmi:before {
    content: "\f2a0";
}
.zmdi-input-power:before {
    content: "\f2a1";
}
.zmdi-input-svideo:before {
    content: "\f2a2";
}
.zmdi-keyboard-hide:before {
    content: "\f2a3";
}
.zmdi-keyboard:before {
    content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
    content: "\f2a5";
}
.zmdi-laptop-mac:before {
    content: "\f2a6";
}
.zmdi-laptop:before {
    content: "\f2a7";
}
.zmdi-mic-off:before {
    content: "\f2a8";
}
.zmdi-mic-outline:before {
    content: "\f2a9";
}
.zmdi-mic-setting:before {
    content: "\f2aa";
}
.zmdi-mic:before {
    content: "\f2ab";
}
.zmdi-mouse:before {
    content: "\f2ac";
}
.zmdi-network-alert:before {
    content: "\f2ad";
}
.zmdi-network-locked:before {
    content: "\f2ae";
}
.zmdi-network-off:before {
    content: "\f2af";
}
.zmdi-network-outline:before {
    content: "\f2b0";
}
.zmdi-network-setting:before {
    content: "\f2b1";
}
.zmdi-network:before {
    content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
    content: "\f2b3";
}
.zmdi-phone-end:before {
    content: "\f2b4";
}
.zmdi-phone-forwarded:before {
    content: "\f2b5";
}
.zmdi-phone-in-talk:before {
    content: "\f2b6";
}
.zmdi-phone-locked:before {
    content: "\f2b7";
}
.zmdi-phone-missed:before {
    content: "\f2b8";
}
.zmdi-phone-msg:before {
    content: "\f2b9";
}
.zmdi-phone-paused:before {
    content: "\f2ba";
}
.zmdi-phone-ring:before {
    content: "\f2bb";
}
.zmdi-phone-setting:before {
    content: "\f2bc";
}
.zmdi-phone-sip:before {
    content: "\f2bd";
}
.zmdi-phone:before {
    content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
    content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
    content: "\f2c0";
}
.zmdi-portable-wifi:before {
    content: "\f2c1";
}
.zmdi-radio:before {
    content: "\f2c2";
}
.zmdi-reader:before {
    content: "\f2c3";
}
.zmdi-remote-control-alt:before {
    content: "\f2c4";
}
.zmdi-remote-control:before {
    content: "\f2c5";
}
.zmdi-router:before {
    content: "\f2c6";
}
.zmdi-scanner:before {
    content: "\f2c7";
}
.zmdi-smartphone-android:before {
    content: "\f2c8";
}
.zmdi-smartphone-download:before {
    content: "\f2c9";
}
.zmdi-smartphone-erase:before {
    content: "\f2ca";
}
.zmdi-smartphone-info:before {
    content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
    content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
    content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
    content: "\f2ce";
}
.zmdi-smartphone-lock:before {
    content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
    content: "\f2d0";
}
.zmdi-smartphone-ring:before {
    content: "\f2d1";
}
.zmdi-smartphone-setting:before {
    content: "\f2d2";
}
.zmdi-smartphone-setup:before {
    content: "\f2d3";
}
.zmdi-smartphone:before {
    content: "\f2d4";
}
.zmdi-speaker:before {
    content: "\f2d5";
}
.zmdi-tablet-android:before {
    content: "\f2d6";
}
.zmdi-tablet-mac:before {
    content: "\f2d7";
}
.zmdi-tablet:before {
    content: "\f2d8";
}
.zmdi-tv-alt-play:before {
    content: "\f2d9";
}
.zmdi-tv-list:before {
    content: "\f2da";
}
.zmdi-tv-play:before {
    content: "\f2db";
}
.zmdi-tv:before {
    content: "\f2dc";
}
.zmdi-usb:before {
    content: "\f2dd";
}
.zmdi-videocam-off:before {
    content: "\f2de";
}
.zmdi-videocam-switch:before {
    content: "\f2df";
}
.zmdi-videocam:before {
    content: "\f2e0";
}
.zmdi-watch:before {
    content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
    content: "\f2e2";
}
.zmdi-wifi-alt:before {
    content: "\f2e3";
}
.zmdi-wifi-info:before {
    content: "\f2e4";
}
.zmdi-wifi-lock:before {
    content: "\f2e5";
}
.zmdi-wifi-off:before {
    content: "\f2e6";
}
.zmdi-wifi-outline:before {
    content: "\f2e7";
}
.zmdi-wifi:before {
    content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
    content: "\f2e9";
}
.zmdi-arrow-left:before {
    content: "\f2ea";
}
.zmdi-arrow-merge:before {
    content: "\f2eb";
}
.zmdi-arrow-missed:before {
    content: "\f2ec";
}
.zmdi-arrow-right-top:before {
    content: "\f2ed";
}
.zmdi-arrow-right:before {
    content: "\f2ee";
}
.zmdi-arrow-split:before {
    content: "\f2ef";
}
.zmdi-arrows:before {
    content: "\f2f0";
}
.zmdi-caret-down-circle:before {
    content: "\f2f1";
}
.zmdi-caret-down:before {
    content: "\f2f2";
}
.zmdi-caret-left-circle:before {
    content: "\f2f3";
}
.zmdi-caret-left:before {
    content: "\f2f4";
}
.zmdi-caret-right-circle:before {
    content: "\f2f5";
}
.zmdi-caret-right:before {
    content: "\f2f6";
}
.zmdi-caret-up-circle:before {
    content: "\f2f7";
}
.zmdi-caret-up:before {
    content: "\f2f8";
}
.zmdi-chevron-down:before {
    content: "\f2f9";
}
.zmdi-chevron-left:before {
    content: "\f2fa";
}
.zmdi-chevron-right:before {
    content: "\f2fb";
}
.zmdi-chevron-up:before {
    content: "\f2fc";
}
.zmdi-forward:before {
    content: "\f2fd";
}
.zmdi-long-arrow-down:before {
    content: "\f2fe";
}
.zmdi-long-arrow-left:before {
    content: "\f2ff";
}
.zmdi-long-arrow-return:before {
    content: "\f300";
}
.zmdi-long-arrow-right:before {
    content: "\f301";
}
.zmdi-long-arrow-tab:before {
    content: "\f302";
}
.zmdi-long-arrow-up:before {
    content: "\f303";
}
.zmdi-rotate-ccw:before {
    content: "\f304";
}
.zmdi-rotate-cw:before {
    content: "\f305";
}
.zmdi-rotate-left:before {
    content: "\f306";
}
.zmdi-rotate-right:before {
    content: "\f307";
}
.zmdi-square-down:before {
    content: "\f308";
}
.zmdi-square-right:before {
    content: "\f309";
}
.zmdi-swap-alt:before {
    content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
    content: "\f30b";
}
.zmdi-swap-vertical:before {
    content: "\f30c";
}
.zmdi-swap:before {
    content: "\f30d";
}
.zmdi-trending-down:before {
    content: "\f30e";
}
.zmdi-trending-flat:before {
    content: "\f30f";
}
.zmdi-trending-up:before {
    content: "\f310";
}
.zmdi-unfold-less:before {
    content: "\f311";
}
.zmdi-unfold-more:before {
    content: "\f312";
}
.zmdi-apps:before {
    content: "\f313";
}
.zmdi-grid-off:before {
    content: "\f314";
}
.zmdi-grid:before {
    content: "\f315";
}
.zmdi-view-agenda:before {
    content: "\f316";
}
.zmdi-view-array:before {
    content: "\f317";
}
.zmdi-view-carousel:before {
    content: "\f318";
}
.zmdi-view-column:before {
    content: "\f319";
}
.zmdi-view-comfy:before {
    content: "\f31a";
}
.zmdi-view-compact:before {
    content: "\f31b";
}
.zmdi-view-dashboard:before {
    content: "\f31c";
}
.zmdi-view-day:before {
    content: "\f31d";
}
.zmdi-view-headline:before {
    content: "\f31e";
}
.zmdi-view-list-alt:before {
    content: "\f31f";
}
.zmdi-view-list:before {
    content: "\f320";
}
.zmdi-view-module:before {
    content: "\f321";
}
.zmdi-view-quilt:before {
    content: "\f322";
}
.zmdi-view-stream:before {
    content: "\f323";
}
.zmdi-view-subtitles:before {
    content: "\f324";
}
.zmdi-view-toc:before {
    content: "\f325";
}
.zmdi-view-web:before {
    content: "\f326";
}
.zmdi-view-week:before {
    content: "\f327";
}
.zmdi-widgets:before {
    content: "\f328";
}
.zmdi-alarm-check:before {
    content: "\f329";
}
.zmdi-alarm-off:before {
    content: "\f32a";
}
.zmdi-alarm-plus:before {
    content: "\f32b";
}
.zmdi-alarm-snooze:before {
    content: "\f32c";
}
.zmdi-alarm:before {
    content: "\f32d";
}
.zmdi-calendar-alt:before {
    content: "\f32e";
}
.zmdi-calendar-check:before {
    content: "\f32f";
}
.zmdi-calendar-close:before {
    content: "\f330";
}
.zmdi-calendar-note:before {
    content: "\f331";
}
.zmdi-calendar:before {
    content: "\f332";
}
.zmdi-time-countdown:before {
    content: "\f333";
}
.zmdi-time-interval:before {
    content: "\f334";
}
.zmdi-time-restore-setting:before {
    content: "\f335";
}
.zmdi-time-restore:before {
    content: "\f336";
}
.zmdi-time:before {
    content: "\f337";
}
.zmdi-timer-off:before {
    content: "\f338";
}
.zmdi-timer:before {
    content: "\f339";
}
.zmdi-android-alt:before {
    content: "\f33a";
}
.zmdi-android:before {
    content: "\f33b";
}
.zmdi-apple:before {
    content: "\f33c";
}
.zmdi-behance:before {
    content: "\f33d";
}
.zmdi-codepen:before {
    content: "\f33e";
}
.zmdi-dribbble:before {
    content: "\f33f";
}
.zmdi-dropbox:before {
    content: "\f340";
}
.zmdi-evernote:before {
    content: "\f341";
}
.zmdi-facebook-box:before {
    content: "\f342";
}
.zmdi-facebook:before {
    content: "\f343";
}
.zmdi-github-box:before {
    content: "\f344";
}
.zmdi-github:before {
    content: "\f345";
}
.zmdi-google-drive:before {
    content: "\f346";
}
.zmdi-google-earth:before {
    content: "\f347";
}
.zmdi-google-glass:before {
    content: "\f348";
}
.zmdi-google-maps:before {
    content: "\f349";
}
.zmdi-google-pages:before {
    content: "\f34a";
}
.zmdi-google-play:before {
    content: "\f34b";
}
.zmdi-google-plus-box:before {
    content: "\f34c";
}
.zmdi-google-plus:before {
    content: "\f34d";
}
.zmdi-google:before {
    content: "\f34e";
}
.zmdi-instagram:before {
    content: "\f34f";
}
.zmdi-language-css3:before {
    content: "\f350";
}
.zmdi-language-html5:before {
    content: "\f351";
}
.zmdi-language-javascript:before {
    content: "\f352";
}
.zmdi-language-python-alt:before {
    content: "\f353";
}
.zmdi-language-python:before {
    content: "\f354";
}
.zmdi-lastfm:before {
    content: "\f355";
}
.zmdi-linkedin-box:before {
    content: "\f356";
}
.zmdi-paypal:before {
    content: "\f357";
}
.zmdi-pinterest-box:before {
    content: "\f358";
}
.zmdi-pocket:before {
    content: "\f359";
}
.zmdi-polymer:before {
    content: "\f35a";
}
.zmdi-rss:before {
    content: "\f3ea";
}
.zmdi-share:before {
    content: "\f35b";
}
.zmdi-stackoverflow:before {
    content: "\f35c";
}
.zmdi-steam-square:before {
    content: "\f35d";
}
.zmdi-steam:before {
    content: "\f35e";
}
.zmdi-twitter-box:before {
    content: "\f35f";
}
.zmdi-twitter:before {
    content: "\f360";
}
.zmdi-vk:before {
    content: "\f361";
}
.zmdi-wikipedia:before {
    content: "\f362";
}
.zmdi-windows:before {
    content: "\f363";
}
.zmdi-500px:before {
    content: "\f3ee";
}
.zmdi-8tracks:before {
    content: "\f3ef";
}
.zmdi-amazon:before {
    content: "\f3f0";
}
.zmdi-blogger:before {
    content: "\f3f1";
}
.zmdi-delicious:before {
    content: "\f3f2";
}
.zmdi-disqus:before {
    content: "\f3f3";
}
.zmdi-flattr:before {
    content: "\f3f4";
}
.zmdi-flickr:before {
    content: "\f3f5";
}
.zmdi-github-alt:before {
    content: "\f3f6";
}
.zmdi-google-old:before {
    content: "\f3f7";
}
.zmdi-linkedin:before {
    content: "\f3f8";
}
.zmdi-odnoklassniki:before {
    content: "\f3f9";
}
.zmdi-outlook:before {
    content: "\f3fa";
}
.zmdi-paypal-alt:before {
    content: "\f3fb";
}
.zmdi-pinterest:before {
    content: "\f3fc";
}
.zmdi-playstation:before {
    content: "\f3fd";
}
.zmdi-reddit:before {
    content: "\f3fe";
}
.zmdi-skype:before {
    content: "\f3ff";
}
.zmdi-slideshare:before {
    content: "\f400";
}
.zmdi-soundcloud:before {
    content: "\f401";
}
.zmdi-tumblr:before {
    content: "\f402";
}
.zmdi-twitch:before {
    content: "\f403";
}
.zmdi-vimeo:before {
    content: "\f404";
}
.zmdi-whatsapp:before {
    content: "\f405";
}
.zmdi-xbox:before {
    content: "\f406";
}
.zmdi-yahoo:before {
    content: "\f407";
}
.zmdi-youtube-play:before {
    content: "\f408";
}
.zmdi-youtube:before {
    content: "\f409";
}
.zmdi-aspect-ratio-alt:before {
    content: "\f364";
}
.zmdi-aspect-ratio:before {
    content: "\f365";
}
.zmdi-blur-circular:before {
    content: "\f366";
}
.zmdi-blur-linear:before {
    content: "\f367";
}
.zmdi-blur-off:before {
    content: "\f368";
}
.zmdi-blur:before {
    content: "\f369";
}
.zmdi-brightness-2:before {
    content: "\f36a";
}
.zmdi-brightness-3:before {
    content: "\f36b";
}
.zmdi-brightness-4:before {
    content: "\f36c";
}
.zmdi-brightness-5:before {
    content: "\f36d";
}
.zmdi-brightness-6:before {
    content: "\f36e";
}
.zmdi-brightness-7:before {
    content: "\f36f";
}
.zmdi-brightness-auto:before {
    content: "\f370";
}
.zmdi-brightness-setting:before {
    content: "\f371";
}
.zmdi-broken-image:before {
    content: "\f372";
}
.zmdi-center-focus-strong:before {
    content: "\f373";
}
.zmdi-center-focus-weak:before {
    content: "\f374";
}
.zmdi-compare:before {
    content: "\f375";
}
.zmdi-crop-16-9:before {
    content: "\f376";
}
.zmdi-crop-3-2:before {
    content: "\f377";
}
.zmdi-crop-5-4:before {
    content: "\f378";
}
.zmdi-crop-7-5:before {
    content: "\f379";
}
.zmdi-crop-din:before {
    content: "\f37a";
}
.zmdi-crop-free:before {
    content: "\f37b";
}
.zmdi-crop-landscape:before {
    content: "\f37c";
}
.zmdi-crop-portrait:before {
    content: "\f37d";
}
.zmdi-crop-square:before {
    content: "\f37e";
}
.zmdi-exposure-alt:before {
    content: "\f37f";
}
.zmdi-exposure:before {
    content: "\f380";
}
.zmdi-filter-b-and-w:before {
    content: "\f381";
}
.zmdi-filter-center-focus:before {
    content: "\f382";
}
.zmdi-filter-frames:before {
    content: "\f383";
}
.zmdi-filter-tilt-shift:before {
    content: "\f384";
}
.zmdi-gradient:before {
    content: "\f385";
}
.zmdi-grain:before {
    content: "\f386";
}
.zmdi-graphic-eq:before {
    content: "\f387";
}
.zmdi-hdr-off:before {
    content: "\f388";
}
.zmdi-hdr-strong:before {
    content: "\f389";
}
.zmdi-hdr-weak:before {
    content: "\f38a";
}
.zmdi-hdr:before {
    content: "\f38b";
}
.zmdi-iridescent:before {
    content: "\f38c";
}
.zmdi-leak-off:before {
    content: "\f38d";
}
.zmdi-leak:before {
    content: "\f38e";
}
.zmdi-looks:before {
    content: "\f38f";
}
.zmdi-loupe:before {
    content: "\f390";
}
.zmdi-panorama-horizontal:before {
    content: "\f391";
}
.zmdi-panorama-vertical:before {
    content: "\f392";
}
.zmdi-panorama-wide-angle:before {
    content: "\f393";
}
.zmdi-photo-size-select-large:before {
    content: "\f394";
}
.zmdi-photo-size-select-small:before {
    content: "\f395";
}
.zmdi-picture-in-picture:before {
    content: "\f396";
}
.zmdi-slideshow:before {
    content: "\f397";
}
.zmdi-texture:before {
    content: "\f398";
}
.zmdi-tonality:before {
    content: "\f399";
}
.zmdi-vignette:before {
    content: "\f39a";
}
.zmdi-wb-auto:before {
    content: "\f39b";
}
.zmdi-eject-alt:before {
    content: "\f39c";
}
.zmdi-eject:before {
    content: "\f39d";
}
.zmdi-equalizer:before {
    content: "\f39e";
}
.zmdi-fast-forward:before {
    content: "\f39f";
}
.zmdi-fast-rewind:before {
    content: "\f3a0";
}
.zmdi-forward-10:before {
    content: "\f3a1";
}
.zmdi-forward-30:before {
    content: "\f3a2";
}
.zmdi-forward-5:before {
    content: "\f3a3";
}
.zmdi-hearing:before {
    content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
    content: "\f3a5";
}
.zmdi-pause-circle:before {
    content: "\f3a6";
}
.zmdi-pause:before {
    content: "\f3a7";
}
.zmdi-play-circle-outline:before {
    content: "\f3a8";
}
.zmdi-play-circle:before {
    content: "\f3a9";
}
.zmdi-play:before {
    content: "\f3aa";
}
.zmdi-playlist-audio:before {
    content: "\f3ab";
}
.zmdi-playlist-plus:before {
    content: "\f3ac";
}
.zmdi-repeat-one:before {
    content: "\f3ad";
}
.zmdi-repeat:before {
    content: "\f3ae";
}
.zmdi-replay-10:before {
    content: "\f3af";
}
.zmdi-replay-30:before {
    content: "\f3b0";
}
.zmdi-replay-5:before {
    content: "\f3b1";
}
.zmdi-replay:before {
    content: "\f3b2";
}
.zmdi-shuffle:before {
    content: "\f3b3";
}
.zmdi-skip-next:before {
    content: "\f3b4";
}
.zmdi-skip-previous:before {
    content: "\f3b5";
}
.zmdi-stop:before {
    content: "\f3b6";
}
.zmdi-surround-sound:before {
    content: "\f3b7";
}
.zmdi-tune:before {
    content: "\f3b8";
}
.zmdi-volume-down:before {
    content: "\f3b9";
}
.zmdi-volume-mute:before {
    content: "\f3ba";
}
.zmdi-volume-off:before {
    content: "\f3bb";
}
.zmdi-volume-up:before {
    content: "\f3bc";
}
.zmdi-n-1-square:before {
    content: "\f3bd";
}
.zmdi-n-2-square:before {
    content: "\f3be";
}
.zmdi-n-3-square:before {
    content: "\f3bf";
}
.zmdi-n-4-square:before {
    content: "\f3c0";
}
.zmdi-n-5-square:before {
    content: "\f3c1";
}
.zmdi-n-6-square:before {
    content: "\f3c2";
}
.zmdi-neg-1:before {
    content: "\f3c3";
}
.zmdi-neg-2:before {
    content: "\f3c4";
}
.zmdi-plus-1:before {
    content: "\f3c5";
}
.zmdi-plus-2:before {
    content: "\f3c6";
}
.zmdi-sec-10:before {
    content: "\f3c7";
}
.zmdi-sec-3:before {
    content: "\f3c8";
}
.zmdi-zero:before {
    content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
    content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
    content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
    content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
    content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
    content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
    content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
    content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
    content: "\f3d1";
}
.zmdi-airplay:before {
    content: "\f3d2";
}
.zmdi-closed-caption:before {
    content: "\f3d3";
}
.zmdi-confirmation-number:before {
    content: "\f3d4";
}
.zmdi-developer-board:before {
    content: "\f3d5";
}
.zmdi-disc-full:before {
    content: "\f3d6";
}
.zmdi-explicit:before {
    content: "\f3d7";
}
.zmdi-flight-land:before {
    content: "\f3d8";
}
.zmdi-flight-takeoff:before {
    content: "\f3d9";
}
.zmdi-flip-to-back:before {
    content: "\f3da";
}
.zmdi-flip-to-front:before {
    content: "\f3db";
}
.zmdi-group-work:before {
    content: "\f3dc";
}
.zmdi-hd:before {
    content: "\f3dd";
}
.zmdi-hq:before {
    content: "\f3de";
}
.zmdi-markunread-mailbox:before {
    content: "\f3df";
}
.zmdi-memory:before {
    content: "\f3e0";
}
.zmdi-nfc:before {
    content: "\f3e1";
}
.zmdi-play-for-work:before {
    content: "\f3e2";
}
.zmdi-power-input:before {
    content: "\f3e3";
}
.zmdi-present-to-all:before {
    content: "\f3e4";
}
.zmdi-satellite:before {
    content: "\f3e5";
}
.zmdi-tap-and-play:before {
    content: "\f3e6";
}
.zmdi-vibration:before {
    content: "\f3e7";
}
.zmdi-voicemail:before {
    content: "\f3e8";
}
@font-face {
    font-family: themify-icons;
    src: url(../fonts/themify-icons.eot);
    src: url(../fonts/themify-iconsd41d.eot?#iefix) format("eot"), url(../fonts/themify-icons.woff) format("woff"), url(../fonts/themify-icons.ttf) format("truetype"), url(../fonts/themify-icons.svg#themify-icons) format("svg");
}
.ti {
    font-family: themify-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
}
.ti-arrow-up:before {
    content: "\e627";
}
.ti-arrow-right:before {
    content: "\e628";
}
.ti-arrow-left:before {
    content: "\e629";
}
.ti-arrow-down:before {
    content: "\e62a";
}
.ti-arrows-vertical:before {
    content: "\e657";
}
.ti-arrows-horizontal:before {
    content: "\e658";
}
.ti-angle-up:before {
    content: "\e648";
}
.ti-angle-right:before {
    content: "\e649";
}
.ti-angle-left:before {
    content: "\e64a";
}
.ti-angle-down:before {
    content: "\e64b";
}
.ti-angle-double-up:before {
    content: "\e660";
}
.ti-angle-double-right:before {
    content: "\e661";
}
.ti-angle-double-left:before {
    content: "\e662";
}
.ti-angle-double-down:before {
    content: "\e663";
}
.ti-move:before {
    content: "\e656";
}
.ti-fullscreen:before {
    content: "\e659";
}
.ti-arrow-top-right:before {
    content: "\e65a";
}
.ti-arrow-top-left:before {
    content: "\e65b";
}
.ti-arrow-circle-up:before {
    content: "\e65c";
}
.ti-arrow-circle-right:before {
    content: "\e65d";
}
.ti-arrow-circle-left:before {
    content: "\e65e";
}
.ti-arrow-circle-down:before {
    content: "\e65f";
}
.ti-arrows-corner:before {
    content: "\e6be";
}
.ti-split-v:before {
    content: "\e675";
}
.ti-split-v-alt:before {
    content: "\e6d6";
}
.ti-split-h:before {
    content: "\e676";
}
.ti-hand-point-up:before {
    content: "\e71a";
}
.ti-hand-point-right:before {
    content: "\e71b";
}
.ti-hand-point-left:before {
    content: "\e71c";
}
.ti-hand-point-down:before {
    content: "\e71d";
}
.ti-back-right:before {
    content: "\e6bc";
}
.ti-back-left:before {
    content: "\e6bd";
}
.ti-exchange-vertical:before {
    content: "\e63f";
}
.ti-wand:before {
    content: "\e600";
}
.ti-save:before {
    content: "\e746";
}
.ti-save-alt:before {
    content: "\e747";
}
.ti-direction:before {
    content: "\e6a8";
}
.ti-direction-alt:before {
    content: "\e6a9";
}
.ti-user:before {
    content: "\e602";
}
.ti-link:before {
    content: "\e62d";
}
.ti-unlink:before {
    content: "\e604";
}
.ti-trash:before {
    content: "\e605";
}
.ti-target:before {
    content: "\e607";
}
.ti-tag:before {
    content: "\e608";
}
.ti-desktop:before {
    content: "\e640";
}
.ti-tablet:before {
    content: "\e609";
}
.ti-mobile:before {
    content: "\e621";
}
.ti-email:before {
    content: "\e75a";
}
.ti-star:before {
    content: "\e60a";
}
.ti-spray:before {
    content: "\e60b";
}
.ti-signal:before {
    content: "\e60c";
}
.ti-shopping-cart:before {
    content: "\e60d";
}
.ti-shopping-cart-full:before {
    content: "\e60e";
}
.ti-settings:before {
    content: "\e60f";
}
.ti-search:before {
    content: "\e610";
}
.ti-zoom-in:before {
    content: "\e611";
}
.ti-zoom-out:before {
    content: "\e612";
}
.ti-cut:before {
    content: "\e613";
}
.ti-ruler:before {
    content: "\e614";
}
.ti-ruler-alt-2:before {
    content: "\e6db";
}
.ti-ruler-pencil:before {
    content: "\e615";
}
.ti-ruler-alt:before {
    content: "\e616";
}
.ti-bookmark:before {
    content: "\e617";
}
.ti-bookmark-alt:before {
    content: "\e618";
}
.ti-reload:before {
    content: "\e619";
}
.ti-plus:before {
    content: "\e61a";
}
.ti-minus:before {
    content: "\e622";
}
.ti-close:before {
    content: "\e646";
}
.ti-pin:before {
    content: "\e61b";
}
.ti-pencil:before {
    content: "\e61c";
}
.ti-pencil-alt:before {
    content: "\e61d";
}
.ti-paint-roller:before {
    content: "\e61e";
}
.ti-paint-bucket:before {
    content: "\e61f";
}
.ti-na:before {
    content: "\e620";
}
.ti-medall:before {
    content: "\e623";
}
.ti-medall-alt:before {
    content: "\e624";
}
.ti-marker:before {
    content: "\e625";
}
.ti-marker-alt:before {
    content: "\e626";
}
.ti-lock:before {
    content: "\e62b";
}
.ti-unlock:before {
    content: "\e603";
}
.ti-location-arrow:before {
    content: "\e62c";
}
.ti-layout:before {
    content: "\e62e";
}
.ti-layers:before {
    content: "\e62f";
}
.ti-layers-alt:before {
    content: "\e630";
}
.ti-key:before {
    content: "\e631";
}
.ti-image:before {
    content: "\e633";
}
.ti-heart:before {
    content: "\e634";
}
.ti-heart-broken:before {
    content: "\e635";
}
.ti-hand-stop:before {
    content: "\e636";
}
.ti-hand-open:before {
    content: "\e637";
}
.ti-hand-drag:before {
    content: "\e638";
}
.ti-flag:before {
    content: "\e63a";
}
.ti-flag-alt:before {
    content: "\e63b";
}
.ti-flag-alt-2:before {
    content: "\e63c";
}
.ti-eye:before {
    content: "\e63d";
}
.ti-import:before {
    content: "\e632";
}
.ti-export:before {
    content: "\e63e";
}
.ti-cup:before {
    content: "\e641";
}
.ti-crown:before {
    content: "\e642";
}
.ti-comments:before {
    content: "\e643";
}
.ti-comment:before {
    content: "\e644";
}
.ti-comment-alt:before {
    content: "\e645";
}
.ti-thought:before {
    content: "\e606";
}
.ti-clip:before {
    content: "\e647";
}
.ti-check:before {
    content: "\e64c";
}
.ti-check-box:before {
    content: "\e64d";
}
.ti-camera:before {
    content: "\e64e";
}
.ti-announcement:before {
    content: "\e64f";
}
.ti-brush:before {
    content: "\e650";
}
.ti-brush-alt:before {
    content: "\e727";
}
.ti-palette:before {
    content: "\e6e0";
}
.ti-briefcase:before {
    content: "\e651";
}
.ti-bolt:before {
    content: "\e652";
}
.ti-bolt-alt:before {
    content: "\e653";
}
.ti-blackboard:before {
    content: "\e654";
}
.ti-bag:before {
    content: "\e655";
}
.ti-world:before {
    content: "\e665";
}
.ti-wheelchair:before {
    content: "\e666";
}
.ti-car:before {
    content: "\e6b5";
}
.ti-truck:before {
    content: "\e66d";
}
.ti-timer:before {
    content: "\e66e";
}
.ti-ticket:before {
    content: "\e66f";
}
.ti-thumb-up:before {
    content: "\e670";
}
.ti-thumb-down:before {
    content: "\e671";
}
.ti-stats-up:before {
    content: "\e673";
}
.ti-stats-down:before {
    content: "\e674";
}
.ti-shine:before {
    content: "\e678";
}
.ti-shift-right:before {
    content: "\e679";
}
.ti-shift-left:before {
    content: "\e67a";
}
.ti-shift-right-alt:before {
    content: "\e6d9";
}
.ti-shift-left-alt:before {
    content: "\e6da";
}
.ti-shield:before {
    content: "\e67b";
}
.ti-notepad:before {
    content: "\e67c";
}
.ti-server:before {
    content: "\e67d";
}
.ti-pulse:before {
    content: "\e680";
}
.ti-printer:before {
    content: "\e681";
}
.ti-power-off:before {
    content: "\e682";
}
.ti-plug:before {
    content: "\e683";
}
.ti-pie-chart:before {
    content: "\e684";
}
.ti-panel:before {
    content: "\e686";
}
.ti-package:before {
    content: "\e687";
}
.ti-music:before {
    content: "\e688";
}
.ti-music-alt:before {
    content: "\e689";
}
.ti-mouse:before {
    content: "\e68a";
}
.ti-mouse-alt:before {
    content: "\e68b";
}
.ti-money:before {
    content: "\e68c";
}
.ti-microphone:before {
    content: "\e68d";
}
.ti-menu:before {
    content: "\e68e";
}
.ti-menu-alt:before {
    content: "\e68f";
}
.ti-map:before {
    content: "\e690";
}
.ti-map-alt:before {
    content: "\e691";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-light-bulb:before {
    content: "\e695";
}
.ti-info:before {
    content: "\e697";
}
.ti-infinite:before {
    content: "\e698";
}
.ti-id-badge:before {
    content: "\e699";
}
.ti-hummer:before {
    content: "\e69a";
}
.ti-home:before {
    content: "\e69b";
}
.ti-help:before {
    content: "\e69c";
}
.ti-headphone:before {
    content: "\e69d";
}
.ti-harddrives:before {
    content: "\e69e";
}
.ti-harddrive:before {
    content: "\e69f";
}
.ti-gift:before {
    content: "\e6a0";
}
.ti-game:before {
    content: "\e6a1";
}
.ti-filter:before {
    content: "\e6a2";
}
.ti-files:before {
    content: "\e6a3";
}
.ti-file:before {
    content: "\e6a4";
}
.ti-zip:before {
    content: "\e664";
}
.ti-folder:before {
    content: "\e639";
}
.ti-envelope:before {
    content: "\e6a6";
}
.ti-dashboard:before {
    content: "\e6aa";
}
.ti-cloud:before {
    content: "\e6b1";
}
.ti-cloud-up:before {
    content: "\e6b2";
}
.ti-cloud-down:before {
    content: "\e6b3";
}
.ti-clipboard:before {
    content: "\e6b4";
}
.ti-calendar:before {
    content: "\e6b6";
}
.ti-book:before {
    content: "\e6b7";
}
.ti-bell:before {
    content: "\e6b8";
}
.ti-basketball:before {
    content: "\e6b9";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-bar-chart-alt:before {
    content: "\e6bb";
}
.ti-archive:before {
    content: "\e6bf";
}
.ti-anchor:before {
    content: "\e6c0";
}
.ti-alert:before {
    content: "\e6c5";
}
.ti-alarm-clock:before {
    content: "\e6c6";
}
.ti-agenda:before {
    content: "\e6c7";
}
.ti-write:before {
    content: "\e6c8";
}
.ti-wallet:before {
    content: "\e6cd";
}
.ti-video-clapper:before {
    content: "\e6ce";
}
.ti-video-camera:before {
    content: "\e6cf";
}
.ti-vector:before {
    content: "\e6d0";
}
.ti-support:before {
    content: "\e6d4";
}
.ti-stamp:before {
    content: "\e6d5";
}
.ti-slice:before {
    content: "\e6d7";
}
.ti-shortcode:before {
    content: "\e6d8";
}
.ti-receipt:before {
    content: "\e6dc";
}
.ti-pin2:before {
    content: "\e6dd";
}
.ti-pin-alt:before {
    content: "\e6de";
}
.ti-pencil-alt2:before {
    content: "\e6df";
}
.ti-eraser:before {
    content: "\e6a5";
}
.ti-more:before {
    content: "\e6e1";
}
.ti-more-alt:before {
    content: "\e6e2";
}
.ti-microphone-alt:before {
    content: "\e6e3";
}
.ti-magnet:before {
    content: "\e6e4";
}
.ti-line-double:before {
    content: "\e6e5";
}
.ti-line-dotted:before {
    content: "\e6e6";
}
.ti-line-dashed:before {
    content: "\e6e7";
}
.ti-ink-pen:before {
    content: "\e716";
}
.ti-info-alt:before {
    content: "\e717";
}
.ti-help-alt:before {
    content: "\e718";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-gallery:before {
    content: "\e71e";
}
.ti-face-smile:before {
    content: "\e71f";
}
.ti-face-sad:before {
    content: "\e720";
}
.ti-credit-card:before {
    content: "\e721";
}
.ti-comments-smiley:before {
    content: "\e726";
}
.ti-time:before {
    content: "\e72b";
}
.ti-share:before {
    content: "\e72e";
}
.ti-share-alt:before {
    content: "\e72f";
}
.ti-rocket:before {
    content: "\e730";
}
.ti-new-window:before {
    content: "\e732";
}
.ti-rss:before {
    content: "\e75e";
}
.ti-rss-alt:before {
    content: "\e75f";
}
.ti-control-stop:before {
    content: "\e6ab";
}
.ti-control-shuffle:before {
    content: "\e6ac";
}
.ti-control-play:before {
    content: "\e6ad";
}
.ti-control-pause:before {
    content: "\e6ae";
}
.ti-control-forward:before {
    content: "\e6af";
}
.ti-control-backward:before {
    content: "\e6b0";
}
.ti-volume:before {
    content: "\e601";
}
.ti-control-skip-forward:before {
    content: "\e722";
}
.ti-control-skip-backward:before {
    content: "\e723";
}
.ti-control-record:before {
    content: "\e724";
}
.ti-control-eject:before {
    content: "\e725";
}
.ti-paragraph:before {
    content: "\e685";
}
.ti-uppercase:before {
    content: "\e66a";
}
.ti-underline:before {
    content: "\e66c";
}
.ti-text:before {
    content: "\e672";
}
.ti-Italic:before {
    content: "\e696";
}
.ti-smallcap:before {
    content: "\e677";
}
.ti-list:before {
    content: "\e694";
}
.ti-list-ol:before {
    content: "\e734";
}
.ti-align-right:before {
    content: "\e6c1";
}
.ti-align-left:before {
    content: "\e6c2";
}
.ti-align-justify:before {
    content: "\e6c3";
}
.ti-align-center:before {
    content: "\e6c4";
}
.ti-quote-right:before {
    content: "\e67e";
}
.ti-quote-left:before {
    content: "\e67f";
}
.ti-layout-width-full:before {
    content: "\e6e8";
}
.ti-layout-width-default:before {
    content: "\e6e9";
}
.ti-layout-width-default-alt:before {
    content: "\e6ea";
}
.ti-layout-tab:before {
    content: "\e6eb";
}
.ti-layout-tab-window:before {
    content: "\e6ec";
}
.ti-layout-tab-v:before {
    content: "\e6ed";
}
.ti-layout-tab-min:before {
    content: "\e6ee";
}
.ti-layout-slider:before {
    content: "\e6ef";
}
.ti-layout-slider-alt:before {
    content: "\e6f0";
}
.ti-layout-sidebar-right:before {
    content: "\e6f1";
}
.ti-layout-sidebar-none:before {
    content: "\e6f2";
}
.ti-layout-sidebar-left:before {
    content: "\e6f3";
}
.ti-layout-placeholder:before {
    content: "\e6f4";
}
.ti-layout-menu:before {
    content: "\e6f5";
}
.ti-layout-menu-v:before {
    content: "\e6f6";
}
.ti-layout-menu-separated:before {
    content: "\e6f7";
}
.ti-layout-menu-full:before {
    content: "\e6f8";
}
.ti-layout-media-right:before {
    content: "\e6fa";
}
.ti-layout-media-right-alt:before {
    content: "\e6f9";
}
.ti-layout-media-overlay:before {
    content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}
.ti-layout-media-left:before {
    content: "\e6ff";
}
.ti-layout-media-left-alt:before {
    content: "\e6fe";
}
.ti-layout-media-center:before {
    content: "\e701";
}
.ti-layout-media-center-alt:before {
    content: "\e700";
}
.ti-layout-list-thumb:before {
    content: "\e702";
}
.ti-layout-list-thumb-alt:before {
    content: "\e703";
}
.ti-layout-list-post:before {
    content: "\e704";
}
.ti-layout-list-large-image:before {
    content: "\e705";
}
.ti-layout-line-solid:before {
    content: "\e706";
}
.ti-layout-grid4:before {
    content: "\e707";
}
.ti-layout-grid3:before {
    content: "\e708";
}
.ti-layout-grid2:before {
    content: "\e709";
}
.ti-layout-grid2-thumb:before {
    content: "\e70a";
}
.ti-layout-cta-right:before {
    content: "\e70b";
}
.ti-layout-cta-left:before {
    content: "\e70c";
}
.ti-layout-cta-center:before {
    content: "\e70d";
}
.ti-layout-cta-btn-right:before {
    content: "\e70e";
}
.ti-layout-cta-btn-left:before {
    content: "\e70f";
}
.ti-layout-column4:before {
    content: "\e710";
}
.ti-layout-column3:before {
    content: "\e711";
}
.ti-layout-column2:before {
    content: "\e712";
}
.ti-layout-accordion-separated:before {
    content: "\e713";
}
.ti-layout-accordion-merged:before {
    content: "\e714";
}
.ti-layout-accordion-list:before {
    content: "\e715";
}
.ti-widgetized:before {
    content: "\e6ca";
}
.ti-widget:before {
    content: "\e6cb";
}
.ti-widget-alt:before {
    content: "\e6cc";
}
.ti-view-list:before {
    content: "\e667";
}
.ti-view-list-alt:before {
    content: "\e668";
}
.ti-view-grid:before {
    content: "\e669";
}
.ti-upload:before {
    content: "\e66b";
}
.ti-download:before {
    content: "\e6a7";
}
.ti-loop:before {
    content: "\e692";
}
.ti-layout-sidebar-2:before {
    content: "\e736";
}
.ti-layout-grid4-alt:before {
    content: "\e737";
}
.ti-layout-grid3-alt:before {
    content: "\e738";
}
.ti-layout-grid2-alt:before {
    content: "\e739";
}
.ti-layout-column4-alt:before {
    content: "\e73a";
}
.ti-layout-column3-alt:before {
    content: "\e73b";
}
.ti-layout-column2-alt:before {
    content: "\e73c";
}
.ti-flickr:before {
    content: "\e740";
}
.ti-flickr-alt:before {
    content: "\e759";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-google:before {
    content: "\e73e";
}
.ti-github:before {
    content: "\e73f";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-dropbox:before {
    content: "\e742";
}
.ti-dropbox-alt:before {
    content: "\e75c";
}
.ti-dribbble:before {
    content: "\e743";
}
.ti-apple:before {
    content: "\e744";
}
.ti-android:before {
    content: "\e745";
}
.ti-yahoo:before {
    content: "\e748";
}
.ti-trello:before {
    content: "\e74d";
}
.ti-stack-overflow:before {
    content: "\e74e";
}
.ti-soundcloud:before {
    content: "\e74f";
}
.ti-sharethis:before {
    content: "\e750";
}
.ti-sharethis-alt:before {
    content: "\e751";
}
.ti-reddit:before {
    content: "\e752";
}
.ti-microsoft:before {
    content: "\e733";
}
.ti-microsoft-alt:before {
    content: "\e754";
}
.ti-linux:before {
    content: "\e755";
}
.ti-jsfiddle:before {
    content: "\e756";
}
.ti-joomla:before {
    content: "\e757";
}
.ti-html5:before {
    content: "\e758";
}
.ti-css3:before {
    content: "\e75d";
}
.ti-drupal:before {
    content: "\e75b";
}
.ti-wordpress:before {
    content: "\e749";
}
.ti-tumblr:before {
    content: "\e72c";
}
.ti-tumblr-alt:before {
    content: "\e74c";
}
.ti-skype:before {
    content: "\e72d";
}
.ti-youtube:before {
    content: "\e728";
}
.ti-vimeo:before {
    content: "\e729";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-linkedin:before {
    content: "\e735";
}
.ti-pinterest:before {
    content: "\e731";
}
.ti-pinterest-alt:before {
    content: "\e753";
}
.ti-themify-logo:before {
    content: "\e6d1";
}
.ti-themify-favicon:before {
    content: "\e6d2";
}
.ti-themify-favicon-alt:before {
    content: "\e6d3";
}
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: grey;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
input[readonly] {
    pointer-events: none;
}
.form-check {
    position: relative;
    padding: 19px 0 15px 40px;
    text-align: left;
    overflow: hidden;
}
.form-check label {
    cursor: pointer;
}
.form-check label:after,
.form-check label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 5px;
}
.form-check label:before {
    left: 3px;
    width: 22px;
    height: 22px;
    margin: -10px 0 0;
    background: #eceef3;
}
.form-check label:after {
    
    left: 8px;
    width: 13px;
    height: 13px;
    margin: -6px 0 0;
    opacity: 0;
    background: #5d5a35;
    transform: translate3d(0, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.form-check input[type="checkbox"] + label:after
{
    content: "\f00c";
    font-family: 'font-awesome';
    background: transparent;
    color: #338964;
    /* top: 23px; */
    margin: -9px 0 0;
}
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}
.form-check input[type="checkbox"]:checked + label:after,
.form-check input[type="radio"]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.form-check label:after,
.form-check label:before {
    border-radius: 0;
}
.form-check label:before {
    border-radius: 2px;
}
.form-check label:after {
    border-radius: 2px;
}
.form-check input[type="radio"] + label:before {
    border-radius: 10px;
}
.form-check input[type="radio"] + label:after {
    border-radius: 10px;
    margin: -5px 0 0;
}
.form-check input[type="radio"] + label:before {
    border-radius: 50px;
}
select.form-control
{
    position: relative;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
select.form-control:after
{
    content: "\e6c1";
    position: absolute;
    font-family: themify-icons;
    right:0;
    top:0;
    z-index: 100;
    width: 40px;
    height: 40px;
}
.form-control {
    height: 40px;
    border: 1px solid #dee2e6;
    /*border-top: 0;*/
    color: #686868;
    border-radius: 1px;
     /*border-top: 0; */
    /*padding: 1.5rem 0.75rem 0.375rem;*/
    /*line-height: 3;*/
}
.form-control:focus {
    border-color: rgb(142 84 233 / 23%) !important;
    box-shadow: none;
}
.form-control-lg {
    height: 40px;
}
.form-control-sm {
    height: 30px;
}
.form-control-plaintext {
    color: #a6a9b7;
}
textarea.form-control {
    height: auto;
}

select.form-control:not([size]):not([multiple]) {
    height:40px;
}
select.form-control-lg:not([size]):not([multiple]) {
    height: 50px;
}
select.form-control-sm:not([size]):not([multiple]) {
    height: 30px;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
label,
legend {
    font-weight: 600;
    color: #686868;
}
.form-row label
{
    font-weight: 500;
    color: #000;
    /*background: rgb(93 90 53);*/
    background: #d3d2d2;
    width: 100%;
    padding: 3px;
    margin-bottom: 0;
    border: none;
    border-radius: 1px;
    position: relative;
    padding-left: 38px;
    overflow: hidden;
    top: 6px;
}
    .form-row label:before {
        content: "\e661";
        font-family: themify-icons;
        position: absolute;
        width: auto;
        left: 1px;
        height: 100%;
        /*background: #888453;*/
        background: #01296f;
        color: #fff;
        top: 1px;
        border-radius: 1px;
        z-index: 0;
        z-index: 0;
        padding: 1px;
        z-index: 1;
        padding: 4px 0 4px 5px;
    }
    .form-row label:after {
        content: '';
        position: absolute;
        left: 11px;
        bottom: 4px;
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        background: #01296f;
      
    }

.form-row label.form-check-label
{
    background: transparent !important;
    border: none !important;
}



.custom-select.is-valid,
.form-control.is-valid {
    border-color: #32b432;
    box-shadow: none;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus {
    border-color: #32b432;
    box-shadow: none;
}
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #32b432;
    box-shadow: none;
}
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #32b432;
    box-shadow: none;
}
.custom-select.is-invalid,
.form-control.is-invalid {
    border-color: #e3324c;
    box-shadow: none;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e3324c;
    box-shadow: none;
}
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #e3324c;
    box-shadow: none;
}
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e3324c;
    box-shadow: none;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.5) !important;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.5) !important;
}
.custom-control-input.is-valid ~ .custom-control-label::before {
    background: #32b432;
    background: rgba(50, 180, 50, 0.5) !important;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background: #32b432;
    background: rgba(50, 180, 50, 0.5) !important;
}
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #e3324c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #e3324c;
}
.valid-feedback {
    color: #32b432;
}
.invalid-feedback {
    color: #e3324c;
}
.valid-tooltip {
    background: #32b432;
    background: rgba(50, 180, 50, 0.8) !important;
}
.invalid-tooltip {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.8) !important;
}
.form-check-input.is-valid ~ .form-check-label {
    color: #32b432;
}
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #32b432;
}
.form-check-input.is-invalid ~ .form-check-label {
    color: #e3324c;
}
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e3324c;
}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#signupForm .error,
#signupForm1 .error {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: 0.4em 0.5em 0.3em;
}
#signupForm3 .error.label {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: 0.4em 0.5em 0.3em;
}
#signupForm1 span.fa-times {
    color: #e3324c;
    font-size: 1rem !important;
    font-style: italic;
    padding: 0.4em 0.5em 0.3em;
}
#signupForm1 span.fa-check {
    color: #32b432;
}
.selects-contant .select2-container .select2-selection--single {
    height:40px;
}
.selects-contant .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    /*padding: 1.5rem 0.75rem 0.375rem;*/
}
.selects-contant .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}
.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice,
.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #8e54e9;
    border: 1px solid #8e54e9;
    color: #fff;
    padding: 1px 10px 1px 4px;
}
.selects-contant .Multi-sel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #e3324c;
}
.selects-contant .Multi-sel .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px;
}
.selects-contant-boots .bootstrap-tagsinput {
    width: 100%;
    height: 40px;
    padding: 7px 6px;
}
.selects-contant-boots .bootstrap-tagsinput .label {
    padding: 0.4em 0.7em;
}
.selects-contant-boots .bootstrap-tagsinput .label-info {
    background-color: #273b78;
}
.input-group-addon {
    padding: 8px 14px;
    background: #5d5a35;
    border: 1px solid #5d5a35;
    color: #fff;
}
.datepicker {
    border: 1px solid #eee;
    padding: 12px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    width: 270px;
    font-size: 14px;
}
.datepicker table {
    width: 100%;
}
.datepicker table tr td {
    width: 30px;
    height: 35px;
}
.datepicker table tr td.today {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff;
}
.datepicker table tr td.today:hover {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff;
}
.datepicker table tr td.today.disabled {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff;
}
.datepicker table tr td.today.disabled:hover {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff;
}
.datepicker-inline {
    width: 270px;
}
.datetimepicker table {
    width: 100%;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
    color: #fff;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .datepicker {
        width: 230px;
    }
}
@media screen and (max-width: 480px) {
    .datepicker {
        width: 230px;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .datepicker-inline {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .datepicker-inline {
        width: 100%;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .datepicker-orient-right {
        left: 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .datepicker-orient-right {
        left: 10px !important;
    }
}
.active-task .form-check label:after,
.active-task .form-check label:before {
    top: 3px;
    margin: 0;
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/summernotec360.eot?4c7e83314b68cfa6a0d18a8b4690044b);
    src: url(../fonts/summernotec360.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix) format("embedded-opentype"), url(../fonts/summernotec360.woff?4c7e83314b68cfa6a0d18a8b4690044b) format("woff"),
        url(../fonts/summernotec360.ttf?4c7e83314b68cfa6a0d18a8b4690044b) format("truetype");
}

.note-editor.note-frame {
    box-shadow: none;
    border-color: #dee2e6;
    margin-bottom: 0;
}



.ql-container.ql-snow,
.ql-toolbar.ql-snow {
    border-color: #dee2e6;
}
.note-toolbar-wrapper .note-toolbar .btn-group .btn {
    padding: 0.25rem 0.5rem !important;
}
.dropzone {
    border: 2px dashed #dee2e6;
}
.dropzone .dz-message {
    color: #a6a9b7;
    font-size: 1.714rem;
    margin: 5em;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .dropzone .dz-message {
        margin: 3em 0;
    }
}
@media screen and (max-width: 480px) {
    .dropzone .dz-message {
        margin: 3em 0;
    }
}
.input-group-text {
    color: #000;
    background-color: #e5e4d9;
    border-color: #e5e4d9;
}
.bootstrap-duallistbox-container label {
    color: #273b78;
}
.bootstrap-duallistbox-container .filter {
    height: 40px;
}
.bootstrap-duallistbox-container .btn-group .btn {
    border-color: #dee2e6;
}
.bootstrap-duallistbox-container .btn-group .btn:focus,
.bootstrap-duallistbox-container .btn-group .btn:hover {
    background-color: #8e54e9;
    border-color: #8e54e9;
    color: #fff !important;
}
.bootstrap-duallistbox-container .btn-outline-secondary {
    background-color: #8e54e9;
    border-color: #8e54e9;
    color: #fff !important;
}
.bootstrap-duallistbox-container select {
    border-color: #dee2e6;
}
.bootstrap-duallistbox-container select option {
    padding: 0.5rem;
    color: #333;
}
.bootstrap-duallistbox-container select:focus {
    outline: 0;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 480px) {
    .bootstrap-duallistbox-container .box1 {
        margin-bottom: 1.5rem;
    }
}
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box1.filtered .clear2,
.bootstrap-duallistbox-container .box2.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    margin-bottom: 10px;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-dropdown {
    border-color: #dee2e6;
}
.select2-container .select2-dropdown .select2-results__group {
    color: #a6a9b7;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
    box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5d5a35;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dee2e6;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}
.select2-container .select2-selection--single:focus {
    outline: 0;
}
.select2-container--default .select2-search--dropdown .selects-contant .custom-select {
    height: calc(2.65rem + 2px);
}
.select2-container--default .select2-search--dropdown .selects-contant .Multi-sel .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dee2e6;
    box-shadow: none;
}
.selects-contant-boots .bootstrap-tagsinput {
    border: 1px solid #dee2e6;
    box-shadow: none;
    height: auto;
}
.selects-contant-boots .bootstrap-tagsinput .tag {
    margin-bottom: 2px;
    display: inline-block;
    padding: 0.6em 0.7em;
}
.custom-select-sm {
    height: calc(1.5125rem + 2px);
    padding-top: 0.275rem;
    padding-bottom: 0.275rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.custom-select:focus {
    box-shadow: none;
    border-color: #8e54e9;
}
.irs--flat .irs-bar {
    background-color: #8e54e9;
}
.irs--flat .irs-handle > i:first-child {
    background-color: #8e54e9;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    background-color: #8e54e9;
}
.irs-from {
    background: #8e54e9;
}
.irs-from:after {
    border-top-color: #8e54e9;
}
.irs-to {
    background: #8e54e9;
}
.irs-to:after {
    border-top-color: #8e54e9;
}
.irs-single {
    background: #8e54e9;
}
.irs-single:after {
    border-top-color: #8e54e9;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #0d2b9b;
    color: #fff;
}
.table-primary {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.1) !important;
    color: #8e54e9;
}
.table-primary th {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.1) !important;
    color: #8e54e9;
    border-color: #fff !important;
}
.table-primary td {
    background: #8e54e9;
    background: rgba(142, 84, 233, 0.1) !important;
    color: #8e54e9;
    border-color: #fff !important;
}
.table-secondary {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.1) !important;
    color: #a1a1a1;
}
.table-secondary th {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.1) !important;
    color: #a1a1a1;
    border-color: #fff !important;
}
.table-secondary td {
    background: #a1a1a1;
    background: rgba(161, 161, 161, 0.1) !important;
    color: #a1a1a1;
    border-color: #fff !important;
}
.table-info {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.1) !important;
    color: #45aaf2;
}
.table-info th {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.1) !important;
    color: #45aaf2;
    border-color: #fff !important;
}
.table-info td {
    background: #45aaf2;
    background: rgba(69, 170, 242, 0.1) !important;
    color: #45aaf2;
    border-color: #fff !important;
}
.table-warning {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.1) !important;
    color: #f7b731;
}
.table-warning th {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.1) !important;
    color: #f7b731;
    border-color: #fff !important;
}
.table-warning td {
    background: #f7b731;
    background: rgba(247, 183, 49, 0.1) !important;
    color: #f7b731;
    border-color: #fff !important;
}
.table-danger {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
}
.table-danger th {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
    border-color: #fff !important;
}
.table-danger td {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
    border-color: #fff !important;
}
.table-success {
    background: #32b432;
    background: rgba(50, 180, 50, 0.1) !important;
    color: #32b432;
}
.table-success th {
    background: #32b432;
    background: rgba(50, 180, 50, 0.1) !important;
    color: #32b432;
    border-color: #fff !important;
}
.table-success td {
    background: #32b432;
    background: rgba(50, 180, 50, 0.1) !important;
    color: #32b432;
    border-color: #fff !important;
}
.table-orange {
    background: #fd9644;
    background: rgba(253, 150, 68, 0.1) !important;
    color: #fd9644;
}
.table-orange th {
    background: #fd9644;
    background: rgba(253, 150, 68, 0.1) !important;
    color: #fd9644;
    border-color: #fff !important;
}
.table-orange td {
    background: #fd9644;
    background: rgba(253, 150, 68, 0.1) !important;
    color: #fd9644;
    border-color: #fff !important;
}
.table-pink {
    background: #fb0792;
    background: rgba(251, 7, 146, 0.1) !important;
    color: #fb0792;
}
.table-pink th {
    background: #fb0792;
    background: rgba(251, 7, 146, 0.1) !important;
    color: #fb0792;
    border-color: #fff !important;
}
.table-pink td {
    background: #fb0792;
    background: rgba(251, 7, 146, 0.1) !important;
    color: #fb0792;
    border-color: #fff !important;
}
.table-yellow {
    background: #ffc107;
    background: rgba(255, 193, 7, 0.1) !important;
    color: #ffc107;
}
.table-yellow th {
    background: #ffc107;
    background: rgba(255, 193, 7, 0.1) !important;
    color: #ffc107;
    border-color: #fff !important;
}
.table-yellow td {
    background: #ffc107;
    background: rgba(255, 193, 7, 0.1) !important;
    color: #ffc107;
    border-color: #fff !important;
}
.table-red {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
}
.table-red th {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
    border-color: #fff !important;
}
.table-red td {
    background: #e3324c;
    background: rgba(227, 50, 76, 0.1) !important;
    color: #e3324c;
    border-color: #fff !important;
}
.table-cyan {
    background: #2bcbba;
    background: rgba(43, 203, 186, 0.1) !important;
    color: #2bcbba;
}
.table-cyan th {
    background: #2bcbba;
    background: rgba(43, 203, 186, 0.1) !important;
    color: #2bcbba;
    border-color: #fff !important;
}
.table-cyan td {
    background: #2bcbba;
    background: rgba(43, 203, 186, 0.1) !important;
    color: #2bcbba;
    border-color: #fff !important;
}
.datatable-wrapper table tfoot {
    display: none;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: 0.8em;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .dataTables_wrapper div.row {
        margin: 10px 0 !important;
    }
    .dataTables_wrapper div[class^="col-"]:last-child {
        padding: 0;
    }
    .dataTables_wrapper div[class^="col-"]:first-child {
        padding: 0;
    }
    .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
        text-align: left !important;
    }
    .dataTables_wrapper .pagination {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .dataTables_wrapper div.row {
        margin: 10px 0 !important;
    }
    .dataTables_wrapper div[class^="col-"]:last-child {
        padding: 0;
    }
    .dataTables_wrapper div[class^="col-"]:first-child {
        padding: 0;
    }
    .dataTables_wrapper .dataTables_info {
        padding-top: 0 !important;
        text-align: left !important;
    }
    .dataTables_wrapper .pagination {
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #eceef3;
}
.table > thead > tr > th {
    vertical-align: middle;
    white-space: nowrap;
}
.table > tbody > tr > td {
    vertical-align: middle;
    white-space: nowrap;
}
.tabledit-toolbar {
    flex-wrap: nowrap;
}
.tabledit-toolbar .btn {
    margin-right: 6px;
    border-radius: 0.2rem !important;
}
.tabledit-toolbar .btn:last-child {
    margin-right: 0;
}
.tabledit-toolbar .tabledit-save-button {
    margin-left: 6px;
    margin-right: 0;
}
.tabledit-toolbar .tabledit-confirm-button {
    margin-left: 6px;
    margin-right: 0;
}
.tableexport-caption {
    display: table-caption;
    padding: 0;
    margin-bottom: 15px;
}
.tableexport-caption .btn {
    line-height: 1;
    background:rgb(157 153 105 / 22%) !important;
    color: #5d5a35;
    padding: 9px 10px;
    margin: 0;
    margin-right: 10px;
}
.tableexport-caption .btn:first-child {
    margin-left: 0;
}
.tableexport-caption .btn.xlsx:before {
    background: url(../img/export/xlsx.svg) no-repeat center;
}
.tableexport-caption .btn.csv:before {
    background: url(../img/export/csv.svg) no-repeat center;
}
.tableexport-caption .btn.txt:before {
    background: url(../img/export/txt.svg) no-repeat center;
}
.tableexport-caption .btn:focus {
    box-shadow: none;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .tableexport-caption .btn {
        margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .tableexport-caption .btn {
        margin: 0 0 5px 0;
    }
}
.csv:before,
.txt:before,
.xls:before,
.xlsx:before {
    box-shadow: none;
    padding: 4px 10px 4px;
}
.gmap {
    display: block;
    width: 100%;
    height: 450px;
}
#panorama {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 30px;
}
.address-location {
    height: 270px;
}
.vmap {
    height: 420px;
    width: 100%;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .vmap {
        height: 310px !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .vmap {
        height: 310px !important;
    }
}
@media screen and (max-width: 480px) {
    .vmap {
        height: 310px !important;
    }
}
.jqvmap-zoomin,
.jqvmap-zoomout {
    padding: 0;
    line-height: 14px;
    width: 15px;
    height: 15px;
}
.jqvmap-region {
    cursor: default !important;
}
.map-pin {
    width: 64px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    color: #888;
    font-weight: 500;
    font-size: 14px;
}
.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
.red {
    background-image: url(../img/marker/red.html);
}
.blue {
    background-image: url(../img/marker/blue.html);
}
.purple {
    background-image: url(../img/marker/purple.html);
}
.jqvmap-pin {
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    cursor: default;
}
#jqvmap1_fl_pin {
    margin-left: 5%;
}
.mapael path {
    fill: #8e54e9;
    stroke: #eceef3;
}
.mapael path:hover {
    fill: #f7b731;
    stroke: #f7b731;
}
.flot-container {
    width: 100%;
    height: 350px;
}
.flot-wrapper {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}
.morris-wrapper svg text {
    font-family: Roboto, sans-serif !important;
}
.morris-wrapper .morris-hover {
    z-index: 998;
}
.chartist-wrapper .ct-chart {
    height: 350px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #2c2e3e;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
    fill: #8e54e9;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #4776e6;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
    fill: #4776e6;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #f7b731;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
    fill: #32b432;
}
.ct-area {
    fill-opacity: 0.3;
}
.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
    fill: #fff;
    color: #fff;
    font-size: 1rem;
}
.c3chart-wrapper .c3 {
    height: 300px;
}
.c3chart-wrapper .c3 text {
    font-family: Roboto, sans-serif;
}
.c3chart-wrapper .c3 .tick {
    font-family: Roboto, sans-serif;
    fill: #a6a9b7;
}
.c3chart-wrapper .c3 .c3-legend-item text {
    font-family: Roboto, sans-serif;
    fill: #a6a9b7;
}
.c3chart-wrapper .c3 line {
    stroke: #a6a9b7;
}
.c3chart-wrapper .c3 path.domain {
    stroke: #a6a9b7;
    stroke-width: 1px;
}
.knob {
    font-family: Roboto, sans-serif !important;
}
.apexcharts-canvas {
    margin: 0 auto;
}
.apexchart-tool-force-top .apexcharts-canvas,
.apexchart-tool-force-top .col-12,
.apexchart-tool-force-top .row {
    position: inherit;
}
.apexchart-tool-force-top .apexcharts-toolbar {
    top: 17px;
    right: 10px;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .apexchart-tool-force-top .apexcharts-toolbar {
        display: none;
    }
}
.apexcharts-menu-icon svg,
.apexcharts-reset-zoom-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoom-in-icon svg,
.apexcharts-zoom-out-icon svg {
    fill: #a6a9b7 !important;
}
.widget-support-list .dot-online {
    position: relative;
}
.widget-support-list .dot-online .dot-online-icon {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    right: 9px;
    top: 5px;
}
.widget-support-list .bg-img {
    width: 50px;
    height: 50px;
}
.widget-income-list .bg-img,
.widget-recent-list .bg-img,
.widget-user-list .bg-img {
    width: 50px;
    height: 50px;
}
.widget-branches-list .media img {
    height: 26px;
}
.widget-branches-list .card-body {
    max-height: 450px;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
}
.widget-branches-list .card-body:last-child {
    border-bottom: none;
}
.widget-branches-list .card-body a {
    padding: 0 30px;
}
.widget-branches-list .card-body a:first-child {
    padding-top: 0;
}
.widget-branches-list .card-body a i {
    font-size: 20px;
}
.widget-branches-list .card-body a span {
    margin-top: 6px;
}
.widget-branches-list .card-body ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 16px 0;
}
.widget-branches-list .card-body ul li:last-child {
    border-bottom: 0 solid;
}
.widget-branches-list.dating-widget-branches-list .card-body a {
    padding: 0;
}
.widget-branches-list.dating-widget-branches-list .card-body a img {
    height: 12px;
}
.widget-downloads-list .card-body .btn.btn-icon,
.widget-recent-list .card-body .btn.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .widget-downloads-list .media {
        display: block;
    }
    .widget-downloads-list .media h4 {
        margin: 10px 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .widget-downloads-list .media {
        display: block;
    }
    .widget-downloads-list .media h4 {
        margin: 10px 0 !important;
    }
}
.widget-downloads-list .widget-text {
    padding: 1rem 0;
}
.widget-downloads-list .widget-text img {
    width: 50px;
    height: 50px;
}
.widget-downloads-list .img-icon {
    width: 50px;
    height: 50px;
    border-radius: 80px;
    background-color: #f7f7f7;
}
.widget-downloads-list .img-icon i {
    font-size: 28px;
    line-height: 50px;
}
.widget-text {
    padding: 1.25rem;
}
.widget-downloads-list .widget-text,
.widget-income-list .widget-text,
.widget-recent-list .widget-text,
.widget-support-list .widget-text,
.widget-user-list .widget-text {
    border-bottom: 1px solid #dee2e6;
}
.widget-downloads-list .widget-text:last-child,
.widget-income-list .widget-text:last-child,
.widget-recent-list .widget-text:last-child,
.widget-support-list .widget-text:last-child,
.widget-user-list .widget-text:last-child {
    border-bottom: 0 solid;
}
.widget-downloads-list .card-body,
.widget-income-list .card-body,
.widget-recent-list .card-body,
.widget-support-list .card-body,
.widget-user-list .card-body {
    max-height: 450px;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
}
.widget-downloads-list .card-body:last-child,
.widget-income-list .card-body:last-child,
.widget-recent-list .card-body:last-child,
.widget-support-list .card-body:last-child,
.widget-user-list .card-body:last-child {
    border-bottom: none;
}
.widget-recent-list .card-body .btn.btn-icon {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
}
.widget-recent-list .card-body .nav .nav-link {
    padding: 0;
}
.widget-recent-list .card-body .nav .nav-item {
    padding: 8px 8px 0 0;
}
.widget-recent-list span,
.widget-support-list span {
    font-size: 11px;
}
.widget-social-box1,
.widget-social-box10,
.widget-social-box11,
.widget-social-box12,
.widget-social-box13,
.widget-social-box14,
.widget-social-box15,
.widget-social-box2,
.widget-social-box3,
.widget-social-box4,
.widget-social-box5,
.widget-social-box6,
.widget-social-box7,
.widget-social-box8,
.widget-social-box9 {
    overflow: hidden;
}
.widget-social .widget-social-box1 ul {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.widget-social .widget-social-box1 ul li,
.widget-social .widget-social-box3 ul li,
.widget-social .widget-social-box4 ul li,
.widget-social .widget-social-box5 ul li,
.widget-social .widget-social-box9 ul li {
    border-right: 1px solid #dee2e6;
}
.widget-social .widget-social-box1 ul li:last-child,
.widget-social .widget-social-box3 ul li:last-child,
.widget-social .widget-social-box4 ul li:last-child,
.widget-social .widget-social-box5 ul li:last-child,
.widget-social .widget-social-box9 ul li:last-child {
    border-right: 0 solid #dee2e6;
    padding-right: 0;
}
.widget-social .widget-social-box11 .widget-social-contant,
.widget-social .widget-social-box12 .widget-social-contant,
.widget-social .widget-social-box15 .widget-social-contant,
.widget-social .widget-social-box3 .widget-social-contant,
.widget-social .widget-social-box7 .widget-social-contant,
.widget-social .widget-social-box9 .widget-social-contant {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
}
.widget-social .widget-social-box11 .widget-social-contant h4,
.widget-social .widget-social-box11 .widget-social-contant h5,
.widget-social .widget-social-box12 .widget-social-contant h4,
.widget-social .widget-social-box12 .widget-social-contant h5,
.widget-social .widget-social-box15 .widget-social-contant h4,
.widget-social .widget-social-box15 .widget-social-contant h5,
.widget-social .widget-social-box3 .widget-social-contant h4,
.widget-social .widget-social-box3 .widget-social-contant h5,
.widget-social .widget-social-box7 .widget-social-contant h4,
.widget-social .widget-social-box7 .widget-social-contant h5,
.widget-social .widget-social-box9 .widget-social-contant h4,
.widget-social .widget-social-box9 .widget-social-contant h5 {
    color: #fff;
}
.widget-social .widget-social-box7 .widget-social-contant a,
.widget-social .widget-social-box7 .widget-social-contant p {
    color: #fff;
}
.widget-social .widget-social-box7 .widget-social-contant p {
    border-color: #fff;
}
.widget-social .widget-social-box12 .widget-social-contant p {
    color: #fff;
}
.widget-social .widget-social-box6 ul li,
.widget-social .widget-social-box7 ul li,
.widget-social .widget-social-box8 ul li {
    padding: 0 5px;
}
.widget-social .widget-social-box10 .nav,
.widget-social .widget-social-box12 .nav {
    padding: 0.5rem;
}
.widget-social .widget-social-box2 .card-body ul li a {
    font-size: 14px;
    font-weight: 500;
}
.widget-social .widget-social-box4 ul {
    border-top: 1px solid #dee2e6;
}
.widget-social .widget-social-box9 .bg-img {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
}
.widget-social .widget-social-box11 ul li {
    padding: 10px 10px;
}
.widget-social .widget-social-box15 .img-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
}
.widget-social .widget-social-box15 .img-icon i {
    font-size: 18px;
}
.widget-chart-contant .img-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.widget-chart-contant .img-icon i {
    font-size: 2rem;
}
.img-icon-box {
    border-radius: 5px !important;
}
.img-icon-outline {
    border-width: 3px;
    border-style: solid;
}
.b-outline-primary,
.b-primary {
    border-color: #8e54e9;
}
.b-info,
.b-outline-info {
    border-color: #45aaf2;
}
.b-danger,
.b-outline-danger {
    border-color: #e3324c;
}
.b-outline-warning,
.b-warning {
    border-color: #f7b731;
}
#cryptodemo6.chart-fit {
    top: 30px;
}
.account-contant .bg-img {
    width: 100px;
    height: 100px;
}
.task-table .dot {
    background-color: #8e54e9;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.task-table tr {
    border-bottom: 1px solid #dee2e6;
}
.task-table tr:last-child {
    border-bottom: 0 solid #dee2e6;
}
.task-table .task-table-td .chat {
    position: relative;
}
.task-table .task-table-td .chat i {
    font-size: 18px;
}
.task-table .task-table-td .chat .badge {
    position: absolute;
    top: -10px;
    left: 20px;
}
.task-table td,
.task-table th {
    vertical-align: middle;
    border-top: 0 solid #dee2e6;
}
.task-list-contant .table .card-header,
.task-list-contant .table td,
.task-list-contant .table th {
    padding: 0.75rem 2rem;
}
.task-list-contant .table td:first-child {
    padding-right: 0;
}
.error-contant .error-innr {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .error-contant .error-innr .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .error-contant .error-innr .container {
        max-width: 100%;
    }
}
.error-contant .row {
    height: 100vh;
}
.st0 {
    fill: #8e54e9;
}
.st1 {
    fill: #f9f9fb;
}
.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #a37dff;
}
.st3 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #cbf;
}
.st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #f9f9fb;
}
.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #90c9ea;
}
.st6 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #abc3ff;
}
.st7 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #79a1f2;
}
.st8 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #618de5;
}
.st9 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #7b91ff;
}
.st10 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #80c3ff;
}
.st11 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #494089;
}
.pricing-content h5 {
    color: #333;
    font-size: 1.285rem;
    text-transform: uppercase;
}
.pricing-content h2 {
    font-size: 42px;
}
.pricing-content ul {
    padding-left: 0;
    list-style: none;
}
.pricing-content ul li {
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.pricing-content a {
    text-transform: capitalize;
}
.pricing-highlight {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
}
.pricing-highlight .pricing-content h5 {
    color: #fff;
}
.pricing-highlight .pricing-content h2 {
    color: #fff !important;
}
.pricing-highlight .pricing-content p {
    color: #fff !important;
}
.pricing-highlight .pricing-content ul li {
    color: #fff !important;
}
.faq-contant .accordion .card {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 16px;
}
.faq-contant .accordion .card:last-child {
    margin-bottom: 3rem;
}
.faq-contant .nav .nav-link.active h5,
.faq-contant .nav .nav-link.active p {
    color: #fff;
    line-height: 1.4rem;
}
.faq-contant .nav .nav-link p {
    line-height: 1.4rem;
}
.faq-contant .tab-content .card-header .btn {
    font-size: 16px;
    font-weight: 700;
    color: #8e54e9;
}
.faq-contant .tab-content .card-header .btn:focus {
    box-shadow: none;
}
.portfolio-item {
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative;
}
.portfolio-item:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 115%;
    -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
    transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
}
.portfolio-item img {
    width: 100%;
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item .portfolio-overlay {
    width: 100%;
    background: #8e54e9 !important;
    padding: 10px 0;
    position: absolute;
    bottom: -80px;
    display: block;
    margin-top: 0;
    float: left;
    z-index: 9;
    text-align: center;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.portfolio-item .portfolio-overlay h4 {
    font-weight: 600;
    margin-bottom: 5px;
}
.portfolio-item .portfolio-overlay a:hover {
    color: #fff;
}
.portfolio-item .portfolio-overlay span {
    font-weight: 400;
    font-size: 1rem;
}
.portfolio-item .portfolio-overlay span a {
    color: #fff;
}
.portfolio-item .portfolio-overlay span a:hover {
    color: #323232;
}
.portfolio-item a.popup {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #fff;
    z-index: 9;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #626262;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 0;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.portfolio-item a.popup:hover {
    background: #8e54e9;
    color: #fff;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-item:hover a.popup {
    opacity: 1;
    top: 20px;
}
.portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}
.clients-contant .form-check input[type="checkbox"] {
    content: "";
    position: absolute;
    left: auto;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
}
.clients-contant .clients-contant-table .dot {
    background-color: #26de81;
    border-radius: 10px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.clients-contant .clients-contant-table tr {
    border-bottom: 1px solid #dee2e6;
}
.clients-contant .clients-contant-table tr td,
.clients-contant .clients-contant-table tr th {
    vertical-align: middle;
    align-items: center;
    border-top: 0 solid #dee2e6;
    border-bottom: 0 solid #dee2e6 !important;
}
.clients-contant .clients-contant-table tr th {
    border-bottom: 1px solid #dee2e6 !important;
}
.clients-contant .clients-contant-table tr th:last-child {
    border-bottom: 0 solid;
}
.clients-contant .clients-contant-table .btn.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.contact-contant .form-check input[type="checkbox"] {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    margin-top: 4px;
}
.contact-contant .img-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 1rem;
}
.contact-contant ul {
    align-items: center;
    padding: 0.4rem 0;
}
.contact-contant ul li i {
    font-size: 16px;
    color: #8e54e9;
}
.contact-contant ul.nav:first-child {
    margin-top: 1rem;
}
.contact-contant ul.nav:last-child {
    padding-bottom: 0;
}
.employees-contant .employees-contant-inner span {
    margin-left: 8px;
    font-size: 13px;
}
.employees-contant .employees-contant-inner span:first-child {
    margin-left: 0;
}
@media screen and (min-width: 480px) and (max-width: 576px) {
    .employees-contant .employees-contant-inner span {
        margin-bottom: 8px;
    }
    .employees-contant .employees-contant-inner span:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .employees-contant .employees-contant-inner span {
        margin-bottom: 8px;
    }
    .employees-contant .employees-contant-inner span:last-child {
        margin-bottom: 0;
    }
}
.employees-contant h4 .badge {
    background-color: #f7f7f7;
    color: #8e54e9;
}
.employees-contant .bg-img {
    width: 70px;
    height: 70px;
}
.comingsoon .form-control.bg-white-inverse {
    color: #fff;
    border: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.comingsoon ::-webkit-input-placeholder {
    color: #fff;
}
.comingsoon ::-moz-placeholder {
    color: #fff;
}
.comingsoon :-ms-input-placeholder {
    color: #fff;
}
.comingsoon :-moz-placeholder {
    color: #fff;
}

/******************************************
gredmenu new custom
****************************************/

.grid-margin {
    margin-bottom: 1.25rem;
}

.card.card-statistics {
    /*background: linear-gradient(85deg, #392c70, #6a005b);*/
    /*background: linear-gradient(280deg, #573095, #011962);*/
    color: #e9e9e9;
    /*border-radius: 0.375rem;*/
}
.card {
    border: 1px solid #e0e0ef;
}
.card .card-body {
    padding: 1rem 1rem;
}
    .card .statistics-item {
        position: relative;
        background: #e7e8ed;
        margin-right: 0;
        width: 19%;
        padding: 10px;
        border-radius: 8px;
        border-right: none;
    }
.card.card-statistics .statistics-item
{
    border-right: 0;
}
/*.card .statistics-item.blue
{
    background: #d2f1fb;
}
.card .statistics-item.red
{
    background: #FFEDE5;
}
.card .statistics-item.purple
{
    background: #EAE5FF;
}
.card .statistics-item.green
{
    background: #ccf3d3;
}
.card .statistics-item.yellow
{
    background: #f9eec5;
}
.card .statistics-item.gray
{
    background: #e9e9e9;
}*/
.card.card-statistics .statistics-item:first-child
{
    background: #d2f1fb;
}
.card.card-statistics .statistics-item:nth-child(2)
{
    background: #FFEDE5;
}
.card.card-statistics .statistics-item:nth-child(3)
{
    background: #EAE5FF;
}
.card.card-statistics .statistics-item:nth-child(4)
{
    background: #ccf3d3;
}
.card.card-statistics .statistics-item:nth-child(5)
{
    background: #f9eec5;
}
.card.card-statistics .statistics-item:nth-child(6)
{
    background: #e9e9e9;
}
.card.card-statistics .statistics-item:first-child p
{
    color: rgb(7 161 175);
}
.card.card-statistics .statistics-item:nth-child(2) p
{
    color: rgb(229 127 87);
}
.card.card-statistics .statistics-item:nth-child(3) p
{
    color: #5743be;
}
.card.card-statistics .statistics-item:nth-child(4) p
{
    color: #497251;
}
.card.card-statistics .statistics-item:nth-child(5) p
{
    color: #cda100;
}
.card.card-statistics .statistics-item:nth-child(6) p
{
    color: #8b8181;
}
/*.card .statistics-item.blue p
{
    color: #0abac9;
}
.card .statistics-item.red p
{
    color: #fb956d;
}
.card .statistics-item.purple p
{
    color: #5743be;
}
.card .statistics-item.green p
{
    color: #497251;
}
.card .statistics-item.yellow p
{
    color: #cda100;
}
.card .statistics-item.gray p
{
    color: #8b8181;
}*/



.card .statistics-item p,
.card .statistics-item h2
{
    color: #9d9969;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.card .statistics-item p:before
{
    content: '';
    position: absolute;
    width: 84%;
    right: -18px;
    height: 100%;
    background: #9d996938;
    top: 0;
    border-radius: 1px 5px 5px 1px;
    z-index: 0;
}

.card.card-statistics .statistics-item:first-child p:before
{
    background: rgb(10 186 201 / 22%);
}
.card.card-statistics .statistics-item:nth-child(2) p:before
{
    background: rgb(251 149 109 / 22%);
}
.card.card-statistics .statistics-item:nth-child(3) p:before
{
    background: rgb(87 67 190 / 22%);
}
.card.card-statistics .statistics-item:nth-child(4) p:before
{
    background: rgb(73 114 81 / 22%);
}
.card.card-statistics .statistics-item:nth-child(5) p:before
{
    background: rgb(205 161 0 / 22%);
}
.card.card-statistics .statistics-item:nth-child(6) p:before
{
    background: rgb(139 129 129 / 22%);
}









.card .statistics-item h2 
{
    font-size: 1.714rem;
    line-height: 2.142rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    display: block;
}

.flex-grow-1,
.card.card-statistics .statistics-item:not(:last-child),
.card .statistics-item:not(:last-child) 
{
    flex-grow: 1 !important;
    margin-right: 15px;
    border-right:1px solid #eee;
}
.card.card-statistics .statistics-item:before {
    position: absolute;
    /*content: "";*/
    right: 25%;
    top: 15px;
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
}
.card .statistics-item
{
    position: relative;
}
.card .statistics-item:before
{
    /*position: absolute;
    content: "";
    right: 25%;
    top: 15px;
    height: calc(100% - 30px);
    background: rgba(0, 0, 0, 0.2);
    width: 1px;*/
}
.card.card-statistics .statistics-item:last-child:before,
.card .statistics-item:last-child:before
{
    content: none;
}

.badge.badge-pill {
    border-radius: 10rem;
}
.badge-outline-success {
    color: #04B76B;
    border: 1px solid #04B76B;
}
.badge-outline-danger {
    color: #FF5E6D;
    border: 1px solid #FF5E6D;
}

/*.form-check {
  position: relative;
  display: block;
  padding-left: 0;
}

.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #e0e0ef;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family: FontAwesome;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "\f00c";
  font-size: .5625rem;
  color: #392C70;
  font-weight: 900;
  text-align: center;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
  color: #e0e0ef;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #e0e0ef;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #392C70;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
  background: #e0e0ef;
}

.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #392C70;
}

.form-check-primary.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #392C70;
}

.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #DEDEDE;
}

.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #DEDEDE;
}

.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #04B76B;
}

.form-check-success.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #04B76B;
}

.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #0B94F7;
}

.form-check-info.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #0B94F7;
}

.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #F5A623;
}

.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #F5A623;
}

.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #FF5E6D;
}

.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #FF5E6D;
}

.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #E9E8EF;
}

.form-check-light.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #E9E8EF;
}

.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:after {
  color: #3a3f51;
}

.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:after {
  background: #3a3f51;
}*/
.table td img, .jsgrid .jsgrid-table td img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.profile-image-text {
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}
.img-sm {
    width: 40px;
    height: 40px;
}


/*social buttons*/
.btn-twitter {
  background: #2caae1;
  color: #ffffff;
}

.btn-twitter:hover, .btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #59bce7;
}

.btn-twitter.btn-social-icon-text i {
  background: #2caae1;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-twitter {
  border: 1px solid #2caae1;
  color: #2caae1;
}

.btn-outline-twitter:hover {
  background: #2caae1;
  color: #ffffff;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

.btn-facebook:hover, .btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4e6ebd;
}

.btn-facebook.btn-social-icon-text i {
  background: #3b579d;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-facebook {
  border: 1px solid #3b579d;
  color: #3b579d;
}

.btn-outline-facebook:hover {
  background: #3b579d;
  color: #ffffff;
}

.btn-google {
  background: #dc4a38;
  color: #ffffff;
}

.btn-google:hover, .btn-google:focus {
  background: #bf3322;
  color: #ffffff;
}

.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e47163;
}

.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-google {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}

.btn-outline-google:hover {
  background: #dc4a38;
  color: #ffffff;
}

.btn-linkedin {
  background: #0177b5;
  color: #ffffff;
}

.btn-linkedin:hover, .btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #0198e8;
}

.btn-linkedin.btn-social-icon-text i {
  background: #0177b5;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-linkedin {
  border: 1px solid #0177b5;
  color: #0177b5;
}

.btn-outline-linkedin:hover {
  background: #0177b5;
  color: #ffffff;
}

.btn-pinterest {
  background: #cc2127;
  color: #ffffff;
}

.btn-pinterest:hover, .btn-pinterest:focus {
  background: #a01a1f;
  color: #ffffff;
}

.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e04046;
}

.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-pinterest {
  border: 1px solid #cc2127;
  color: #cc2127;
}

.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #ffffff;
}

.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

.btn-youtube:hover, .btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ea5955;
}

.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}

.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

.btn-github {
  background: #333333;
  color: #ffffff;
}

.btn-github:hover, .btn-github:focus {
  background: #1a1a1a;
  color: #ffffff;
}

.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4d4d4d;
}

.btn-github.btn-social-icon-text i {
  background: #333333;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-github {
  border: 1px solid #333333;
  color: #333333;
}

.btn-outline-github:hover {
  background: #333333;
  color: #ffffff;
}

.btn-behance {
  background: #1769ff;
  color: #ffffff;
}

.btn-behance:hover, .btn-behance:focus {
  background: #0050e3;
  color: #ffffff;
}

.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4a8aff;
}

.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-behance {
  border: 1px solid #1769ff;
  color: #1769ff;
}

.btn-outline-behance:hover {
  background: #1769ff;
  color: #ffffff;
}

.btn-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

.btn-dribbble:hover, .btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ef7aa7;
}

.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-dribbble {
  border: 1px solid #ea4c89;
  color: #ea4c89;
}

.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #ffffff;
}

.btn-reddit {
  background: #ff4500;
  color: #ffffff;
}

.btn-reddit:hover, .btn-reddit:focus {
  background: #cc3700;
  color: #ffffff;
}
.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ff6a33;
}
.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}
.btn-outline-reddit {
  border: 1px solid #ff4500;
  color: #ff4500;
}
.btn-outline-reddit:hover {
  background: #ff4500;
  color: #ffffff;
}
.btn.btn-rounded, .fc button.btn-rounded, .ajax-upload-dragdrop .btn-rounded.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-rounded.swal2-styled, .wizard > .actions a.btn-rounded
{
    border-radius: 50px;
}

.btn.btn-social-icon, .fc button.btn-social-icon, .ajax-upload-dragdrop .btn-social-icon.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-social-icon.swal2-styled, .wizard > .actions a.btn-social-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}


/************************photo upload****************************************/
/*********************************************************************/

.wrapper {
  -webkit-animation: roll 1.5s;
          animation: roll 1.5s;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  background: #16a085;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.wrapper:active #img-result {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wrapper #img-result {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #1abc9c;
  background-size: cover;
  background-position: center;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;
}
.wrapper #img-result.no-image:before {
  font-family: 'FontAwesome';
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}
.wrapper button {
  margin-top: 20px;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  background: #1abc9c;
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px;
  letter-spacing: 1.3px;
  font-size: 1.05em;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  outline: 0;
  transition: box-shadow 0.3s, margin-top 0.3s, padding 0.3s;
}
.wrapper button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}
.show-button {
  background: #264974;
  border: none;
  color: #fff;
  padding: 10px 20px;
  float: right;
  display: none;
}
.upload-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.upload-result__content {
  word-break: break-all;
  font-family: 'Source Code Pro';
  overflow-wrap: break-word;
}

@media (max-width: 767px)
{
    .card.card-statistics .statistics-item
    {
        width:100%;
        border-bottom: 0;
    }
    .card .statistics-item
    {
        width:100%;
        border-right: 0;
        border-bottom: 0;
    }
    .card .statistics-item:not(:last-child) 
    {
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
        border-right: 0;
    }
    .card.card-statistics .statistics-item:not(:last-child) 
    {
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .card.card-statistics .statistics-item:before
    {
        content: none;
    }

}

/*********************************
Photo Upload
**************************************/

.box {
  display: block;
 /* min-width: 300px;
  height: 300px;
  margin: 10px;*/
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 11px rgb(0 0 0 / 8%), 0 1px 8px rgb(0 0 0 / 8%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.upload-options {
  position: relative;
  height: 40px;
  background-color:#5d5a35;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #9d9259;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
    content: '\e64e';
    font-family: themify-icons;
    position: absolute;
    font-size: 2rem;
    color: #e6e6e6;
    /* top: calc(50% - 2.5rem); */
    left: calc(50% - 1.25rem);
    z-index: 0;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  /*content: '\e633';*/
  font-family:themify-icons;
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview {
  background-image: url("../img/user_image.png");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.kwt-file {
  /*max-width: 380px;*/
  margin: 0 auto;
}

.kwt-file__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  background-color: #ffffff;
  border-radius: 1px;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);*/
  transition: 0.3s;
  height: 40px;
  border:1px solid #dee2e6;
  border-top: 0;
}

.kwt-file__drop-area.is-active {
  background-color: #fff;
}

.kwt-file__choose-file {
  flex-shrink: 0;
  background-color: #5d5a35;
  border-radius: 100%;
  margin-right: 10px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    position: absolute;
right: 0;
}

.kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.kwt-file__choose-file svg {
  width: 24px;
  height: 16px;
  display: block;
}

.kwt-file__msg {
  color: #686868;
  /*font-size: 16px;*/
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    padding-right: 35px;
    padding-left: 25px;
}

.kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.kwt-file__input:focus {
  outline: none;
}

.kwt-file__delete 
{
  display: block;
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.2;
}

.kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("../img/export/delete.svg");
}

.kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  transition: 0.3s;
}

.kwt-file__delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

.form-control.example_grade
{
    background: linear-gradient(43deg, #425ad1eb 0%, #c850c0eb 46%, #ffcc70eb 100%);
     /*background-image: linear-gradient(43deg, #425ad1eb 0%, #c850c0eb 46%, #ffcc70eb 100%), url(../images/Event/1.jpg);*/
}
.picker_color input:last-child
{
    width: 65%;
}


/* gallery modal popup */

.side-tab
{
    margin:0;
    padding: 10px;
}
.side-tab li
{
    display: block;
}
.side-tab li>div
{
    display: flex;
    border:1px solid #ddd;
    padding: 10px 15px;
    position: relative;
    background-color: #fff;
}
.side-tab li a
{
    display: block;
    color: #000;
    /* border:1px solid #ddd; */
    padding: 0;
    border-radius: 2px;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}

.side-tab li a span i
{
    background: transparent;
    height: auto;
    padding: 0;
    width: auto;
    color: #b3a8a8;
    border-radius: 1px;
    margin-right: 0;
}
.has-submenu
{
    position: absolute;
    right: 0px;
    top: 24%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.side-tab li ul li a
{
    border: none;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 13px;
}
.side-tab li.active a
{
    background: #5d5a35;
    color: #fff;;
}
.side-tab li a i,
.side-tab li>div:has(.has-submenu[aria-expanded="true"]) a i
{
    color: #ffffff;
    font-size: 16px;
    background: #ff8c00;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.has-submenu[aria-expanded="true"] 
  {
    transform: rotate(90deg);
  }
.has-submenu[aria-expanded="true"] i
{
    color:#000;
    background:transparent;
}
.side-tab li>div.active,
.side-tab li>div:has(.tablinks.active),
.side-tab li>div:has(.has-submenu[aria-expanded="true"]):has(.tablinks.active)
{
    color: rgb(255 255 255 / 85%);
    background: #5d5a35;
}
.side-tab li>div:has(.has-submenu[aria-expanded="true"]):has(.tablinks.active) i,
.side-tab li>div:has(.tablinks.active) a,
.side-tab li>div:has(.has-submenu[aria-expanded="true"]):has(.tablinks.active) a
{
    color: #fff;
}
.side-tab li>div:has(.has-submenu[aria-expanded="true"])
{
    background: #eee;
}
.side-tab li>div:has(.has-submenu[aria-expanded="true"]) a
{
    color: #000;
}
.side-tab li>div:has(.has-submenu[aria-expanded="true"]):has(.tablinks.active) a i,
.side-tab li>div:has(.tablinks.active) a i 
{
    background:#fff;
    color: #5d5a35;
}


.search-container {
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	height: 30px;
	width: 50px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
}
.mglass:before
{
    content:"\e8bd";
    position: absolute;
    font-family: 'feather';
    top: 4px;
    left: 0;
    font-size: 16px;
}
.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.main-cont
{
    position:relative;
    width: 100%;
    padding: 0;
}
.gallery-header
{
    background-color: #fff;
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.2); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:6px;
}
.left-nav
{
    margin: 0;
    padding: 0;
}
.left-nav li
{
    display: inline-block;
}
.left-nav li a
{
    display: block;
    padding: 8px 10px;
    color: #000;
} 
.left-nav li a i
{
    color: #ffffff;
    font-size: 16px;
    background: #5d5a35;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.right-nav
{
    margin: 0;
    padding: 0;
}
.right-nav li
{
    display: inline-block;
}
.right-nav li a
{
    display: block;
    padding: 0;
    color: #000;
} 
.right-nav li a i
{
    color: #5d5a35;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0px;
}
.right-nav li .upload-file
{
    background:#5d5a35;
    color: #fff;
    padding:8px 16px;
    cursor: pointer;
}
.right-nav li .upload-file i
{
    color: #fff;
    width: auto;
    margin-right: 5px;
}
.imgHidden{
    display: none;
}
img[alt="Not Image Selected"]{
   color: #c74444;
}

.scroll-onfix
{
    max-height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.scroll-onfix .modal-body
{
    max-height: 70vh;
    min-height: 20vh;
}
.images-uploaded
{
    margin:0;
    padding: 0;
}
.images-uploaded ul
{
    margin:0;
    padding: 0;
    display: flex;
    column-count: 5;
    column-gap: 10px;
    flex-flow: wrap;
}
.images-uploaded ul li
{
    display: block;
    border:1px solid #ddd;
    padding:10px;
    margin-bottom: 10px;
    width: 19%;
}
.images-uploaded ul li .image-up
{
    position:relative;
}
.images-uploaded ul li .image-up img
{
    width: 100%;
    height: 118px;
    object-fit: cover;
    object-position: top;
}
.images-uploaded ul li .image-up .formate-type
{
    background: #273b79;
    padding: 2px 8px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}
.images-uploaded ul li .capt
{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.images-uploaded ul li .capt h4
{
    font-size: 13px;
    margin-bottom: 0;
    overflow:hidden;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    width: 80%;
}
.images-uploaded ul li .capt a
{
    color: #ddd;
}
.images-uploaded ul li .capt a:hover,
.images-uploaded ul li.active .capt a
{
    color: #ff6a00;
}
.images-uploaded ul li.active
{
    border-color: #ff6a00;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    /* background-color: #d2f4ea; */
  }

  .btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
  }


/* gallery modal popup */
