@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   Splite - a responsive, flat and full featured admin template
Version        :   V.2.0
Create Date    :   15/09/18
Copyright      :   Spruko Technologies Private Limited 
Author         :   SprukoSoft
Author URL     :   https://themeforest.net/user/sprukosoft
Support	       :   support@spruko.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/


/********* TABLE OF CONTENTS *****/


/******------------------

1.  Accordions
2.  Alert
3.  Avatars
4.  Badge
5.  Bootstrap-custom
6.  Breadcrumb
7.  Buttons
8.  Cards
9.  Carousel
10. Dropdown
11. Forms
12. Grid
13. Input-group
14. Jumbotron
15. Lists
16. Modal
17. Navigation
18. Pagination
19. Progress
20. Tables
21. Tooltip&Popover
22. count-down
23.  Custom-styles
24. label
25. Icons
26. Imagecheck
27. Mediaobject
28. Panel
29. Rating
30. Select
31. Tags
32. Timeline
33. Footer 
34.  Headers
35. Horizontal-menu
36. Horizontal-menu1
37. item-cards
38. Profile
39. Chart-circle
40. Chat
41. Email
42. Gallery
43. Jvectormap
44. Loaders
45. Pricing
46. Products
47. Calendar
48. Errors
49. Sidebar
50. Widget
51. Background
52. Border
53. Height
54. Margin
55. Typography
56. Width

******------------------/


/* ########## bootstrap OVERRIDES ########## */


/*---FONTS IMPORT --- */

@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");
.accordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.accordion .accordion-header,
.accordion .accordion-body {
    padding: 10px 15px;
}

.accordion .accordion-header {
    background-color: #f0f0f5;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.accordion .accordion-header h4 {
    margin: 0;
    font-size: 14px;
}

.accordion .accordion-header:hover {
    background-color: #f0f0f5;
}

.accordion .accordion-header[aria-expanded="true"] {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #30b1ff;
    color: #fff;
}

.accordion .accordion-body {
    line-height: 24px;
}


/* style-1--*/

.acc-1 .accordion-header,
.accordion-body {
    background: #fff;
}

.acc-1 .accordion__item {
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}

.acc-1 .accordion-header {
    padding: 10px 15px;
    background: #f0f0f5;
    text-transform: uppercase;
    color: #7a7a7b;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.acc-1 .accordion-header:hover {
    background: #30b1ff;
    color: #fff;
    position: relative;
    z-index: 5;
}

.acc-1 .accordion__item .accordion-header[aria-expanded="true"] {
    background: #30b1ff;
    color: #fff;
}

.acc-1 .accordion-body {
    background: #fff;
    color: #3f3c3c;
    display: none;
}

.acc-1 .accordion-body__contents {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #e6eaea;
    background: #fff;
}

.acc-1 .accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.acc-1 .accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
}

.acc-1 .accordion__item>.accordion-header:after {
    content: "\f3d0";
    font-family: IonIcons;
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
}

.acc-1 .accordion__item.active>.accordion-header:after {
    transform: rotate(-180deg);
}

.acc-1 .accordion__item.active .accordion-header {
    background: #30b1ff;
    color: #fff;
}


/*
 * Alert
 * ----------------------
 */

.alert {
    color: #fff;
    border: none;
}

.alert .alert-title {
    font-size: 16px;
    font-weight: 500;
}

.alert.alert-has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert.alert-has-icon .alert-icon {
    font-size: 20px;
    width: 30px;
}

.alert.alert-has-icon .alert-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.alert:not(.alert-light) a {
    color: #fff;
}

.alert.alert-primary {
    background-color: #30b1ff;
}

.alert.alert-secondary {
    background-color: #b03cd5;
}

.alert.alert-success {
    background-color: #22e840;
}

.alert.alert-info {
    background-color: #01b8ff;
}

.alert.alert-warning {
    background-color: #ffb209;
}

.alert.alert-danger {
    background-color: #ff473d;
}

.alert.alert-light {
    background-color: #f8f9fa;
    color: #343a40;
}

.alert.alert-dark {
    background-color: #343a40;
}


/*
 * Avatar
 * ----------------------
 */

.avatar-item {
    position: relative;
}

.avatar-item img {
    border-radius: 50%;
}

.avatar-item .avatar-badge {
    position: absolute;
    bottom: -5px;
    right: 0;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
}


/*-- Badge --*/

.badge {
    padding: 7px 9px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.badge-primary {
    color: #fff;
    background-color: #30b1ff;
}

.badge-secondary {
    color: #fff;
    background-color: #b03cd5;
}

.badge-warning {
    color: #fff;
    background-color: #ffb209;
}

.badge-success {
    color: #fff;
    background-color: #22e840;
}

.badge-danger {
    color: #fff;
    background-color: #ff473d;
}

.badge-info {
    color: #fff;
    background-color: #01b8ff;
}

.badge-pink {
    color: #fff;
    background-color: #f21887;
}

.badge-orange {
    color: #fff;
    background-color: #f47b25;
}

.badge-cyan {
    color: #fff;
    background-color: #1891f2;
}

.nav-link-badge {
    position: absolute;
    top: 0px;
    left: 38px;
    display: block !important;
    padding: 3px 5px !important;
}

.sidebar-badge {
    position: absolute;
    display: block !important;
    border-radius: 30px;
    line-height: 1;
    bottom: 18px;
    left: 100px;
    font-size: 60%;
    text-align: center;
    padding: 3px 5px !important;
}

.app-sidebar__user .user-notification:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 87%;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.1);
    margin: auto;
}


/*---Bootstrap and General Elements---*/

body {
    font-size: 14px;
    color: #68686b;
    font-family: 'Outfit', sans-serif;
    /*font-family: 'Muli', sans-serif;*/
    background: #f2f1f9;
    font-weight: 400;
    height: 100%;
}
text tspan{
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300 !important;
}
text {
    font-family: 'Outfit', sans-serif;
    font-size: 15px !important;
    font-weight: 300 !important;
}
/*.highcharts-text-outline{
    display: none;
}
text {
    font-family: 'Outfit', sans-serif;
}
text tspan {
    font-family: 'Outfit', sans-serif;
}*/
.user1 a {
    color: #000;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.btn:active:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

a {
    color: #30b1ff;
    font-weight: 400;
}

a:hover {
    color: #625fd0;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
    margin-left: 4px;
}

#fullscreen {
    overflow: auto !important;
    background: #ffffff;
}

.fs-50 {
    font-size: 50px;
}

.fs-45 {
    font-size: 45px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.boxshadownone {
    box-shadow: none !important;
}

.overflow-hide {
    overflow: hidden;
}

.dash2 small {
    font-size: 14px;
    margin-top: 10px;
}

.dash1 small {
    font-size: 14px;
}

.dash1 h4 {
    margin-bottom: 2px;
}

.dash3 small {
    font-size: 14px;
    margin-top: 10px;
}

.country {
    text-align: center;
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #e6eaea;
    position: relative;
    overflow: hidden;
}

.country .img-fluid {
    width: 50px;
    height: auto;
    border: 1px solid #f1f2f3;
    margin: 15px;
}

.country div {
    background: #f7f7fd;
    line-height: 30px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 2px;
    border-top: 1px solid #e6eaea;
}

.mapheight {
    height: 300px;
}

.GradientlineShadow {
    -webkit-filter: drop-shadow(0 -8px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 -8px 4px rgba(0, 0, 0, 0.2));
}

.donutShadow {
    -webkit-filter: drop-shadow(-1px 0px 2px #ced1e0);
    filter: drop-shadow(-1px 0px 2px #ced1e0);
}

.form-divider {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.sort-handler {
    cursor: move;
}

.bullet,
.slash {
    display: inline;
    margin: 0 4px;
}

.bullet:after {
    content: '\2022';
}

.slash:after {
    content: '/';
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.p-b0 {
    padding-bottom: 0 !important;
}


/*-- section --*/

.section {
    position: relative;
    z-index: 1;
}

.section .section-header {
    border-radius: 3px;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.section .section-header h1 {
    display: inline-block;
    font-size: 24px;
    margin-top: 3px;
}

.section .section-header .float-right {
    margin-top: 0;
}

.section .section-header .btn {
    font-size: 12px;
}

.section .section-header+.section-body .section-title:first-child {
    margin-top: 0;
}

.section .section-title {
    font-size: 16px;
    color: #7a7d7d;
    font-weight: 500;
    margin: 30px 0 15px 0;
}


/*-- end section --*/

@media (max-width: 375px) {
    .breadcrumb {
        font-size: 12px;
    }
}

.breadcrumb-item.active {
    color: #30b1ff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #68686b;
    content: "/";
}

.breadcrumb {
    background: transparent;
    color: #d8dede;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding: 0 !important;
}

.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/*
 * Buttons
 * ----------------------
 */

.btn.has-icon i,
.dropdown-item.has-icon i {
    margin-right: 15px;
    font-size: 20px;
    float: left;
    margin-top: 1px;
}

.btn {
    font-size: 14px;
    line-height: 26px;
    padding: 5px 23px;
    letter-spacing: .4px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn.has-icon i {
    margin-top: 3px;
    margin-right: 10px;
}

.btn.has-icon-nofloat {
    display: table;
    text-align: right;
}

.btn.has-icon-nofloat i {
    float: none;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}

.btn.has-icon-nofloat div {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

.btn:active,
.btn:focus,
.btn:hover {
    border-color: transparent !important;
}

.btn.btn-shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
}

.btn>i {
    margin-left: 0 !important;
}

.btn.btn-lg {
    padding: .6rem 1.1rem;
    font-size: 18px;
}

.btn.btn-sm {
    padding: .1rem .7rem;
    font-size: .7rem;
}

.btn.btn-icon .ion,
.btn.btn-icon .fas,
.btn.btn-icon .far,
.btn.btn-icon .fab,
.btn.btn-icon .fal {
    margin-left: 0 !important;
    font-size: 14px;
}

.btn-action {
    color: #fff !important;
    font-size: 12px;
    padding: 0px 10px;
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #e6eaea;
    background-color: #f0f0f5;
    font-size: 12px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #fff;
    color: #7a7d7d;
    border-color: #e6eaea !important;
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background: #fff;
    color: #7a7d7d;
    border-color: #e6eaea !important;
}

.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
}

.btn-social> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.1em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
    padding-left: 61px;
    height: 45px;
    width: 45px;
    padding-right: 0;
}

.btn-social-icon.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px;
    height: 30px;
    width: 30px;
    padding-right: 0;
}

.btn-social-icon.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px;
    height: 22px;
    width: 22px;
    padding-right: 0;
}

.btn-social-icon.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-primary {
    background-color: #30b1ff;
    border-color: #30b1ff;
}

.btn-primary:focus {
    background-color: #30b1ff !important;
}

.btn-primary:focus:active {
    background-color: #30b1ff !important;
}

.btn-primary:active,
.btn-primary:hover {
    background-color: #30b1ff !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #30b1ff;
    border-color: #30b1ff;
}

.btn-outline-primary {
    color: #30b1ff;
    border-color: #30b1ff;
    background-color: transparent;
    background-image: none;
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #30b1ff;
    background-color: #30b1ff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
    border-color: #30b1ff !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #30b1ff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #30b1ff;
    background-color: #30b1ff;
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #30b1ff;
    background-color: #30b1ff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
    border-color: #30b1ff !important;
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
    border-color: #30b1ff !important;
}

.btn-danger {
    color: #fff;
    background-color: #ff473d;
    border-color: #ff473d;
}

.btn-danger:focus {
    background-color: #f73127 !important;
}

.btn-danger:focus:active {
    background-color: #f73127 !important;
}

.btn-danger:active,
.btn-danger:hover {
    background-color: #f73127 !important;
}

.btn-success {
    color: #fff;
    background-color: #38d250;
    border-color: #38d250;
}

.btn-success:focus {
    background-color: #18da35 !important;
}

.btn-success:focus:active {
    background-color: #18da35 !important;
}

.btn-success:active,
.btn-success:hover {
    background-color: #18da35 !important;
}

.btn-warning {
    color: #fff;
    background-color: #ffb209;
    border-color: #ffb209;
}

.btn-warning:focus {
    color: #fff !important;
    background-color: #f8c90f !important;
}

.btn-warning:focus:active {
    color: #fff !important;
    background-color: #f8c90f !important;
}

.btn-warning:active,
.btn-warning:hover {
    color: #fff !important;
    background-color: #f8c90f !important;
}

.btn-info {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff;
}

.btn-info:focus {
    background-color: #1abeff !important;
}

.btn-info:focus:active {
    background-color: #1abeff !important;
}

.btn-info:active,
.btn-info:hover {
    background-color: #1abeff !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff;
}

.btn-default {
    color: #575c5d;
    background-color: #eef4f5;
    border-color: #eef4f5;
}

.btn-default:hover {
    color: #575c5d;
    background-color: #eef4f5;
    border-color: #c2c5c8;
}

.btn-default:focus,
.btn-default.focus {
    box-shadow: 0 0 0 2px #c2c5c8;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
    color: #575c5d;
    background-color: #eef4f5;
}

.show>.btn-default.dropdown-toggle {
    color: #575c5d;
    background-color: #eef4f5;
}

.btn-group .btn.active {
    background-color: transaprent;
    color: #fff;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.show>.btn-outline-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-facebook {
    background: #3B5998;
    color: #fff;
    border-color: #3B5998;
}

.btn-google {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}

.note-btn {
    font-size: 12px;
}

.followbtn {
    margin: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

@media (max-width: 480px) {
    .sw-btn-group {
        margin-bottom: 0.5rem;
    }
    .btn-group.btn-group-crop {
        display: -webkit-box;
    }
}

.showmore-button-inner {
    display: inline-block;
    padding: 12px 14px;
    line-height: 14px;
    font-size: 14px;
    color: #30b1ff;
    text-decoration: underline;
    cursor: pointer;
    border-bottom-right-radius: 2px;
}

.round.hollow {
    margin: 40px 0 0;
}

.round.hollow a {
    border: 2px solid #ff6701;
    border-radius: 35px;
    color: red;
    color: #ff6701;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
}

.round.hollow a:hover {
    border: 2px solid #000;
    border-radius: 35px;
    color: red;
    color: #000;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
}

.user-button {
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 17px;
    color: #cccdd0;
}

.user-button i {
    border-radius: 50%;
    font-size: 15px;
    border: 1px;
    width: 30px;
    height: 30px;
    line-height: 2;
    border-radius: 50%;
    font-size: 15px;
    background: rgba(208, 207, 234, 0.5);
    width: 30px;
    height: 30px;
    line-height: 2;
    padding: 0 5px;
    color: #30b1ff;
}

.user-notification a:hover {
    color: #a7a5ef !important;
}

.user-button .user {
    padding: 0px 3px;
}

.user-button a {
    color: #aeb0b5;
}

.note-btn-group .note-btn .dropdown-toggle::after {
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    top: 12px;
    right: 12px;
}


/*
 * Cards Design
 * ----------------------
 */

.card {
    background-color: #fff;
    border: none;
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.04);
}

.card.card-progress:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../img/spinner.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff !important;
    padding: 5px 13px;
}

.card-aside {
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-aside-column {
    min-width: 5rem;
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: no-repeat center/cover;
}

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.card.card-primary {
    border-top: 2px solid #30b1ff;
}

.card.card-secondary {
    border-top: 2px solid #b03cd5;
}

.card.card-success {
    border-top: 2px solid #22e840;
}

.card.card-danger {
    border-top: 2px solid #ff473d;
}

.card.card-warning {
    border-top: 2px solid #ffb209;
}

.card.card-info {
    border-top: 2px solid #01b8ff;
}

.card.card-dark {
    border-top: 2px solid #343a40;
}

.card .card-header,
.card .card-footer {
    background-color: transparent;
}

.card .card-body {
    background-color: transparent;
    padding: 0px 20px;
}

.card .card-footer.card-footer-grey {
    background-color: #fbfbfb;
}

.card .card-header {
    border-bottom-color: #e6eaea;
    line-height: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
}

.card-header {
    padding: 15px 30px;
}

.card .card-header .btn {
    padding: 0;
    font-size: 12px;
    border-radius: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
}

.card .card-header .form-control {
    height: 28px;
    font-size: 12px;
}

.card .card-header .form-control+.input-group-btn .btn {
    border-radius: 0 3px 3px 0;
    margin-top: -3px;
}

.card .card-header .float-right .btn-group .btn {
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.card .card-header h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    line-height: 30px;
}

.card .card-header h4 a.unstyled {
    font-size: 14px;
}

.card .card-footer {
    background-color: transparent;
    border: none;
    padding: 15px 30px;
    border-top: 1px solid #e6eaea;
}

.card.card-lg .card-header,
.card.card-sm .card-header,
.card.card-sm-2 .card-header,
.card.card-sm-3 .card-header,
.card.card-sm-4 .card-header,
.card.card-sm-5 .card-header {
    border-color: transparent;
    padding-bottom: 0;
}

.card.card-lg .card-header h4,
.card.card-sm .card-header h4,
.card.card-sm-2 .card-header h4,
.card.card-sm-3 .card-header h4,
.card.card-sm-4 .card-header h4,
.card.card-sm-5 .card-header h4 {
    line-height: 1.2;
}

.card.card-lg .card-body,
.card.card-sm .card-body,
.card.card-sm-2 .card-body,
.card.card-sm-3 .card-body,
.card.card-sm-4 .card-body,
.card.card-sm-5 .card-body {
    padding-top: 0;
}

.card.card-lg .card-header,
.card.card-lg .card-body,
.card.card-lg .card-footer {
    padding: 30px 40px;
}

.card.card-lg .card-header h4 {
    font-size: 22px;
    font-weight: 700;
}

.card.card-sm {
    display: inline-block;
    width: 100%;
}

.card.card-sm .card-header,
.card.card-sm .card-body {
    padding: 25px 0;
}

.card.card-sm .card-header {
    padding-top: 5px;
    padding-bottom: 30px;
    color: #7a7d7d;
}

.card.card-sm .card-header h4 {
    font-size: 10px;
}

.card.card-sm .card-body {
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.card.card-sm .card-icon {
    display: inline-block;
    width: 55px;
    font-size: 20px;
    text-align: right;
    line-height: 84px;
    padding-right: 15px;
}

.card.card-sm .card-progressbar {
    padding: 0 25px 30px 0;
}

.card.card-sm .card-cta {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e6eaea;
}

.card.card-sm .card-cta a {
    font-size: 12px;
}

.card.card-sm .card-cta a i {
    margin-left: 5px;
}

.card.card-sm .card-wrap {
    margin-left: 55px;
}

.card.card-sm .card-options {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 20px;
}

.card.card-sm .card-options>a {
    color: #e6eaea;
}

.card.card-sm:hover .card-options>a {
    color: #999;
}

.card.card-sm-2 .card-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 35px;
}

.card.card-sm-2 .card-header {
    padding-top: 20px;
    padding-bottom: 0;
}

.card.card-sm-2 .card-header h4 {
    font-size: 10px;
    color: #7a7d7d;
}

.card.card-sm-2 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 0;
}

.card.card-sm-3 .card-body,
.card.card-sm-4 .card-body,
.card.card-sm-5 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 0;
}

.card.card-sm-2 .card-progressbar {
    padding: 20px;
    border-radius: 30px;
}

.card.card-sm-2 .card-footer {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.card.card-sm-3,
.card.card-sm-4 {
    display: inline-block;
    width: 100%;
}

.card.card-sm-3 .card-icon,
.card.card-sm-4 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 68px;
    font-size: 50px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #fff;
}

.icon1 {
    font-size: 60px;
}

.card.card-sm-3 .card-header,
.card.card-sm-4 .card-header {
    padding-bottom: 0;
    padding-top: 25px;
}

.card.card-sm-3 .card-header h4,
.card.card-sm-4 .card-header h4 {
    font-size: 10px;
    letter-spacing: 0;
    color: #7a7d7d;
}

.card.card-sm-3 .card-body {
    font-size: 20px;
}

.card.card-sm-4 .card-body {
    font-size: 20px;
}

.card.card-sm-4 .card-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 20px;
    line-height: 60px;
}

.card.card-sm-4 .card-header {
    margin-top: 5px;
    text-align: right;
}

.card.card-sm-4 .card-body {
    text-align: right;
}

.card.card-sm-5 {
    /* text-align: center; */
}

.card.card-sm-5 .card-body {
    padding: 20px 20px 5px 20px;
}

.card.card-sm-5 .card-header {
    padding: 0 20px 20px 20px;
}

.card.card-sm-5 .card-header h4 {
    font-size: 10px;
    font-weight: 700;
    color: #7a7d7d;
    letter-spacing: 0;
}

.card.card-sm-5 .card-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
}

.card.card-sm-5 .card-chart {
    padding-top: 10px;
}

.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
    color: #fff;
}

.card.bg-primary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header,
.card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}

.card .box {
    position: relative;
    left: 0;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    width: 100%;
}

.card .box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.card .box .img img {
    width: 100%;
    height: 100%;
}

.card .box h2 {
    font-size: 20px;
    color: #888a8a;
    margin: 20px auto;
}

.card .box h2 span {
    font-size: 14px;
    background: #30b1ff;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    margin-top: 10px;
}

.card .box .icons {
    display: inline-flex;
}

.card .box ul {
    margin: 0;
    padding: 0;
}

.card .box ul li {
    list-style: none;
    float: left;
}

.card .box ul li a {
    display: block;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
}

.card .box ul.icons li {
    width: 20%;
    font-size: 20px;
    line-height: 3;
    list-style: none;
    text-align: center;
    border-radius: 0;
    position: relative;
    border: 1px solid #e6eaea;
    border-left: 0;
    cursor: pointer;
}

.card .box ul.icons li:first-child {
    border-left: 1px solid #e6eaea;
    border-radius: 7px 0 0 7px;
}

.card .box ul.icons li:last-child {
    border-radius: 0 7px 7px 0;
}

.card .box ul li:hover a {
    color: #30b1ff;
    transform: rotateY(360deg);
}

.card-profile-widget .profile-widget-picture {
    float: left;
    width: 100px;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
    margin: -35px -5px 0 30px;
    position: relative;
    z-index: 1;
}

.card-profile-widget .profile-widget-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.card-profile-widget .profile-widget-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.card-profile-widget .profile-widget-items:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: -25px;
    right: 0;
    height: 1px;
    background-color: #e6eaea;
}

.card-profile-widget .profile-widget-items .profile-widget-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: 1px solid #e6eaea;
    padding: 10px 0;
}

.card-profile-widget .profile-widget-items .profile-widget-item:last-child {
    border-right: none;
}

.card-profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    color: #7a7d7d;
}

.card-profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-value {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.card-profile-widget .profile-widget-description {
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
}

.card-profile-widget .profile-widget-description .profile-widget-name {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.card-author-box .author-box-left {
    float: left;
    text-align: center;
    padding-left: 5px;
}

.card-author-box .author-box-left .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px;
}

.card-author-box .author-box-picture {
    width: 100px;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

.card-author-box .author-box-details {
    margin-left: 135px;
}

.card-author-box .author-box-name {
    font-size: 18px;
    font-weight: 600;
}

.card-author-box .author-box-job {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    color: #7a7d7d;
}

.card-author-box .author-box-description {
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
}

.card-chat .chat-content {
    background-color: #e6eaea !important;
    height: 300px;
    overflow: hidden;
    padding-top: 25px !important;
}

.card-chat .chat-content .chat-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.card-chat .chat-content .chat-item.chat-right img {
    float: right;
}

.card-chat .chat-content .chat-item.chat-right .chat-details {
    margin-left: 0;
    margin-right: 70px;
    text-align: right;
}

.card-chat .chat-content .chat-item.chat-right .chat-details .chat-text {
    text-align: left;
    background-color: #30b1ff;
    color: #fff;
}

.card-chat .chat-content .chat-item>img {
    float: left;
    width: 50px;
    border-radius: 50%;
}

.card-chat .chat-content .chat-item .chat-details {
    margin-left: 70px;
}

.card-chat .chat-content .chat-item .chat-details .chat-text {
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    width: auto;
    display: inline-block;
    font-size: 12px;
}

.card-chat .chat-content .chat-item .chat-details .chat-text img {
    max-width: 100%;
    margin-bottom: 10px;
}

.card-chat .chat-content .chat-item.chat-typing .chat-details .chat-text {
    background-image: url("../img/typing.svg");
    height: 40px;
    width: 60px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.card-chat .chat-content .chat-item .chat-details .chat-time {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    opacity: .6;
}

.card-chat .chat-form {
    padding: 0;
    position: relative;
}

.card-chat .chat-form .form-control {
    border: none;
    padding: 15px;
    padding-right: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.card-chat .chat-form .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.card-chat .chat-form .btn i {
    margin-left: 0;
}

.social-card-header i {
    font-size: 17px;
}

.card-body.knob-chart .card-icon div {
    display: block !important;
}

.carouseltransparent {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#carousel-caption .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 28%;
    left: 15%;
}

@media (max-width: 1024px) and (min-width: 992px) {
    #carousel-caption .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 13%;
        left: 15%;
    }
}

.horizontalMenu .dropdown-menu {
    top: 97%;
}


/*
 * Drop Downs
 * ----------------------
 */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    width: 200px;
    top: 117%;
}

.dropdown-menu a {
    font-size: 14px;
}

.dropdown-item {
    padding: 10px 20px;
    line-height: 1.2;
    color: #888a8a;
}

.dropdown-divider {
    background-color: #e6eaea;
}

.dropdown-list {
    width: 350px;
    padding: 0;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px solid #e6eaea;
}

.dropdown-list .dropdown-item:first-child {
    border-top: 1px solid #e6eaea;
}

a.dropdown-item.has-icon {
    font-size: 16px;
}

a.dropdown-item.has-icon i {
    font-size: 16px;
}

.dropdown-item.has-icon:hover {
    background: linear-gradient(#3d4192, #30b1ff) !important;
    color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc,
.dropdown-list .dropdown-item:active .dropdown-item-desc {
    color: #7a7d7d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b,
.dropdown-list .dropdown-item:active .dropdown-item-desc b {
    color: #7a7d7d;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
    background-color: #f0f0f5;
    border-bottom-color: #e6eaea;
}

.dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 500;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    background: #7e7cef;
}

.dropdown-item .dropdown-item .has-icon:hover {
    background-color: #f0f0f5;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover,
.dropdown-list .dropdown-item:hover {
    background-color: #f0f0f5;
}

.dropdown-item :focus {
    background-color: #f0f0f5;
}

.dropdown-list .dropdown-item .time {
    margin-left: 30px;
    font-weight: 500;
    font-size: 10px;
}

.dropdownmsg {
    margin-top: 5px;
}

.dropdown-list .dropdown-item .dropdown-item-img {
    float: left;
    width: 40px;
}

.dropdown-list .dropdown-item i {
    float: left;
    font-size: 20px;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
    margin-left: 60px;
    white-space: normal;
    color: #888a8a;
    margin-top: 4px;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
    margin-top: 5px;
    margin-bottom: 0;
}

.dropdown-list .dropdown-list-content {
    overflow: hidden;
}

.navbar .dropdown-menu-right:before {
    content: "";
    position: absolute;
    right: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
    left: auto;
    right: 12px;
}

.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


/*-- end dropdown --*/


/*
 * Form Control
 * ----------------------
 */

.form-control:disabled,
.form-control[readonly] {
    background-color: #f0f0f5;
}

.input-group-addon:first-child {
    border-right: 0;
}

.form-control {
    border: 1px solid #e6eaea;
    color: #888a8a;
}

.form-control:focus {
    border-color: #30b1ff;
}

.form-control.creditcard {
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-right: 60px;
}

.form-control.creditcard.visa {
    background-image: url("../img/visa.png");
}

.form-control.creditcard.americanexpress {
    background-image: url("../img/americanexpress.png");
}

.form-control.creditcard.dinersclub {
    background-image: url("../img/dinersclub.png");
}

.form-control.creditcard.discover {
    background-image: url("../img/discover.png");
}

.form-control.creditcard.jcb {
    background-image: url("../img/jcb.png");
}

.form-control.creditcard.mastercard {
    background-image: url("../img/mastercard.png");
}

.form-horizontal label.control-label {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 400;
    color: #7a7d7d;
    font-size: 15px;
    letter-spacing: .5px;
}

.form-group.floating-addon {
    position: relative;
}

.custom-control-label::before {
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #30b1ff;
}

.form-group.floating-addon .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.form-group.floating-addon .input-group-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    left: initial;
    right: 0;
}

.form-group.floating-addon .input-group-prepend .input-group-text,
.form-group.floating-addon .input-group-append .input-group-text {
    border-color: transparent;
    font-size: 20px;
    line-height: 24px;
}

.form-group.floating-addon .form-control {
    border-radius: 3px;
    padding-left: 50px;
}

.form-group.floating-addon .form-control+.form-control {
    border-radius: 0 3px 3px 0;
    padding-left: 15px;
}

.input-group-text {
    background-color: transparent;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: inherit;
        align-items: center;
        margin-bottom: 2px;
    }
}

.form-control::-webkit-input-placeholder {
    color: #bdbfbf;
    opacity: 1;
}

#smartwizard .nav.nav-tabs.step-anchor {
    border-bottom: 0 !important;
    padding: 15px;
}

.sm-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutters-xs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.gutters-xs>.col,
.gutters-xs>[class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    border: 1px solid rgba(167, 180, 201, 0.3);
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:hover {
    transition: 0.5s all;
    background-color: #30b1ff;
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

.colorinput-input:focus~.colorinput-color {
    border-color: #467fcf;
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.25);
}


/*
 * Grids
 * ----------------------
 */

.grids .row>.col,
.grids .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #f0f0f5;
    border: 1px solid #e6eaea;
}

.row-deck>.col,
.row-deck>[class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row-deck>.col .card,
.row-deck>[class*='col-'] .card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #888a8a;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e6eaea;
    border-radius: 4px;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #e6eaea;
    background-color: #fff;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
    line-height: 18px;
}

.input-group-text {
    border: 1px solid #e6eaea;
    color: #d8dede;
}

.jumbotron {
    background: #f0f0f5;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e6eaea;
}


/*-- list unstyled --*/

.list-unstyled-border li {
    border-bottom: 1px solid #e6eaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-unstyled-border li .custom-checkbox {
    margin-right: 15px;
    margin-top: 13px;
}

.list-unstyled-noborder li:last-child {
    border-bottom: none;
}

.list-group-item {
    border: 1px solid #e6eaea;
    color: #7a7d7d;
}

.list-group-item:hover {
    background: #f0f0f5;
    color: #7a7d7d;
}

.contacts-list>li {
    border-bottom: 1px solid #e6eaea;
    padding: 10px;
    margin: 0;
}

.contacts-list>li:before {
    content: " ";
    display: table;
}

.contacts-list>li:after {
    content: " ";
    display: table;
    clear: both;
}

.contacts-list>li:last-of-type {
    border-bottom: none;
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contacts-list-info {
    margin-left: 50px;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #9fa0b9;
    font-weight: normal;
}

.contacts-list-msg {
    color: #9fa0b9;
    font-weight: 400;
    font-size: 12px;
}

.contacts-list a:hover {
    text-decoration: none !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #30b1ff;
    border-color: #30b1ff;
}

.list-group.lg-alt .list-group-item {
    border: 0;
}


/*
 * Modal
 * ----------------------
 */

.modal-header {
    border-bottom: none;
    border-bottom: 1px solid #e6eaea;
}

.modal-header h5 {
    font-size: 18px;
}

.modal-footer {
    border-top: 1px solid #e6eaea;
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.nav-link:hover .dropdown-menu,
.nav-item:hover .dropdown-menu {
    display: block;
    left: inherit;
}

@media (max-width: 360px) {
    .navbar .nav-link.toggle i {
        font-size: 1.2rem !important;
    }
    .navsearch i {
        margin-top: 9px !important;
    }
}

.navbar {
    height: 65px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 890;
    padding: .0rem 1rem;
    background: linear-gradient(to bottom right, #30b1ff, #16a4fd);
	position: fixed;
}

.navbar.active {
    background-color: #30b1ff;
}

.navbar .form-inline .form-control {
    border: .25rem;
    border-color: #e6eaea;
    padding-left: 20px;
    padding-right: 41px;
    margin-right: -38px;
    width: 350px;
    background: #f7f7fa;
    border-radius: 30px;
    padding-bottom: 7px;
}

.navbar .form-inline .btn {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid #30b1ff;
    box-shadow: none;
}

.navbar .nav-link {
    color: #fff;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.Search-icon i {
    color: #5c6061 !important;
    font-size: 15px;
}

.navbar .nav-link.beep {
    position: relative;
}

.navbar .nav-link.beep:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 9px;
    width: 7px;
    height: 7px;
    background-color: #ff473d;
    border-radius: 50%;
}

.nav-link {
    padding: 5px 23px;
}

.navbar .nav-link.nav-link-lg div {
    margin-top: 3px;
}

.navbar .nav-link.nav-link-lg i {
    font-size: 1.1rem;
    width: 2.2rem;
    height: 2.2rem;
    background: #f7f7fa;
    border-radius: 50%;
    color: #5c6061;
    border: 1px solid rgba(225, 225, 225, 0.1);
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-nav .dropdown-toggle::after {
    top: 8px;
    right: 10px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f107";
    font-family: 'FontAwesome' !important;
    position: absolute;
    display: inline-block;
}

.navbar .nav-link.toggle i {
    font-size: 1.4rem;
    line-height: 2;
}

.remove-caret:after {
    display: none;
}

.navbar .nav-link:hover {
    color: #fff;
}

.navbar .nav-link.disabled {
    color: #fff;
    opacity: .6;
}

.nav-tabs {
    border-bottom: 1px solid #e6eaea !important;
}

.nav-tabs .nav-item .nav-link {
    color: #30b1ff;
}

.nav-tabs .nav-item .nav-link.active {
    color: #888a8a;
}

.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #e6eaea #e6eaea #fff;
}

.nav-tabs>li>a {
    margin-right: 2px !important;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #e6eaea #e6eaea #fff;
}

.tab-content>.tab-pane {
    padding: 10px 0;
    line-height: 24px;
}

.tab-bordered .tab-pane {
    padding: 15px;
    border: 1px solid #e6eaea;
    margin-top: -1px;
}

.nav-pills .nav-item .nav-link {
    color: #68686b;
    border-radius: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #f47b25;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #f47b25;
}

.nav-pills .nav-item .nav-link .badge {
    padding: 5px 8px;
    margin-left: 5px;
}

.center-block {
    margin-right: auto;
    margin-left: auto;
    float: inherit !important;
}

.nav .nav-pills>li>a {
    border-radius: 5px;
    text-align: left;
}

.nav>li>a {
    position: relative;
    display: block;
    margin-right: 15px;
}

@media (max-width: 480px) {
    .nav-tabs .nav-item {
        width: 100%;
    }
    .nav-tabs .nav-item .nav-link.active {
        border: 1px solid #e6eaea;
    }
    .nav .nav-item {
        width: 100%;
    }
    #navs-pills-dropdown .nav .nav-item {
        margin-top: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar .form-inline .search-element {
        display: none;
    }
    body.search-show .navbar .form-inline .search-element {
        display: block;
    }
    .navbar .form-inline .search-element {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 892;
        display: none;
    }
    .navbar .nav-link.nav-link-lg div {
        display: none;
    }
    .navbar .form-inline .search-element .form-control {
        float: left;
        border-radius: 3px 0 0 3px;
        width: calc(100% - -16px);
        height: 45px;
        border-radius: 25px;
    }
    .navbar .form-inline .search-element .btn {
        margin-top: 1px;
        border-radius: 0 3px 3px 0;
    }
    .product-details img {
        width: 100%;
    }
}

@media (min-width: 995px) and (max-width: 1012px) {
    .header .navbar .form-inline .form-control {
        width: 150px;
    }
}

@media (min-width: 1013px) and (max-width: 1026px) {
    .header .navbar .form-inline .form-control {
        width: 150px;
    }
}

@media (min-width: 1091px) and (max-width: 1170px) {
    .header .navbar .form-inline .form-control {
        width: 150px;
    }
}

@media (min-width: 768px) and (max-width: 782px) {
    .header .navbar-nav .envelope {
        display: none;
    }
}

@media (min-width: 1171px) and (max-width: 1231px) {
    .header .navbar .form-inline .form-control {
        width: 300px;
    }
}

@media (max-width: 1090px) {
    .navbar .form-inline .form-control {
        width: 200px;
    }
}

@media (max-width: 360px) {
    .navbar .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navsearch i {
        font-size: 18px;
    }
}

.hor-menu .nav-badge {
    padding: 5px 7px !important;
}

@media (max-width: 480px) {
    .navbar-nav .dropdown-toggle::after {
        right: 4px !important;
    }
}

.navbar.land-navbar {
    box-shadow: none;
}


/*
 * Pagination
 * ----------------------
 */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}

.page-link {
    position: relative;
    display: block;
    /* padding: 0.5rem 0.75rem; */
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #d7e7ff;
}

.page-link:hover {
    z-index: 2;
    color: #295a9f;
    text-decoration: none;
    background-color: rgba(70, 127, 207, 0.06);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #28abfc;
    border-color: #30b1ff;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e6eaea;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item .page-link {
    color: #30b1ff;
}

.page-item.disabled .page-link {
    border-color: #e6eaea;
}

.page-link {
    border-color: #e6eaea;
}

.page-error {
    height: 100%;
    width: 100%;
    padding-top: 60px;
    text-align: center;
    display: flex;
}

.page-error .page-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.page-error h1 {
    font-size: 10em;
    font-weight: 300;
}

.page-error .page-description {
    font-size: 18px;
    font-weight: 300;
}

.page-error .page-search {
    margin: 20px auto;
    max-width: 100%;
    width: 350px;
}

.page-error .page-search .form-control {
    border-radius: 30px;
}

.page-error .page-search .btn {
    border-radius: 30px;
    margin-left: 10px;
}

.single-page {
    width: 40%;
    margin: 120px auto;
    padding: 30px;
    display: table;
    position: relative;
    border-radius: 7px;
}

.single-page>.log-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}

.single-page button.dark {
    border-color: #ff4931;
    background: #ff4931;
}

.single-page .move button.dark {
    border-color: #e0b722;
    background: #e0b722;
}

.single-page .splits p {
    font-size: 18px;
}

.single-page button:active {
    box-shadow: none;
}

.single-page button:focus {
    outline: none;
}

.single-page>.wrapper3 {
    width: 100%;
    padding-top: 8rem;
}

.single-page .wrapper {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    transition: all .5s;
    color: #7a7d7d;
    overflow: hidden;
    border-radius: 7px;
}

.single-page .wrapper.wrapper2 {
    top: -37%;
    left: 4%;
    background: #fff;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    transition: all .5s;
    color: #7a7d7d;
    overflow: hidden;
    border-radius: 7px;
    text-align: center;
}

.single-page .wrapper>form {
    width: 100%;
    transition: all .5s;
    background: #fff;
    width: 100%;
}

.single-page .wrapper .card-body {
    padding: 30px;
}

.single-page .wrapper>form:focus {
    outline: none;
}

.single-page .wrapper #login {
    visibility: visible;
}

.single-page .wrapper #register {
    transform: translateY(-80%) translateX(100%);
    visibility: hidden;
}

.single-page .wrapper.move #register {
    transform: translateY(-80%) translateX(0%);
    visibility: visible;
}

.single-page .wrapper.move #login {
    transform: translateX(-100%);
    visibility: hidden;
}

.single-page .wrapper>form>div {
    position: relative;
    margin-bottom: 15px;
}

.single-page .wrapper label {
    position: absolute;
    top: -7px;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    text-align: left;
    left: 15px;
    padding: 0 5px;
    color: #7a7d7d;
    pointer-events: none;
}

.single-page .wrapper h3,
.single-page .wrapper h4 {
    margin-bottom: 25px;
    font-size: 22px;
}

.single-page .wrapper input {
    height: 40px;
    padding: 5px 15px;
    width: 100%;
    border: solid 1px #e6eaea;
}

.single-page .wrapper input:focus {
    outline: none;
    border-color: #e6eaea;
}

.single-page>.wrapper.move {
    left: 45%;
}

.single-page>.wrapper.move input:focus {
    border-color: #e0b722;
}

@media (min-width: 1024px) {
    .single-pageimage .log-wrapper {
        margin-top: 100px;
    }
}


/*.single-page form a.btn{
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	position: relative;
	color: #FFF;
	transition: all .25s;
}*/

@media (min-width: 1024px) {
    .single-pageimage .log-wrapper {
        margin-top: 93px;
        margin-bottom: 93px;
    }
}

.page-header {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem 0;
    justify-content: space-between;
    padding: 0;
    border-radius: 7px;
    position: relative;
    min-height: 50px;
}

.page-title {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.5rem;
    position: relative;
    color: #fff;
}

.single-page1 {
    width: 50%;
    margin: 120px auto;
    padding: 30px;
    display: table;
    position: relative;
    border-radius: 7px;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.progress {
    background: #f5f7f7;
    box-shadow: 0 4px 6px rgba(241, 246, 247, 0.1), 0 1px 3px rgba(243, 243, 243, 0.08);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #30b1ff;
    transition: width .6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.tile_count {
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 15px;
    background: #fff;
}

.tile_count .tile_stats_count {
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.tile_count .progress {
    margin-top: 8px !important;
    margin-bottom: 5px !important;
}

#count-down {
    position: relative;
}


/*
 * Data Tables
 * ----------------------
 */

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 992px) {
    .dataTables_info,
    .dataTables_paginate .page-item .page-link {
        font-size: 10px;
    }
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting {
    padding-right: 30px;
}

table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0;
}

.dataTables_wrapper .dataTables_length select {
    height: calc(1.8125rem + 2px) !important;
    padding: .25rem .9rem !important;
}

table.dataTable {
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 0px solid #e6eaea;
}

table.dataTable thead td {
    border-bottom: 1px solid #e6eaea;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e6eaea;
}

.table-bordered {
    border: 1px solid #e6eaea;
}

.star-rating .table td {
    vertical-align: middle;
}

.dataTables_wrapper {
    padding: 0;
    font-size: 14px;
    width: 100% !important;
    display: grid !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    text-align: left;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 12px !important;
        justify-content: center !important;
    }
}

div.dataTables_wrapper div.dataTables_processing {
    font-size: 0;
    background-image: url("../img/spinner.svg");
    background-color: #fff;
    background-size: 100%;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 1;
}

.table td,
.table:not(.table-bordered) th {
    border-top: none;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e6eaea;
}

.table-hover tbody tr:hover {
    background-color: #f0f0f5;
}

.table thead th {
    border-bottom: none;
    background-color: #f1f0fb;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: inherit !important;
}
.table thead {
    color: #121212 !important;
}
.table-links {
    color: #7a7d7d;
    font-size: 12px;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.table-links a {
    color: #666;
}

table tr:hover .table-links {
    opacity: 1;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(247, 247, 247, 0.4);
}

.simple-footer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #888a8a;
}

@media (max-width: 480px) {
    .Advance-table .float-right {
        float: none !important;
    }
}

.Advance-table .form-control {
    height: 30px !important;
}

.guage tspan {
    font-weight: 200 !important;
    fill: #575c5d !important;
}

.table-up a,
.table-down a {
    padding: 5px;
}


/*
 * Tooltip
 * ----------------------
 */

.tooltip {
    font-size: 12px;
}

.tooltip-inner {
    padding: 7px 13px;
}

.popover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.popover .manual-arrow {
    position: absolute;
    bottom: -15px;
    font-size: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    border-left-color: #e6eaea;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    border-bottom-color: #e6eaea;
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    border-top-color: #e6eaea;
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    border-right-color: #e6eaea;
}

.popover .popover-header {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
}

.popover .popover-body {
    padding: 15px;
    line-height: 24px;
}

.popup-box {
    background-color: #ffffff;
    border: 1px solid #e6eaea;
    bottom: 0;
    display: none;
    height: 415px;
    position: fixed;
    right: 77px;
    width: 300px;
    z-index: 1;
    box-shadow: 0 2px 17px 2px #d0d0d2;
}

.popup-box-on {
    display: block;
}

.popup-box .popup-head {
    background-color: #30b1ff;
    clear: both;
    color: #ffffff;
    display: inline-table;
    padding: 7px 10px;
    width: 100%;
}

.popup-box .popup-head .popup-head-right {
    margin: 7px 7px 0;
}

.popup-head-left img {
    border-radius: 50%;
    width: 44px;
}

.popup-messages-footer {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.popup-messages-footer>textarea {
    outline: 0;
    border: 1px solid #e6eaea !important;
    height: 34px !important;
    margin: 7px;
    padding: 5px !important;
    border: medium none;
    width: 95% !important;
}

.popup-messages-footer>textarea::placeholder {
    color: #bfbfc3;
}

.popup-messages-footer .btn-footer {
    overflow: hidden;
    padding: 2px 5px 10px 6px;
    width: 100%;
}

.simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}

.popup-box .popup-messages {
    background: #ffffff none repeat scroll 0 0;
    height: 275px;
    overflow: auto;
}

.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
}

.popup-messages .chat-box-single-line {
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}

.popup-messages abbr.timestamp {
    color: #4c4e4e;
    padding: 4px 14px;
    background: #dbdbf5;
    border-radius: 4px;
}

.popup-head-right .btn-group {
    display: inline-flex;
    margin: 0 8px 0 0;
    vertical-align: top !important;
}

.popup-messages-footer .btn-footer button {
    cursor: pointer;
}

.popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
    padding: 0;
}

.popup-head-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
    color: #303030;
}

.popup-messages .direct-chat-messages {
    height: auto;
}

.popup-messages .direct-chat-timestamp {
    color: #68686b;
    opacity: 0.6;
}

.popup-messages .direct-chat-name {
    font-size: 15px;
    font-weight: 600;
    color: #6e6e75;
    opacity: 0.9;
}

.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.popup-messages .big-round {
    margin: -9px 0 0 !important;
}

.popup-messages .direct-chat-img {
    border: 1px solid #e6eaea;
    background: #3f9684 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}

.popup-messages .right .direct-chat-img {
    float: right;
}

.popup-messages .direct-chat-reply-name {
    color: #d8dede;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}

.popup-messages .direct-chat-img-reply-small {
    border: 1px solid #e6eaea;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 8px;
    width: 20px;
    background: #3f9684;
}

.popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
}

.popup-messages .doted-border::after {
    background: transparent none repeat scroll 0 0 !important;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}

.popup-messages .direct-chat-msg::after {
    border-right: medium none;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}

.popup-messages .direct-chat-text::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #f0f0f5 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #f0f0f5 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
    padding: 5px 10px;
    position: relative;
}

.popup-messages .direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}

.popup-messages .right .direct-chat-text:after {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #f2f1f9;
}

.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #f2f1f9;
}

@media (min-width: 418px) and (max-width: 992px) {
    .popup-box {
        height: 300px !important;
        width: 90% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 100033 !important;
    }
}

@media (max-width: 568px) {
    .popup-box {
        height: 350px !important;
        z-index: 100033 !important;
        width: 90% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    .popup-box-on,
    #addClass {
        display: none !important;
    }
}


/* ########## CUSTOM  STYLES ########## */


/*---Count-down---*/

#count-down {
    margin: 20px auto;
    text-align: center;
    display: inline-block;
}

#count-down .clock-presenter {
    height: 80px;
    padding: 0px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #30b1ff;
    float: left;
    margin: 0 20px;
}

#count-down .clock-presenter .digit {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
    border-radius: 3px;
}

#count-down .clock-presenter .note {
    position: relative;
    margin-bottom: 0px;
    cursor: default;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 30px;
    }
    .construction {
        padding: 70px 0 !important;
    }
}

@media (max-width: 568px) {
    #count-down .clock-presenter {
        float: none !important;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        float: left;
        margin-bottom: 45px;
    }
    #count-down .clock-presenter .digit {
        font-size: 36px;
    }
    #count-down .hours_dash {
        border-right: none;
    }
    .construction h1 {
        font-size: 42px !important;
    }
}


/**
 * Splite
 * Splite is a Bootstrap 4 Admin Template
 * @author Spruko Technologies
 * 
 */


/*------------------------------
*	Bootstrap and General Elements
*	list unstyled
* 	Colors
*	Page Loader
*	Direct Chat
*	profile
*	Pagination
*	Data Tables
*	File Upload
*	Mail inbox
*	Drop Downs
*	Buttons
*	Nav Bar
*	Form Control
*	Alert
*	Cards Design
*	Tables
*	FullCalendar
*	min Calendar
*	Modal
*	Profile widget
*	Author box
*	User item
*	User Profile
*	Avatar
*	Chat
*	Gallery
*	Slider
*	Badge
*	Chart  Styles
*	Media
*	Toast
*	Statistic
*	Breadcrumb
*	Accordion
*	Popover
*	Ionicons
*	Transparent
*	weather icon
*	Form Elements
*	Page Errors
*	Shop
*	Switch
*	Pricing Tables
*	Signle-pages
*	Count-down
*	General Css
*	Responsive
* 	Mapel Maps
*	Rating
*	Blog
*	Protfoli
*	View Email
*	Loaders
*	Color Inputs
*	Multiselect Styles
*	PageHeader
*	Draggable Cards
*	Chat
*	Grids
*	TreeView
*	Panel
*	Scrollbar
*	Counters
*	Chart Types
*	Sorted & Nested
* 	Datatable
*	Tags
*	Labels
*	Footers
*	Headers
*	Switches
*	Accordion-Wizard-Form
*	Landing-Page
 -------------------------------------*/


/*-- layout --*/

.main-content {
    padding-left: 280px;
    padding-right: 30px;
    padding-top: 70px;
    width: 100%;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}


/*---Colors---*/

.socailicons {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.socailicons .fa {
    font-size: 53px;
    text-align: right;
    position: absolute;
    top: 44px;
    right: 38px;
    outline: none;
}

.socailicons a {
    text-decoration: none;
}

.current-progressbar {
    margin-top: 14.5px;
}

#spinner {
    position: fixed;
    z-index: 50000;
    background: url(../../assets/img/loader.svg) no-repeat 50% 50% white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


/*
 *  Direct Chat
 * ----------------------
 */

@media (max-width: 786px) {
    .navsearch i {
        margin-top: 12px;
        font-size: 20px;
    }
    .Search-icon i {
        margin-top: 14px;
    }
    .page-header {
        display: block !important;
        padding-top: 2px;
    }
}

.summary {
    display: inline-block;
    width: 100%;
}

.summary .summary-info {
    background-color: #eaf2f4;
    padding: 50px 0;
    text-align: center;
    border-radius: 3px;
}

.summary .summary-info h4 {
    font-weight: 600;
}

.summary .summary-item {
    margin-top: 20px;
}

.summary .summary-item h6 {
    margin-bottom: 15px;
}

.browser {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
}

.browser.browser-chrome {
    background-image: url("../img/browsers/chrome.png");
}

.browser.browser-firefox {
    background-image: url("../img/browsers/firefox.png");
}

.browser.browser-internet-explorer {
    background-image: url("../img/browsers/internet-explorer.png");
}

.browser.browser-opera {
    background-image: url("../img/browsers/opera.png");
}

.browser.browser-safari {
    background-image: url("../img/browsers/safari.png");
}

.weather .weather-icon {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 40px;
}

.weather .weather-icon span {
    font-size: 60px;
    margin-top: 30px;
}

.weather .weather-desc {
    margin-left: 160px;
}

.weather .weather-desc h4 {
    font-size: 70px;
    font-weight: 200;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 56px;
}

.weather .weather-desc .weather-text {
    font-size: 12px;
    color: #7a7d7d;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 10px;
}

.weather .weather-desc ul {
    margin: 15px 0 13px 0;
    padding: 0;
}

.weather ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 13px;
    border-radius: 3px;
    border: 2px solid #30b1ff;
    font-size: 10px;
    font-weight: 500;
    color: #30b1ff;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.note-editor.note-frame {
    border-radius: 3px;
    border: 1px solid #e6eaea;
}

.note-toolbar {
    position: relative !important;
}

.commentsblock {
    background: #f0f0f5;
    border: 1px solid #e6eaea !important;
}

.memberblock {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
}

.member {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #e6eaea;
    padding: 3px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.memmbername {
    bottom: -30px;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    line-height: 30px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.member:hover .memmbername {
    bottom: 0;
}

.member img {
    width: 100%;
}

.flag-sm {
    font-size: .875rem;
    width: 30px;
    height: 22px;
}


/*-- chocolat --*/

.chocolat-wrapper {
    z-index: 890;
}

.chocolat-overlay {
    background-color: #000;
}


/*-- end chocolat --*/


/*
 * Slider
 * ----------------------
 */

.slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: #000;
    border-radius: 50%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    opacity: .3;
}

.slider .owl-nav .owl-next {
    right: 0;
    left: initial;
}

.slider:hover .owl-nav [class*=owl-] {
    opacity: 1;
}

.slider .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 10px;
}

.slider .slider-caption .slider-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slider .slider-caption .slider-description {
    font-size: 12px;
    line-height: 24px;
    opacity: .8;
}


/*-- end slider --*/


/*-- Statistic --*/

.statistic-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.statistic-details .statistic-details-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    text-align: center;
}

.statistic-details .statistic-details-item .detail-chart {
    margin-bottom: 10px;
    padding: 0 20px;
}

.statistic-details .statistic-details-item .detail-name {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    color: #7a7d7d;
    letter-spacing: .3px;
}

.statistic-details .statistic-details-item .detail-value {
    font-size: 18px;
    font-weight: 700;
}


/*-- end statistic --*/


/*-- custom tab --*/

[data-tab-group] {
    display: none;
}

[data-tab-group].active {
    display: block;
}


/*-- end custom tab --*/


/*-- end ionicons--- */


/*-- Transparent--- */

.transparent:before {
    content: '';
    position: absolute;
    background: rgba(93, 97, 191, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    top: 0;
    border-radius: 7px 0 0 7px;
}


/*-- Bg Transaprent--- */

@media (max-width: 992px) {
    .weather-radius,
    .transparent:before {
        border-radius: 7px 7px 0 0;
    }
    .page-error {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .apexcharts-legend {
        display: none;
    }
    .calendar-header th {
        padding: 10px 5px !important;
        font-size: 8px !important;
    }
}


/*------Switch---*/

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #e3ebf3;
    transition: .3s border-color, .3s background-color;
}

.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #ffffff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #30b1ff;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #30b1ff;
}

.custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #30b1ff;
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #30b1ff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.375rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #e6eaea;
    border-radius: 3px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #30b1ff;
    border-left: 1px solid #30b1ff;
    border-radius: 0 3px 3px 0;
}

.terms ul {
    padding: 0;
    list-style: none;
}

@media (max-width: 568px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none;
        display: block !important;
        width: 100%;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .fc-icon,
    .fc-toolbar .fc-center {
        float: none;
        display: block !important;
        width: 100%;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .single-page {
        border-radius: 0;
    }
    .construction-bg:before {
        border-radius: 0 !important;
    }
}

@media (max-width: 992px) {
    .follower .float-right {
        float: none !important;
        text-align: center;
    }
    .weather-radius .bg-transparent h3 {
        margin-bottom: 35px;
    }
    .single-page {
        margin: 0;
        width: 100%;
        display: block;
    }
    .single-page .wrapper.wrapper2 {
        position: relative;
        height: auto;
        top: 0;
        left: 0;
        width: 100%;
        top: 0;
        left: 0;
    }
    .single-page>.wrapper3 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 3rem;
        margin-top: 0 !important;
    }
    .single-page>.log-wrapper {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .splits {
        width: 50%;
        background: #ffffff;
        float: left;
    }
    .splits button {
        width: 100%;
        border-radius: 0;
        background: #505050;
        border: 0;
        opacity: .7;
    }
    .splits button.active {
        opacity: 1;
        opacity: 1;
        background: #ff4931;
    }
    .splits.rgstr-btn button.active {
        background: #e0b722;
    }
    .splits p {
        display: none;
    }
    .single-page>.wrapper.move {
        left: 0%;
    }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 50px #ffffff;
}

.section-2 {
    height: 10rem;
    position: relative;
}

.section-2 .section-3 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.sparkline.sparkline2 canvas {
    width: auto !important;
}

.sparkline canvas {
    width: 100% !important;
    position: relative;
    bottom: -12px;
}

.sparkline15 canvas,
.sparkline14 canvas {
    position: relative;
    bottom: -8px;
}

.sparkline23 canvas {
    position: relative;
    bottom: -9px;
}

.sparkline_area2 canvas,
.widgetChart1 canvas {
    position: relative;
    bottom: -11px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
        position: initial !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sparklinebar .sparkline_bar canvas {
        height: 116px !important;
        position: relative;
        width: 150px;
    }
}

@media (max-width: 575.98px) {
    .product-details img {
        width: 100%;
    }
    .section .section-header {
        margin-bottom: 20px !important;
    }
    .section .section-header .float-right {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .weather {
        text-align: center;
    }
    .weather .weather-icon {
        float: none;
        width: auto;
    }
    .weather .weather-icon span {
        margin-top: 20px;
    }
    .weather .weather-desc {
        margin-left: 0;
    }
    .statistic-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .statistic-details .statistic-details-item {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 50%;
    }
    .article.article-style-c .article-header {
        height: 225px;
    }
    body.search-show .navbar .form-inline .search-element {
        display: block;
    }
    .navbar .form-inline .search-element {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 892;
        display: none;
    }
    .navbar .nav-link.nav-link-lg div {
        display: none;
    }
    .navbar .form-inline .search-element .form-control {
        float: left;
        width: calc(104% - 1px);
        height: 45px;
    }
    .navbar .form-inline .search-element .btn {
        margin-top: 1px;
        border-radius: 0 3px 3px 0;
    }
    .dropdown-list-toggle {
        position: static;
        display: none;
    }
    .main-navbar .header-brand {
        min-width: 130px !important;
    }
    .dropdown-list-toggle .dropdown-list {
        left: 10px !important;
        width: calc(100% - 20px);
    }
    .card-author-box .author-box-left {
        float: none;
    }
    .card-author-box .author-box-details {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    .card-profile-widget .profile-widget-picture {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 40px 0;
        float: none;
    }
    .card-profile-widget .profile-widget-items .profile-widget-item {
        border-top: 1px solid #e6eaea;
    }
    .user-progress .media,
    .user-details .media {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .user-progress .media img,
    .user-details .media img {
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .user-progress .media .media-body,
    .user-details .media .media-body {
        width: 100%;
    }
    .user-progress .media .media-items,
    .user-details .media .media-items {
        margin: 20px 0;
        width: 100%;
    }
    .user-progress .list-unstyled-noborder li:last-child,
    .user-details .list-unstyled-noborder li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .user-progress .media .media-progressbar {
        margin-top: 10px;
    }
    .user-progress .media .media-cta {
        margin-top: 20px;
        margin-left: 0;
    }
    .fc-overflow {
        width: 100%;
        overflow: auto;
    }
    .fc-overflow #myEvent {
        width: 800px;
    }
    .ionicons li {
        width: calc(100% / 4);
    }
    .icon-wrap {
        width: 100%;
    }
    .dropzone .dz-message {
        margin: 2em;
    }
}

@media (max-width: 480px) {
    .apexcharts-xaxis-texts-g text {
        font-size: 8px;
    }
    .ct-label {
        font-size: 8px !important;
    }
    .product-details img {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .countlist li {
        padding: 0px 25px 0px 0;
    }
    .sparkline17 canvas {
        width: 230px !important;
    }
    .order {
        font-size: 10px;
    }
    .product-details img {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .countlist li {
        padding: 0px 14px 0px 0;
    }
    .apexcharts-xaxis-texts-g text {
        font-size: 0px;
    }
    .jumbotron h1 {
        font-size: 2rem;
    }
    .sparkline17 canvas {
        width: 190px !important;
    }
    .order {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .article {
        margin-bottom: 40px;
    }
    .article.article-style-c .article-header {
        height: 155px;
    }
    .product-details img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main-footer,
    .sidenav-toggled .main-footer {
        padding-left: 30px;
    }
    .h-365 {
        height: 250px !important;
    }
    .product-details img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .article {
        margin-bottom: 40px;
    }
    .article.article-style-c .article-header {
        height: 155px;
    }
    .product-details img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .main-sidebar {
        position: fixed;
        z-index: 891;
    }
    .main-content {
        padding-left: 30px;
    }
    .navbar {
        left: 0x;
        right: 0;
    }
    .navbar .dropdown-menu {
        position: absolute;
    }
    .navbar .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    body.search-show {
        overflow: hidden;
    }
    body.search-show .navbar {
        z-index: 892;
    }
    body.sidebar-show {
        overflow: hidden;
    }
    body.search-show:before,
    body.sidebar-show:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        z-index: 891;
    }
    .article.article-style-c .article-header {
        height: 216px;
    }
    .article .article-header {
        height: 155px;
    }
    .img-container.card-dragg {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .breadcrumb {
        font-size: 10px;
    }
    .docs-toggles .btn-group.d-flex {
        display: -webkit-box !important;
    }
}

@media (min-width: 992px) {
    .uk-child-width-1-3\@s>* {
        width: 100%;
        margin-bottom: 1rem;
    }
}

#revenue-chart,
#line-chart,
#bar-chart,
#stacked,
#sales-chart {
    min-height: 250px;
}


/* heart-rating*/

.heart {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.heart input {
    display: none;
    margin-bottom: 0 !important;
}

.heart label {
    float: right;
    font-size: 0;
    color: #dfdfe2;
    margin-right: 0.5rem;
    margin-bottom: 0 !important;
}

.heart label:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 40px;
}

.heart label:hover {
    color: #ff473d;
    transition: 0.2s;
}

.heart label:hover~.heart label {
    color: #ff473d;
    transition: 0.2s;
}

.heart input:checked~.heart label {
    color: #ccac00;
}


/*
 * Blog
 * ----------------------
 */

.blog-img img {
    width: 100%;
}

.product-details {
    padding: 2rem;
    border: 1px solid #e6eaea;
}

.pro_detail {
    padding: 0.8rem;
    border: 1px solid #e6eaea;
}


/*
 * Dragable crads
 * ----------------------
 */

.draggable-placeholder {
    border: 1px dashed #8e909f;
    margin-bottom: 16px;
    border-radius: 7px;
    background-color: #ededf2;
}

.p-15 {
    padding: 15px !important;
}

.action-header {
    position: relative;
    background: #f0f0f5;
    padding: 15px 13px 15px 17px;
}

.ah-actions {
    z-index: 3;
    float: right;
    margin-top: 7px;
    position: relative;
}

.actions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.actions>li {
    display: inline-block;
}

.actions:not(.a-alt)>li>a>i {
    color: #8e9090;
}

.actions>li>a {
    display: block;
    padding: 0 10px;
}

.actions>li>a>i {
    font-size: 22px;
}

.ms-body {
    background: #ffffff;
    border-radius: 7px;
}

#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding-right: 10px;
    padding-top: 24px;
    cursor: pointer;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*
 * Tree view
 * ----------------------
 */

.treeview ul {
    list-style-type: square;
}

.treeview-1 ul {
    list-style-type: circle;
}

.tree li {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.tree li::before,
.tree li::after {
    content: '';
    left: -15px;
    position: absolute;
    right: auto;
}

.tree li::before {
    border-left: 1px solid #d8dede;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}

.tree li::after {
    border-top: 1px solid #d8dede;
    height: 20px;
    top: 25px;
    width: 25px;
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}

.tree li.parent_li>span {
    cursor: pointer;
}

.tree li:last-child::before {
    height: 30px;
}

.tree li.parent_li>span:hover {
    background: #f0f0f5;
    color: #000;
}

.tree li.parent_li>span:hover+ul li span {
    background: #f0f0f5;
    color: #000;
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0;
}


/*
 * Scrollbar
 * ----------------------
 */

#demo.showcase {
    width: 100%;
}

.content {
    overflow: auto;
    position: relative;
    padding: 20px;
    margin: 10px;
    width: 100%;
    max-width: 97%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.showcase .content {
    width: 100%;
    height: 300px;
}

.content h2 {
    font-size: 200%;
    line-height: 130%;
}

.showcase .horizontal-images.content {
    height: 140px;
    width: 100%;
    max-width: 97%;
    padding: 5px 5px 0 5px;
}

.showcase .horizontal-images.content h2 {
    height: 300px;
    width: 100%;
}

.horizontal-images.content li img {
    height: 300px;
    width: 100%;
}

.showcase .horizontal-images.content h2 {
    color: #ffffff;
    background-color: #eb3755;
    padding: 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 165%;
}

.horizontal-images li img {
    width: auto;
    padding: 0;
    height: 200px;
}

.showcase .horizontal-images {
    width: 100%;
}

.horizontal-images ul,
.vertical-images .ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.horizontal-images ul {
    width: 3480px;
    overflow: hidden;
}

.horizontal-images li {
    margin: 0 3px;
    float: left;
}

.count-timer {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    color: #30b1ff;
    font-weight: 500;
}


/*
 * Sorted & Nested
 * ----------------------
 */

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
    cursor: pointer;
}

.second-level {
    margin-left: 20px;
    width: 460px;
}

.dragHover {
    border-color: blue;
    color: blue;
}

.placeholder {
    background: #ffffff;
    border: 1px dashed #ccc;
    height: 50px;
    width: 500px;
}

.placeholder-sub {
    background: #ffffff;
    border: 1px dashed #ccc;
    height: 50px;
    width: 480px;
    margin-left: 20px;
}

@media (max-width: 320px) {
    .header .main-navbar .header-brand {
        margin-left: 10px;
    }
    .header .navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a {
        color: #d8dede;
    }
    .header .header-brand-img {
        width: 120px;
    }
    .profit h4 {
        font-size: 21px;
    }
    .profit p {
        font-size: 13px;
    }
    .server i.icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
        line-height: 38px !important;
    }
    .tile {
        padding: 0px !important;
    }
}

@media (max-width: 480px) {
    .header .main-navbar .header-brand {
        margin-left: 20px;
    }
    .header .navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a {
        color: #68686b;
    }
    .navbar .nav-link .navsearch {
        margin-top: 13px;
    }
}

@media (max-width: 1024px) {
    .horizontalMenu>.horizontalMenu-list>li>a .fa {
        margin-right: 8px !important;
    }
    .navbar .form-inline .form-control {
        width: 200px;
    }
}

@media (max-width: 1366px) {
    .horizontalMenu>.horizontalMenu-list>li>a .fa {
        margin-right: 8px !important;
    }
}

@media (max-width: 360px) {
    .media-body {
        margin-left: 0px !important;
    }
    .material-switch>label {
        width: 23px !important;
    }
}

@media (max-width: 495px) {
    .nested-media .media {
        display: block;
    }
    .nested-media .media-body {
        margin-top: 10px;
        margin-left: 0px;
    }
}


/*
 * Switches
 * ----------------------
 */

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: #f0f0f5;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}


/*
 *  Accordion-Wizard-Form
 * ----------------------
 */

div[data-acc-content] {
    display: none;
}

div[data-acc-step]:not(.open) {
    background: #f0f0f5;
}

div[data-acc-step]:not(.open) h5 {
    color: #68686b;
}

div[data-acc-step]:not(.open) .badge-primary {
    background: #ccc;
}

#form .list-group-item:hover {
    background: none;
}


/*
 * Landing page
 * ----------------------
 */

.wave {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 600px;
    margin-top: -316px;
    transform-origin: 50% 48%;
    border-radius: 0%;
    animation: drift 3000ms infinite linear;
    background: linear-gradient(to bottom right, #30b1ff, #30b1ff);
}

.wave.-three {
    animation: drift 5000ms infinite linear;
}

.wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: yellow;
}

.pulse {
    display: block;
    position: absolute;
    top: .5rem;
    right: 75px;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 232, 64, 0.9);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(34, 232, 64, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0.9);
        box-shadow: 0 0 0 0 rgba(34, 232, 64, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 10px rgba(34, 232, 64, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.9;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.9;
    }
}

@keyframes blink {
    0% {
        opacity: 0.9;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes ring {
    0% {
        -ms-transform: rotate(15deg);
    }
    50% {
        -ms-transform: rotate(-15deg);
    }
    100% {
        -ms-transform: rotate(15deg);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
    }
    100% {
        -moz-transform: rotate(15deg);
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
    }
}

@keyframes ring {
    0% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

.shake {
    -ms-animation: ring .3s infinite;
    -moz-animation: ring .3s infinite;
    -webkit-animation: ring .3s infinite;
    animation: ring .3s infinite;
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.stamp {
    color: #ffffff;
    background: #868e96;
    display: inline-block;
    min-width: 2rem;
    height: 2rem;
    padding: 0 .25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

.stamp-md {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.server i.icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    position: relative;
}


/*---404 Error ---*/

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 650px;
    width: 100%;
    line-height: 1.4;
    padding: 110px 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 7px;
    color: #575c5d;
}

.notfound h1 {
    font-size: 10rem;
}

.notfound h1 span {
    font-size: 6rem;
    font-weight: 500;
    line-height: 30px;
}

.notfound .notfound-404 {
    position: relative;
    height: 180px;
}

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 165px;
    font-weight: 700;
    margin: 0px;
    color: #575c5d;
    text-transform: uppercase;
}

.notfound .notfound-404 h1>span {
    color: #00b7ff;
}

.notfound h1 {
    color: #444646;
}

.notfound h2 {
    font-size: 22px;
    font-weight: 400;
    color: #444646;
    margin-top: 0px;
    margin-bottom: 25px;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#amount {
    border: 0;
    color: #575c5d;
    font-weight: bold;
}


/*-----Back to Top-----*/

#back-to-top {
    background: linear-gradient(to bottom right, #30b1ff, #30b1ff);
    color: #ffffff;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top:hover {
    background: linear-gradient(to bottom right, #ffffff, #ffffff) !important;
    color: #30b1ff;
    border: 2px solid #30b1ff;
}

.bootstrap-datetimepicker-widget table {
    border-collapse: collapse;
}

.ms-drop .form-group label {
    color: inherit;
}


/*.upload-btn-wrapper{
	outline: 2px dashed #e6eaea;
}*/

.upload-btn-wrapper1 {
    outline: 2px dashed #e6eaea;
    background-color: #fafafd;
}

#addClass {
    background: linear-gradient(to bottom right, #f47b25, #f47b25);
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    text-decoration: none;
}

#addClass i {
    font-size: 16px;
    text-align: center;
    line-height: 3;
    text-decoration: none !important;
}

@media (max-width: 992px) {
    .header-1 .navbar-nav .dropdown-toggle::after,
    .header-2 .header-style-2.dropdown-toggle::after,
    .header-3 .navbar-nav .dropdown-toggle::after {
        display: none;
    }
    .header-2 .main-navbar .header-brand {
        margin-left: 1rem;
    }
    .active .header .navbar {
        position: relative;
    }
    .active .page-header {
        padding-top: 0;
    }
    .navbar {
        position: fixed;
        background: linear-gradient(to bottom right, #30b1ff, #30b1ff);
        box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.2);
        z-index: 1003;
    }
}

#toast-container>div {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) !important;
    padding: 20px 20px 20px 50px;
    opacity: 1;
}

#toast-container>.toast {
    background-image: none !important;
}

#toast-container>.toast:before {
    position: absolute;
    left: 17px;
    top: 25px;
    font-family: 'Ionicons';
    font-size: 24px;
    line-height: 18px;
    color: #ffffff;
}

#toast-container>.toast-warning:before {
    content: "\f100";
}

#toast-container>.toast-error:before {
    content: "\f2d7";
}

#toast-container>.toast-info:before {
    content: "\f44c";
    color: #ffffff;
}

#toast-container>.toast-success:before {
    content: "\f121";
}

.toast.toast-error {
    background-color: #ac243a;
}

.toast.toast-warning {
    background-color: #f6d30c;
}

.toast.toast-success {
    background-color: #00d02f;
}

.toast.toast-info {
    background-color: #ffffff;
}

.toast.toast-info .toast-title {
    color: #ffffff;
}

.toast.toast-info .toast-message {
    color: #ffffff;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .header .navbar .nav-link.navsearch {
        margin-left: 3.5rem;
    }
    .navsearch i {
        margin-top: 8px;
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .header .navbar .nav-link.navsearch {
        margin-left: 2rem;
    }
}

.tile {
    padding: 20px;
    background: #ffffff;
}

.dt-bootstrap4 .dropdown-item.active,
.dropdown-item:active {
    background: #30b1ff;
}

.dt-bootstrap4 .dropdown-menu {
    padding: 0 !important;
}

.main-wrapper .content-area {
    min-height: 75vh;
}

.hor-menu {
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.fixed-header {
    position: fixed !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.fixed-header.visible-title {
    top: 0;
}

.fixed-header.visible-title.horizontal-main {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) !important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    outline: none !important;
}

.msb-reply textarea {
    outline: none;
}

.mce-menu {
    background: #ffffff !important;
    border: 1px solid #f4f5f5 !important;
}

.mce-menu-item .mce-ico,
.mce-menu-item .mce-text {
    color: #7a7d7d !important;
}

.mce-menu-item:hover .mce-text,
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item:focus .mce-text {
    color: #fff !important;
}

.mce-menu-item:hover .mce-ico,
.mce-menu-item.mce-selected .mce-ico,
.mce-menu-item:focus .mce-ico {
    color: #fff !important;
}

.mce-grid-border a {
    border-color: #eaeaec !important;
}

.mce-menu-item.mce-disabled:hover {
    background: #eaeaec !important;
}

.daterangepicker:after {
    border-bottom: 6px solid #fff !important;
}

.browse-file.form-control {
    background-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-default {
    background: #dde2ef;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    padding: .52rem 15px;
    color: #6a7798;
    border-radius: 0;
}

.countlist li h4 {
    margin-right: 15px;
}

.knob:focus {
    outline: 0;
}

.select2-container:focus {
    outline: 0;
}


/*----------------------
     IE 11 styles
 ----------------------*/

*::-ms-backdrop,
.app-sidebar .side-menu li {
    display: block;
}

*::-ms-backdrop,
html.fullscreenie {
    width: 100%;
}

*::-ms-backdrop,
html.fullscreenie .app-content {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
}

*::-ms-backdrop,
html.fullscreenie .content-area {
    height: 100vh;
}

*::-ms-backdrop,
div.hopscotch-bubble {
    background-color: #f2f1f9;
}

*::-ms-backdrop,
.dark-theme div.hopscotch-bubble {
    background-color: #3c3b58;
}

*::-ms-backdrop,
.main-wrapper {
    height: 100%;
}

*::-ms-backdrop,
.horizontal-megamenu.clearfix .container {
    display: block;
}

*::-ms-backdrop,
.single-page {
    margin-top: 13rem;
}

*::-ms-backdrop,
.construction-bg {
    margin-top: 13rem;
}

*::-ms-backdrop,
.card.card-aside .card-aside-column {
    flex: auto !important;
}

*::-ms-backdrop,
.img-container .overlay p {
    margin-top: 55px;
}

*::-ms-backdrop,
.img-container .overlay {
    display: block !important;
}


/*--Ionicons*--*/

.icons-item {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icons-item li {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 3;
    margin: 1px;
    list-style: none;
    text-align: center;
    border-radius: 3px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e6eaea;
    cursor: pointer;
}

.icons {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icons li {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 3;
    list-style: none;
    text-align: center;
    border-radius: 3px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e6eaea;
    cursor: pointer;
}

.icons li:hover {
    opacity: .8;
}

.icons li .icon-name {
    display: none;
}

.flag-icons {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flag-icons li {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 3.2rem;
    margin: 1px;
    list-style: none;
    text-align: center;
    border-radius: 3px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e6eaea;
    cursor: pointer;
}


/*-- weather icon --*/

.weather-shade i {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 125px;
    height: auto;
    font-size: 90px;
}

.weather-radius {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.widgetb h6 {
    font-weight: 400;
    font-size: 12px;
}

.weather-radius .bg-transparent h3 {
    z-index: 10;
    position: relative;
}

.widgetb i {
    font-size: 27px;
    margin-bottom: 5px;
}

.icon-wrap {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    width: calc(100% / 4);
}

.icon-wrap .icon {
    float: left;
    width: 40px;
    font-family: 'weathericons';
    font-size: 20px;
}

.icon-wrap .icon_unicode {
    width: 100%;
    padding-left: 45px;
    color: #7a7d7d;
}

.new-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.new-icons ul li {
    padding: 10px;
}

.icon-wrap .icon,
.new-icons ul li .wi {
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icons-list>li {
    -ms-flex: 1 0 4rem;
    flex: 1 0 4rem;
}

.icons-list-wrap {
    overflow: hidden;
}

.icons-list-item {
    text-align: center;
    height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icons-list-item i {
    font-size: 1.25rem;
}

.flag-icon {
    width: 50px;
    height: 35px;
    display: inline-block;
    background-size: 100%;
}

.list-icons i {
    font-size: 50px;
}

.img-container {
    max-width: 600px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.img-container img {
    width: 100%;
}

.img-container .overlay {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 20px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
}

.img-container:hover .overlay {
    left: 0;
}

.img-container .overlay:hover p {
    opacity: 1;
}

.cover-image {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

.cover-image2 {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}

.gallery {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.gallery .mask,
.gallery .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.gallery img {
    display: block;
    position: relative;
    margin: 0 auto;
}

.gallery .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0;
}

.gallery .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px;
}

.gallery p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.gallery a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.gallery-first img {
    transition: all 0.2s linear;
}

.gallery-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.gallery-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.gallery-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.gallery-first:hover img {
    transform: scale(1.1);
}

.gallery-first:hover .mask {
    opacity: 1;
}

.gallery-first:hover .tools {
    opacity: 1;
    transform: translateY(0px);
}

.gallery-first:hover p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.1s;
}

.g-img {
    position: relative;
    overflow: hidden;
}


/*
 * labels
 * ----------------------
 */

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.label-default {
    background-color: #efefef;
    color: #343a40;
}

.label-primary {
    background-color: #30b1ff;
}

.label-secondary {
    background-color: #6c757d;
}

.label-pink {
    background-color: #b03cd5;
}

.label-info {
    background-color: #01b8ff;
}

.label-danger {
    background-color: #ff473d;
}

.label-warning {
    background-color: #ffb209;
}

.label-success {
    background-color: #22e840;
}

.dot-label {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

@media (min-width: 507px) and (max-width: 846px) {
    .heart label:before,
    .rate label:before {
        font-size: 29px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1417px) {
    .heart label:before,
    .rate label:before {
        font-size: 28px !important;
    }
}

@media (min-width: 380px) and (max-width: 506px) {
    .heart label:before,
    .rate label:before {
        font-size: 20px !important;
    }
}

@media (max-width: 320px) {
    .heart label:before {
        font-size: 12px !important;
    }
    .rate label:before {
        font-size: 10px !important;
    }
    .static-rate i {
        font-size: 30px !important;
    }
}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 9px;
}

.custom-control-label {
    display: flex;
}

.visitor .media:first-child {
    margin-top: 0;
}

.visitor .media-body {
    margin-left: 0px;
    margin-top: 5px;
}

.visitor .media .media-title {
    margin-bottom: 0;
}

.media-body {
    color: #595e5f;
    overflow: visible;
    margin-left: 15px;
}

.media-body h4 {
    font-size: 16px;
    color: #7a7d7d;
}

.media-body p {
    font-size: 13px !important;
}

.media-body .nav-pills li a {
    color: #7a7d7d;
}

.media-body .nav-pills li a:hover {
    text-decoration: none;
    color: #888a8a;
}

.media-object {
    max-width: 50px;
    border-radius: 50px;
    display: block;
}

.media:first-child {
    margin-top: 15px;
}

.media .media-right {
    float: right;
    color: #30b1ff;
    font-weight: 600;
    font-size: 16px;
}

.media .media-icon {
    font-size: 20px;
    margin-right: 15px;
    line-height: 1;
}

.media .media-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
}

.media .media-title a {
    color: #68686b;
}

.media .media-description {
    line-height: 24px;
    color: #7a7d7d;
}

.media .media-links {
    margin-top: 10px;
}

.media .media-links a {
    font-size: 12px;
    color: #999;
}

.media .media-progressbar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media .media-progressbar .progress-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7a7d7d;
}

.media .media-cta {
    margin-left: 40px;
}

.media .media-cta .btn {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
}

.media .media-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media .media-items .media-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 15px;
}

.media .media-items .media-item .media-label {
    font-weight: 500;
    font-size: 12px;
    color: #7a7d7d;
}

.media .media-items .media-item .media-value {
    font-weight: 700;
    font-size: 18px;
}

.Relatedpost .media img {
    width: 70px;
    height: 70px;
    border: 1px solid #e6eaea;
}


/*
 * Panel
 * ----------------------
 */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.panel-heading {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e6eaea;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid #e6eaea;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default {
    border-color: #e6eaea;
}

.panel-primary {
    border-color: #30b1ff;
}

.panel-success {
    border-color: #22e840;
}

.panel-info {
    border-color: #01b8ff;
}

.panel-warning {
    border-color: #ffb209;
}

.panel-danger {
    border-color: #ff473d;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-body {
    padding: 15px;
}

.panel-body:before {
    display: table;
    content: " ";
}

.panel-body:after {
    display: table;
    content: " ";
    clear: both;
}

.panel-default>.panel-heading,
.panel-default>.panel-footer {
    color: #68686b;
    background-color: #f0f0f5;
    border-color: #e6eaea;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #30b1ff;
    border-color: #30b1ff;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #22e840;
    border-color: #22e840;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff;
}

.panel-warning>.panel-heading {
    color: #fff;
    background-color: #ffb209;
    border-color: #ffb209;
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #ff473d;
    border-color: #ff473d;
}


/*
 * Rating
 * ----------------------
 */

.rating-stars {
    width: 100%;
    text-align: center;
}

.rating-stars .rating-stars-container {
    font-size: 0px;
}

.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
    padding: 5px 10px;
    color: #ebedf5;
}

.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #e6eaea;
    cursor: pointer;
    padding: 5px;
}

.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}

.rating-stars .rating-stars-container .rating-star.is--no-hover {
    color: #3e4b5b;
}

.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #9f78ff;
}

.rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
    color: #3e4b5b;
}

.rating-stars input {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3ebf3;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.static-rate i {
    font-size: 40px;
}

.rate {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.rate input {
    display: none;
    margin-bottom: 0 !important;
}

.rate label {
    float: right;
    font-size: 0;
    color: #dfdfe2;
    margin-right: 0.5rem;
    margin-bottom: 0 !important;
}

.rate label:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 40px;
}

.rate label:hover {
    color: #ffb209;
    transition: 0.2s;
}

.rate label:hover~.rate label {
    color: #ffb209;
    transition: 0.2s;
}

.rate input:checked~.rate label {
    color: #ccac00;
}

.rate input:checked~.rate label:hover {
    color: #ffb209;
    transition: 0.2s;
}

.rate input:checked~.rate label:hover~.rate label {
    color: #ffb209;
    transition: 0.2s;
}

.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: #f1c40f !important;
}

.br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: #e5e9f2;
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #f1c40f !important;
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005' !important;
    color: #e5e9f2;
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #556ee7 !important;
}

.br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 5px 0;
    height: 28px;
    float: left;
    margin: 1px;
    text-align: center;
}

.br-theme-bars-1to10 .br-widget a {
    background-color: #e5e9f2;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 20px;
    line-height: 2;
    float: left;
    padding: 0 20px 0 20px;
    font-weight: 400;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #556ee7;
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #556ee7 !important;
}

.br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: left;
    margin: 1px;
}

.br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: left;
    margin: 1px;
}

.br-theme-bars-movie .br-widget a {
    background-color: #e5e9f2;
}

.br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 240px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    font-weight: 400;
}

.br-theme-bars-movie .br-widget .br-current-rating {
    color: #556ee7;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #556ee7;
    color: #556ee7;
}

.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    font-weight: 600;
}

.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    font-weight: 600;
}

.br-theme-bars-square .br-widget a {
    border: 2px solid #e5e9f2;
    background-color: #fff;
    color: #e5e9f2;
}

.br-theme-bars-pill .br-widget a:first-child {
    -webkit-border-top-left-radius: 999px;
    -webkit-border-bottom-left-radius: 999px;
    -moz-border-radius-topleft: 999px;
    -moz-border-radius-bottomleft: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #556ee7 !important;
    color: white;
}

.br-theme-bars-pill .br-widget a {
    padding: 7px 15px;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
}

.br-theme-bars-pill .br-widget a {
    background-color: #e5e9f2;
    color: #556ee7;
}

.br-theme-bars-pill .br-widget a:last-child {
    -webkit-border-top-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    margin: 1px;
}

.br-theme-bars-horizontal .br-widget a {
    background-color: #e5e9f2;
}

.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #556ee7 !important;
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #556ee7;
}

.dark-theme .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: #30304d;
}

.dark-theme .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f005';
    color: #30304d;
}

.dark-theme .br-theme-bars-1to10 .br-widget a {
    background-color: #30304d;
}

.dark-theme .br-theme-bars-movie .br-widget a {
    background-color: #30304d;
}

.dark-theme .br-theme-bars-square .br-widget a {
    background-color: #30304d;
    border: 2px solid #30304d;
}

.dark-theme .br-theme-bars-pill .br-widget a {
    background-color: #30304d;
}

.dark-theme .br-theme-bars-horizontal .br-widget a {
    background-color: #30304d;
}


/*
 * Select styles
 * ----------------------
 */

.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    display: block;
    border: 1px solid rgba(167, 180, 201, 0.3);
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #a7b4c9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    min-width: 2.375rem;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #30b1ff;
    z-index: 1;
    color: #30b1ff;
    background: #f1f6f7;
}

.selectgroup-input:focus+.selectgroup-button {
    border-color: #30b1ff;
    z-index: 2;
    color: #30b1ff;
    box-shadow: 0 0 0 2px rgba(5, 117, 230, 0.25);
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}

.tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 14px;
    color: #888a8a;
    font-weight: 400;
    border: 1px solid #e6eaea;
}

.tags li a:hover {
    background: #30b1ff;
    border-color: #30b1ff;
    color: #fff !important;
    text-decoration: none;
}


/*
 * Tags
 * ----------------------
 */

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #efefef;
    color: #343a40;
}

.tag-primary {
    background-color: #30b1ff;
}

.tag-secondary {
    background-color: #6c757d;
}

.tag-info {
    background-color: #01b8ff;
}

.tag-warning {
    background-color: #ffb209;
}

.tag-danger {
    background-color: #ff473d;
}

.tag-success {
    background-color: #22e840;
}

.tag-pink {
    background-color: #b03cd5;
}


/*----Timeline---*/

.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(0, 0, 0, 0.1);
    left: 20%;
    margin-left: -6px;
}

.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
    font-size: 17px !important;
    font-weight: 700;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    font-size: 13px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #ffffff;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #ffffff;
}

.cbp_tmtimeline>li .empty span {
    color: rgba(0, 0, 0, 0.5);
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 21%;
    padding-right: 70px;
    position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 15px;
    font-weight: 700;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 14px;
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 30px 25%;
    background: #ffffff;
    padding: 1.2em;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ffffff;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline>li .cbp_tmlabel blockquote {
    font-size: 16px;
}

.cbp_tmtimeline>li .cbp_tmlabel .map-checkin {
    border: 5px solid rgba(235, 235, 235, 0.2);
    -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
    -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
    box-shadow: 0px 0px 0px 1px #ebebeb;
    background: #3d3780 !important;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin: 0px;
    padding: 0 0 5px 0;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a {
    font-size: 15px;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover {
    text-decoration: none;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 span {
    font-size: 15px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    margin-bottom: 0;
}

.cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #ffffff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline>li .cbp_tmtime {
        padding-right: 60px;
        width: 25%;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        left: 23%;
    }
    .cbp_tmtimeline:before {
        left: 23%;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 15px 30%;
    }
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #ffffff;
        top: -20px;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -64px 5px 0 0px;
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #ffffff;
    }
}

.timelineimg {
    max-width: 100%;
}

.text-light-color {
    color: #eaeaea;
}


/* ############### LAYOUTS STYLES ############### */

.main-footer {
    padding: 20px 30px 20px 30px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-top: 1px solid #e6eaea;
    margin-top: auto;
    display: block;
}

.sidenav-toggled .main-footer {
    padding: 20px 30px 20px 150px;
}


/*
 * Footer
 * ----------------------
 */

.footer-social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-social-list li {
    display: inline-block;
}

.footer-social-list li:not(:last-child) {
    margin-right: 1.5rem;
}

.footer-social-list a {
    color: #8e9090;
    text-decoration: none;
    font-size: 1rem;
}

.footer-social-list a:hover {
    color: #30b1ff;
}

.top-footer {
    width: 100%;
    line-height: 1.25rem;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #68686b;
    font-size: 14px;
    flex: 0 0 auto;
}

.top-footer h6 {
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.top-footer p {
    color: #8e9090;
}

.top-footer a {
    color: #8e9090;
    line-height: 2;
}

.top-footer p:hover {
    color: #30b1ff;
}

.top-footer a address {
    color: #8e9090;
    margin-bottom: 0;
    line-height: 2;
}

.top-footer a address:hover {
    color: #30b1ff;
}

.top-footer img {
    width: 80px;
    border: 1px solid #e6eaea;
    padding: 2px;
}

.top-footer img:hover {
    color: #8e9090;
    opacity: .6;
}

.top-footer a:hover {
    color: #30b1ff;
}

.footer-payments {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-payments li {
    display: inline-block;
}

.footer-payments li:not(:last-child) {
    margin-right: 1.5rem;
}

.footer-payments a {
    color: #8e9090;
    text-decoration: none;
    font-size: 2rem;
}

.footer-payments a:hover {
    color: #30b1ff;
    opacity: .9;
}

@media (max-width: 992px) {
    .footer-social-list {
        text-align: center;
        margin-top: 1rem;
    }
    .footer1 {
        text-align: center;
    }
}

.header-brand {
    color: inherit;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
}

.main-navbar .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 200px;
}

.main-navbar .header-brand .header-brand-img {
    margin-right: 0;
}

.app-header1 .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 215px;
    text-align: center;
}

.app-header1 .header-brand .header-brand-img {
    margin-right: 0;
}

.header-brand:hover {
    color: inherit;
    text-decoration: none;
}

.header-brand-img {
    height: 2.5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
    position: relative;
    top: -3px;
}

.header-horizonatlmenu .horizontalMenu {
    color: #fff;
    padding: 0;
    width: 100%;
    float: right;
    display: block;
    font-size: 14px !important;
}

.header-horizonatlmenu .mega-menu {
    width: 350px;
}

.header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a {
    color: #5a5e5f;
}

.header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a.active {
    color: #fff;
    background: #7e7cee;
}

.header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #fff;
    background: #30b1ff;
}

.navbar.header-nav {
    position: inherit;
    box-shadow: none;
}

.header .main-navbar .header-brand {
    max-width: 0;
}

@media (min-width: 481px) and (max-width: 992px) {
    .header .main-navbar .header-brand {
        margin-left: 20px;
    }
    .header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a {
        color: #d8dede;
        color: #d8dede !important;
    }
}

.header-brand-logo img {
    margin-top: 22px;
    height: 2.9rem;
}

.header-style-2.dropdown-toggle::after {
    top: 8px;
    right: 10px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f107";
    font-family: 'FontAwesome' !important;
    position: absolute;
    display: inline-block;
}

.header {
    background: linear-gradient(to bottom right, #30b1ff, #30b1ff);
}

@media (max-width: 992px) {
    .main-navbar .header-brand .header-brand-img {
        margin-left: 2rem;
    }
    .page-header {
        padding-top: 5.5rem;
    }
}

@media (max-width: 992px) {
    .navbar {
        width: 100%;
        position: fixed;
        z-index: 999;
        box-shadow: 0 0 0 1px rgba(61, 119, 180, 0.12), 0 8px 16px 0 rgba(91, 139, 199, 0.24);
    }
}

.horizontalMenu html,
.horizontalMenu body,
.horizontalMenu iframe,
.horizontalMenu h1,
.horizontalMenu h2,
.horizontalMenu h3,
.horizontalMenu h4,
.horizontalMenu h5,
.horizontalMenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}

.horizontalMenu .cl {
    clear: both;
}

.horizontalMenu img {
    border: 0 none;
    max-width: 100%;
}

object,
embed,
video {
    border: 0 none;
    max-width: 100%;
}

.horizontalMenu a:focus {
    outline: none;
}

.horizontalMenu:before {
    content: "";
    display: table;
}

.horizontalMenu:after {
    content: "";
    display: table;
    clear: both;
}


/* ================== Desktop Main Menu CSS ================== */

.horizontalMenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.horizontal-main {
    width: 100%;
    position: relative;
    background: #ffffff;
    border-top: 1px solid #f0f0f2;
}

.horizontal-mainwrapper {
    margin: 0 auto;
    /*max-width: 1200px;*/
    width: 100%;
}

.desktoplogo {
    padding: 1.5rem 0;
    margin: 0;
    float: left;
}

.desktoplogo img {
    width: 100%;
}

.horizontalMenu {
    font-family: Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    display: block;
}

.horizontalMenu>.horizontalMenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.mega-menubg {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 15px;
    padding: 14px 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15) !important;
}

.horizontalMenu>.horizontalMenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    /*padding: 1.5rem 0;*/
}

.horizontalMenu>.horizontalMenu-list>li>a {
    display: block;
    padding: 1rem 0.8rem 1rem;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    color: #807f86;
}

.horizontalMenu>.horizontalMenu-list>li:last-child>a {
    border-right: 0px;
}

.horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
    padding-left: 25px;
    padding-right: 25px;
}

.horizontalMenu>.horizontalMenu-list>li>a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 12px;
    vertical-align: top;
}

.horizontalMenu>.horizontalMenu-list>li>a .fa.fa-home {
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 11px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    float: right;
    float: right;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a {
    padding: 0px 30px 0px 20px;
    border-right: none;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a .fa {
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:before {
    content: "";
    display: table;
}


/* Desktop Search Bar */

.horizontalMenu-list>li.rightmenu:after {
    content: "";
    display: table;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    zoom: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:after {
    clear: both;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0px 0px 0px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #807f86;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
    width: 230px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle .fa {
    color: #807f86;
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #ffffff;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle .fa {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle:hover .fa {
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    position: absolute;
    top: 53px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    min-width: 190px;
    background-color: #ffffff;
    border: 1px solid rgba(167, 180, 201, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color: #807f86;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(167, 180, 201, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #807f86;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    list-style: none;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid rgba(167, 180, 201, 0.3);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #807f86;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>a.active,
.horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #ffffff;
    background: #30b1ff;
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after {
    content: '\e92f';
    font-family: 'feather';
    font-size: 13px;
    position: absolute;
    top: 9px;
    right: 14px;
    color: #70768e;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
    color: #30b1ff;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 53px;
    color: #807f86;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    text-decoration: none;
    color: #30b1ff;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
    border: 1px solid rgba(167, 180, 201, 0.3);
    background-color: #ffffff;
    padding: 14px 20px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    color: #807f86;
    margin: 0px 0px 4px 0px;
    text-align: left;
    font-weight: 600;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .wsmwnutxt {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #807f86;
    margin-top: 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #ffffff;
    background-image: none;
    color: #807f86;
    border-right: 0 none;
    display: block;
    background-color: #ffffff;
    color: #807f86;
    font-size: 13px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li a:hover {
    background: transparent;
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li .fa {
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .mrgtop {
    margin-top: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
    font-size: 13px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
    width: 30%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
    width: 20%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
    width: 100%;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #807f86;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #807f86;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-inner .item img {
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-next,
.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-prev {
    opacity: 0.8;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul {
    padding: 0px 0px;
    margin: 0px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li a {
    color: #656565;
}


/* ================== Desktop Drop Down Menu CSS ================== */


/* ================== Desktop Mega Menus CSS  ================== */

@media (min-width: 1024px) {
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list:first-child {
        border: 0;
    }
    /*.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list{
  	border-left:1px solid rgba(167, 180, 201,.3)
  }*/
}


/*= Desktop Half Menu CSS =*/


/*= Desktop HTML Form Menu CSS =*/


/* ================== Desktop Extra CSS ================== */

.horizontal-header {
    display: none;
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}

.horizontalMenu .horizontalMenu-click,
.horizontalMenu .horizontalMenu-click02,
.horizontalMenu .horizontalMenu-click03,
.horizontalMenu .horizontalMenu-click04 {
    display: none;
}

.hometext {
    display: none;
}


/*==============================================================================
                              Start Mobile CSS
===============================================================================*/


/* ================== Mobile Menu Change Brake Point ================== */

@media only screen and (max-width: 991px) {
    /* ================== Mobile Base CSS ================== */
    body.active {
        overflow: hidden;
    }
    /* ================== Mobile Main Menu CSS ================== */
    .desktoplogo {
        display: none;
    }
    .horizontal-main {
        height: 0;
        padding: 0;
    }
    .horizontalMenucontainer {
        background-attachment: local;
        background-position: 33% 0%;
    }
    .horizontalMenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        position: fixed;
        visibility: hidden;
        margin: 0px;
    }
    .horizontalMenu>.horizontalMenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        background: #ffffff;
        padding-bottom: 0;
        margin-left: -240px;
        display: block;
        text-align: center;
        border-right: 1px solid #8d8bc7;
    }
    .horizontalMenu>.horizontalMenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
        padding: 0;
    }
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 12px 32px 12px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        color: #807f86;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, 0.13);
        position: static;
    }
    .horizontalMenu>.horizontalMenu-list>li>a span.fa.fa-caret-down {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0, 0, 0, 0.13);
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        font-size: 16px;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li:hover>a {
        background-color: rgba(0, 0, 0, 0.08);
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.hometext {
        display: inline-block;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #ffffff;
        border: none;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 16px;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #807f86;
        text-decoration: underline;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        background-color: #e7e7e7;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        position: relative;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 26px;
        color: #807f86 !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 34px;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #807f86;
        text-decoration: underline;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        color: #807f86;
        display: none;
        position: relative;
        top: 0px;
        padding: 10px 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
        width: 100%;
        margin: 0px;
        padding: 5px 0px 10px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
        color: #807f86;
        font-size: 15px;
        padding: 10px 8px 10px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #807f86;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a:hover {
        background-color: #f86000;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu ul li.title {
        line-height: 26px;
        color: #807f86;
        margin: 0px;
        font-size: 15px;
        padding: 7px 0px;
        background-color: transparent;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
        padding: 5px 0px 62px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
        margin: 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"],
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
        width: 46%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
        min-height: 100px;
    }
    /* ================== Mobile Slide Down Links CSS ================== */
    /* ================== Mobile Mega Menus CSS  ================== */
    /* ================== Mobile Header CSS ================== */
    .horizontal-header {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        height: 54px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    }
    .active .horizontal-header {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .horizontal-header .smllogo {
        display: inline-block;
        margin-top: 15px;
    }
    /* Mobile Search Bar*/
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
        border-radius: 50px;
    }
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%;
    }
    .callusbtn {
        color: #807f86;
        font-size: 21px;
        position: absolute;
        right: 5px;
        top: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 11px 14px;
    }
    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px;
    }
    .callusbtn:hover .fa {
        color: #807f86;
    }
    /* Mobile Toggle Menu icon (X ICON) */
    .animated-arrow {
        position: absolute;
        top: -4px;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 86px 35px 16px 0px;
        margin: 11px 0 0 -11px;
    }
    .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before {
        top: -7px;
        width: 23px;
    }
    .animated-arrow span:after {
        bottom: -7px;
        width: 17px;
    }
    .animated-arrow span:before,
    .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .active .animated-arrow span {
        background-color: transparent;
    }
    .active .animated-arrow span:after {
        width: 23px;
        top: -3px;
    }
    .active .animated-arrow span:before {
        top: -3px;
    }
    .active .animated-arrow.active span:after {
        top: -3px;
    }
    .active .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .active .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    /* ================== Mobile Overlay/Drawer CSS ================== */
    .overlapblackbg {
        right: 0;
        width: calc(100% - 240px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }
    .active .horizontalMenu .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }
    .horizontalMenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenucontainer {
        margin-left: 240px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 68px;
        height: 100% !important;
    }
    .active .horizontalMenu>.horizontalMenu-list {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
    }
    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 17px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.3);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 10px 8px 6px;
        background-size: 25px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.15);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 10px 8px 6px;
        background-size: 25px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.15);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 10px 8px 6px;
        background-size: 25px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.15);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mega-menubg {
        box-shadow: none !important;
        border: 0 !important;
        padding: 0 !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>a.sub-icon:before,
    .horizontalMenu>.horizontalMenu-list>li>a:hover.sub-icon:before {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after,
    .horizontalMenu>.horizontalMenu-list>li>a .hor-icon {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        background: #ffffff;
        color: #30b1ff;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        background: #30b1ff;
        color: #ffffff !important;
    }
    .horizontalMenu>.horizontalMenu-list>li:hover>a {
        background: #30b1ff;
        color: #ffffff !important;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>a {
        color: #ffffff;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        box-shadow: none !important;
        background: #f5f4f7;
        border-radius: 0px !important;
    }
    .mega-menubg:before {
        display: none;
    }
    .mega-menubg ul {
        padding: 0;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        box-shadow: none;
        border-radius: 0 !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu:before {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>a.active>.fa {
        color: #ffffff !important;
    }
    .horizontalMenu>.horizontalMenu-list>li:hover>a>.fa {
        color: #ffffff !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.horizontal-icon {
        display: none;
    }
    .active .hor-menu .horizontalMenu {
        top: 0 !important;
    }
    .hor-toggle.animated-arrow {
        padding: 16px 35px 16px 0px !important;
        margin: 11px 0 0 15px !important;
        top: 5px !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
        color: #ffffff !important;
        background: #30b1ff !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
        color: #ffffff;
        background: #30b1ff !important;
    }
    /*End Media Query*/
}


/* Extra @Media Query*/

@media (min-width: 993px) and (max-width: 1024px) {
    .horizontalMenu>.horizontalMenu-list>li {
        font-size: 10px;
    }
    .horizontalMenu>.horizontalMenu-list>li>a .fa {
        margin-right: 1px;
        font-size: 10px;
    }
    .header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a {
        font-size: 10px;
        padding: 1rem 0.6rem 1rem !important;
    }
    .header-horizonatlmenu .horizontalMenu>.horizontalMenu-list>li>a>i {
        margin-right: 1px !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 1rem 0.3rem 1rem !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li {
        font-size: 12px !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 1rem 0.7rem 1rem !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>a .fa {
        font-size: 12px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .horizontalMenu {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .desktoplogo {
        margin-left: 12px;
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.arrow {
        display: none;
    }
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,
.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #30b1ff;
    background: #f1f0fb;
}

@media only screen and (max-width: 991px) {
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotateX(0deg) !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotateX(0deg) !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotateX(0deg) !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>a {
        margin: 0px !important;
    }
}

@media (min-width: 992px) {
    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a.active {
    color: #7d7bed;
}

@media only screen and (max-width: 991px) {
    .dark-theme .horizontalMenu>.horizontalMenu-list>li {
        background-color: #161621;
    }
    .dark-theme .horizontalMenu>.horizontalMenu-list>li>a {
        border-bottom: 1px solid;
        border-bottom-color: #383737;
    }
    .dark-theme .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        color: rgba(216, 206, 206, 0.3);
    }
    .dark-theme .horizontalMenu>.horizontalMenu-list {
        background: #161621;
    }
}

.dark-theme .horizontal-main {
    border-top: 1px solid #3b3a57;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
    color: #30b1ff !important;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a.active {
    color: #30b1ff !important;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.horizontalMenu>.horizontalMenu-list>li:hover>ul.sub-menu,
.horizontalMenu>.horizontalMenu-list>li:hover>.horizontal-megamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.user-item {
    text-align: center;
}

.user-item img {
    border-radius: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.user-item .user-details {
    margin-top: 10px;
}

.user-item .user-details .user-name {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.user-item .user-details .user-cta {
    margin-top: 10px;
}

.user-item .user-details .user-cta .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px;
}

.items {
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 0;
    width: 480;
}

.item {
    background: #fff;
    border: 1px solid #ddd;
    cursor: move;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    width: 480px;
}


/*-- profile --*/

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img img {
    width: 70%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #7a7d7d;
}

.profile-head h6 {
    color: #30b1ff;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #7a7d7d;
    background: #f0f0f5;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #888a8a;
    margin-top: 5%;
}

.proile-rating span {
    color: #30b1ff;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #30b1ff;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #888a8a;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work a {
    text-decoration: none;
    color: #7a7d7d;
    font-weight: 600;
    font-size: 14px;
}

.profile-work a:hover {
    text-decoration: underline;
    color: #30b1ff;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #30b1ff;
}

@media (max-width: 480px) {
    .profile-card .media {
        display: -ms-flexbox;
        display: inline-block;
        -ms-flex-align: start;
        align-items: center;
    }
    .profile-card .media-body {
        margin-left: 0;
    }
    .profile-card .media-body h4 {
        margin-top: 12px;
    }
    .files input {
        outline-offset: 0px !important;
        padding: 120px 10% 85px 10% !important;
    }
}

.userprofile {
    width: 100%;
    float: left;
    clear: both;
}

.userprofile .userpic {
    height: 100px;
    width: 100px;
    clear: both;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.userprofile .userpic .userpicimg {
    height: auto;
    width: 100%;
    border-radius: 100%;
}

.username {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.username p {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.settingbtn {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.userprofile.small {
    width: auto;
    clear: both;
    margin: 0px auto;
}

.userprofile.small .userpic {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    float: left;
}

.userprofile.small .textcontainer {
    float: left;
    max-width: 100px;
    padding: 0;
}

.userprofile.small .userpic .userpicimg {
    min-height: 100%;
    width: 100%;
    border-radius: 100%;
}

.userprofile1transparent {
    /*background: url(../../assets/img/news/img02.jpg) no-repeat top center;*/
    content: '';
}

.userprofile.social .username {
    color: #7a7d7d;
    font-size: 22px;
}

.userprofile.social .username+p {
    color: #888a8a;
    opacity: 0.8;
}

.userprofile.small .username {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 0px;
    float: left;
    width: 100%;
}

.userprofile.small .username p {
    color: #ffff;
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 0;
}

.profile-img {
    position: absolute;
    top: 4px;
    right: 70px;
    display: block;
    border: 1px solid rgba(226, 212, 214, 0.9);
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    width: 20px;
    text-align: center;
    height: 20px;
    color: #474a56;
    background: rgba(225, 225, 225, 0.7);
}


/* ############### CUSTOM STYLES ############### */

.chartsh {
    height: 16rem;
}

.chart-dropshadow {
    -webkit-filter: drop-shadow(-6px 9px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-6px 9px 4px rgba(0, 0, 0, 0.1));
}

.BarChartShadow {
    -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
}

#chart {
    max-width: 760px;
    margin: 35px auto;
    opacity: 0.9;
}

#timeline-chart .apexcharts-toolbar {
    opacity: 1;
    border: 0;
}

.ct-chart-pie {
    height: 292px !important;
}

.chartist-tooltip {
    position: relative;
}

.knob-chart .dash3 {
    margin-top: 13px;
}

.knob-chart .dash3 h2 {
    font-size: 26px;
}

.chart-circle {
    display: block;
    height: 8rem;
    width: 8rem;
    position: relative;
    margin: 0 auto;
}

.chart-circle canvas {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.chart-circle-xs {
    height: 2.5rem;
    width: 2.5rem;
    font-size: .8rem;
}

.chart-circle-sm {
    height: 4rem;
    width: 4rem;
    font-size: .8rem;
}

.chart-circle-lg {
    height: 10rem;
    width: 10rem;
    font-size: .8rem;
}

.chart-circle-value {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

.chart-circle-value small {
    display: block;
    color: #9aa0ac;
    font-size: 0.9375rem;
}

#Area-chart {
    height: 97px !important;
    bottom: -7px;
    position: relative;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 13.5px;
    padding: 10px;
}

.direct-chat-msg:before {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    content: " ";
    display: table;
    clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #f0f0f5;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0 50px;
    color: #888a8a;
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 13px;
    border: solid transparent;
    border-right-color: #f0f0f5;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #f0f0f5;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

.direct-chat-name {
    font-weight: 600;
    font-size: 14px;
}

.direct-chat-timestamp {
    color: #9aa4a5;
    font-size: 9px;
    margin-top: 4px;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #323d4d;
    color: #ffffff;
    overflow: auto;
}


/*
 * Chat
 * ----------------------
 */

#messages-main {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 2px 17px 2px rgba(209, 228, 230, 0.5);
}

#messages-main:after,
#messages-main:before {
    content: " ";
    display: table;
}

#messages-main img {
    width: 40px;
    height: 40px;
}

#messages-main .ms-menu {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #e3ebf3;
    padding-bottom: 50px;
    height: 100%;
    width: 240px;
    background: #ffffff;
    margin-bottom: 30px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#messages-main .ms-user {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e6eaea;
    border-top-left-radius: 7px;
}

#messages-main .ms-user>div {
    overflow: hidden;
    padding: 3px 5px 0 15px;
    font-size: 11px;
}

#messages-main #ms-compose {
    position: fixed;
    bottom: 120px;
    z-index: 1;
    right: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media (min-width: 831px) {
    #messages-main .ms-body {
        padding-left: 240px;
    }
}

@media (max-width: 830px) {
    #messages-main .ms-menu {
        height: calc(100% - 58px);
        display: none;
        z-index: 10;
        top: 58px;
    }
    #messages-main .ms-menu.toggled {
        display: block;
        top: 89px;
        left: 20px;
    }
    #messages-main .ms-body {
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .ah-actions {
        float: none !important;
        text-align: center;
        display: inline-block;
    }
}

#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding-right: 10px;
    padding-top: 19px;
}

#ms-menu-trigger i {
    font-size: 21px;
}

#ms-menu-trigger.toggled i:before {
    content: "";
}

.fc-toolbar:before,
.login-content:after {
    content: "";
}

.message-feed {
    padding: 20px;
}

#footer,
.fc-toolbar .ui-button,
.fileinput .thumbnail {
    text-align: center;
}

.four-zero {
    text-align: center;
}

.four-zero footer>a {
    text-align: center;
}

.ie-warning,
.login-content,
.login-navigation {
    text-align: center;
}

.pt-inner {
    text-align: center;
}

.pt-inner .pti-footer>a {
    text-align: center;
}

.message-feed.right>.pull-right {
    margin-left: 15px;
}

.message-feed:not(.right) .mf-content {
    background: #30b1ff;
    color: #ffffff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.message-feed.right .mf-content {
    background: #f0f0f5;
}

.ms-body .ms-img {
    margin-left: 2rem;
}

.mf-content {
    padding: 12px 17px 13px;
    border-radius: 2px;
    display: inline-block;
    max-width: 80%;
}

.mf-date {
    display: block;
    color: #8e9090;
    margin-top: 7px;
}

.mf-date>i {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    top: 1px;
}

.msb-reply {
    box-shadow: 0 -20px 20px -5px #ffffff;
    position: relative;
    background: #ffffff;
}

.four-zero,
.lc-block {
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
}

.msb-reply textarea {
    width: 100%;
    font-size: 13px;
    border: 0;
    padding: 10px 15px;
    resize: none;
    height: 40px;
    background: 0 0;
    border: 1px solid #e6eaea;
    border-radius: .25rem;
}

.msb-reply button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #ffffff;
    background: 0 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background: #30b1ff;
}

.msb-reply button:hover {
    background: #30b1ff;
}

#ms-menu-trigger,
.message-feed.right {
    text-align: right;
}

#ms-menu-trigger,
.toggle-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.message-feed.media .media-body,
.message-feed.right .media-body {
    overflow: visible;
}

.amcharts-chart-div a,
.canvasjs-chart-container a {
    display: none !important;
}

.rotation {
    -webkit-animation: rotation 2s infinite linear;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e6eaea;
}

.chat li:last-child {
    margin-bottom: 0px;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #8e9090;
}

.chat-widget.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-widget.panel {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .acc-1 .accordion__item>.accordion-header:after {
        display: none;
    }
    .multi-wrapper .non-selected-wrapper,
    .multi-wrapper .selected-wrapper {
        width: 100% !important;
    }
    div.hopscotch-bubble {
        left: 2px !important;
    }
    .chat li {
        display: grid;
    }
    .chat li.left .chat-body {
        margin-left: 0;
        margin-top: 15px;
    }
    .chat li.left .chat-body .pull-right {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .chat li.right .chat-body {
        margin-right: 0;
        margin-top: 15px;
    }
    .preview-lg {
        height: 9rem;
        width: 100% !important;
    }
}

.chat-img img {
    width: 40px;
    height: 40px;
}

.chat-widget .panel-body {
    overflow-y: scroll;
    height: 270px;
    width: 100%;
    border-bottom: 1px solid #e6eaea;
}

.chat-widget .panel-footer {
    border-top: 0;
}

.chat-widget ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.chat-widget ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.chat-widget ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ebebf1;
}

.chat-body .header {
    background: none;
}

.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
    color: #ffffff;
    cursor: pointer;
}


/*
 * Mail inbox
 * ----------------------
 */

.email-app {
    display: flex;
    flex-direction: row;
    background: #fff;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    border: 1px solid #e6eaea;
}

.email-app .toolbar .btn {
    box-shadow: none;
    border: 1px solid #e6eaea;
    color: #7a7d7d;
    background: #f7f7fa;
}

.email-app nav {
    flex: 0 0 200px;
    padding: 1rem;
    border-right: 1px solid #e6eaea;
}

.email-app nav .btn-block {
    margin-bottom: 15px;
}

.email-app nav .nav {
    flex-direction: column;
}

.email-app nav .nav .nav-item {
    position: relative;
}

.email-app nav .nav .nav-item .nav-link,
.email-app nav .nav .nav-item .navbar .dropdown-toggle {
    color: #888a8a;
    border-bottom: 1px solid #e6eaea;
}

.navbar .email-app nav .nav .nav-item .dropdown-toggle {
    color: #888a8a;
    border-bottom: 1px solid #e6eaea;
}

.email-app nav .nav .nav-item .nav-link i,
.email-app nav .nav .nav-item .navbar .dropdown-toggle i {
    width: 20px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-align: center;
}

.navbar .email-app nav .nav .nav-item .dropdown-toggle i {
    width: 20px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-align: center;
}

.email-app nav .nav .nav-item .nav-link .badge,
.email-app nav .nav .nav-item .navbar .dropdown-toggle .badge {
    margin-top: 4px;
    margin-left: 10px;
}

.navbar .email-app nav .nav .nav-item .dropdown-toggle .badge {
    margin-top: 4px;
    margin-left: 10px;
}

.email-app .inbox {
    min-width: 0;
    flex: 1;
    padding: 1rem;
}

.mail_list .list-group-item:last-child {
    border-bottom: 0;
}

.mail_list .media-heading a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.mail_list .list-group-item {
    border: 1px solid #e6eaea;
    border-left: 0;
    color: #7a7d7d;
    border-right: 0;
}

@media (max-width: 768px) and (min-width: 540px) {
    .email-app .inbox .toolbar {
        display: flex;
    }
}

@media (max-width: 768px) {
    #messages-main .ms-menu {
        display: none;
        height: calc(100% - 58px) !important;
    }
}

@media (max-width: 530px) {
    .email-app .inbox .toolbar {
        display: inline-block;
    }
}

.email-app .inbox .messages {
    padding: 0;
    list-style: none;
}

.email-app .inbox .message {
    position: relative;
    padding: 2rem;
    cursor: pointer;
    border-bottom: 1px solid #e6eaea;
}

.email-app .inbox .message:hover {
    background: #eae8f1;
}

.email-app .inbox .message .actions {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
}

.email-app .inbox .message .actions .action {
    width: 2rem;
    margin-bottom: 0.5rem;
    color: #c0cadd;
    text-align: center;
}

.mailsearch {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.mailsearch .btn {
    border-radius: 0;
    background-color: #f0f0f5;
    border: 1px solid #e6eaea;
    color: #888a8a;
    padding: 3px 15px 6px 15px;
    box-shadow: none;
}

.mailsearch .form-control {
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
}

.email-app .inbox .message .date {
    color: #7a7d7d;
}

.email-app .inbox .message a {
    color: #3f405f;
}

.email-app .inbox .message a:hover {
    text-decoration: none;
}

.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
    font-weight: bold;
}

.email-app .inbox .message .header {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
}

.email-app .inbox .message .header .date {
    margin-left: auto;
}

.email-app .inbox .message .title {
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-app .inbox .message .description {
    font-size: 12px;
    color: #7a7d7d;
}

.email-app .message .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6eaea;
}

.email-app .message .details .title {
    padding: 1rem 0;
    font-weight: bold;
}

.email-app .message .details .header {
    display: flex;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #e6eaea;
    border-bottom: 1px solid #e6eaea;
}

.email-app .message .details .header .avatar {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.email-app .message .details .header .from {
    font-size: 12px;
    color: #9faecb;
    align-self: center;
}

.email-app .message .details .header .from span {
    display: block;
    font-weight: bold;
}

.email-app .message .details .header .date {
    margin-left: auto;
}

.email-app .message .details .attachments {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 3px solid #e6eaea;
    border-bottom: 3px solid #e6eaea;
}

.email-app .message .details .attachments .attachment {
    display: flex;
    margin: 0.5rem 0;
    font-size: 12px;
    align-self: center;
}

.email-app .message .details .attachments .attachment .badge {
    margin: 0 0.5rem;
    line-height: inherit;
}

.email-app .message .details .attachments .attachment .menu {
    margin-left: auto;
}

.email-app .message .details .attachments .attachment .menu a {
    padding: 0 0.5rem;
    font-size: 14px;
    color: #e6eaea;
}

@media (max-width: 767px) {
    .email-app {
        flex-direction: column;
    }
    .email-app nav {
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    .email-app .message .header {
        flex-flow: row wrap;
    }
    .email-app .message .header .date {
        flex: 0 0 100%;
    }
}

@media (max-width: 320px) {
    form .files input {
        outline-offset: 0px !important;
        padding: 120px 0px 85px 0 !important;
    }
}

.files {
    position: relative;
}

.files input {
    outline: 2px dashed #e6eaea;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
}

.files input:focus {
    outline: 2px dashed #e6eaea;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #e6eaea;
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 80px;
    right: 0;
    height: 60px;
    content: '\f019';
    font-family: fontawesome;
    margin: -20px auto;
    font-size: 3em;
    background: #ececef;
    text-align: center;
    border-radius: 4px;
    color: #9b9e9e;
}

.color input {
    background-color: #f0f0f5;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Choose File or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #888a8a;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.login-brand {
    margin: 20px 0;
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #888a8a;
    text-align: center;
}

.email-media .media img {
    width: 50px;
    height: 50px;
}

.eamil-body {
    margin-top: 30px;
}

.email-app .controls {
    display: flex;
}

.email-app .controls .checkbox {
    margin-right: 1rem;
}

.email-app .controls a.favourite i {
    margin-right: 0.75rem;
}


/*
 * Gallery
 * ----------------------
 */

.gallery {
    display: inline-block;
    width: 100%;
}

.gallery .gallery-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.gallery .gallery-item:hover {
    opacity: .8;
}

.gallery .gallery-hide {
    display: none;
}

.gallery .gallery-more:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.gallery .gallery-more div {
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: #fff;
}

.gallery.gallery-md .gallery-item {
    width: 78px;
    height: 78px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery.gallery-md .gallery-more div {
    line-height: 78px;
}

.gallery.gallery-fw .gallery-item {
    width: 100%;
    margin-bottom: 15px;
}

.gallery.gallery-fw .gallery-more div {
    font-size: 20px;
}

.gallery-img {
    position: relative;
}

.gallery-img.card {
    box-shadow: none;
}

.gallery-img:hover .gallery-btns {
    opacity: 1;
}

.gallery-img .card-img-top {
    display: block;
}

.gallery-btns {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 7px;
    transition: .3s ease;
    background-color: rgba(118, 115, 230, 0.3);
}

.gallery-btns a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/*-- end gallery --*/

.jqvmap-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #30b1ff;
    border: 1px solid #000;
    border-radius: 50%;
}

.jqvmap-label {
    z-index: 889;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    height: auto;
    width: auto;
}


/*
 * Mapel map
 * ----------------------
 */

.mapael .map {
    margin-bottom: 10px;
    position: relative;
}

.mapael .zoomButton {
    background-color: #292929;
    border: 1px solid #292929;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mapael .zoomReset {
    top: 10px;
}

.mapael .zoomIn {
    top: 30px;
}

.mapael .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}


/*--circleloader--*/

.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
}

.lds-circle>div {
    display: inline-block;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    background: #30b1ff;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}


/*---ring loaders --*/

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #30b1ff;
    border-color: #30b1ff transparent #30b1ff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*-- lines loader --*/

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #30b1ff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}


/*--heart loader --*/

.lds-heart {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #30b1ff;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #30b1ff;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }
    5% {
        transform: scale(1.1);
    }
    39% {
        transform: scale(0.85);
    }
    45% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.9);
    }
}


/*--Ringloader-2 --*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #30b1ff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #30b1ff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/**-Ringdots-**/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #30b1ff;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--hourglass loader--*/

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #30b1ff !important;
    border-color: #30b1ff transparent #30b1ff transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}


/**-ripple --*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #30b1ff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


/*-- Spinner loader --*/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #30b1ff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}


/*----Pricing Tables----*/

.pt-inner {
    text-align: center;
}

.pt-inner .pti-header {
    padding: 45px 10px 70px;
    color: #ffffff;
    position: relative;
}

.pt-inner .pti-header>h2 {
    margin: 0;
    line-height: 100%;
    color: #ffffff;
    font-weight: 100;
    font-size: 50px;
}

.pt-inner .pti-header>h2 small {
    color: #ffffff;
    letter-spacing: 0;
    vertical-align: top;
    font-size: 16px;
    font-weight: 100;
}

.pt-inner .pti-header .ptih-title {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px 10px 9px;
    margin: 0 -10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
}

.pt-inner .pti-body .ptib-item {
    padding: 15px 0;
    font-weight: 400;
}

.pt-inner .pti-body .ptib-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.pt-inner .pti-footer {
    padding: 20px 0;
    border-top: 0 !important;
}

.plan-card .plan-icon {
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    color: #ffffff;
    line-height: 76px;
    overflow: hidden;
    border: 12px solid #ffffff;
    border-radius: 50%;
    background: #67a8e4;
    box-shadow: 0 0 3px #cccccc;
    transition: all .3s;
}

.plan-card .plan-price span {
    font-size: 15px;
    vertical-align: middle;
}

.plan-card .plan-features p {
    line-height: 32px;
}


/**pricing style-2--*/

.pricing-table-7 {
    text-align: center;
}

.pricing-table-7 .price-header .title {
    color: #6a6a75;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-table-7 .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #197beb;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.pricing-table-7 .price-header .price {
    font-size: 40px;
    line-height: 35px;
    color: #ffffff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-align: center;
    position: relative;
    z-index: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.pricing-table-7 .price-header .price .top {
    padding-top: 20px;
    height: 40px;
}

.pricing-table-7 .price-header .price .dollar {
    font-size: 18px;
    line-height: 13px;
    position: relative;
    top: -12px;
}

.pricing-table-7 .price-header .price .month {
    margin-top: 30px;
    font-size: 12px;
    line-height: 8px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 50px;
    padding-top: 10px;
}

.pricing-table-7 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-7 .price-body ul li {
    list-style: none;
    display: block;
    color: #8e9090;
    margin: 27px 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.pricing-table-7 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-7 .price-body ul li:last-child {
    margin-bottom: 0;
}

.pricing-table-7 .price-footer .order-btn:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.35);
    background-color: #333;
    color: #ffffff;
}

.price-range #amount {
    color: #575c5d !important;
}


/*---Shop----*/

.prod-cat li {
    display: block;
    width: 100%;
}

.prod-cat li a {
    padding: 6px;
    display: block;
    width: 100%;
    color: #7a7d7d;
    text-decoration: none;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a {
    border-bottom: none;
}

.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus {
    background: none;
    color: #30b1ff;
}

.prod-cat li ul li.active a {
    background: none;
    color: #30b1ff;
}

.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    background: none;
    color: #30b1ff;
}

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.shop-details {
    left: 0;
    bottom: -25px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
}

.pro-img-box .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.pro-img-box img:hover {
    background: rgba(0, 0, 0, 0.4);
}

.pro-img-box .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.pro-img-box .social li {
    display: block;
    margin: 0 0 10px;
    transition: all 0.5s;
}

.pro-img-box .social li:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px);
}

.pro-img-box:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.pro-img-box .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

.pro-img-box:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.pro-img-box .social li a {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s;
}

.product_details {
    padding: 20px 0px;
    text-align: center;
}

.product_details .product_price {
    margin: 0;
}

.product_details .product_price li {
    display: inline-block;
    padding: 0 10px;
}

.product_price .old_price {
    text-decoration: line-through;
}

.product_details .product_price .new_price {
    font-weight: 600;
    color: #25c0ce;
}

.adtocart {
    background: #30b1ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
}

.adtocart i {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}

.pro-title {
    color: #7a7d7d;
    display: inline-block;
    font-size: 16px;
    text-decoration: none !important;
}

.product-list .price {
    color: #30b1ff;
    font-size: 24px;
    margin-bottom: 0;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.product_meta a {
    color: #30b1ff;
}

.pro-price {
    color: #30b1ff;
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    font-size: 18px;
    padding: 0 10px;
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}


/* ############### TEMPLAT CLASSES ############### */


/*
 * FullCalendar
 * ----------------------
 */

.fc-toolbar h2 {
    font-size: 16px;
    margin-top: 4px;
}

.fc-view {
    border-color: #e6eaea;
    color: #7a7d7d !important;
    font-weight: 500;
    padding: 10px;
}

.fc-view>table {
    border-color: #e6eaea;
}

.fc-view>table tr,
.fc-view>table td {
    border-color: #e6eaea;
}

.fc-view>table th {
    border-color: #e6eaea;
    color: #7a7d7d !important;
    font-weight: 500;
    padding: 10px;
}

@media (max-width: 320px) {
    .fc-view>table th,
    #calendar-1 .calendar-header th {
        padding: 10px 2px !important;
    }
    .signup {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .fc-view>table th {
        font-size: 10px;
        padding: 10px 5px;
    }
    .fc-list-table td {
        padding: 8px 4px;
        font-size: 12px;
    }
    .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
        position: initial !important;
    }
}

.fc-view-container>.fc-view {
    padding: 0;
}

.fc-view {
    color: #666;
    text-align: right;
}

.fc-view>table td {
    color: #666;
    text-align: right;
}

.fc-unthemed td.fc-today {
    background-color: #e6eaea;
}

.fc button .fc-icon {
    top: -0.09em;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 10px;
}

.fc-day-grid-event .fc-content {
    padding: 5px 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

tr:first-child>td>.fc-day-grid-event {
    margin-bottom: 10px;
}

.fc-state-default {
    border-radius: 3px;
    background-color: #e6eaea;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 400;
}

.fc button {
    height: auto;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 0;
}

.fc button.fc-state-active {
    background-color: #30b1ff;
    color: #ffffff;
}


/*-- min Calendar ---*/

#cldr {
    margin-left: 0;
    margin-right: 0;
    width: 355px !important;
}

#calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

#calendar_content,
#calendar_weekdays,
#calendar_header {
    position: relative;
    width: 355px !important;
    float: left;
    z-index: 10;
}

#calendar_weekdays div,
#calendar_content div {
    width: 50px !important;
    height: 45px !important;
    line-height: 50px !important;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    color: #888a8a;
}

#calendar_weekdays div {
    color: #30b1ff !important;
}

#calendar_content div {
    float: left;
}

#calendar_content div:hover {
    background-color: #f0f0f5;
}

#calendar_content div.blank {
    background-color: #ffffff;
}

#calendar_header {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 1;
}

#calendar_content div.today {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 1;
    color: #ffffff;
    background: #30b1ff !important;
}

#calendar_header {
    width: 100%;
    height: 37px;
    text-align: center;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e6eaea;
    padding: 15px 0;
    height: 55.5714px !important;
}

#calendar_header h1 {
    font-size: 1.5em;
    color: #7a7d7d;
    float: left;
    width: 70%;
}

#cldr i[class^=fa] {
    color: #7a7d7d;
    float: left;
    width: 15%;
    line-height: 26px !important;
}

@media (min-width: 1200px) and (max-width: 1370px) {
    .fc button {
        font-size: 0.65rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #calendar .fc-toolbar h2 {
        font-size: 11px;
        margin-top: 7px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #calendar .fc-toolbar h2 {
        font-size: 11px;
        margin-top: 7px;
    }
    .fc button {
        font-size: 0.65rem !important;
    }
}

@media (max-width: 505px) {
    .calendar-header th {
        font-size: 10px !important;
    }
}

@media (max-width: 320px) {
    .calendar-header th {
        font-size: 9px !important;
    }
    .nested-media .media {
        display: block;
    }
}

.construction {
    position: relative;
}

.construction p {
    font-size: 20px;
}

.construction-bg:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
}

.amChartsLegend.amcharts-legend-div {
    display: none;
}

.input-icon .form-group.is-empty {
    margin-bottom: 0;
}

.input-icon .form-group.is-empty .form-control {
    margin-bottom: 0;
}

.main-sidebar {
    position: fixed;
    top: 70px;
    left: 0;
    height: 100%;
    width: 250px;
    z-index: 880;
    background-color: #fff;
    border-right: 1px solid #e6eaea;
}

body.sidebar-gone .main-sidebar {
    left: -250px;
}

body.sidebar-gone .navbar {
    left: 0;
}

body.sidebar-gone .main-content {
    padding-left: 30px;
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block !important;
    padding: 3px 5px !important;
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none;
}

.widget small {
    font-size: 18px;
}

.card-widget i {
    font-size: 2rem;
}

.widget-info i {
    width: 100px;
    height: 100px;
    padding: 27px 0;
    text-align: center;
    border-radius: 50%;
    font-size: 53px;
}

.widget-box-2 .widget-detail-2 {
    text-align: right;
}

.widget-box-2 .widget-detail-2 .pie-colours-2 {
    padding: 5px 10px;
}

.widget-1 i {
    font-size: 200%;
    color: #fff;
    opacity: 0.9;
}

.widget-2 i {
    font-size: 40px;
}

.widget-3 i {
    font-size: 90px;
}

.widget-card {
    text-align: center;
    padding: 30px;
}


/* ############### UTILITIES CLASSES ############### */


/*--- Background ---*/

.bg-muted {
    background-color: #f4f8fb !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-secondary {
    background: linear-gradient(87deg, #f4f5f7 0, #f4f4f7 100%) !important;
}

.bg-gradient-success {
    background: linear-gradient(87deg, #00a441 0, #56bf80 100%) !important;
}

.bg-gradient-info {
    background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-warning {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-danger {
    background: linear-gradient(87deg, #ff473d 0, #f56036 100%) !important;
}

.bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
    background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

.bg-gradient-dark {
    background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-white,
.bg-gradient-neutral {
    background: linear-gradient(87deg, #ffffff 0, white 100%) !important;
}

.bg-gradient-darker {
    background: linear-gradient(87deg, black 0, black 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(87deg, #1171ef 0, #119fef 100%) !important;
}

.bg-gradient-indigo {
    background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

.bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

.bg-gradient-pink {
    background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

.bg-gradient-red {
    background: linear-gradient(87deg, #ff473d 0, #f56036 100%) !important;
}

.bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
}

.bg-gradient-yellow {
    background: linear-gradient(87deg, #ffc100 0, #ffc100 100%) !important;
}

.bg-gradient-green,
.bg-gradient-teal {
    background: linear-gradient(87deg, #22e840 0, #2dcecc 100%) !important;
}

.bg-gradient-cyan {
    background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

.bg-gradient-gray {
    background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

.bg-gradient-gray-dark {
    background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

.bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
    border: 1px solid #3b5998;
    color: white;
}

.fg-facebook {
    color: #3b5998 !important;
}

.bg-twitter {
    background-color: #00a0d1 !important;
    border: 1px solid #00a0d1;
    color: white;
}

.fg-twitter {
    color: #00a0d1 !important;
}

.bg-googleplus {
    background-color: #db4a39 !important;
    border: 1px solid #db4a39;
    color: white;
}

.fg-googleplus {
    color: #db4a39 !important;
}

.bg-bitbucket {
    background-color: #205081 !important;
    border: 1px solid #205081;
    color: white;
}

.fg-bitbucket {
    color: #205081 !important;
}

.bg-primary {
    background-color: #30b1ff !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #c82302 !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #c82302 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #bdcce5 !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #bdcce5 !important;
}

.bg-success {
    background-color: #22e840 !important;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #1f8f5f !important;
}

button.bg-success:hover,
button.bg-success:focus {
    background-color: #1f8f5f !important;
}

.bg-info {
    background-color: #01b8ff !important;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #1594ef !important;
}

button.bg-info:hover,
button.bg-info:focus {
    background-color: #1594ef !important;
}

.bg-warning {
    background-color: #ffb209 !important;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #c29d0b !important;
}

button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c29d0b !important;
}

.bg-danger {
    background-color: #ff473d !important;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #a11918 !important;
}

button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #a11918 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus {
    background-color: #dae0e5 !important;
}

button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus {
    background-color: #1d2124 !important;
}

button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-blue-lightest {
    background-color: #edf2fa !important;
}

a.bg-blue-lightest:hover,
a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

.bg-blue-lighter {
    background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

.bg-blue-light {
    background-color: #7ea5dd !important;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

button.bg-blue-light:hover,
button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

.bg-blue-dark {
    background-color: #3866a6 !important;
}

a.bg-blue-dark:hover,
a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

.bg-blue-darker {
    background-color: #1c3353 !important;
}

a.bg-blue-darker:hover,
a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

.bg-blue-darkest {
    background-color: #0e1929 !important;
}

a.bg-blue-darkest:hover,
a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

.bg-indigo-lightest {
    background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:hover,
a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

.bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

.bg-indigo-light {
    background-color: #939edc !important;
}

a.bg-indigo-light:hover,
a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
    background-color: #515da4 !important;
}

a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

.bg-indigo-darker {
    background-color: #282e52 !important;
}

a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

.bg-indigo-darkest {
    background-color: #141729 !important;
}

a.bg-indigo-darkest:hover,
a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

.bg-purple-lightest {
    background-color: #f6effd !important;
}

a.bg-purple-lightest:hover,
a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
    background-color: #e4cff9 !important;
}

a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

.bg-purple-light {
    background-color: #c08ef0 !important;
}

a.bg-purple-light:hover,
a.bg-purple-light:focus {
    background-color: #a761ea !important;
}

button.bg-purple-light:hover,
button.bg-purple-light:focus {
    background-color: #a761ea !important;
}

.bg-purple-dark {
    background-color: #844bbb !important;
}

a.bg-purple-dark:hover,
a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

.bg-purple-darker {
    background-color: #42265e !important;
}

a.bg-purple-darker:hover,
a.bg-purple-darker:focus {
    background-color: #29173a !important;
}

button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
    background-color: #29173a !important;
}

.bg-purple-darkest {
    background-color: #21132f !important;
}

a.bg-purple-darkest:hover,
a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

.bg-pink-lightest {
    background-color: #fef0f5 !important;
}

a.bg-pink-lightest:hover,
a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
    background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

.bg-pink-light {
    background-color: #f999b9 !important;
}

a.bg-pink-light:hover,
a.bg-pink-light:focus {
    background-color: #f66998 !important;
}

button.bg-pink-light:hover,
button.bg-pink-light:focus {
    background-color: #f66998 !important;
}

.bg-pink-dark {
    background-color: #c5577c !important;
}

a.bg-pink-dark:hover,
a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

.bg-pink-darker {
    background-color: #622c3e !important;
}

a.bg-pink-darker:hover,
a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

.bg-pink-darkest {
    background-color: #31161f !important;
}

a.bg-pink-darkest:hover,
a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

.bg-red-lightest {
    background-color: #fae9e9 !important;
}

a.bg-red-lightest:hover,
a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

.bg-red-lighter {
    background-color: #f0bcbc !important;
}

a.bg-red-lighter:hover,
a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

.bg-red-light {
    background-color: #dc6362 !important;
}

a.bg-red-light:hover,
a.bg-red-light:focus {
    background-color: #d33a38 !important;
}

button.bg-red-light:hover,
button.bg-red-light:focus {
    background-color: #d33a38 !important;
}

.bg-red-dark {
    background-color: #a41a19 !important;
}

a.bg-red-dark:hover,
a.bg-red-dark:focus {
    background-color: #781312 !important;
}

button.bg-red-dark:hover,
button.bg-red-dark:focus {
    background-color: #781312 !important;
}

.bg-red-darker {
    background-color: #520d0c !important;
}

a.bg-red-darker:hover,
a.bg-red-darker:focus {
    background-color: #260605 !important;
}

button.bg-red-darker:hover,
button.bg-red-darker:focus {
    background-color: #260605 !important;
}

.bg-red-darkest {
    background-color: #290606 !important;
}

a.bg-red-darkest:hover,
a.bg-red-darkest:focus {
    background-color: black !important;
}

button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
    background-color: black !important;
}

.bg-orange-lightest {
    background-color: #ffffff !important;
}

a.bg-orange-lightest:hover,
a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

.bg-orange-lighter {
    background-color: #fee0c7 !important;
}

a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

.bg-orange-light {
    background-color: #feb67c !important;
}

a.bg-orange-light:hover,
a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

button.bg-orange-light:hover,
button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

.bg-orange-dark {
    background-color: #ca7836 !important;
}

a.bg-orange-dark:hover,
a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

.bg-orange-darker {
    background-color: #653c1b !important;
}

a.bg-orange-darker:hover,
a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

.bg-orange-darkest {
    background-color: #331e0e !important;
}

a.bg-orange-darkest:hover,
a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

.bg-yellow-lightest {
    background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:hover,
a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
    background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

.bg-yellow-light {
    background-color: #f5d657 !important;
}

a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

.bg-yellow-dark {
    background-color: #c19d0c !important;
}

a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

.bg-yellow-darker {
    background-color: #604e06 !important;
}

a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

.bg-yellow-darkest {
    background-color: #302703 !important;
}

a.bg-yellow-darkest:hover,
a.bg-yellow-darkest:focus {
    background-color: black !important;
}

button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
    background-color: black !important;
}

.bg-green-lightest {
    background-color: #eff8e6 !important;
}

a.bg-green-lightest:hover,
a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

.bg-green-lighter {
    background-color: #cfeab3 !important;
}

a.bg-green-lighter:hover,
a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

.bg-green-light {
    background-color: #8ecf4d !important;
}

a.bg-green-light:hover,
a.bg-green-light:focus {
    background-color: #75b831 !important;
}

button.bg-green-light:hover,
button.bg-green-light:focus {
    background-color: #75b831 !important;
}

.bg-green-dark {
    background-color: #4b9500 !important;
}

a.bg-green-dark:hover,
a.bg-green-dark:focus {
    background-color: #316200 !important;
}

button.bg-green-dark:hover,
button.bg-green-dark:focus {
    background-color: #316200 !important;
}

.bg-green-darker {
    background-color: #264a00 !important;
}

a.bg-green-darker:hover,
a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

button.bg-green-darker:hover,
button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

.bg-green-darkest {
    background-color: #132500 !important;
}

a.bg-green-darkest:hover,
a.bg-green-darkest:focus {
    background-color: black !important;
}

button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
    background-color: black !important;
}

.bg-teal-lightest {
    background-color: #eafaf8 !important;
}

a.bg-teal-lightest:hover,
a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

.bg-teal-lighter {
    background-color: #bfefea !important;
}

a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

.bg-teal-light {
    background-color: #6bdbcf !important;
}

a.bg-teal-light:hover,
a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

button.bg-teal-light:hover,
button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

.bg-teal-dark {
    background-color: #22a295 !important;
}

a.bg-teal-dark:hover,
a.bg-teal-dark:focus {
    background-color: #19786e !important;
}

button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
    background-color: #19786e !important;
}

.bg-teal-darker {
    background-color: #11514a !important;
}

a.bg-teal-darker:hover,
a.bg-teal-darker:focus {
    background-color: #082723 !important;
}

button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
    background-color: #082723 !important;
}

.bg-teal-darkest {
    background-color: #092925 !important;
}

a.bg-teal-darkest:hover,
a.bg-teal-darkest:focus {
    background-color: black !important;
}

button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
    background-color: black !important;
}

.bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:hover,
a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
    background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

.bg-cyan-light {
    background-color: #5dbecd !important;
}

a.bg-cyan-light:hover,
a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

.bg-cyan-dark {
    background-color: #128293 !important;
}

a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

.bg-cyan-darker {
    background-color: #09414a !important;
}

a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

.bg-cyan-darkest {
    background-color: #052025 !important;
}

a.bg-cyan-darkest:hover,
a.bg-cyan-darkest:focus {
    background-color: black !important;
}

button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
    background-color: black !important;
}

.bg-white-lightest {
    background-color: white !important;
}

a.bg-white-lightest:hover,
a.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-lighter {
    background-color: white !important;
}

a.bg-white-lighter:hover,
a.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-light {
    background-color: white !important;
}

a.bg-white-light:hover,
a.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-light:hover,
button.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-dark {
    background-color: #cccccc !important;
}

a.bg-white-dark:hover,
a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover,
button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

.bg-white-darker {
    background-color: #666666 !important;
}

a.bg-white-darker:hover,
a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

button.bg-white-darker:hover,
button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

.bg-white-darkest {
    background-color: #333333 !important;
}

a.bg-white-darkest:hover,
a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

.bg-gray-lightest {
    background-color: #f3f4f5 !important;
}

a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

.bg-gray-lighter {
    background-color: #dbdde0 !important;
}

a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

.bg-gray-light {
    background-color: #aab0b6 !important;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus {
    background-color: #8f979e !important;
}

button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #8f979e !important;
}

.bg-gray-dark {
    background-color: #6b7278 !important;
    background-color: #343a40 !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}

button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}

.bg-gray-darker {
    background-color: #36393c !important;
}

a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

.bg-gray-darkest {
    background-color: #1b1c1e !important;
}

a.bg-gray-darkest:hover,
a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

.bg-gray-dark-lightest {
    background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:hover,
a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:hover,
a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

.bg-gray-dark-light {
    background-color: #717579 !important;
}

a.bg-gray-dark-light:hover,
a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

.bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:hover,
a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

.bg-gray-dark-darker {
    background-color: #15171a !important;
}

a.bg-gray-dark-darker:hover,
a.bg-gray-dark-darker:focus {
    background-color: black !important;
}

button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
    background-color: black !important;
}

.bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:hover,
a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

.bg-azure-lightest {
    background-color: #ecf7fe !important;
}

a.bg-azure-lightest:hover,
a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

.bg-azure-lighter {
    background-color: #c7e6fb !important;
}

a.bg-azure-lighter:hover,
a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

.bg-azure-light {
    background-color: #7dc4f6 !important;
}

a.bg-azure-light:hover,
a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

button.bg-azure-light:hover,
button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

.bg-azure-dark {
    background-color: #3788c2 !important;
}

a.bg-azure-dark:hover,
a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

.bg-azure-darker {
    background-color: #1c4461 !important;
}

a.bg-azure-darker:hover,
a.bg-azure-darker:focus {
    background-color: #112839 !important;
}

button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
    background-color: #112839 !important;
}

.bg-azure-darkest {
    background-color: #0e2230 !important;
}

a.bg-azure-darkest:hover,
a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

.bg-lime-lightest {
    background-color: #f2fbeb !important;
}

a.bg-lime-lightest:hover,
a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

.bg-lime-lighter {
    background-color: #d7f2c2 !important;
}

a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

.bg-lime-light {
    background-color: #a3e072 !important;
}

a.bg-lime-light:hover,
a.bg-lime-light:focus {
    background-color: #88d748 !important;
}

button.bg-lime-light:hover,
button.bg-lime-light:focus {
    background-color: #88d748 !important;
}

.bg-lime-dark {
    background-color: #62a82a !important;
}

a.bg-lime-dark:hover,
a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

.bg-lime-darker {
    background-color: #315415 !important;
}

a.bg-lime-darker:hover,
a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

.bg-lime-darkest {
    background-color: #192a0b !important;
}

a.bg-lime-darkest:hover,
a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

.text-blue {
    color: #1171ef !important;
}

.bg-indigo {
    background-color: #6574cd !important;
    color: #ffffff !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

button.bg-indigo:hover,
button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

.text-indigo {
    color: #6574cd !important;
}

.bg-purple {
    background-color: #800080 !important;
    color: #ffffff !important;
}

a.bg-purple:hover,
a.bg-purple:focus {
    background-color: #8c31e4 !important;
}

button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #8c31e4 !important;
}

.bg-blue {
    background-color: #0061da !important;
    color: #ffffff !important;
}

a.bg-blue:hover,
a.bg-blue:focus {
    background-color: #0061da !important;
}

button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #0061da !important;
}

.bg-pink {
    background-color: #e618f2 !important;
    color: #ffffff !important;
}

a.bg-pink:hover,
a.bg-pink:focus {
    background-color: #f33d7a !important;
}

button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #f33d7a !important;
}

.text-pink {
    color: #e618f2 !important;
}

.bg-red {
    background-color: #ff473d !important;
    color: #ffffff !important;
}

a.bg-red:hover,
a.bg-red:focus {
    background-color: #a11918 !important;
}

button.bg-red:hover,
button.bg-red:focus {
    background-color: #a11918 !important;
}

.bg-orange {
    background-color: #f47b25 !important;
    color: #ffffff !important;
}

a.bg-orange:hover,
a.bg-orange:focus {
    background-color: #fc7a12 !important;
}

button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #fc7a12 !important;
}

.text-orange {
    color: #f47b25 !important;
}

.bg-yellow {
    background-color: #ffb209 !important;
    color: #ffffff !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
    background-color: #c29d0b !important;
}

button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #c29d0b !important;
}

.bg-green {
    background-color: #22e840 !important;
    color: #000000 !important;
}

a.bg-green:hover,
a.bg-green:focus {
    background-color: #1f8f5f !important;
}

button.bg-green:hover,
button.bg-green:focus {
    background-color: #1f8f5f !important;
}

.bg-cyan {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus {
    background-color: #117a8b !important;
}

button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #117a8b !important;
}

.bg-white {
    background-color: #ffffff !important;
}

a.bg-white:hover,
a.bg-white:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e5e5 !important;
}

.bg-gray {
    background-color: #b03cd5 !important;
}

a.bg-gray:hover,
a.bg-gray:focus {
    background-color: #bdcce5 !important;
}

button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #bdcce5 !important;
}

.bg-lightpink-red {
    color: #ff7088 !important;
}

.bg-azure {
    background-color: #01b8ff !important;
}

a.bg-azure:hover,
a.bg-azure:focus {
    background-color: #1594ef !important;
}

button.bg-azure:hover,
button.bg-azure:focus {
    background-color: #1594ef !important;
}

.bg-lime {
    background-color: #7bd235 !important;
}

a.bg-lime:hover,
a.bg-lime:focus {
    background-color: #63ad27 !important;
}

button.bg-lime:hover,
button.bg-lime:focus {
    background-color: #63ad27 !important;
}

.bg-gradient {
    background-image: linear-gradient(110deg, #04A8FB 1%, #871faf 100%);
}

.bg-gray {
    background-color: #f1f2f3 !important;
}

.bg-primary {
    background-color: #30b1ff !important;
    color: #fff !important;
}

.bg-secondary {
    background-color: #6c757da3 !important;
    color: #fff !important;
}

.bg-success {
    background-color: #22e840 !important;
    color: #fff !important;
}

.bg-danger {
    background-color: #ff473d !important;
    color: #fff !important;
}

.bg-info {
    background-color: #01b8ff !important;
    color: #fff !important;
}

.bg-warning {
    background-color: #ffb209 !important;
    color: #fff !important;
}

.bg-pink {
    background-color: #e618f2 !important;
    color: #fff !important;
}

.bg-orange {
    background-color: #f47b25 !important;
    color: #fff !important;
}

.bg-cyan {
    background-color: #00FFFF !important;
    color: #fff !important;
}

.bg-purple {
    background-color: #800080 !important;
    color: #fff !important;
}

.bg-blue {
    background-color: #0000FF !important;
    color: #fff !important;
}

.bg-lime {
    background-color: #00FF00 !important;
    color: #fff !important;
}

.bg-maroon {
    background-color: #800000 !important;
    color: #fff !important;
}

.bg-black {
    background-color: #000000 !important;
    color: #fff !important;
}

.bg-brown {
    background-color: #A52A2A !important;
    color: #fff !important;
}

.bg-sliver {
    background-color: #C0C0C0 !important;
    color: #fff !important;
}

.bg-olive {
    background-color: #808000 !important;
    color: #fff !important;
}

.bg-gradient {
    background: linear-gradient(#3d4192, #30b1ff) !important;
}

.bg-red-gradient {
    background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
}

.bg-orange-gradient {
    background: linear-gradient(to right, #fc4a1a, #f7b733) !important;
}

.bg-yellow-gradient {
    background: linear-gradient(to right, #ffe000, #799f0c) !important;
}

.bg-green-gradient {
    background: linear-gradient(to right, #11998e, #38ef7d) !important;
}

.bg-blue-gradient {
    background: linear-gradient(to right, #0575e6, #021b79) !important;
}

.bg-pink-gradient {
    background: linear-gradient(to right, #bc4e9c, #f80759) !important;
}

.twitter1 {
    background-color: #0db3f3 !important;
}

.google-plus1 {
    background-color: #de5140 !important;
}

.facebook-like1 {
    background-color: #3b5998 !important;
}

.pinterest1 {
    background-color: #bd081c !important;
}

.bg-transaprent .dash2 {
    position: relative;
}

.bg-transaprent:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px;
    right: 0;
}

.bg_none i {
    border: 1px solid #30b1ff;
    border-radius: 25px;
    color: #30b1ff;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.bg_none:hover i {
    border: 1px solid #e6eaea;
    border-radius: 25px;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.border-b0 {
    border-bottom: 0 !important;
}

.border-t0 {
    border-top: 0 !important;
}

.border-top {
    border-top: 1px solid #ececef;
}

.border-bottom {
    border-bottom: 1px solid #e6eaea !important;
}

.border {
    border: 1px solid #e6eaea !important;
}

.br0 {
    border-radius: 0;
}

.btr {
    border-top-right-radius: 7px;
}

.btl {
    border-top-left-radius: 7px;
}

.bbl {
    border-bottom-left-radius: 7px;
}

.bbr {
    border-bottom-right-radius: 7px;
}

.btr-2 {
    border-top-right-radius: .25rem;
}

.btl-2 {
    border-top-left-radius: .25rem;
}

.bbl-2 {
    border-bottom-left-radius: .25rem;
}

.bbr-2 {
    border-bottom-right-radius: .25rem;
}

.h-32 {
    height: 32px !important;
}

.h-50 {
    width: 50px !important;
}

.height-50 {
    height: 50px;
}

.h-400 {
    height: 400px;
}

.h-350 {
    height: 350px !important;
}

.h-200 {
    height: 200px;
}

.h-250 {
    height: 250px !important;
}

.h-270 {
    height: 270px !important;
}

.h-280 {
    height: 280px !important;
}

.h-290 {
    height: 290px !important;
}

.h-265 {
    height: 265px;
}

.h-365 {
    height: 365px !important;
}

.h-300 {
    height: 300px;
}

.h-330 {
    height: 330px;
}

.h-335 {
    height: 335px;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 6px;
}

.h-15 {
    height: 15%;
}

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.m-20 {
    margin: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.text-dark {
    color: #484c67 !important;
}

.text-white {
    color: #fff;
}

.text-white-transparent {
    color: #fff;
    opacity: 0.7;
}

.text-primary {
    color: #30b1ff !important;
}

.text-secondary {
    color: #b03cd5 !important;
}

.text-success {
    color: #22e840 !important;
}

.text-danger {
    color: #ff473d !important;
}

.text-info {
    color: #01b8ff !important;
}

.text-warning {
    color: #ffb209 !important;
}

.text-orange {
    color: #f47b25 !important;
}

.text-pink {
    color: #e618f2 !important;
}

.text-cyan {
    color: #1891f2 !important;
}

.text-indigo {
    color: #6574cd !important;
}

.text-darkblue {
    color: #1d3f9c !important;
}

.text-blue {
    color: #2e5fe4 !important;
}

.text-job {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 500;
    color: #7a7d7d;
}

.text-time {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}

.text-muted {
    color: #b0b6b7 !important;
}

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #01b8ff !important;
}

.text-googleplus {
    color: #db4a39 !important;
}

.text-pinterest {
    color: #e60023;
}

.w-32 {
    width: 2.2rem !important;
}

.w-50 {
    width: 50px !important;
}

.width-20 {
    width: 20% !important;
}

.width-50 {
    width: 50px;
}

.w-4 {
    width: 1rem !important;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.cardfosyga:hover {
    border-radius: 10px;
    color: rgb(26, 26, 26);
    background: rgb(230, 230, 230);
    transition: 1s all;
}

.cardfosyga-a:hover {
    border-radius: 10px;
    color: white;
    background: rgb(32, 221, 255);
    transition: 1s all;
}

.cardfosyga:hover div i {
    color: white;
}

#main_samuel .card-body {
    padding: 20px 40px;
}

#main_fosyga .card-body {
    padding: 20px 40px;
}

#Formulario {
    margin-top: 1em;
}

.dataTables_wrapper .dt-buttons {
    margin-top: 1em;
}

@media(max-width: 1600px) {
    #main_samuel .card-body {
        padding: 20px 20px;
    }
    .widget small {
        font-size: 80%;
    }
    img {
        -moz-transform: scale(0.8);
        zoom: 80%;
    }
    #historico_pagos,
    #historico_afiliaciones {
        zoom: 80%;
    }
}

@media (min-width: 992px) {
    #mensajePrincipal .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }
}

.contenedor {
    overflow: auto;
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
    width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;
}

.highcharts-exporting-group{
    display: none;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.highcharts-title{
    font-size: 18px !important;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.highcharts-title tspan{
    display: none;
}
.highcharts-credits{
    display: none;
}
#estados_samuel .card-body{
    padding: 10px 20px !important;
}
#estados_samuel2 .card-body{
    padding: 10px 20px !important;
}

#estados_samuel3 .card-body{
    padding: 10px 20px !important;
}

#estados_samuel .card{
    background: #00d09f ;
    animation: pulse1 1.5s infinite;
}
#estados_samuel2 .card{
    background: #3ecaca ;
    animation: pulse2 1.5s infinite;
}
#estados_samuel3 .card{
    background: #ff4660 ;
    animation: pulse3 1.5s infinite;
}
@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(34, 232, 64, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
    }
}

@keyframes pulse1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 1.5);
        box-shadow: 0 0 0 0 rgba(34, 232, 64, 1.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 15px rgba(34, 232, 64, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
    }
}
@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(137, 232, 246, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(137, 232, 246, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(137, 232, 246, 0);
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(137, 232, 246, 1.5);
        box-shadow: 0 0 0 0 rgba(137, 232, 246, 1.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 15px rgba(137, 232, 246, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(137, 232, 246, 0);
        box-shadow: 0 0 0 0 rgba(137, 232, 246, 0);
    }
}
@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 41, 76, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(253, 41, 76, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253, 41, 76, 0);
    }
}

@keyframes pulse3 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 41, 76, 1.5);
        box-shadow: 0 0 0 0 rgba(253, 41, 76, 1.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(253, 41, 76, 0);
        box-shadow: 0 0 0 15px rgba(253, 41, 76, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(253, 41, 76, 0);
        box-shadow: 0 0 0 0 rgba(253, 41, 76, 0);
    }
}


.rotate-center {
	-webkit-animation: rotate-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: rotate-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-4-20 14:44:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes rotate-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  .slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-4-20 15:10:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  
  .slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-4-20 15:11:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-4-20 15:12:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

.blurry{
    filter: blur(3px);
}
.transi{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
tbody {
	-webkit-animation: tbody 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tbody 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes tbody {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes tbody {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
.highcharts-credits{
    display: none;
}
