@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url(plugins/bootstrap/bootstrap.min.css);
@import url(plugins/font-awesome/font-awesome.min.css);
@import url(plugins/line-awesome/line-awesome.min.css);
@import url(plugins/material-design-iconic-font/material-design-iconic-font.min.css);
@import url(plugins/feather-font/iconfont.css);
@import url(plugins/flag-icon/flag-icon.css);
@import url(plugins/sweetalert2/sweetalert2.min.css);
@import url(plugins/select2/select2.min.css);
@import url(plugins/bootstrap-colorpicker/bootstrap-colorpicker.min.css);
@import url(plugins/datepicker/daterangepicker.css);
@import url(plugins/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css);
@import url(plugins/summernote/summernote.css);
@import url(plugins/simplemde/simplemde.min.css);
@import url(plugins/dropzone/dropzone.min.css);
@import url(plugins/jquery-jvectormap/jquery-jvectormap-2.0.3.css);
@import url(plugins/datatables/datatables.min.css);
@import url(plugins/calendar/fullcalendar.min.css);
@import url(plugins/toastr/toastr.min.css);
@import url(plugins/rangeslider/ion.rangeSlider.min.css);
@import url(plugins/bootstrap-duallistbox/bootstrap-duallistbox.min.css);
@import url(plugins/bootstrap-tagsinput/bootstrap-tagsinput.css);
@import url(plugins/lobilist/lobilist.min.css);
@import url(plugins/lobilist/lobibox.min.css);
@import url(plugins/jstree/jstree.min.css);
@import url(plugins/animate/animate.min.css);
@import url(plugins/cropper/cropper.min.css);
@import url(plugins/weather-icons-master/weather-icons.min.css);
.text-primary {
    color: #335eea !important;
}

.text-secondary {
    color: #f36c9b !important;
}

.text-success {
    color: #50d294 !important;
}

.text-danger {
    color: #ec5552 !important;
}

.text-warning {
    color: #ffea04 !important;
}

.text-info {
    color: #53cad8 !important;
}

.text-dark {
    color: #161c2d !important;
}

.text-light {
    color: #898b96 !important;
}

.bg-primary {
    background-color: #335eea !important;
}

.bg-secondary {
    background-color: #f36c9b !important;
}

.bg-success {
    background-color: #50d294 !important;
}

.bg-danger {
    background-color: #ec5552 !important;
}

.bg-warning {
    background-color: #ffea04 !important;
}

.bg-info {
    background-color: #53cad8 !important;
}

.bg-light {
    background-color: #f0f1f6 !important;
}

.bg-dark {
    background-color: #161c2d !important;
}

.bg-soft-primary {
    background-color: rgba(51, 94, 234, 0.2) !important;
}

.bg-soft-secondary {
    background-color: rgba(243, 108, 155, 0.2) !important;
}

.bg-soft-success {
    background-color: rgba(80, 210, 148, 0.2) !important;
}

.bg-soft-danger {
    background-color: rgba(236, 85, 82, 0.2) !important;
}

.bg-soft-warning {
    background-color: rgba(255, 234, 4, 0.2) !important;
}

.bg-soft-info {
    background-color: rgba(83, 202, 216, 0.2) !important;
}

.bg-soft-light {
    background-color: rgba(240, 241, 246, 0.2) !important;
}

.bg-soft-dark {
    background-color: rgba(22, 28, 45, 0.2) !important;
}

.bg-primary-overlay {
    background: #335eea;
    /* The Fallback */
    background: rgba(51, 94, 234, 0.3);
}

.bg-secondary-overlay {
    background: #f36c9b;
    /* The Fallback */
    background: rgba(243, 108, 155, 0.3);
}

.bg-bg-success-overlay {
    background: #50d294;
    /* The Fallback */
    background: rgba(80, 210, 148, 0.3);
}

.bg-bg-danger-overlay {
    background: #ec5552;
    /* The Fallback */
    background: rgba(236, 85, 82, 0.3);
}

.bg-bg-warning-overlay {
    background: #ffea04;
    /* The Fallback */
    background: rgba(255, 234, 4, 0.3);
}

.bg-bg-info-overlay {
    background: #53cad8;
    /* The Fallback */
    background: rgba(83, 202, 216, 0.3);
}

.bg-bg-light-overlay {
    background: #f0f1f6;
    /* The Fallback */
    background: rgba(240, 241, 246, 0.3);
}

.bg-bg-dark-overlay {
    background: #161c2d;
    /* The Fallback */
    background: rgba(22, 28, 45, 0.3);
}

.bg-facebook {
    background-color: #40599a;
}

.bg-twitter {
    background-color: #3caaf7;
}

.bg-google-plus {
    background-color: #d4493a;
}

.bg-linkedin {
    background-color: #297bb7;
}

.bg-instagram {
    background-color: #e66661;
}

.bg-pinterest {
    background-color: #c21c22;
}

.bg-dribbble {
    background-color: #e14a89;
}

.bg-youtube {
    background-color: #ef0000;
}

.bg-dropbox {
    background-color: #2e7fe8;
}

.bg-github {
    background-color: #171515;
}

.bg-skype {
    background-color: #3db0f3;
}

.bg-tumblr {
    background-color: #36506e;
}

.bg-flickr {
    background-color: #f40082;
}

.font-xs {
    font-size: 0.8571rem;
}

.font-sm {
    font-size: 0.9286rem;
}

.font-base {
    font-size: 1rem;
}

.font-md {
    font-size: 1.286rem;
}

.font-lg {
    font-size: 1.5rem;
}

.font-xl {
    font-size: 1.714rem;
}

.font-xll {
    font-size: 2rem;
}

.font-xlll {
    font-size: 2.429rem;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.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;
}

.fw-900 {
    font-weight: 900;
}

.border-radius {
    border-radius: 0.71rem !important;
}

.header.header-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.header {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    height: 70px;
    position: relative;
    z-index: 999;
}

.header .header-middle {
    display: flex;
    align-items: center;
}

.header .logo-color {
    background-color: #282a3c;
    width: 325px;
    padding: 0px 30px;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.header .logo {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.header .logo img {
    height: 55px;
}

.header-topbar {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    position: relative;
}

.header-topbar .topbar-left {
    display: flex;
}

.header-topbar .topbar-left .side-toggle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    background: #f0f1f6;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.header-topbar .topbar-right {
    margin-left: auto;
}

.header-topbar .side-icon {
    padding-left: 20px;
}

.header-topbar .side-icon a {
    font-size: 1.714rem;
}

.header-topbar .side-icon,
.header-topbar .search-box {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.header .dropdown-toggle {
    font-size: 1rem;
    line-height: 1.5;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .topbar-right > ul {
    margin-bottom: 0;
}

.header .topbar-right > ul .dropdown .dropdown-menu {
    width: 300px;
}

.header .topbar-right > ul {
    display: table;
    height: 100%;
    vertical-align: middle;
}

.header .topbar-right > ul > li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-right: 20px;
}

.header .topbar-right > ul > li > a {
    table-layout: fixed;
    height: 100%;
    vertical-align: middle;
    display: table;
    font-size: 1.5rem;
}

.header .topbar-right > ul > li > a span {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.header .topbar-right > ul .dropdown.user-profile .dropdown-menu {
    padding: 0;
}

.header .topbar-right > ul .dropdown.user-profile .dropdown-menu .profile-pic {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.user-profile .dropdown-menu .profile-info {
    padding: 1rem;
}

.header .topbar-right > ul .dropdown.notifications .dropdown-menu {
    padding: 0;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    .notifications-title {
    padding: 1.5rem;
    border: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.notifications .dropdown-menu ul li {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    ul
    li:last-child {
    margin-bottom: 0;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    .media
    .media-body
    a {
    font-weight: 400;
    display: block;
    margin-bottom: 0.1rem;
    color: #161c2d;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    .media
    .media-body
    a:hover {
    color: #335eea;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    .media
    .media-body
    span {
    color: #898b96;
}

.header
    .topbar-right
    > ul
    .dropdown.notifications
    .dropdown-menu
    .media
    .media-body
    span
    i {
    padding-right: 0.2rem;
}

.header .topbar-right > ul .dropdown.notifications a span {
    position: relative;
}

.header .topbar-right > ul .dropdown.notifications a .notifications-badge {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ec5552;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.header .topbar-right > ul .dropdown.language .dropdown-menu {
    padding: 0;
    width: 240px;
}

.header .topbar-right > ul .dropdown.language .dropdown-menu .language-title {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.language .dropdown-menu .language-title p {
    color: #ffffff;
}

.header .topbar-right > ul .dropdown.language > a .flag-icon {
    width: 1.5rem;
}

.header .topbar-right > ul .dropdown.language .dropdown-menu .flag-icon {
    width: 1.5rem;
    margin-right: 0.8rem;
}

.header .topbar-right > ul .dropdown.language .language-choose a {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.messages .dropdown-menu {
    padding: 0;
}

.header .topbar-right > ul .dropdown.messages .dropdown-menu .messages-title {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.messages .dropdown-menu ul li {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.header .topbar-right > ul .dropdown.messages .dropdown-menu ul li:last-child {
    margin-bottom: 0;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    a {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.1rem;
    color: #161c2d;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    a:hover {
    color: #335eea;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    .messages-name {
    display: flex;
    justify-content: space-between;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    .time-date {
    color: #898b96;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    p {
    color: #898b96;
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: 0.2rem;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    span
    i {
    padding-right: 0.2rem;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    .messages-replay
    a {
    color: #898b96;
    margin-right: 0.8rem;
}

.header
    .topbar-right
    > ul
    .dropdown.messages
    .dropdown-menu
    .media
    .media-body
    .messages-replay
    a:hover {
    color: #335eea;
}

.header .topbar-right > ul .dropdown.messages a span {
    position: relative;
}

.header .topbar-right > ul .dropdown.messages a .messages-badge {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ec5552;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.right-sidebar {
    height: 100%;
    background-color: #ffffff;
    z-index: 9;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

.right-sidebar .tab {
    padding: 2rem;
}

.sidebar-chat .list-group-item {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.7143rem;
    display: block;
    padding: 0.7143rem 0rem;
    cursor: pointer;
}
.sidebar-chat .list-group-item .media .media-body {
    display: flex;
    justify-content: space-between;
}

.sidebar-chat .list-group-item:last-child {
    border: none;
}

.sidebar-chat .chat-contact ul li {
    display: inline-block;
    margin: 0 1rem 1rem 0;
}

.sidebar-project .project-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
}

.sidebar-setting .account-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.header-topbar .search-box .search {
    position: relative;
}

.header-topbar .search-box .search a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #898b96;
}

.header-topbar .search-box .search a:hover {
    color: #335eea;
}

.search-box .search {
    position: relative;
}

.search-box .search a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #898b96;
}

.search-box .search a:hover {
    color: #335eea;
}

.search-box .form-control {
    background-color: #f0f1f6;
}

.header-topbar .navbar {
    position: inherit;
}

.animate-menu-push {
    left: 0;
    position: relative;
    transition: all 0.3s ease;
}

.animate-menu-push.animate-menu-push-right {
    left: 320px;
}

.animate-menu-push.animate-menu-push-left {
    left: -320px;
}

.animate-menu {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    transition: all 0.3s ease;
}

.animate-menu-left {
    left: 0;
}

.animate-menu-left.animate-menu-open {
    left: 0;
}

.animate-menu-right {
    right: -320px;
    top: 70px;
}

.animate-menu-right.animate-menu-open {
    right: 0;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin: 0 10px;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 12px 24px;
    display: table;
    color: #868aa8;
    width: 100%;
    text-decoration: none;
    font-size: 1.1rem;
}

.sidebar-menu > li > a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.sidebar-menu > li > a .sidebar-badge .badge {
    min-width: 16px;
    min-height: 16px;
    padding: 1px 3px 0;
}

.sidebar-menu > li > a > i {
    display: table-cell;
    width: 30px;
    font-size: 1.7rem;
    color: #525672;
    vertical-align: middle;
    height: 100%;
}

.sidebar-menu > li > a .sidebar-badge {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    float: right;
    margin-top: 3px;
}

.sidebar-menu li > a > .down-arrow {
    font-size: 0.8rem;
    font-weight: 900;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    vertical-align: middle;
    height: 100%;
    text-align: right;
    width: auto;
}

.sidebar-menu li > a > .down-arrow:before {
    transition: all 0.2s ease-in-out;
}

.sidebar-menu li.sidebar-header {
    padding: 16px 25px 10px 15px;
    color: #868aa8;
    font-weight: 500;
}
.sidebar-menu li {
    line-height: 20px;
}
.sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    margin: 0 1px;
    background-color: #292b3a;
    padding-top: 8px;
    padding-bottom: 8px;
}
.sidebar-menu .role-sub-menu {
    display: none;
    list-style: none;
    margin: 0 1px;
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
    padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
    padding: 8px 0 8px 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #686c89;
}
.sidebar-menu > li > .rol-anchor {
    padding: 0;
    display: table;
    color: black;
    width: 100%;
    text-decoration: none;
    font-size: 0.95rem;
}
.sidebar-menu .sidebar-submenu > li > a > i {
    width: 20px;
}

.sidebar-menu .sidebar-submenu > li > a > .down-arrow,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
    width: auto;
    margin-left: auto;
}

.sidebar-menu li.active > a > .down-arrow:before {
    transform: rotateZ(90deg);
    display: inline-block;
}

.sidebar-menu li.active > .sidebar-submenu {
    display: block;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #9499bb;
    background-color: #292b3a;
}

.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
    color: #335eea;
}

.sidebar-menu > li.active > a > i,
.sidebar-menu > li > a:hover > i {
    color: #9499bb;
}

.footer .nav .nav-item .nav-link {
    color: #898b96;
}

.footer .nav .nav-item .nav-link:hover {
    color: #335eea;
}

.header.header-light {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
.header.header-light .logo-color-light {
    background: transparent;
}
.header.header-light .header-topbar {
    box-shadow: none;
}

.sidebar-panel.sidebar-panel-light {
    background: transparent;
    border-right: 1px solid #e5e5e5;
}
.sidebar-panel.sidebar-panel-light .sidebar-menu .sidebar-submenu {
    background: transparent;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #335eea;
    background: white;
    box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    border-radius: 5px;
}
.role-sidebar > li:hover > a {
    box-shadow: none;
    background: none;
    color: black !important;
}

.sidebar-menu > li.active > a > i,
.sidebar-menu > li > a:hover > i {
    color: #335eea;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1200px) {
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }
    .wrapper.sidebar-panel-collapse .sidebar-panel {
        width: 80px;
    }
    .wrapper.sidebar-panel-collapse .sidebar-menu > li {
        margin: 0;
    }
    .wrapper.sidebar-panel-collapse .sidebar-menu li.sidebar-header {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 16px 8px 10px 8px;
    }
    .wrapper.sidebar-panel-collapse .sidebar-menu span {
        display: none;
    }
    .wrapper.sidebar-panel-collapse .sidebar-menu li.active > .sidebar-submenu {
        display: none !important;
    }
    .wrapper.sidebar-panel-collapse .sidebar-menu li.active > a {
        background: transparent;
        box-shadow: none;
    }
    .wrapper.sidebar-panel-collapse .main-panel {
        padding-left: 115px;
    }
    .wrapper.sidebar-panel-collapse .sidebar-panel:hover {
        width: 255px;
        background: #ffffff;
    }
    .wrapper.sidebar-panel-collapse .sidebar-panel:hover span {
        display: inline-block;
    }
    .wrapper.sidebar-panel-collapse
        .sidebar-panel:hover
        li.active
        > .sidebar-submenu {
        display: block !important;
    }
    .wrapper.sidebar-panel-collapse .sidebar-panel:hover li.active > a {
        background: #ffffff;
        box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    }
}

@media screen and (max-width: 1199px) {
    .wrapper .sidebar-panel {
        width: 0;
    }
    .wrapper .main-panel {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapper.sidebar-panel-collapse .sidebar-panel {
        width: 255px;
        background: #ffffff;
    }
    .header .logo-color {
        width: 255px;
        padding: 0px 0px 0 15px;
    }
    .header-topbar .search-box {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .header .logo img {
        height: 20px;
    }
    .header .logo-color {
        width: 115px;
    }
    .header-topbar .topbar-left .side-toggle {
        margin: 15px 20px 15px 10px;
    }
    .header .topbar-right > ul {
        padding: 0;
    }
    .header .topbar-right > ul > li.language {
        display: none;
    }
    .header .topbar-right > ul > li.setting {
        display: none;
    }
}

.btn {
    border-radius: 30px;
    padding: 0.575rem 1.6rem;
    transition: all 0.5s ease-in-out;
}
.btn i {
    padding-right: 0.7143rem;
    font-size: 1.1rem;
}
.btn:focus {
    box-shadow: none !important;
}
.btn:active {
    box-shadow: none !important;
}

.btn-link {
    color: #335eea;
}

.btn.btn-lg {
    padding: 0.675rem 1.8rem;
}

.btn.btn-sm {
    padding: 0.475rem 1.2rem;
}

.btn.btn-primary {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}
.btn.btn-primary:hover {
    background: #1c4ce8;
    border-color: #335eea;
}

.btn.btn-secondary {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}
.btn.btn-secondary:hover {
    background: #f1548b;
    border-color: #f36c9b;
}

.btn.btn-success {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}
.btn.btn-success:hover {
    background: #3ccd88;
    border-color: #50d294;
}

.btn.btn-danger {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}
.btn.btn-danger:hover {
    background: #e93e3b;
    border-color: #ec5552;
}

.btn.btn-warning {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}
.btn.btn-warning:hover {
    background: #ead600;
    border-color: #ffea04;
}

.btn.btn-info {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}
.btn.btn-info:hover {
    background: #3ec4d3;
    border-color: #53cad8;
}

.btn.btn-light {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}
.btn.btn-light:hover {
    background: #e0e2ec;
    border-color: #f0f1f6;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #1c4ce8;
    border-color: #335eea;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #f1548b;
    border-color: #f36c9b;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    background: #3ccd88;
    border-color: #50d294;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    background: #e93e3b;
    border-color: #ec5552;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
    background: #ead600;
    border-color: #ffea04;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
    background: #3ec4d3;
    border-color: #53cad8;
}

.btn-light:not(:disabled):not(.disabled):active:focus {
    background: #e0e2ec;
    border-color: #f0f1f6;
}

.btn.btn-primary.active {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.btn.btn-secondary.active {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-success.active {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.btn.btn-danger.active {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.btn.btn-warning.active {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}

.btn.btn-info.active {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.btn.btn-light.active {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}

.btn.btn-outline-light {
    color: #161c2d;
    border-color: #e5e5e5;
}

.btn.btn-outline-secondary {
    border-color: #f36c9b;
    color: #f36c9b;
}
.btn.btn-outline-secondary:hover {
    background-color: #f36c9b;
    color: #ffffff;
}
.btn.btn-outline-secondary:focus {
    background-color: #f36c9b;
    color: #ffffff;
}
.btn.btn-outline-secondary:active {
    background-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-overlay-primary {
    background: #335eea;
    /* The Fallback */
    background: rgba(51, 94, 234, 0.3);
    border: #335eea;
    border: rgba(51, 94, 234, 0.1);
    color: #335eea;
    font-weight: 500;
}
.btn.btn-overlay-primary:hover {
    background: #335eea;
    /* The Fallback */
    background: #335eea;
    color: #ffffff;
}
.btn.btn-overlay-primary:focus {
    background: #335eea;
    /* The Fallback */
    background: #335eea;
    color: #ffffff;
}
.btn.btn-overlay-primary:active {
    background: #335eea;
    /* The Fallback */
    background: #335eea;
    color: #ffffff;
}

.btn.btn-overlay-secondary {
    background: #f36c9b;
    /* The Fallback */
    background: rgba(243, 108, 155, 0.3);
    border: #f36c9b;
    border: rgba(243, 108, 155, 0.1);
    color: #f36c9b;
    font-weight: 500;
}
.btn.btn-overlay-secondary:hover {
    background: #f36c9b;
    /* The Fallback */
    background: #f36c9b;
    color: #ffffff;
}
.btn.btn-overlay-secondary:focus {
    background: #f36c9b;
    /* The Fallback */
    background: #f36c9b;
    color: #ffffff;
}
.btn.btn-overlay-secondary:active {
    background: #f36c9b;
    /* The Fallback */
    background: #f36c9b;
    color: #ffffff;
}

.btn.btn-overlay-success {
    background: #50d294;
    /* The Fallback */
    background: rgba(80, 210, 148, 0.3);
    border: #50d294;
    border: rgba(80, 210, 148, 0.1);
    color: #50d294;
    font-weight: 500;
}
.btn.btn-overlay-success:hover {
    background: #50d294;
    /* The Fallback */
    background: #50d294;
    color: #ffffff;
}
.btn.btn-overlay-success:focus {
    background: #50d294;
    /* The Fallback */
    background: #50d294;
    color: #ffffff;
}
.btn.btn-overlay-success:active {
    background: #50d294;
    /* The Fallback */
    background: #50d294;
    color: #ffffff;
}

.btn.btn-overlay-danger {
    background: #ec5552;
    /* The Fallback */
    background: rgba(236, 85, 82, 0.3);
    border: #ec5552;
    border: rgba(236, 85, 82, 0.1);
    color: #ec5552;
    font-weight: 500;
}
.btn.btn-overlay-danger:hover {
    background: #ec5552;
    /* The Fallback */
    background: #ec5552;
    color: #ffffff;
}
.btn.btn-overlay-danger:focus {
    background: #ec5552;
    /* The Fallback */
    background: #ec5552;
    color: #ffffff;
}
.btn.btn-overlay-danger:active {
    background: #ec5552;
    /* The Fallback */
    background: #ec5552;
    color: #ffffff;
}

.btn.btn-overlay-warning {
    background: #ffea04;
    /* The Fallback */
    background: rgba(255, 234, 4, 0.3);
    border: #ffea04;
    border: rgba(255, 234, 4, 0.1);
    color: #161c2d;
    font-weight: 500;
}
.btn.btn-overlay-warning:hover {
    background: #ffea04;
    /* The Fallback */
    background: #ffea04;
    color: #161c2d;
}
.btn.btn-overlay-warning:focus {
    background: #ffea04;
    /* The Fallback */
    background: #ffea04;
    color: #161c2d;
}
.btn.btn-overlay-warning:active {
    background: #ffea04;
    /* The Fallback */
    background: #ffea04;
    color: #161c2d;
}

.btn.btn-overlay-info {
    background: #53cad8;
    /* The Fallback */
    background: rgba(83, 202, 216, 0.3);
    border: #53cad8;
    border: rgba(83, 202, 216, 0.1);
    color: #53cad8;
    font-weight: 500;
}
.btn.btn-overlay-info:hover {
    background: #53cad8;
    /* The Fallback */
    background: #53cad8;
    color: #ffffff;
}
.btn.btn-overlay-info:focus {
    background: #53cad8;
    /* The Fallback */
    background: #53cad8;
    color: #ffffff;
}
.btn.btn-overlay-info:active {
    background: #53cad8;
    /* The Fallback */
    background: #53cad8;
    color: #ffffff;
}

.btn.btn-overlay-light {
    background: #f0f1f6;
    /* The Fallback */
    background: rgba(240, 241, 246, 0.3);
    border: #f0f1f6;
    border: rgba(240, 241, 246, 0.1);
    color: #898b96;
    font-weight: 500;
}
.btn.btn-overlay-light:hover {
    background: #f0f1f6;
    /* The Fallback */
    background: #f0f1f6;
    color: #161c2d;
}
.btn.btn-overlay-light:focus {
    background: #f0f1f6;
    /* The Fallback */
    background: #f0f1f6;
    color: #161c2d;
}
.btn.btn-overlay-light:active {
    background: #f0f1f6;
    /* The Fallback */
    background: #f0f1f6;
    color: #161c2d;
}

.btn.btn-overlay-dark {
    background: #161c2d;
    /* The Fallback */
    background: rgba(22, 28, 45, 0.3);
    border: #161c2d;
    border: rgba(22, 28, 45, 0.1);
    color: #161c2d;
    font-weight: 500;
}
.btn.btn-overlay-dark:hover {
    background: #161c2d;
    /* The Fallback */
    background: #161c2d;
    color: #ffffff;
}
.btn.btn-overlay-dark:focus {
    background: #161c2d;
    /* The Fallback */
    background: #161c2d;
    color: #ffffff;
}
.btn.btn-overlay-dark:active {
    background: #161c2d;
    /* The Fallback */
    background: #161c2d;
    color: #ffffff;
}

.btn.outline-2px {
    border: 2px solid;
}
.btn.outline-2px:hover {
    border: 2px solid;
}

.btn.btn-outline-primary {
    border-color: #335eea;
    color: #335eea;
}
.btn.btn-outline-primary:hover {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}
.btn.btn-outline-primary:focus {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}
.btn.btn-outline-primary:active {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.btn.btn-outline-secondary {
    border-color: #f36c9b;
    color: #f36c9b;
}
.btn.btn-outline-secondary:hover {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}
.btn.btn-outline-secondary:focus {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}
.btn.btn-outline-secondary:active {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-outline-success {
    border-color: #50d294;
    color: #50d294;
}
.btn.btn-outline-success:hover {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}
.btn.btn-outline-success:focus {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}
.btn.btn-outline-success:active {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.btn.btn-outline-danger {
    border-color: #ec5552;
    color: #ec5552;
}
.btn.btn-outline-danger:hover {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}
.btn.btn-outline-danger:focus {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}
.btn.btn-outline-danger:active {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.btn.btn-outline-warning {
    border-color: #ffea04;
    color: #ffea04;
}
.btn.btn-outline-warning:hover {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}
.btn.btn-outline-warning:focus {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}
.btn.btn-outline-warning:active {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}

.btn.btn-outline-info {
    border-color: #53cad8;
    color: #53cad8;
}
.btn.btn-outline-info:hover {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}
.btn.btn-outline-info:focus {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}
.btn.btn-outline-info:active {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.btn.btn-outline-light {
    border-color: #e5e5e5;
    color: #161c2d;
}
.btn.btn-outline-light:hover {
    background-color: #f0f1f6;
    border-color: #e5e5e5;
    color: #161c2d;
}
.btn.btn-outline-light:focus {
    background-color: #f0f1f6;
    border-color: #e5e5e5;
    color: #161c2d;
}
.btn.btn-outline-light:active {
    background-color: #f0f1f6;
    border-color: #e5e5e5;
    color: #161c2d;
}

.btn.btn-outline-dark {
    border-color: #161c2d;
    color: #161c2d;
}
.btn.btn-outline-dark:hover {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #ffffff;
}
.btn.btn-outline-dark:focus {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #ffffff;
}
.btn.btn-outline-dark:active {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #ffffff;
}

.btn.btn-outline-primary.outline-2px:hover {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.btn.btn-outline-primary.outline-2px:focus {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.btn.btn-outline-primary.outline-2px:active {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.btn.btn-outline-secondary.outline-2px:hover {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-outline-secondary.outline-2px:focus {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-outline-secondary.outline-2px:active {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.btn.btn-outline-success.outline-2px:hover {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.btn.btn-outline-success.outline-2px:focus {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.btn.btn-outline-success.outline-2px:active {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.btn.btn-outline-danger.outline-2px:hover {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.btn.btn-outline-danger.outline-2px:focus {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.btn.btn-outline-danger.outline-2px:active {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.btn.btn-outline-warning.outline-2px:hover {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}

.btn.btn-outline-warning.outline-2px:focus {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}

.btn.btn-outline-warning.outline-2px:active {
    background-color: #ffea04;
    border-color: #ffea04;
    color: #161c2d;
}

.btn.btn-outline-info.outline-2px:hover {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.btn.btn-outline-info.outline-2px:focus {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.btn.btn-outline-info.outline-2px:active {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.btn.btn-outline-light.outline-2px:hover {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}

.btn.btn-outline-light.outline-2px:focus {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}

.btn.btn-outline-light.outline-2px:active {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}

.btn.btn-outline-dark.outline-2px:hover {
    background-color: #161c2d;
    border-color: #161c2d;
}

.btn.btn-outline-dark.outline-2px:focus {
    background-color: #161c2d;
    border-color: #161c2d;
}

.btn.btn-outline-dark.outline-2px:active {
    background-color: #161c2d;
    border-color: #161c2d;
}

.btn.btn-outline-primary.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #335eea;
}
.btn.btn-outline-primary.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-primary.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-primary.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-secondary.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #f36c9b;
}
.btn.btn-outline-secondary.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-secondary.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-secondary.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-success.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #50d294;
}
.btn.btn-outline-success.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-success.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-success.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-danger.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #ec5552;
}
.btn.btn-outline-danger.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-danger.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-danger.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-warning.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #ffea04;
}
.btn.btn-outline-warning.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-warning.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-warning.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-info.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #53cad8;
}
.btn.btn-outline-info.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-info.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-info.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-light.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #161c2d;
}
.btn.btn-outline-light.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-light.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-light.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-outline-dark.outline-gray {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #161c2d;
}
.btn.btn-outline-dark.outline-gray:hover {
    background-color: #f0f1f6;
}
.btn.btn-outline-dark.outline-gray:focus {
    background-color: #f0f1f6;
}
.btn.btn-outline-dark.outline-gray:active {
    background-color: #f0f1f6;
}

.btn.btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 0.71rem !important;
    text-align: center;
    padding: 0;
    display: inline-block;
    line-height: 3;
}
.btn.btn-icon i {
    padding: 0;
}

.btn.btn-icon.btn-lg {
    width: 50px;
    height: 50px;
    border-radius: 0.71rem !important;
    text-align: center;
    padding: 0;
    display: inline-block;
}
.btn.btn-icon.btn-lg i {
    font-size: 1.3rem;
    line-height: 2.8;
}

.btn.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    border-radius: 0.71rem !important;
    text-align: center;
    padding: 0;
    display: inline-block;
    line-height: 2.5;
}
.btn.btn-icon.btn-sm i {
    font-size: 0.9rem;
}

.btn-facebook {
    background-color: #40599a;
    color: #ffffff;
}
.btn-facebook:hover {
    color: #ffffff;
}

.btn-twitter {
    background-color: #3caaf7;
    color: #ffffff;
}
.btn-twitter:hover {
    color: #ffffff;
}

.btn-google-plus {
    background-color: #d4493a;
    color: #ffffff;
}
.btn-google-plus:hover {
    color: #ffffff;
}

.btn-linkedin {
    background-color: #297bb7;
    color: #ffffff;
}
.btn-linkedin:hover {
    color: #ffffff;
}

.btn-instagram {
    background-color: #e66661;
    color: #ffffff;
}
.btn-instagram:hover {
    color: #ffffff;
}

.btn-pinterest {
    background-color: #c21c22;
    color: #ffffff;
}
.btn-pinterest:hover {
    color: #ffffff;
}

.btn-dribbble {
    background-color: #e14a89;
    color: #ffffff;
}
.btn-dribbble:hover {
    color: #ffffff;
}

.btn-youtube {
    background-color: #ef0000;
    color: #ffffff;
}
.btn-youtube:hover {
    color: #ffffff;
}

.btn-dropbox {
    background-color: #2e7fe8;
    color: #ffffff;
}
.btn-dropbox:hover {
    color: #ffffff;
}

.btn-github {
    background-color: #171515;
    color: #ffffff;
}
.btn-github:hover {
    color: #ffffff;
}

.btn-skype {
    background-color: #3db0f3;
    color: #ffffff;
}
.btn-skype:hover {
    color: #ffffff;
}

.btn-tumblr {
    background-color: #36506e;
    color: #ffffff;
}
.btn-tumblr:hover {
    color: #ffffff;
}

.btn-flickr {
    background-color: #f40082;
    color: #ffffff;
}
.btn-flickr:hover {
    color: #ffffff;
}

.group-btn .btn {
    margin: 0 10px 10px 0px;
}

.group-btn .btn-group.btn-group-toggle {
    margin: 0 10px 10px 0px;
}
.group-btn .btn-group.btn-group-toggle .btn {
    margin: 0;
    float: left;
}

.group-btn .btn-group-toggle {
    display: inline-block;
}

.group-btn .btn-toolbar {
    margin: 0 10px 10px 0px;
    display: inline-block;
}
.group-btn .btn-toolbar .btn {
    margin: 0;
    float: left;
}

.group-btn > .btn-group {
    margin: 0 10px 10px 0px;
}
.group-btn > .btn-group .btn {
    margin: 0;
    float: left;
}

.group-btn .dropdown {
    margin: 0 10px 10px 0px;
    display: inline-block;
}
.group-btn .dropdown .btn {
    margin: 0;
    float: left;
}

.btn-group-lg > .btn {
    border-radius: 30px;
}

.btn-lg {
    border-radius: 30px;
}

.btn-group-sm > .btn {
    border-radius: 30px;
}

.btn-sm {
    border-radius: 30px;
}

.dropdown .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    padding: 0.7143rem 1.429rem;
    border: 0;
    border-radius: 3px;
}

.dropdown .dropdown-item {
    padding: 0.6rem 0rem;
    color: #575962;
    display: block;
    vertical-align: middle;
    font-size: 0.9286rem;
}
.dropdown .dropdown-item i {
    width: 30px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.dropdown .dropdown-item:hover {
    background: transparent;
    color: #838df4;
}

.btn-group .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    padding: 0.7143rem 1.429rem;
    border: 0;
    border-radius: 3px;
}

.btn-group .dropdown-item {
    padding: 0.6rem 0rem;
    color: #575962;
    display: block;
    vertical-align: middle;
    font-size: 0.9286rem;
}
.btn-group .dropdown-item i {
    width: 30px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.btn-group .dropdown-item:hover {
    background: transparent;
    color: #838df4;
}

.input-group-btn .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    padding: 0.7143rem 1.429rem;
    border: 0;
    border-radius: 3px;
}

.input-group-btn .dropdown-item {
    padding: 0.6rem 0rem;
    color: #575962;
    display: block;
    vertical-align: middle;
    font-size: 0.9286rem;
}

.input-group-prepend .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    padding: 0.7143rem 1.429rem;
    border: 0;
    border-radius: 3px;
}

.input-group-prepend .dropdown-item {
    padding: 0.6rem 0rem;
    color: #575962;
    display: block;
    vertical-align: middle;
    font-size: 0.9286rem;
}
.input-group-prepend .dropdown-item i {
    width: 30px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.input-group-prepend .dropdown-item:hover {
    background: transparent;
    color: #838df4;
}

.input-group-append .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    padding: 0.7143rem 1.429rem;
    border: 0;
    border-radius: 3px;
}

.input-group-append .dropdown-item {
    padding: 0.6rem 0rem;
    color: #575962;
    display: block;
    vertical-align: middle;
    font-size: 0.9286rem;
}
.input-group-append .dropdown-item i {
    width: 30px;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.input-group-append .dropdown-item:hover {
    background: transparent;
    color: #838df4;
}

.icon-dropdown a {
    font-size: 2rem;
    width: 2.5rem;
    height: 2.14rem;
    line-height: 2.14rem;
    display: flex;
    justify-content: center;
    background: transparent;
    border-radius: 0.71rem !important;
}
.icon-dropdown a:hover {
    background: rgba(51, 94, 234, 0.2);
}

.icon-dropdown .dropdown-toggle:after {
    display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #1c4ce8;
    border-color: #1c4ce8;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background: #3ccd88;
    border-color: #3ccd88;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background: #ead600;
    border-color: #ead600;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: #e0e2ec;
    border-color: #e0e2ec;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background: #f1548b;
    border-color: #f1548b;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background: #e93e3b;
    border-color: #e93e3b;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background: #3ec4d3;
    border-color: #3ec4d3;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    background: #0e111c;
    border-color: #0e111c;
}

.dropdown .dropdown-menu {
    width: 15rem;
    position: relative;
}

.dropdown .dropdown-item {
    padding: 0.4rem 0rem;
    color: #161c2d;
}

.dropdown .dropdown-item i {
    font-size: 1.4rem;
    color: #898b96;
    display: inline-block;
}

.dropdown .dropdown-item:hover i {
    color: #335eea;
}

@media screen and (max-width: 1199px) {
    .btn-group.d-flex.flex-nowrap {
        flex-wrap: wrap !important;
    }
}

.alert-primary {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

.alert-secondary {
    background-color: #f36c9b;
    border-color: #f36c9b;
    color: #ffffff;
}

.alert-success {
    background-color: #50d294;
    border-color: #50d294;
    color: #ffffff;
}

.alert-danger {
    background-color: #ec5552;
    border-color: #ec5552;
    color: #ffffff;
}

.alert-warning {
    background-color: #ffea04;
    border-color: #ffea04;
}

.alert-info {
    background-color: #53cad8;
    border-color: #53cad8;
    color: #ffffff;
}

.alert-light {
    background-color: #f0f1f6;
    border-color: #f0f1f6;
}

.alert-dark {
    background-color: #161c2d;
    border-color: #161c2d;
    color: #ffffff;
}

.alert-border-icon {
    background-color: transparent;
    padding: 1.5rem 1.5rem;
}
.alert-border-icon i {
    padding-right: 0.7143rem;
    font-size: 1.286rem;
}

.alert-icon {
    padding: 1.5rem 1.5rem;
}
.alert-icon i {
    padding-right: 0.7143rem;
    font-size: 1.286rem;
}

.alert-border-icon.alert-dismissible .close {
    padding: 1.5rem 1.5rem;
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}

.alert-icon.alert-dismissible .close {
    padding: 1.5rem 1.5rem;
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}

.alert-border-icon.alert-primary {
    color: #335eea;
}

.alert-border-icon.alert-secondary {
    color: #f36c9b;
}

.alert-border-icon.alert-success {
    color: #50d294;
}

.alert-border-icon.alert-danger {
    color: #ec5552;
}

.alert-border-icon.alert-warning {
    color: #ffea04;
}

.alert-border-icon.alert-info {
    color: #53cad8;
}

.alert-border-icon.alert-light {
    color: #161c2d;
}

.alert-border-icon.alert-dark {
    color: #161c2d;
}

.alert-icon.alert-primary {
    color: #ffffff;
}

.alert-icon.alert-secondary {
    color: #ffffff;
}

.alert-icon.alert-success {
    color: #ffffff;
}

.alert-icon.alert-danger {
    color: #ffffff;
}

.alert-icon.alert-warning {
    color: #161c2d;
}

.alert-icon.alert-info {
    color: #ffffff;
}

.alert-icon.alert-light {
    color: #161c2d;
}

.alert-icon.alert-dark {
    color: #ffffff;
}

.close {
    text-shadow: none;
}

.accordion .card {
    padding: 0;
    box-shadow: none;
    margin-bottom: 1rem;
}
.accordion .card .card-header {
    box-shadow: none;
    border: none;
    padding: 0;
    background-color: transparent;
}
.accordion .card .card-header .accordion-title {
    cursor: pointer;
    color: #335eea;
    padding: 1.2rem 1.5rem;
    background-color: #f0f1f6;
}
.accordion .card .card-header .accordion-title h5 {
    color: #335eea;
    font-size: 1.2rem;
}
.accordion .card .card-header .accordion-title:before {
    position: absolute;
    right: 1.25rem;
    font-family: "LineAwesome";
    text-decoration: inherit;
    content: "";
    line-height: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #335eea;
}
.accordion .card .card-header .accordion-title.collapsed h5 {
    color: #161c2d;
}
.accordion .card .card-header .accordion-title.collapsed:before {
    content: "";
    color: #161c2d;
}

.accordion.accordion-outline .card .card-header .accordion-title {
    background-color: transparent;
    border: 1px solid #e5e5e5;
}

.accordion.accordion-background .card .card-header .accordion-title {
    background-color: #335eea;
    color: #ffffff;
}
.accordion.accordion-background .card .card-header .accordion-title h5 {
    color: #ffffff;
}
.accordion.accordion-background .card .card-header .accordion-title:before {
    color: #ffffff;
}

.accordion.accordion-background .card .card-header .accordion-title.collapsed {
    background-color: #f0f1f6;
    color: #161c2d;
}
.accordion.accordion-background
    .card
    .card-header
    .accordion-title.collapsed
    h5 {
    color: #161c2d;
}
.accordion.accordion-background
    .card
    .card-header
    .accordion-title.collapsed:before {
    color: #161c2d;
}

.accordion.accordion-box .card-body {
    background-color: #f0f1f6;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
}

.tab .nav-link i {
    padding-right: 0.7143rem;
}

.tab .nav-pills .nav-link {
    color: #161c2d;
    border-radius: 3px;
    padding: 0.7rem 2rem;
    background-color: #e9edf5;
}

.tab .nav-pills .nav-link.active {
    background-color: #335eea;
    color: #ffffff;
}

.tab .nav-pills .show > .nav-link {
    background-color: #335eea;
    color: #ffffff;
}

.tab .tab-content {
    padding-top: 1.429rem;
}

.tab.tab-outline ul.nav {
    border-bottom: 1px solid #e5e5e5;
}

.tab.tab-outline .nav-link {
    border-bottom: 2px solid transparent;
    color: #161c2d;
}

.tab.tab-outline > .nav-link {
    border-bottom: 2px solid transparent;
}

.tab.tab-outline .nav-link.active {
    border-bottom: 2px solid #335eea;
    color: #335eea;
}

.tab.tab-outline .show > .nav-link {
    border-bottom: 2px solid #335eea;
    color: #335eea;
}

.tab.tab-vertical ul.nav {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tab.tab-vertical .tab-content {
    padding-top: 0;
    display: table-cell;
    vertical-align: top;
    padding-left: 1.429rem;
}

.tab.tab-center ul.nav {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tab.tab-right ul.nav {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

@media screen and (max-width: 575px) {
    .tab.tab-vertical ul.nav {
        width: 100%;
        display: block;
    }
    .tab.tab-vertical .tab-content {
        padding-top: 1rem;
        padding-left: 0;
    }
    .tab .nav-pills .nav-link {
        margin-bottom: 5px;
    }
}

.modal-content {
    border: none;
}

.modal-success .modal-header {
    padding: 4rem 1rem;
}
.modal-success .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 2rem;
    text-shadow: none;
}
.modal-success .modal-header i {
    font-size: 8rem;
}

.modal-danger .modal-header {
    padding: 4rem 1rem;
}
.modal-danger .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 2rem;
    text-shadow: none;
}
.modal-danger .modal-header i {
    font-size: 8rem;
}

.modal-warning .modal-header {
    padding: 4rem 1rem;
}
.modal-warning .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 2rem;
    text-shadow: none;
}
.modal-warning .modal-header i {
    font-size: 8rem;
}

.modal-info .modal-header {
    padding: 4rem 1rem;
}
.modal-info .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    opacity: 1;
    font-size: 2rem;
    text-shadow: none;
}
.modal-info .modal-header i {
    font-size: 8rem;
}

.progress-bar {
    background-color: #335eea;
}

.progress.progress-h-1 {
    height: 0.07143rem;
}

.progress.progress-h-3 {
    height: 0.2143rem;
}

.progress.progress-h-5 {
    height: 0.3571rem;
}

.progress.progress-h-8 {
    height: 0.5714rem;
}

.progress.progress-h-10 {
    height: 0.7143rem;
}

.progress.progress-h-13 {
    height: 0.9286rem;
}

.progress-top-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.grid-item {
    background-color: #f0f1f6;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.pagination .page-item .page-link {
    color: #161c2d;
    padding: 0.9rem 1.4rem;
    transition: all 0.5s ease-in-out;
}

.pagination .page-item.active .page-link {
    background-color: #335eea;
    border-color: #335eea;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .pagination .page-item .page-link {
        padding: 0.9rem 1rem;
    }
}

.popover {
    font-family: "Roboto", sans-serif;
    -webkit-box-shadow: 0 1px 15px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 1px 15px rgba(69, 65, 78, 0.08);
    -o-box-shadow: 0 1px 15px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0 1px 15px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 15px rgba(69, 65, 78, 0.08);
    border-color: #e5e5e5;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #335eea;
    border: none;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background-color: #335eea;
}

.swal2-progresssteps .swal2-progresscircle {
    background-color: #335eea;
}

.swal2-progresssteps .swal2-progressline {
    background-color: #335eea;
}

.swal2-progresssteps
    .swal2-progresscircle.swal2-activeprogressstep
    ~ .swal2-progressline {
    background: rgba(51, 94, 234, 0.5);
}

.swal2-progresssteps
    .swal2-progresscircle.swal2-activeprogressstep
    ~ .swal2-progresscircle {
    background: rgba(51, 94, 234, 0.5);
}

.swal2-popup .swal2-input {
    box-shadow: none;
    border-color: #e5e5e5;
}
.swal2-popup .swal2-input:focus {
    box-shadow: none;
    border-color: #335eea;
}

.swal2-popup .swal2-textarea {
    box-shadow: none;
    border-color: #e5e5e5;
}
.swal2-popup .swal2-textarea:focus {
    box-shadow: none;
    border-color: #335eea;
}

.form-group label {
    color: #161c2d;
}

.form-control {
    height: calc(3rem + 2px);
    border-radius: 3px;
    padding: 0.775rem 3rem 0.775rem 1.2rem;
    border-color: #e5e5e5;
    transition: all 0.5s ease-in-out;
}
.form-control:focus {
    box-shadow: none;
    border-color: #335eea;
}

.form-control-lg {
    height: calc(3.875rem + 2px);
}

.form-control-sm {
    height: calc(2.5rem + 2px);
}

.custom-control-label {
    padding-left: 0.7143rem;
    padding-top: 0.2143rem;
}
.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left: -1.4rem;
}

.input-group-append .btn {
    padding: 0.1rem 1.6rem;
}

.input-group .custom-file .custom-file-label {
    border-color: #e5e5e5;
}
.input-group .custom-file .custom-file-label:focus {
    box-shadow: none;
    border-color: #335eea;
}

.input-group .custom-file .custom-file-input {
    border-color: #e5e5e5;
}
.input-group .custom-file .custom-file-input:focus {
    box-shadow: none;
    border-color: #335eea;
}

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: #335eea;
}

.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left: -1.5rem;
}

.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -1.5rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #335eea;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #335eea;
    border-color: #335eea;
    box-shadow: none;
}

.dropzone {
    border: 2px dashed #e5e5e5;
}
.dropzone i {
    font-size: 9.5rem;
    color: #335eea;
}

#signupForm label.error {
    width: auto;
    display: inline;
    color: #ec5552;
    display: block;
}

#commentForm label.error {
    width: auto;
    display: inline;
    color: #ec5552;
    display: block;
}

#newsletter_topics label.error {
    display: none;
    color: #ec5552;
}

nav .form-inline.form-search {
    position: relative;
}
nav .form-inline.form-search a {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 18px;
    color: #898b96;
}
nav .form-inline.form-search a:hover {
    color: #335eea;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 0.9286rem;
    line-height: 1;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 2.143rem;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 0.9286rem;
    line-height: 1;
}
.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 35px;
    height: 20px;
    margin: 1.071rem 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 0.7857rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
    content: "-";
}

.dd-empty {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 0.9286rem;
    line-height: 1;
    margin: 0.3571rem 0;
    padding: 0;
    min-height: 30px;
    background: #f0f1f6;
    border: 1px dashed #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #e5e5e5;
    min-height: 100px;
    background-color: #f0f1f6;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 0.9286rem;
    line-height: 1;
    margin: 0.3571rem 0;
    padding: 0;
    min-height: 30px;
    background: #f0f1f6;
    border: 1px dashed #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle {
    display: block;
    height: 48px;
    margin: 0.3571rem 0;
    padding: 1.271rem 1.429rem;
    color: #161c2d;
    text-decoration: none;
    font-weight: bold;
    background: #f0f1f6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dd-handle:hover {
    color: #ffffff;
    background: #335eea;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 2.143rem 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

#nestable-menu {
    padding: 0;
    margin: 1.429rem 0;
}

#nestable-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1;
    padding: 0.3571rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-hover > .dd-handle {
    background: #335eea !important;
}

.dd3-content {
    display: block;
    height: 48px;
    margin: 0.3571rem 0;
    padding: 1.271rem 0.7143rem 1.271rem 4.286rem;
    color: #161c2d;
    text-decoration: none;
    font-weight: bold;
    background: #f0f1f6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dd3-content:hover {
    color: #ffffff;
    background: #161c2d;
}

.dd3-item > button {
    margin-left: 2.143rem;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #335eea;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before {
    content: "≡";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
    font-size: 1.429rem;
    font-weight: normal;
}
.dd3-handle:hover {
    background: #161c2d;
}

.select2-container {
    width: 100% !important;
    box-shadow: none;
    outline: none;
}
.select2-container .select2-selection--single {
    height: calc(3rem + 2px);
    border-radius: 3px;
    padding: 0.575rem 3rem 0.775rem 0.8rem;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple {
    height: calc(3rem + 2px);
    border-radius: 3px;
    padding: 0.375rem 3rem 0.775rem 0.4rem;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple:focus {
    border-color: #335eea;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: calc(3rem + 2px);
    right: 11px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #335eea;
    box-shadow: none;
    outline: none;
}

.select2-container--default .select2-search--dropdown {
    padding: 0.7143rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
    padding: 0.7143rem;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus {
    border: 1px solid #335eea;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #335eea;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #335eea;
    color: #ffffff;
    border-color: #335eea;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-dropdown {
    border-color: #e5e5e5;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #335eea;
}

.colorpicker-component .input-group-prepend {
    padding: 0.9286rem 0.8571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #161c2d;
    text-align: center;
    background-color: #f0f1f6;
    border: 1px solid #e5e5e5;
    border-left: 0;
}

.custom-select {
    border-color: #e5e5e5;
    height: calc(3rem + 2px);
}
.custom-select:focus {
    box-shadow: none;
    border-color: #335eea;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
}

.bootstrap-tagsinput .tag {
    padding: 0.12rem 0.7143rem;
    font-size: 1rem;
}

.table {
    width: 100% !important;
}
.table .action {
    background: #f0f1f6;
}
.table td {
    vertical-align: middle;
}
.table th {
    vertical-align: middle;
}

.table-bordered td {
    border-color: #e5e5e5;
}

.table-bordered th {
    border-color: #e5e5e5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f1f6;
}

.table-hover tbody tr:hover {
    background-color: #f0f1f6;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 0.8rem;
    }
    .dt-buttons .btn {
        margin-bottom: 4px;
    }
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.pricing-01 {
    border: 1px solid #e5e5e5;
    padding: 3.571rem 2.143rem;
}
.pricing-01 .pricing-price > span {
    font-size: 4.286rem;
    line-height: 1.5;
    color: #335eea;
    font-weight: 500;
    display: block;
    margin-top: 1.429rem;
}
.pricing-01 .pricing-price span span.mo {
    font-size: 1.143rem;
}
.pricing-01 .pricing-list ul {
    padding: 0;
    margin: 0;
}
.pricing-01 .pricing-list ul li {
    display: block;
    list-style: none;
    padding: 0.7143rem 0;
}
.pricing-01 .pricing-button {
    margin-top: 1.429rem;
}

.pricing-02 .pricing-head {
    background: #50d294;
    /* The Fallback */
    background: rgba(80, 210, 148, 0.3);
    padding: 1.429rem 2.143rem;
    display: block;
    display: flex;
    justify-content: space-between;
}
.pricing-02 .pricing-head .pricing-title {
    display: flex;
    align-items: center;
    align-content: flex-start;
}
.pricing-02 .pricing-head .pricing-price {
    display: flex;
    align-items: center;
    align-content: flex-start;
}

.pricing-02 .pricing-price > span {
    font-size: 2.143rem;
    line-height: 1.5;
    color: #50d294;
    font-weight: 500;
    display: block;
}

.pricing-02 .pricing-price span span.mo {
    font-size: 1.143rem;
}

.pricing-02 .pricing-list {
    margin-top: 1.429rem;
}
.pricing-02 .pricing-list ul {
    padding: 0;
    margin: 0;
}
.pricing-02 .pricing-list ul li {
    display: block;
    list-style: none;
    padding: 1.143rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.pricing-02 .pricing-button {
    margin-top: 2.143rem;
    padding-bottom: 2.143rem;
}

.pricing-02.active {
    -webkit-box-shadow: 0 1px 35px rgba(131, 141, 244, 0.1);
    -ms-box-shadow: 0 1px 35px rgba(131, 141, 244, 0.1);
    -o-box-shadow: 0 1px 35px rgba(131, 141, 244, 0.1);
    -moz-box-shadow: 0 1px 35px rgba(131, 141, 244, 0.1);
    box-shadow: 0 1px 35px rgba(131, 141, 244, 0.1);
}

.pricing-02.active .pricing-head {
    background: #335eea;
    /* The Fallback */
    background: rgba(51, 94, 234, 0.2);
}

.pricing-02.active .pricing-price > span {
    color: #335eea;
}

.pricing-03 {
    border: 1px solid #e5e5e5;
    padding: 3.571rem 2.143rem;
}
.pricing-03 .pricing-title {
    margin-bottom: 1.429rem;
}
.pricing-03 .pricing-title i {
    font-size: 7.143rem;
    margin-bottom: 1.429rem;
}
.pricing-03 .pricing-price > span {
    font-size: 40px;
    line-height: 1.5;
    color: #335eea;
    font-weight: 500;
    display: block;
    margin-top: 1.429rem;
}
.pricing-03 .pricing-price span span.mo {
    font-size: 1.143rem;
}
.pricing-03 .pricing-list ul {
    padding: 0 5rem;
    margin: 0;
}
.pricing-03 .pricing-list ul li {
    display: block;
    list-style: none;
    padding: 0.7143rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.pricing-04 {
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
    padding: 3.571rem 2.143rem;
    margin-top: 2.857rem;
}
.pricing-04 .pricing-price > span {
    font-size: 4.286rem;
    line-height: 1.5;
    color: #161c2d;
    font-weight: 500;
    display: block;
    margin-top: 1.429rem;
}
.pricing-04 .pricing-price span span.mo {
    font-size: 1.143rem;
}
.pricing-04 .pricing-list ul {
    padding: 0;
    margin: 0;
}
.pricing-04 .pricing-list ul li {
    display: block;
    list-style: none;
    padding: 0.7143rem 0;
}
.pricing-04 .pricing-button {
    margin-top: 1.429rem;
}

.pricing-04.active {
    padding: 80px 2.143rem;
    margin-top: -0.7143rem;
    background-color: #335eea;
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}
.pricing-04.active h4 {
    color: #ffffff;
}
.pricing-04.active span {
    color: #ffffff;
}
.pricing-04.active li {
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .pricing-03 .pricing-list ul {
        padding: 0;
    }
    .pricing-02 .pricing-head {
        display: block;
    }
}

.br-theme-bars-1to10 .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 1.071rem 0;
    height: 28px;
    float: left;
    background: #335eea;
    /* The Fallback */
    background: rgba(51, 94, 234, 0.5);
    margin: 0.07143rem;
    text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active {
    background-color: #335eea;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #335eea;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 1.429rem;
    line-height: 2;
    float: left;
    padding: 0 1.429rem 0 1.429rem;
    color: #335eea;
    font-weight: 400;
}

.br-theme-bars-1to10 .br-readonly a {
    cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active {
    background-color: #ffea04;
}

.br-theme-bars-1to10 .br-readonly a.br-selected {
    background-color: #ffea04;
}

.br-theme-bars-1to10 .br-readonly .br-current-rating {
    color: #ffea04;
}

@media print {
    .br-theme-bars-1to10 .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-1to10 .br-widget a.br-active {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-1to10 .br-widget a.br-selected {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-1to10 .br-widget .br-current-rating {
        color: #161c2d;
    }
}

.br-theme-bars-horizontal .br-widget {
    width: 120px;
    white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    background: #ec5552;
    /* The Fallback */
    background: rgba(236, 85, 82, 0.3);
    margin: 0.07143rem;
}
.br-theme-bars-horizontal .br-widget a.br-active {
    background-color: #ec5552;
}
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #ec5552;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 1.286rem;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #ec5552;
}

.br-theme-bars-horizontal .br-readonly a {
    cursor: default;
}

.br-theme-bars-horizontal .br-readonly a.br-active {
    background-color: #ffea04;
}

.br-theme-bars-horizontal .br-readonly a.br-selected {
    background-color: #ffea04;
}

.br-theme-bars-horizontal .br-readonly .br-current-rating {
    color: #ffea04;
}

@media print {
    .br-theme-bars-horizontal .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-horizontal .br-widget a.br-active {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-horizontal .br-widget a.br-selected {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-horizontal .br-widget .br-current-rating {
        color: #161c2d;
    }
}

.br-wrapper.br-theme-bars-movie {
    display: inline-block;
}

.br-theme-bars-movie .br-widget {
    height: 10px;
    white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: left;
    background: #f36c9b;
    /* The Fallback */
    background: rgba(243, 108, 155, 0.5);
    margin: 0.07143rem;
}
.br-theme-bars-movie .br-widget a.br-active {
    background-color: #f36c9b;
}
.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #f36c9b;
}
.br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 240px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #f36c9b;
    font-weight: 400;
}

.br-theme-bars-movie .br-readonly a {
    cursor: default;
}

.br-theme-bars-movie .br-readonly a.br-active {
    background-color: #335eea;
}

.br-theme-bars-movie .br-readonly a.br-selected {
    background-color: #335eea;
}

.br-theme-bars-movie .br-readonly .br-current-rating {
    color: #335eea;
}

@media print {
    .br-theme-bars-movie .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-movie .br-widget a.br-active {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-movie .br-widget a.br-selected {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-movie .br-widget .br-current-rating {
        color: #161c2d;
    }
}

.br-theme-bars-pill .br-widget {
    white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
    padding: 0.5rem 1.071rem;
    background: #53cad8;
    /* The Fallback */
    background: rgba(83, 202, 216, 0.5);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9286rem;
    line-height: 3;
    text-align: center;
    font-weight: 400;
}
.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: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-pill .br-widget a.br-active {
    background-color: #53cad8;
    color: white;
}
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #53cad8;
    color: white;
}

.br-theme-bars-pill .br-readonly a {
    cursor: default;
}

.br-theme-bars-pill .br-readonly a.br-active {
    background-color: #53cad8;
}

.br-theme-bars-pill .br-readonly a.br-selected {
    background-color: #53cad8;
}

@media print {
    .br-theme-bars-pill .br-widget a {
        border: 1px solid #e5e5e5;
        border-left: none;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-pill .br-widget a:first-child {
        border-left: 1px solid #161c2d;
    }
    .br-theme-bars-pill .br-widget a.br-active {
        border: 1px solid #161c2d;
        border-left: none;
        background: white;
        color: #161c2d;
    }
    .br-theme-bars-pill .br-widget a.br-selected {
        border: 1px solid #161c2d;
        border-left: none;
        background: white;
        color: #161c2d;
    }
}

.br-theme-bars-reversed .br-widget {
    height: 25px;
    white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    background: #50d294;
    /* The Fallback */
    background: rgba(80, 210, 148, 0.5);
    margin: 0.07143rem;
    font-size: 1.071rem;
    font-weight: 400;
    line-height: 1.4;
    color: #50d294;
    text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active {
    background-color: #50d294;
    color: white;
}
.br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #50d294;
    color: white;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
    line-height: 1.5;
    float: left;
    padding: 0 1.429rem 0 1.429rem;
    color: #50d294;
    font-size: 1rem;
}

.br-theme-bars-reversed .br-readonly a {
    cursor: default;
}

.br-theme-bars-reversed .br-readonly a.br-active {
    background-color: #50d294;
}

.br-theme-bars-reversed .br-readonly a.br-selected {
    background-color: #50d294;
}

.br-theme-bars-reversed .br-readonly .br-current-rating {
    color: #50d294;
}

@media print {
    .br-theme-bars-reversed .br-widget a {
        border: 1px solid #e5e5e5;
        background: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-reversed .br-widget a.br-active {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-reversed .br-widget a.br-selected {
        border: 1px solid #161c2d;
        background: white;
    }
    .br-theme-bars-reversed .br-widget .br-current-rating {
        color: #161c2d;
    }
}

/*br-theme-bars-square*/
.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #e5e5e5;
    background-color: white;
    margin: 2px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #898b96;
    font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #335eea;
    color: #335eea;
}
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #335eea;
    color: #335eea;
}
.br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #646464;
}

.br-theme-bars-square .br-readonly a {
    cursor: default;
}

.br-theme-bars-square .br-readonly a.br-active {
    border: 2px solid #335eea;
    color: #335eea;
}

.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #335eea;
    color: #335eea;
}

@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #e5e5e5;
        color: #f0f1f6;
    }
    .br-theme-bars-square .br-widget a.br-active {
        border: 2px solid #161c2d;
        color: #161c2d;
    }
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid #161c2d;
        color: #161c2d;
    }
}

/*br-theme-css-stars*/
.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 1.571rem;
    margin-right: 0.3571rem;
}
.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #898b96;
}
.br-theme-css-stars .br-widget a.br-active:after {
    color: #ffea04;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #ffea04;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-css-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: #161c2d;
    }
    .br-theme-css-stars .br-widget a.br-active:after {
        content: "\2605";
        color: #161c2d;
    }
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: #161c2d;
    }
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.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: 0.1429rem;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: "\f005";
    color: #898b96;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #ffea04;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #ffea04;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: "\f006";
        color: #161c2d;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after {
        content: "\f005";
        color: #161c2d;
    }
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: "\f005";
        color: #161c2d;
    }
}

/*br-theme-fontawesome-stars-o*/
.br-theme-fontawesome-stars-o .br-widget {
    height: 28px;
    white-space: nowrap;
}
.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: 0.1429rem;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
    content: "\f006";
    color: #898b96;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "\f005";
    color: #335eea;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "\f005";
    color: #335eea;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "\f123";
    color: #335eea;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media print {
    .br-theme-fontawesome-stars-o .br-widget a:after {
        content: "\f006";
        color: #161c2d;
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
        content: "\f005";
        color: #161c2d;
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
        content: "\f005";
        color: #161c2d;
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
        content: "\f123";
        color: #161c2d;
    }
}

/*

Template Name: Oxoury - Responsive Admin Dashboard Template
Author: Infinitysoftway

*/
.irs--flat .irs-line {
    background-color: #f0f1f6;
}

.irs--flat .irs-min {
    background-color: #f0f1f6;
}

.irs--flat .irs-max {
    background-color: #f0f1f6;
}

.irs--flat .irs-bar {
    background-color: #335eea;
}

.irs--flat .irs-from {
    background-color: #335eea;
}
.irs--flat .irs-from:before {
    border-top-color: #335eea;
}

.irs--flat .irs-to {
    background-color: #335eea;
}
.irs--flat .irs-to:before {
    border-top-color: #335eea;
}

.irs--flat .irs-single {
    background-color: #335eea;
}
.irs--flat .irs-single:before {
    border-top-color: #335eea;
}

.irs--flat .irs-handle.state_hover > i:first-child {
    background-color: #335eea;
}

.irs--flat .irs-handle:hover > i:first-child {
    background-color: #335eea;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #335eea;
}

.irs--big .irs-line {
    background: #f0f1f6;
    border: none;
}

.irs--big .irs-bar {
    background: #335eea;
    border: none;
    box-shadow: none;
}

.irs--big .irs-grid-pol {
    background: #335eea;
}

.irs--big .irs-grid-text {
    color: #335eea;
}

.irs--big .irs-from {
    background: #335eea;
}

.irs--big .irs-to {
    background: #335eea;
}

.irs--big .irs-single {
    background: #335eea;
}

.irs--big .irs-min {
    background: #f0f1f6;
    color: #898b96;
}

.irs--big .irs-max {
    background: #f0f1f6;
    color: #898b96;
}

.irs--big .irs-handle {
    box-shadow: none;
    background: #335eea;
    border: 3px solid #ffffff;
}
.irs--big .irs-handle:hover {
    box-shadow: none;
    background: #335eea;
    border: 3px solid #ffffff;
}

.irs--big .irs-handle.state_hover {
    box-shadow: none;
    background: #335eea;
    border: 3px solid #ffffff;
}

.bootstrap-duallistbox-container .info {
    font-size: 1rem;
}

.bootstrap-duallistbox-container .filter {
    height: calc(3rem + 2px);
    margin: 0.7143rem 0 1.429rem;
}

.bootstrap-duallistbox-container .btn {
    border-radius: 3px;
    padding: 0.2rem 0.6rem;
    font-size: 0.8571rem;
}

.bootstrap-duallistbox-container select {
    border-radius: 3px;
    padding: 0.2rem 0.6rem;
    font-size: 0.8571rem;
}
.bootstrap-duallistbox-container select:focus {
    border-color: #e5e5e5;
}
.bootstrap-duallistbox-container select option {
    padding: 0.3571rem 0.7143rem;
}

.bootstrap-duallistbox-container .btn-group.buttons .btn {
    border: 1px solid #e5e5e5;
    background: #e9edf5;
}

.lobilists .lobilist.lobilist-default .lobilist-header {
    background: #e9edf5;
    border-color: #e5e5e5;
}

.lobilists .lobilist.lobilist-danger {
    border-color: #ec5552;
}
.lobilists .lobilist.lobilist-danger .lobilist-header {
    background: #ec5552;
    border-color: #ec5552;
}

.lobilists .lobilist.lobilist-success {
    border-color: #50d294;
}
.lobilists .lobilist.lobilist-success .lobilist-header {
    background: #50d294;
    border-color: #50d294;
}

.lobilists .lobilist.lobilist-warning {
    border-color: #ffea04;
}
.lobilists .lobilist.lobilist-warning .lobilist-header {
    background: #ffea04;
    border-color: #ffea04;
}

.lobilists .lobilist.lobilist-info {
    border-color: #53cad8;
}
.lobilists .lobilist.lobilist-info .lobilist-header {
    background: #53cad8;
    border-color: #53cad8;
}

.lobilists .lobilist.lobilist-primary {
    border-color: #335eea;
}
.lobilists .lobilist.lobilist-primary .lobilist-header {
    background: #335eea;
    border-color: #335eea;
}

.lobilists .lobilist.lobilist-default {
    border-color: #e5e5e5;
}

.lobilists .lobilist-actions .btn:hover {
    background: transparent !important;
}

.lobilists
    .lobilist-header.title-editing
    .lobilist-actions
    .btn-cancel-title-editing {
    line-height: 1.4;
}

.lobilists .lobilist-item-title {
    font-weight: 500;
    font-size: 1rem;
}

.lobilist-wrapper .lobilist-form-footer .btn {
    background: #ffffff;
    color: #161c2d;
    border: none;
}
.lobilist-wrapper .lobilist-form-footer .btn i {
    padding-right: 0;
}
.lobilist-wrapper .lobilist-form-footer .btn:hover {
    background: #161c2d;
    color: #ffffff;
    border: none;
}

.lobilist-wrapper .lobilist-footer {
    display: none;
}

.lobilist-wrapper .lobilist-actions .btn {
    padding: 0.3rem 0.9rem;
}
.lobilist-wrapper .lobilist-actions .btn i {
    padding-right: 0;
}

.lobilist-wrapper .lobilist-title.hide {
    display: none;
}

.dd3-handle {
    font-size: 0;
}

.badge {
    padding: 0.1429rem 0.7143rem;
    font-size: 0.7857rem;
    line-height: 1.4;
    font-weight: 400;
}

.badge.badge-number {
    padding: 0.07143rem 0.4286rem;
}

.badge-primary {
    background-color: #335eea;
}

.badge-secondary {
    background-color: #f36c9b;
}

.badge-success {
    background-color: #50d294;
}

.badge-danger {
    background-color: #ec5552;
}

.badge-warning {
    background-color: #ffea04;
}

.badge-info {
    background-color: #53cad8;
}

.badge-light {
    background-color: #f0f1f6;
}

.badge-dark {
    background-color: #161c2d;
}

.badge-overlay-primary {
    background: #335eea;
    /* The Fallback */
    background: rgba(51, 94, 234, 0.2);
    color: #335eea;
    font-weight: 500;
}

.badge-overlay-secondary {
    background: #f36c9b;
    /* The Fallback */
    background: rgba(243, 108, 155, 0.2);
    color: #f36c9b;
    font-weight: 500;
}

.badge-overlay-success {
    background: #50d294;
    /* The Fallback */
    background: rgba(80, 210, 148, 0.2);
    color: #50d294;
    font-weight: 500;
}

.badge-overlay-danger {
    background: #ec5552;
    /* The Fallback */
    background: rgba(236, 85, 82, 0.2);
    color: #ec5552;
    font-weight: 500;
}

.badge-overlay-warning {
    background: #ffea04;
    /* The Fallback */
    background: rgba(255, 234, 4, 0.2);
    color: #161c2d;
    font-weight: 500;
}

.badge-overlay-info {
    background: #53cad8;
    /* The Fallback */
    background: rgba(83, 202, 216, 0.2);
    color: #53cad8;
    font-weight: 500;
}

.badge-overlay-light {
    background: #f0f1f6;
    /* The Fallback */
    background: rgba(240, 241, 246, 0.2);
    color: #f0f1f6;
    font-weight: 500;
}

.badge-overlay-dark {
    background: #161c2d;
    /* The Fallback */
    background: rgba(22, 28, 45, 0.2);
    color: #161c2d;
    font-weight: 500;
}

.toast {
    background-color: #335eea;
}

.toast-success {
    background-color: #50d294;
}

.toast-error {
    background-color: #ec5552;
}

.toast-info {
    background-color: #53cad8;
}

.toast-warning {
    background-color: #ffea04;
}

#toast-container > div {
    box-shadow: none;
}
#toast-container > div:hover {
    box-shadow: none;
}

.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right
    .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right
    .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 0.2857rem;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #e5e5e5;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    color: #161c2d;
    padding: 0.1429rem;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0.5714rem 0;
    outline: 0;
    color: #161c2d;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #335eea;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 0.1429rem;
    font-size: 1.286rem;
}
.bootstrap-timepicker-widget table td input {
    width: 30px;
    padding: 0.2857rem;
    background-color: #335eea;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    text-align: center;
}
.bootstrap-timepicker-widget table td.separator {
    border: none;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 0.2857rem;
}

.daterangepicker td.active {
    background-color: #335eea;
}
.daterangepicker td.active:hover {
    background-color: #335eea;
}

.daterangepicker td.in-range {
    background-color: #335eea;
    background: rgba(51, 94, 234, 0.1);
}

.daterangepicker .ranges li.active {
    background-color: #335eea;
}

.daterangepicker .calendar-table th {
    min-width: 34px;
    height: 30px;
}

.daterangepicker .calendar-table td {
    min-width: 34px;
    height: 30px;
}

.timepicker .input-group-prepend {
    padding: 0.9286rem 1.143rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #161c2d;
    text-align: center;
    background-color: #f0f1f6;
    border: 1px solid #e5e5e5;
    border-left: 0;
}

.colorpicker-component .input-group-prepend {
    padding: 0.9286rem 0.8571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #161c2d;
    text-align: center;
    background-color: #f0f1f6;
    border: 1px solid #e5e5e5;
    border-left: 0;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -7.143rem;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

.note-popover.popover {
    display: none;
}

.note-editor.note-frame {
    border-color: #e5e5e5;
}
.note-editor.note-frame .btn i {
    padding-right: 0;
}

.note-toolbar-wrapper .btn {
    border-radius: 0;
    background: #f0f1f6;
    margin: 0;
    color: #161c2d;
    padding: 0.175rem 0.7rem;
}

.note-toolbar-wrapper .dropdown-toggle::after {
    display: none;
}

.note-toolbar-wrapper .panel-heading.note-toolbar {
    background: #f0f1f6;
}

.CodeMirror .CodeMirror-code .cm-comment {
    background: transparent;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}
.switch input {
    display: none;
}

.switcher ul li {
    display: inline-block;
    margin-right: 0.2857rem;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f1f6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

input.primary:checked + .slider {
    background-color: #335eea;
}

input.secondary:checked + .slider {
    background-color: #f36c9b;
}

input.success:checked + .slider {
    background-color: #50d294;
}

input.info:checked + .slider {
    background-color: #53cad8;
}

input.warning:checked + .slider {
    background-color: #ffea04;
}

input.danger:checked + .slider {
    background-color: #ec5552;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:after {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.slider.round {
    border-radius: 34px;
}
.slider.round:after {
    border-radius: 50%;
}

.slider.icon:before {
    color: #161c2d;
    top: 6px;
    margin-left: 0.5714rem;
    font-size: 1em;
    text-align: center;
    position: absolute;
    font-weight: bold;
    z-index: 9;
    font-family: "LineAwesome";
    text-decoration: inherit;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:checked + .slider.icon:before {
    content: "\f17b";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 2.9rem;
}

input:checked + .slider.name:before {
    content: "On";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    margin-left: 0.7143rem;
    z-index: 9;
}

.slider.name:before {
    color: #161c2d;
    top: 5px;
    margin-left: 2.214rem;
    font-size: 1em;
    text-align: center;
    position: absolute;
    text-decoration: inherit;
    content: "Off";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard .tab-content {
    margin-top: 1.429rem;
}

.wizard .nav-pills .nav-link {
    color: #161c2d;
    border-bottom: 3px solid transparent;
}
.wizard .nav-pills .nav-link .number {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-block;
    background: #f0f1f6;
    line-height: 3.2;
    text-align: center;
    margin-right: 0.5rem;
}

.wizard .nav-pills .nav-link.active {
    color: #161c2d;
    background: transparent;
    border-bottom: 3px solid #335eea;
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #335eea;
}
.wizard .nav-pills .nav-link.active .number {
    background-color: #335eea;
    color: #ffffff;
}

.wizard .nav-pills .show > .nav-link {
    color: #161c2d;
    background: transparent;
    border-bottom: 3px solid #335eea;
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    color: #335eea;
}
.wizard .nav-pills .show > .nav-link .number {
    background-color: #335eea;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .wizard-nav .nav {
        display: block;
    }
}

.avatar {
    width: 70px;
    height: 50px;
    position: relative;
    border-radius: 0.71rem !important;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    background-color: #e1e1e1;
}
.avatar:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
}
.avatar .status {
    position: absolute;
    left: -4px;
    top: -4px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    border-radius: 0.71rem !important;
}
.avatar img {
    border-radius: 0.71rem !important;
}
.avatar span {
    font-size: 1.714rem;
}

.avatar.avatar-sm {
    width: 36px;
    height: 36px;
}
.avatar.avatar-sm .status {
    left: -2px;
    top: -2px;
}

.avatar.avatar-xl {
    width: 60px;
    height: 60px;
}
.avatar.avatar-xl .status {
    left: 1px;
    top: 1px;
}

.avatar.avatar-xll {
    width: 70px;
    height: 70px;
}
.avatar.avatar-xll .status {
    left: 3px;
    top: 3px;
}

.avatar .avatar-name {
    color: #ffffff;
    font-size: 1rem;
    line-height: 3.9;
}

.avatar.avatar-sm .avatar-name {
    font-size: 0.8rem;
    line-height: 3.6;
}

.avatar.avatar-xl .avatar-name {
    font-size: 1.5rem;
    line-height: 2.9;
}

.avatar.avatar-xll .avatar-name {
    font-size: 1.8rem;
    line-height: 2.8;
}

.avatar-group {
    margin-left: 10px;
}
.avatar-group .avatar {
    margin-left: -10px;
    border: 2px solid #ffffff;
}
.avatar-group .avatar:hover {
    z-index: 1;
    position: relative;
}
.avatar-group .avatar.avatar-sm .avatar-name {
    line-height: 3;
}
.avatar-group .avatar.avatar-xl .avatar-name {
    line-height: 2.6;
}
.avatar-group .avatar.avatar-xll .avatar-name {
    line-height: 2.6;
}

.spinner {
    margin: 1em;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 4px solid #e5e5e5;
    animation: circ-anim 0.7s linear infinite;
    text-align: center;
}

.spinner-01 {
    border-bottom-color: #335eea;
}

.spinner-02 {
    border-color: #335eea;
    border-bottom-color: transparent;
}

.spinner-03 {
    border-color: #335eea;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04 {
    border: 3px solid #335eea;
    position: relative;
}
.spinner-04:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: transparent;
    top: 50%;
    left: 50;
    margin-left: -40%;
    margin-top: -40%;
    border-radius: 50%;
    border: 2px solid #335eea;
    box-sizing: border-box;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05 {
    border: 3px solid #335eea;
    position: relative;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    background: transparent;
    top: 50%;
    left: 50;
    margin-left: -40%;
    margin-top: -40%;
    border-radius: 50%;
    border: 2px solid #335eea;
    box-sizing: border-box;
    border-bottom-color: transparent;
    border-left-color: transparent;
    animation: circ-anim 0.35s reverse linear infinite;
}

.spinner-06 {
    border-width: 0px;
    border-radius: 50%;
    border-top: 3px solid #335eea;
    border-right: 3px solid transparent;
}

@keyframes circ-anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.spinner-overlay {
    position: relative;
}
.spinner-overlay .spinner {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    margin-top: -15px;
}
.spinner-overlay:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.spinner-01.spinner-primary {
    border-bottom-color: #335eea;
}

.spinner-01.spinner-secondary {
    border-bottom-color: #f36c9b;
}

.spinner-01.spinner-success {
    border-bottom-color: #50d294;
}

.spinner-01.spinner-danger {
    border-bottom-color: #ec5552;
}

.spinner-01.spinner-warning {
    border-bottom-color: #ffea04;
}

.spinner-01.spinner-info {
    border-bottom-color: #53cad8;
}

.spinner-01.spinner-dark {
    border-bottom-color: #161c2d;
}

.spinner-02.spinner-primary {
    border-color: #335eea;
    border-bottom-color: transparent;
}

.spinner-02.spinner-secondary {
    border-color: #f36c9b;
    border-bottom-color: transparent;
}

.spinner-02.spinner-success {
    border-color: #50d294;
    border-bottom-color: transparent;
}

.spinner-02.spinner-danger {
    border-color: #ec5552;
    border-bottom-color: transparent;
}

.spinner-02.spinner-warning {
    border-color: #ffea04;
    border-bottom-color: transparent;
}

.spinner-02.spinner-info {
    border-color: #53cad8;
    border-bottom-color: transparent;
}

.spinner-02.spinner-dark {
    border-color: #161c2d;
    border-bottom-color: transparent;
}

.spinner-03.spinner-primary {
    border-color: #335eea;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-secondary {
    border-color: #f36c9b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-success {
    border-color: #50d294;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-danger {
    border-color: #ec5552;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-warning {
    border-color: #ffea04;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-info {
    border-color: #53cad8;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-03.spinner-dark {
    border-color: #161c2d;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-primary {
    border-color: #335eea;
}
.spinner-04.spinner-primary:after {
    border-color: #335eea;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-secondary {
    border-color: #f36c9b;
}
.spinner-04.spinner-secondary:after {
    border-color: #f36c9b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-success {
    border-color: #50d294;
}
.spinner-04.spinner-success:after {
    border-color: #50d294;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-danger {
    border-color: #ec5552;
}
.spinner-04.spinner-danger:after {
    border-color: #ec5552;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-warning {
    border-color: #ffea04;
}
.spinner-04.spinner-warning:after {
    border-color: #ffea04;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-info {
    border-color: #53cad8;
}
.spinner-04.spinner-info:after {
    border-color: #53cad8;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-04.spinner-dark {
    border-color: #161c2d;
}
.spinner-04.spinner-dark:after {
    border-color: #161c2d;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-primary {
    border-color: #335eea;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-primary:after {
    border-color: #335eea;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-secondary {
    border-color: #f36c9b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-secondary:after {
    border-color: #f36c9b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-success {
    border-color: #50d294;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-success:after {
    border-color: #50d294;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-danger {
    border-color: #ec5552;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-danger:after {
    border-color: #ec5552;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-warning {
    border-color: #ffea04;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-warning:after {
    border-color: #ffea04;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-info {
    border-color: #53cad8;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-info:after {
    border-color: #53cad8;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-05.spinner-dark {
    border-color: #161c2d;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.spinner-05.spinner-dark:after {
    border-color: #161c2d;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.spinner-06.spinner-primary {
    border-top-color: #335eea;
}

.spinner-06.spinner-secondary {
    border-top-color: #f36c9b;
}

.spinner-06.spinner-success {
    border-top-color: #50d294;
}

.spinner-06.spinner-danger {
    border-top-color: #ec5552;
}

.spinner-06.spinner-warning {
    border-top-color: #ffea04;
}

.spinner-06.spinner-info {
    border-top-color: #53cad8;
}

.spinner-06.spinner-dark {
    border-top-color: #161c2d;
}

code[class*="language-"],
pre[class*="language-"] {
    color: #f8f8f2;
    background: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
    border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #161c2d;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
    padding: 0.1em;
    border-radius: 0.3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #f8f8f2;
}

.namespace {
    opacity: 0.7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #f92672;
}

.token.boolean,
.token.number {
    color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
    color: #e6db74;
}

.token.keyword {
    color: #66d9ef;
}

.token.regex,
.token.important {
    color: #fd971f;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.chat-sidebar {
    height: 100%;
}
.chat-sidebar .chat-search {
    margin-top: 1.229rem;
}
.chat-sidebar .search {
    position: relative;
}
.chat-sidebar .search .form-control {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.975rem 5rem 1.975rem 4.2rem;
    border-radius: 0;
}
.chat-sidebar .search .form-control:focus {
    border-color: #335eea;
}
.chat-sidebar .search .search-icon {
    position: absolute;
    left: 30px;
    top: 11px;
    font-size: 20px;
    color: #898b96;
}
.chat-sidebar .search .search-icon:hover {
    color: #335eea;
}
.chat-sidebar .search .add-icon {
    position: absolute;
    right: 30px;
    top: 8px;
}
.chat-sidebar .list-group-item {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.7143rem;
    display: block;
    padding: 0.7143rem 2.143rem;
    cursor: pointer;
}
.chat-sidebar .list-group-item .media .media-body {
    display: flex;
    justify-content: space-between;
}
.chat-sidebar .media .avatar + .media-body {
    padding-left: 1.429rem;
}

.chat-active .media .avatar + .media-body {
    padding-left: 1.429rem;
}

.chat-msg .media .avatar + .media-body {
    padding-left: 1.429rem;
}

.chat-msg .list-group-item {
    border: 0;
    padding: 0 2.143rem;
    margin-bottom: 2.143rem;
    display: flex;
}
.chat-msg .list-group-item:first-child {
    margin-top: 20px;
}
.chat-msg .list-group-item .media .media-body p {
    background-color: #f0f1f6;
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-radius: 30px 30px 30px 0px;
}

.chat-msg .list-group-item.chat-me {
    display: flex;
    justify-content: flex-end;
}
.chat-msg .list-group-item.chat-me .media .media-body p {
    background-color: #335eea;
    color: #ffffff;
    border-radius: 30px 30px 0px 30px;
}
.chat-msg .list-group-item.chat-me .media .media-body small {
    text-align: right;
}

.chat-msg .media .media-body .time {
    display: block;
    margin-top: 0.3571rem;
}

.chat-msg .chat-me .media .media-body {
    padding-right: 1.429rem;
}

.chat-active {
    padding: 1.429rem 2.143rem 0.4286rem;
}

.chat-type-msg {
    position: relative;
}
.chat-type-msg .form-control {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.775rem 3rem 1.775rem 4.6rem;
    border-radius: 0;
    height: calc(5rem + 2px);
}
.chat-type-msg .form-control:focus {
    border-color: #335eea;
}
.chat-type-msg .chat-icon {
    position: absolute;
    font-size: 1.5rem;
    top: 20px;
    left: 30px;
}
.chat-type-msg .chat-button {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 2.143rem;
}
.chat-type-msg .chat-attachment {
    font-size: 1.5rem;
    margin-right: 0.7143rem;
    color: #898b96;
}
.chat-type-msg .chat-attachment:hover {
    color: #335eea;
}

.login-wrapper {
    margin: 0 auto;
    max-height: 100%;
}

.login {
    width: 100%;
    padding: 0 100px;
}
.login .btn {
    margin-top: 1.5rem;
}
.login form {
    margin: 2rem 0;
}
.login .form-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .forgot-pass {
    margin-left: auto;
}

.login-bg {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
    .login {
        width: 100%;
        padding: 0 60px;
    }
}

@media screen and (max-width: 1199px) {
    .login {
        width: 100%;
        padding: 50px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .login .form-bottom {
        display: block;
    }
    .login .form-bottom .custom-control {
        margin-bottom: 10px;
    }
}

.mail-sidebar .btn {
    margin: 2.143rem 2.143rem 2.143rem;
}

.mail-sidebar .title {
    padding: 0 2.143rem;
    margin-bottom: 1.071rem;
}

.mail-sidebar .nav {
    margin-bottom: 1.429rem;
}
.mail-sidebar .nav .nav-item .nav-link {
    color: #898b96;
    padding: 0.7rem 2.143rem;
    transition: all 0.3s ease-in-out;
}
.mail-sidebar .nav .nav-item .nav-link:hover {
    background: rgba(51, 94, 234, 0.2);
    color: #335eea;
}
.mail-sidebar .nav .nav-item .nav-link i {
    padding-right: 0.7143rem;
}
.mail-sidebar .nav .nav-item .nav-link.active {
    background: rgba(51, 94, 234, 0.2);
    color: #335eea;
}

.mail-topbar {
    padding: 2.143rem;
}
.mail-topbar .search-bar {
    margin-bottom: 0.7143rem;
}
.mail-topbar .tool-bar {
    margin-bottom: 0.7143rem;
}
.mail-topbar .mail-toolbar-right .mail-pager .btn {
    padding: 0.125rem 1rem 0.1rem;
}
.mail-topbar .search {
    position: relative;
}
.mail-topbar .search .form-control {
    padding: 1rem 4.2rem 1rem 1.775rem;
    border-radius: 0;
}
.mail-topbar .search .form-control:focus {
    border-color: #335eea;
}
.mail-topbar .search i {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 1.429rem;
    color: #898b96;
}
.mail-topbar .mail-setting a {
    font-size: 1.714rem;
    padding-left: 1.429rem;
    color: #898b96;
}
.mail-topbar .mail-setting a:hover {
    color: #335eea;
}

.mail-toolbar .btn.btn-light {
    background-color: transparent;
}

.mail-toolbar .btn {
    padding: 0.575rem 1.3rem 0.375rem;
    color: #898b96;
}
.mail-toolbar .btn:hover {
    color: #335eea;
}
.mail-toolbar .btn:focus {
    color: #335eea;
}
.mail-toolbar .btn i {
    padding-right: 0;
    font-size: 1.286rem;
}

.mail-toolbar-right i {
    font-size: 1.286rem;
}

.mail-list-item {
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    display: flex;
    border-bottom: 0;
}
.mail-list-item:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.mail-list-item .mail-list-item-checkbox {
    margin-right: 1rem;
}
.mail-list-item .mail-list-item-user {
    margin-right: 1.429rem;
}
.mail-list-item .mail-list-item-name {
    margin-right: 2.143rem;
}
.mail-list-item .mail-list-item-setting i {
    font-size: 1.429rem;
    padding-right: 0.3571rem;
}
.mail-list-item .mail-list-item-info {
    display: flex;
    flex: 1 1 0;
}
.mail-list-item .mail-list-item-info a {
    font-size: 1.143rem;
    font-weight: 500;
    color: #161c2d;
}
.mail-list-item .mail-list-item-info a:hover {
    color: #335eea;
}
.mail-list-item .mail-list-item-info p {
    font-size: 0.9286rem;
}

.mail-read-topbar {
    padding: 2.143rem 2.143rem 1.429rem;
    display: flex;
}
.mail-read-topbar .media {
    display: flex;
    flex: 1;
}
.mail-read-topbar .media .avatar {
    margin-right: 1.429rem;
}
.mail-read-topbar .mail-read-topbar-right a {
    font-size: 1.6rem;
    color: #898b96;
    padding-left: 0.5714rem;
}
.mail-read-topbar .mail-read-topbar-right a:hover {
    color: #335eea;
}

.mail-read-info {
    padding: 2.143rem;
    border-top: 1px solid #e5e5e5;
}
.mail-read-info .mail-read-info-atta {
    margin: 2.143rem 0;
    padding: 1.429rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.mail-read-info .mail-read-info-atta .file {
    background-color: #f0f1f6;
    padding: 0.4286rem 0.7143rem;
    border-radius: 3px;
    margin-top: 0.7143rem;
    display: inline-block;
}

.mail-composer {
    padding: 2.143rem;
}
.mail-composer .title {
    margin-bottom: 1.429rem;
}
.mail-composer .reply-button {
    margin-top: 1.429rem;
}

@media screen and (max-width: 767px) {
    .mail-list-item {
        display: block;
    }
    .mail-list-item .mail-list-item-name {
        margin: 10px 0;
    }
    .mail-list-item-setting,
    .mail-list-item-user {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .mail-read-topbar {
        display: block;
    }
    .mail-read-topbar-right {
        margin-top: 1rem;
    }
}

ul.timeline-simple {
    list-style-type: none;
    position: relative;
    padding-left: 2.5rem;
}
ul.timeline-simple:before {
    content: " ";
    background: #f0f1f6;
    display: inline-block;
    position: absolute;
    left: 26px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline-simple > li {
    margin: 1.429rem 0;
    padding-left: 1.429rem;
    position: relative;
}
ul.timeline-simple > li .title {
    color: #161c2d;
    margin-bottom: 0;
}
ul.timeline-simple > li .date {
    font-size: 0.9rem;
    color: #335eea;
}
ul.timeline-simple > li p {
    font-size: 0.9286rem;
    margin-top: 0.7143rem;
}
ul.timeline-simple > li .icon {
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -14px;
    top: -5px;
    z-index: 400;
}
ul.timeline-simple > li .icon i {
    font-size: 1.6rem;
}

.timeline-list .timeline-item {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}
.timeline-list .timeline-item:last-child {
    padding-bottom: 1rem;
}
.timeline-list .timeline-item .timeline-date {
    margin-bottom: 0.5rem;
}
.timeline-list .timeline-item .timeline-date span {
    font-size: 0.8571rem;
    padding-left: 0.4rem;
}
.timeline-list .timeline-item .timeline-info {
    padding: 0.5rem 0.8rem;
    background-color: #f0f1f6;
    border-radius: 0.5rem;
}
.timeline-list .timeline-item .timeline-info span {
    display: block;
    font-size: 0.8571rem;
}
.timeline-list .timeline-item .timeline-icon {
    line-height: 1.8rem;
    position: absolute;
    left: -0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 0.6rem;
}
.timeline-list .timeline-item .timeline-icon i {
    font-size: 1rem;
    color: #335eea;
}

@media (min-width: 992px) {
    .timeline-list .timeline-item {
        margin-left: 10rem;
    }
    .timeline-list .timeline-item .timeline-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }
    .timeline-list .timeline-item .timeline-date span {
        display: block;
    }
    .timeline-list .timeline-item .timeline-info {
        padding: 0;
        background-color: transparent;
    }
}

.timeline-left {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.timeline-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #f0f1f6;
    left: 20%;
    margin-left: -0.4286rem;
}
.timeline-left > li {
    position: relative;
}
.timeline-left > li:first-child .icon {
    background: #335eea94;
    color: #ffffff;
}
.timeline-left > li:nth-child(odd) .time span:last-child {
    color: #898b96;
    font-size: 0.9286rem;
}
.timeline-left > li .empty span {
    color: #161c2d;
}
.timeline-left > li .time {
    display: block;
    width: 23%;
    padding-right: 5.714rem;
    position: absolute;
}
.timeline-left > li .time span {
    display: block;
    text-align: right;
}
.timeline-left > li .time span:first-child {
    font-size: 1rem;
    color: #161c2d;
    font-weight: 500;
}
.timeline-left > li .time span:last-child {
    font-size: 0.9286rem;
    color: #898b96;
}
.timeline-left > li .info {
    margin: 0 0 1.071rem 25%;
    background: #e9edf5;
    padding: 1.2em;
    position: relative;
    border-radius: 5px;
}
.timeline-left > li .info:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #e9edf5;
    border-width: 10px;
    top: 10px;
}
.timeline-left > li .info blockquote {
    font-size: 1.143rem;
}
.timeline-left > li .info .map-checkin {
    border: 5px solid #e5e5e5;
    background: #ffffff !important;
}
.timeline-left > li .info p {
    color: #898b96;
    font-size: 0.9286rem;
}
.timeline-left > li .info ul li a i {
    padding-right: 0.3rem;
    color: #335eea;
}
.timeline-left > li .icon {
    width: 40px;
    height: 40px;
    speak: none;
    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: #335eea94 ;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -1.786rem;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .timeline-left > li .time {
        padding-right: 4.286rem;
    }
}

@media screen and (max-width: 65.375em) {
    .timeline-left > li .time span:last-child {
        font-size: 0.8571rem;
    }
}

@media screen and (max-width: 47.2em) {
    .timeline-left:before {
        display: none;
    }
    .timeline-left > li .time {
        width: 100%;
        position: relative;
        padding: 0 0 1.429rem 0;
    }
    .timeline-left > li .time span {
        text-align: left;
    }
    .timeline-left > li .info {
        margin: 0 0 2.143rem 0;
        padding: 1em;
    }
    .timeline-left > li .info:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #e5e5e5;
        top: -20px;
    }
    .timeline-left > li .icon {
        position: relative;
        float: right;
        left: auto;
        margin: -4.286rem 0.3571rem 0 0px;
    }
    .timeline-left > li:nth-child(odd) .info:after {
        border-right-color: transparent;
        border-bottom-color: #e5e5e5;
    }
}

.timeline {
    list-style: none;
    padding: 1.538rem 0 1.538rem;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e9edf5;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 1.538rem;
    position: relative;
}
.timeline > li:before {
    content: " ";
    display: table;
    content: " ";
    display: table;
}
.timeline > li:after {
    content: " ";
    display: table;
    clear: both;
    content: " ";
    display: table;
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    background-color: #e9edf5;
    padding: 1.538rem;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e9edf5;
    border-right: 0 solid #e9edf5;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 0 solid #e9edf5;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li:not(.timeline-inverted) {
    padding-right: 6.923rem;
}
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -4.615rem;
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -1.923rem;
    background-color: #e9edf5;
    z-index: 100;
    border-radius: 50%;
}
.timeline > li.timeline-inverted {
    padding-left: 6.923rem;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted) {
    margin-top: -4.615rem;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.contact-item {
    background-color: #ffffff;
    padding: 1.5rem;
}
.contact-item .contact-item-top {
    display: flex;
    justify-content: space-between;
}
.contact-item .contact-item-top .contact-item-favorite a {
    font-size: 1.3rem;
}
.contact-item .avatar {
    width: 100px;
    height: 100px;
}
.contact-item .avatar .status {
    left: 8px;
    top: 8px;
}
.contact-item .contact-item-social {
    margin: 1rem 0;
}
.contact-item .contact-item-social li a {
    font-size: 1.286rem;
    padding: 0 0.5rem;
    color: #898b96;
}
.contact-item .contact-item-social li a:hover {
    color: #335eea;
}
.contact-item .contact-item-apricancie {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.contact-item .contact-item-apricancie .contact-item-apricancie-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.contact-item .contact-item-link .btn {
    margin: 0.1rem;
}

.project-item .project-title {
    display: flex;
    justify-content: space-between;
}

.project-item .project-status .project-status-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.table-file-manager img {
    height: 40px;
    margin-right: 1rem;
}

.file-manager-grid {
    padding: 2rem;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.blog .blog-info {
    background-color: #ffffff;
    padding: 1.538rem;
    border-bottom: 1px solid #e5e5e5;
}
.blog .blog-info .blog-date a {
    font-weight: 500;
}

.blog .blog-bottom {
    background-color: #ffffff;
    padding: 1rem 1.538rem;
}
.blog .blog-bottom .user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.blog .blog-bottom ul li {
    display: inline-block;
    margin-right: 0.8rem;
}
.blog .blog-bottom ul li a {
    color: #898b96;
    vertical-align: middle;
}
.blog .blog-bottom ul li a i {
    color: #335eea;
    font-weight: blod;
    font-size: 1.2rem;
    padding-right: 0.3rem;
}
.blog .blog-bottom ul li a:hover {
    color: #335eea;
}

.blog-single {
    padding: 1rem;
}
.blog-single .blog-image {
    margin-bottom: 2rem;
}
.blog-single .blog-bottom {
    padding: 0;
    margin: 2rem 0;
}
.blog-single .blog-details ul li {
    padding: 0.5rem 0;
}
.blog-single .blog-tag h5 {
    display: inline-block;
    margin-right: 1rem;
}
.blog-single .blog-tag ul {
    display: inline-block;
}
.blog-single .blog-tag ul li {
    display: inline-block;
    margin-right: 0.2rem;
}
.blog-single .blog-tag ul li a {
    display: block;
    padding: 0.3rem 1.2rem;
    background: #f0f1f6;
    border-radius: 30px;
    color: #161c2d;
}
.blog-single .blog-tag ul li a:hover {
    background-color: #335eea;
    color: #ffffff;
}
.blog-single .blog-share h5 {
    display: inline-block;
    margin-right: 1rem;
}
.blog-single .blog-share ul {
    display: inline-block;
}
.blog-single .blog-share ul li {
    display: inline-block;
    margin-right: 0.2rem;
}
.blog-single .blog-comments {
    margin-top: 3rem;
}
.blog-single .comments-list {
    margin-top: 3rem;
}
.blog-single .comments-list li {
    display: block;
}
.blog-single .comments-list li.comments {
    display: table;
    padding-bottom: 3rem;
}
.blog-single .comments-list li.comments .comment-avtar {
    display: table-cell;
    padding-right: 2rem;
}
.blog-single .comments-list li.comments .comment-info {
    display: table-cell;
    vertical-align: top;
}
.blog-single .comments-list li.comments:last-child {
    padding-bottom: 0;
}
.blog-single .comments-list li.comments.children {
    padding-left: 8rem;
}

@media screen and (max-width: 575px) {
    .blog-single .comments-list li.comments .comment-avtar {
        padding-right: 1rem;
    }
    .blog-single .comments-list li.comments .comment-avtar .avatar.avatar-xll {
        width: 50px;
        height: 50px;
    }
    .blog-single .comments-list li.comments.children {
        padding-left: 5rem;
    }
    .blog .blog-bottom ul li {
        margin-bottom: 0.5rem;
    }
}

.user-profile .user-detail {
    background: #ffffff;
    padding: 2rem;
}

.user-profile .user-rating {
    border-right: 1px solid #e5e5e5;
    padding-right: 2rem;
}
.user-profile .user-rating li {
    display: inline-block;
    font-size: 1.2rem;
}

.user-profile .user-about {
    background: #ffffff;
    padding: 2rem;
}

.user-profile .user-languages li {
    display: inline-block;
    margin-right: 0.6rem;
}
.user-profile .user-languages li a {
    display: block;
    color: #898b96;
}
.user-profile .user-languages li a i {
    margin-right: 0.3rem;
}
.user-profile .user-languages li a:hover {
    color: #335eea;
}

.user-profile .user-activites {
    background: #ffffff;
    padding: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .user-profile .user-rating li {
        font-size: 1rem;
    }
}

.search-result {
    margin: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}
.search-result .link {
    font-weight: 400;
    color: #335eea;
}
.search-result:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fc-calendar .fc-toolbar button {
    background: #f0f1f6;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0.6rem 1.2rem;
    height: inherit;
    text-transform: capitalize;
}
.fc-calendar .fc-toolbar button:focus {
    text-decoration: none;
    outline: none;
}
.fc-calendar .fc-toolbar button:hover {
    background: #335eea;
    color: #ffffff;
}

.fc-calendar .fc-toolbar button.fc-state-active {
    background: #335eea;
    color: #ffffff;
}

.fc-calendar .fc-toolbar h2 {
    font-size: 1.286rem;
}

.fc-events .fc-event {
    padding: 0.8rem 1.3rem;
    margin-bottom: 0.5rem;
    border: 0;
    color: #335eea;
    background: rgba(51, 94, 234, 0.3);
    font-weight: 500;
}

.fc-events .fc-event.event-primary {
    background: rgba(51, 94, 234, 0.3);
    color: #335eea;
}

.fc-events .fc-event.event-secondary {
    background: rgba(243, 108, 155, 0.3);
    color: #f36c9b;
}

.fc-events .fc-event.event-success {
    background: rgba(80, 210, 148, 0.3);
    color: #50d294;
}

.fc-events .fc-event.event-danger {
    background: rgba(236, 85, 82, 0.3);
    color: #ec5552;
}

.fc-events .fc-event.event-warning {
    background: rgba(255, 234, 4, 0.3);
    color: #161c2d;
}

.fc-events .fc-event.event-info {
    background: rgba(83, 202, 216, 0.3);
    color: #53cad8;
}

.fc-events .fc-event.event-dark {
    background: rgba(22, 28, 45, 0.3);
    color: #161c2d;
}

.fc-events .fc-event.event-light {
    background: #f0f1f6;
    color: #161c2d;
}

.fc-calendar .fc-event {
    padding: 0.8rem 1.3rem !important;
    background: rgba(51, 94, 234, 0.3);
    border: none;
    border-radius: 30px !important;
    font-weight: 500;
    color: #335eea;
    bottom: inherit !important;
}
.fc-calendar .fc-event:hover {
    padding: 0.8rem 1.3rem !important;
    background: rgba(51, 94, 234, 0.3);
    border: none;
    border-radius: 30px !important;
    font-weight: 500;
    color: #335eea;
    bottom: inherit !important;
}

.fc-calendar .fc-event.event-primary {
    background: rgba(51, 94, 234, 0.3);
    color: #335eea;
}
.fc-calendar .fc-event.event-primary:hover {
    background: rgba(51, 94, 234, 0.3);
    color: #335eea;
}

.fc-calendar .fc-event.event-secondary {
    background: rgba(243, 108, 155, 0.3);
    color: #f36c9b;
}
.fc-calendar .fc-event.event-secondary:hover {
    background: rgba(243, 108, 155, 0.3);
    color: #f36c9b;
}

.fc-calendar .fc-event.event-success {
    background: rgba(80, 210, 148, 0.3);
    color: #50d294;
}
.fc-calendar .fc-event.event-success:hover {
    background: rgba(80, 210, 148, 0.3);
    color: #50d294;
}

.fc-calendar .fc-event.event-danger {
    background: rgba(236, 85, 82, 0.3);
    color: #ec5552;
}
.fc-calendar .fc-event.event-danger:hover {
    background: rgba(236, 85, 82, 0.3);
    color: #ec5552;
}

.fc-calendar .fc-event.event-warning {
    background: rgba(255, 234, 4, 0.3);
    color: #161c2d;
}
.fc-calendar .fc-event.event-warning:hover {
    background: rgba(255, 234, 4, 0.3);
    color: #161c2d;
}

.fc-calendar .fc-event.event-info {
    background: rgba(83, 202, 216, 0.3);
    color: #53cad8;
}
.fc-calendar .fc-event.event-info:hover {
    background: rgba(83, 202, 216, 0.3);
    color: #53cad8;
}

.fc-calendar .fc-event.event-dark {
    background: rgba(22, 28, 45, 0.3);
    color: #161c2d;
}
.fc-calendar .fc-event.event-dark:hover {
    background: rgba(22, 28, 45, 0.3);
    color: #161c2d;
}

.fc-calendar .fc-event.event-light {
    background: #f0f1f6;
    color: #161c2d;
}
.fc-calendar .fc-event.event-light:hover {
    background: #f0f1f6;
    color: #161c2d;
}

.fc-calendar .fc-popover .fc-header {
    background: #f0f1f6;
    padding: 0.8rem;
}

.fc-calendar .fc-popover .fc-header .fc-title {
    font-weight: 500;
    color: #161c2d;
}

.fc-calendar-list.fc-unthemed .fc-list-heading td {
    background: #f0f1f6;
    border-color: #e5e5e5;
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-content {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-divider {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-list-view {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-popover {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-row {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed tbody {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed td {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed th {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed thead {
    border-color: #e5e5e5;
}

.fc-calendar-list.fc-unthemed .fc-list-item:hover td {
    background: #f0f1f6;
}

.fc-calendar-list .fc-event-dot {
    background-color: #335eea;
}

@media screen and (max-width: 767px) {
    .fc .fc-toolbar > * > * {
        float: none;
    }
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-icon,
    .fc-toolbar .fc-center {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
}

.error-01 h1 {
    font-size: 14rem;
    line-height: 1;
}

.error-01 span {
    font-size: 1.7rem;
}

.error-02 p {
    color: #ffffff;
    margin-top: 3rem;
    font-size: 1.714rem;
}

.error-03 h1 {
    font-size: 14rem;
    line-height: 1;
}

.error-03 span {
    font-size: 2rem;
    margin-top: 2rem;
    display: block;
}

@media screen and (max-width: 575px) {
    .error-01 h1 {
        font-size: 13rem;
    }
    .error-03 h1 {
        font-size: 7rem;
    }
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.jqstooltip {
    height: auto !important;
    width: auto !important;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.2s ease-in-out;
    color: #335eea;
}
a:hover {
    outline: none !important;
    text-decoration: none !important;
    color: #335eea;
}
a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: #335eea;
}
a:active {
    outline: none !important;
    text-decoration: none !important;
    color: #335eea;
}

p {
    line-height: 1.6;
}

small {
    font-size: 80%;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 2.429rem;
    line-height: 1.5;
    color: #161c2d;
}
h1 a,
.h1 a {
    color: inherit;
}

h2,
.h2 {
    font-size: 2rem;
    line-height: 1.3;
    color: #161c2d;
}
h2 a,
.h2 a {
    color: inherit;
}

h3,
.h3 {
    font-size: 1.714rem;
    line-height: 1.2;
    color: #161c2d;
}
h3 a,
.h3 a {
    color: inherit;
}

h4,
.h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #161c2d;
}
h4 a,
.h4 a {
    color: inherit;
}

h5,
.h5 {
    font-size: 1.286rem;
    line-height: 1.2;
    color: #161c2d;
}
h5 a,
.h5 a {
    color: inherit;
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1;
    color: #161c2d;
}
h6 a,
.h6 a {
    color: inherit;
}

.separator {
    border-bottom: 1px solid #e5e5e5;
}

.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1540px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1540px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.8rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.8rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.8rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.8rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.8rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }
    .m-xxl-6 {
        margin: 4rem !important;
    }
    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 4rem !important;
    }
    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 4rem !important;
    }
    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 4rem !important;
    }
    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 4rem !important;
    }
    .m-xxl-7 {
        margin: 5rem !important;
    }
    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 5rem !important;
    }
    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 5rem !important;
    }
    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 5rem !important;
    }
    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 5rem !important;
    }
    .m-xxl-8 {
        margin: 7.5rem !important;
    }
    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 7.5rem !important;
    }
    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 7.5rem !important;
    }
    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 7.5rem !important;
    }
    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 7.5rem !important;
    }
    .m-xxl-9 {
        margin: 10rem !important;
    }
    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 10rem !important;
    }
    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 10rem !important;
    }
    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 10rem !important;
    }
    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 10rem !important;
    }
    .m-xxl-10 {
        margin: 12.5rem !important;
    }
    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 12.5rem !important;
    }
    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 12.5rem !important;
    }
    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 12.5rem !important;
    }
    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 12.5rem !important;
    }
    .m-xxl-11 {
        margin: 15rem !important;
    }
    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 15rem !important;
    }
    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 15rem !important;
    }
    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 15rem !important;
    }
    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 15rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.8rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.8rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.8rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.8rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.8rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .p-xxl-6 {
        padding: 4rem !important;
    }
    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 4rem !important;
    }
    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 4rem !important;
    }
    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 4rem !important;
    }
    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 4rem !important;
    }
    .p-xxl-7 {
        padding: 5rem !important;
    }
    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 5rem !important;
    }
    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 5rem !important;
    }
    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 5rem !important;
    }
    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 5rem !important;
    }
    .p-xxl-8 {
        padding: 7.5rem !important;
    }
    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 7.5rem !important;
    }
    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 7.5rem !important;
    }
    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 7.5rem !important;
    }
    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 7.5rem !important;
    }
    .p-xxl-9 {
        padding: 10rem !important;
    }
    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 10rem !important;
    }
    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 10rem !important;
    }
    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 10rem !important;
    }
    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 10rem !important;
    }
    .p-xxl-10 {
        padding: 12.5rem !important;
    }
    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 12.5rem !important;
    }
    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 12.5rem !important;
    }
    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 12.5rem !important;
    }
    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 12.5rem !important;
    }
    .p-xxl-11 {
        padding: 15rem !important;
    }
    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 15rem !important;
    }
    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 15rem !important;
    }
    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 15rem !important;
    }
    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 15rem !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.8rem !important;
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.8rem !important;
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.8rem !important;
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.8rem !important;
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.8rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }
    .m-xxl-n6 {
        margin: -4rem !important;
    }
    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -4rem !important;
    }
    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -4rem !important;
    }
    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -4rem !important;
    }
    .m-xxl-n7 {
        margin: -5rem !important;
    }
    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -5rem !important;
    }
    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -5rem !important;
    }
    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -5rem !important;
    }
    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -5rem !important;
    }
    .m-xxl-n8 {
        margin: -7.5rem !important;
    }
    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -7.5rem !important;
    }
    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -7.5rem !important;
    }
    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -7.5rem !important;
    }
    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -7.5rem !important;
    }
    .m-xxl-n9 {
        margin: -10rem !important;
    }
    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -10rem !important;
    }
    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -10rem !important;
    }
    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -10rem !important;
    }
    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -10rem !important;
    }
    .m-xxl-n10 {
        margin: -12.5rem !important;
    }
    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -12.5rem !important;
    }
    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -12.5rem !important;
    }
    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -12.5rem !important;
    }
    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -12.5rem !important;
    }
    .m-xxl-n11 {
        margin: -15rem !important;
    }
    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -15rem !important;
    }
    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -15rem !important;
    }
    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -15rem !important;
    }
    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -15rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1540px) {
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex: none;
    padding-top: 70px;
}

.sidebar-panel {
    flex: 0 0 auto;
    width: 255px;
    background-color: #2c2e3e;
    position: fixed;
    z-index: 9;
    height: 100%;
}

.main-panel {
    flex: 1;
    padding: 30px 30px 0px 30px;
    padding-left: 285px;
    width: 100%;
}

.card {
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    -o-box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    box-shadow: 0 1px 8px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
    border-radius: 0.71rem;
    margin-bottom: 2.308rem;
}
.card > .card-title {
    margin: 0 1.429rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.629rem 0 0.5rem 0;
}
.card > .card-title .card-title-text {
    font-size: 1.3rem;
}
.card > .card-title small {
    font-size: 70%;
    color: #898b96;
}
.card > .card-title .card-title-icon {
    color: #335eea;
    padding-right: 0.2857rem;
}
.card > .card-title h4 {
    margin-bottom: 0;
}
.card > .card-title .card-title-left {
    display: flex;
    align-content: flex-start;
}
.card > .card-title .card-title-right {
    display: flex;
    align-content: flex-end;
}
.card .card-title-option ul {
    padding: 0;
    margin: 0;
}
.card .card-title-option ul li {
    display: inline-block;
    list-style: none;
}
.card .card-title-option ul li > a {
    font-size: 1.5rem;
    padding-left: 0.8rem;
    color: #898b96;
}
.card .card-title-option ul li > a:hover {
    color: #335eea;
}
.card .card-title-option-bg ul {
    padding: 0;
    margin: 0;
}
.card .card-title-option-bg ul li {
    display: inline-block;
    list-style: none;
}
.card .card-title-option-bg ul li > a {
    width: 30px;
    height: 30px;
    background-color: #f0f1f6;
    border-radius: 30px;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    padding-left: 0rem;
    color: #898b96;
    line-height: 1.7;
}
.card .card-title-option-bg ul li > a:hover {
    color: #ffffff;
    background-color: #335eea;
}
.card .card-title.card-title-border-none {
    border-bottom: 0;
}
.card .card-body {
    padding: 1.429rem;
}
.card .card-footer {
    background-color: transparent;
    padding: 1.429rem 0;
    margin: 0 1.429rem;
}

.card.tab .card-title .nav-item .nav-item {
    padding-left: 0;
}

.card.tab .card-title .nav-item .nav-link {
    padding: 0.4rem 1rem;
    background: transparent;
    color: #898b96;
    font-size: 1rem;
    border-radius: 30px;
}

.card.tab .card-title .nav-item .nav-link.active {
    background-color: #335eea;
    color: #ffffff;
}

.card.tab-outline .card-title {
    padding: 0;
}

.card.tab-outline .card-title .nav-item .nav-item {
    padding-left: 0;
}

.card.tab-outline .card-title .nav-item .nav-link {
    padding: 1.8rem 1rem;
    background: transparent;
    color: #898b96;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.card.tab-outline .card-title .nav-item .nav-link.active {
    border-bottom: 2px solid #335eea;
    color: #335eea;
}

.card.card-bg .card-title-option ul li > a {
    color: #ffffff;
}

.card.card-bg .card-title {
    margin: 0;
    padding: 1rem 1.429rem;
    border-bottom: 0;
    border-radius: 0.71rem 0.71rem 0 0;
}

.card.card-bg .card-title .card-title-text {
    color: #ffffff;
}

.card.card-bg .card-title-option-bg ul li > a {
    background-color: #ffffff;
    color: #161c2d;
}

.card.card-bg .card-title-option-bg ul li > a:hover {
    background-color: #161c2d;
    color: #ffffff;
}

.card.card-bg.tab .card-title .nav-item .nav-link {
    color: #ffffff;
}

.card.card-bg.tab .card-title .nav-item .nav-link.active {
    background: #ffffff;
    color: #161c2d;
}

.card.card-bg.tab-outline .card-title .nav-item .nav-link {
    color: #ffffff;
}

.card.card-bg.tab-outline .card-title .nav-item .nav-link.active {
    border-bottom: 2px solid #161c2d;
    color: #161c2d;
}

.card.card-bg.tab-outline .card-title {
    padding: 0 1.429rem;
}

.card.card-bg.card-bg-with-border-primary {
    border: 1px solid #335eea;
}

.card.card-bg.card-bg-with-border-secondary {
    border: 1px solid #f36c9b;
}

.card.card-bg.card-bg-with-border-success {
    border: 1px solid #50d294;
}

.card.card-bg.card-bg-with-border-danger {
    border: 1px solid #ec5552;
}

.card.card-bg.card-bg-with-border-warning {
    border: 1px solid #ffea04;
}

.card.card-bg.card-bg-with-border-info {
    border: 1px solid #53cad8;
}

.card.card-bg.card-bg-with-border-light {
    border: 1px solid #f0f1f6;
}

.card.card-bg.card-bg-with-border-dark {
    border: 1px solid #161c2d;
}

.icon-demo i {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    width: 2.5rem;
    display: inline-block;
}

.icon-demo .flag-wrapper i {
    margin-right: 1rem;
}

.tag li {
    display: inline-block;
}

.tag li a {
    padding: 0.4rem 1.6rem;
    background: #f0f1f6;
    border-radius: 30px;
    margin-bottom: 0.5rem;
    display: block;
    color: #161c2d;
}

.tag li a:hover {
    background: #335eea;
    color: #ffffff;
}

.panel-hedding h1 {
    font-size: 1.629rem;
    line-height: 1;
}

.panel-hedding p {
    margin-bottom: 0;
}

.panel-hedding .add-new {
    text-align: right;
}

.todo-task .list-group-item {
    background-color: #e9edf5;
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.todo-task .list-group-item .custom-control-label {
    padding-top: 0;
}

.todo-task .list-group-item .task-status {
    padding-left: 0.7rem;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.todo-task
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label {
    text-decoration: line-through;
    opacity: 0.8;
}

.todo-task .list-group-item .task-action ul li {
    display: inline-block;
    margin-right: 0.5rem;
}

.todo-task .list-group-item .task-action ul li a {
    font-size: 1.4rem;
    color: #898b96;
}

.todo-task .list-group-item .task-action ul li a:hover {
    color: #335eea;
}

.todo-task .search-box {
    position: relative;
}

.todo-task .search-box a i {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 1.4rem;
    color: #898b96;
}

.todo-task .search-box input {
    padding-left: 3.4rem;
}

.activity .activity-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e5e5e5;
}

.activity .activity-item:last-child {
    border-color: transparent;
}

.activity .activity-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid #335eea;
}

.activity .activity-item .date {
    position: relative;
    top: -5px;
    color: #898b96;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

.activity .activity-item .text {
    position: relative;
    top: -3px;
}

.support-ticket .ticket-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
}

.support-ticket .ticket-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.support-ticket .ticket-item .avatar {
    margin-right: 1.6rem;
}

.support-ticket .ticket-item .ticket-info {
    margin-right: 1rem;
}

.support-ticket .ticket-item .ticket-info .ticket-customer {
    margin-right: 1rem;
}

.support-ticket .ticket-item .ticket-info .ticket-customer:hover {
    color: #335eea !important;
}

.support-ticket .ticket-item .ticket-time span {
    margin-left: 0.5rem;
    color: #898b96;
}

.support-ticket .ticket-item .ticket-time span i {
    color: #335eea;
    font-size: 1.3rem;
}

.support-ticket .ticket-item .ticket-time span:hover {
    color: #335eea;
}

.support-ticket .ticket-item .title {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.support-ticket .ticket-item .title:hover {
    color: #335eea;
}

.comments .comment-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
}

.comments .comment-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.comments .comment-item .media .media-body .comment-name {
    display: flex;
    justify-content: space-between;
}

.comments .comment-item .media .media-body .comment-name h6 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
}

.comments .comment-item .media .media-body .comment-name a {
    color: #335eea;
}

.comments .comment-item .media .media-body p {
    margin-bottom: 0.3rem;
}

.comments .comment-item .media .media-body .time-date {
    color: #898b96;
    font-size: 0.9em;
}

.comments .comment-item .media .media-body .comment-actions {
    margin-top: 0.5rem;
}

.comments .comment-item .media .media-body .comment-actions a {
    color: #898b96;
    margin-right: 0.5rem;
}

.comments .comment-item .media .media-body .comment-actions a:hover {
    color: #335eea;
}

.user .user-item {
    margin-bottom: 1.6rem;
}

.user .user-item {
    display: flex;
}

.user .user-item .user-name {
    flex: 2;
}

.notifications-list ul li {
    padding: 1.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.notifications-list ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.notifications-list ul li a {
    font-weight: 400;
    display: block;
    margin-bottom: 0.1rem;
    color: #161c2d;
}

.notifications-list a:hover {
    color: #335eea;
}

.notifications-list a span {
    position: relative;
}

.tweets .tweets-item {
    display: flex;
    margin-bottom: 1.6rem;
}

.tweets .tweets-item .tweets-icon {
    margin-right: 1rem;
}

.tweets .tweets-item .tweets-icon {
    font-size: 1.286rem;
}

.blog.blog-bg .blog-bottom {
    padding: 0;
    background-color: transparent;
}

.blog.blog-bg .blog-bottom ul li a i {
    color: #ffffff;
}

.maps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    background: #335eea;
    padding: 1rem;
    border-radius: 3px;
    position: relative;
}

.maps-overlay:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #335eea transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    content: "";
}

.nicescroll-cursors {
    background: #f0f1f6 !important;
    border-color: #f0f1f6 !important;
}

@media screen and (max-width: 991px) {
    .panel-hedding .add-new {
        text-align: left;
        margin-top: 1rem;
    }
    .panel-hedding .alert {
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .timeline-list .timeline-item {
        margin-left: 0;
    }
    ul.timeline-simple {
        padding-left: 1rem;
    }
    ul.timeline-simple:before {
        left: 6px;
    }
}

@media screen and (max-width: 575px) {
    .timeline > li.timeline-inverted + li:not(.timeline-inverted) {
        margin-top: 0;
    }
    .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
        margin-top: 0;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
    }
    .timeline:before {
        display: none;
    }
    .timeline > li > .timeline-badge {
        right: 0;
        left: inherit;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        right: inherit;
        left: 20px;
    }
    .timeline > li.timeline-inverted {
        padding-left: 4.923rem;
    }
    .timeline > li:not(.timeline-inverted) {
        padding-right: 4.923rem;
    }
    .card > .card-title {
        display: block;
    }
    .card > .card-title .card-title-right {
        margin-top: 1rem;
    }
    .support-ticket .ticket-item {
        display: block;
    }
    .support-ticket .ticket-item .avatar {
        margin-bottom: 10px;
    }
    .support-ticket .ticket-item .ticket-time.text-right {
        text-align: left !important;
        margin-top: 10px;
    }
    .comments .comment-item .media .media-body .comment-name {
        display: block;
        margin-bottom: 10px;
    }
}
