.article {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e9f2;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .025)
}

.article .article-text-header {
    padding: 10px
}

.article .article-text-header .article-title h2 {
    line-height: 22px
}

.article .article-text-header .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article .article-header {
    height: 170px;
    position: relative;
    overflow: hidden
}

.article .article-header .article-image {
    background-color: #fbfbfb;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1
}

.article .article-header .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .01) 1%, rgba(0, 0, 0, .65) 98%, rgba(0, 0, 0, .65) 100%);
    padding: 10px
}

.article .article-header .article-title h2 {
    font-size: 16px;
    line-height: 24px
}

.article .article-header .article-title h2 a {
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

.article .article-details {
    background-color: #fff;
    padding: 20px;
    line-height: 24px
}

.article .article-details .article-cta {
    text-align: center
}

.article .article-header .article-badge {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.article .article-header .article-badge .article-badge-item {
    padding: 7px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    font-size: 12px
}

.article .article-header .article-badge .article-badge-item .fab,
.article .article-header .article-badge .article-badge-item .fal,
.article .article-header .article-badge .article-badge-item .far,
.article .article-header .article-badge .article-badge-item .fas,
.article .article-header .article-badge .article-badge-item .ion {
    margin-right: 3px
}

.article.article-style-b .article-details .article-title {
    margin-bottom: 10px
}

.article.article-style-b .article-details .article-title h2 {
    line-height: 22px
}

.article.article-style-b .article-details .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article.article-style-b .article-details p {
    color: #34395e
}

.article.article-style-b .article-details .article-cta {
    text-align: right
}

.article.article-style-c .article-details .article-title {
    margin-bottom: 10px
}

.article.article-style-c .article-details .article-title h2 {
    line-height: 22px
}

.article.article-style-c .article-details .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article.article-style-c .article-details p {
    color: #34395e
}

.article.article-style-c .article-details .article-cta {
    text-align: right
}

.article.article-style-a .article-header {
    height: 233px
}

.article.article-style-a .article-details .article-category {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #34395e
}

.article.article-style-a .article-details .article-category a {
    font-size: 10px;
    color: #34395e;
    font-weight: 700
}

.article.article-style-a .article-details .article-title {
    margin-bottom: 10px
}

.article.article-style-a .article-details .article-title h2 {
    line-height: 22px
}

.article.article-style-a .article-details .article-title a {
    font-size: 16px;
    font-weight: 600
}

.article.article-style-a .article-details p {
    color: #34395e
}

.article.article-style-a .article-user {
    display: inline-block;
    width: 100%
}

.article.article-style-a .article-user img {
    border-radius: 50%;
    float: left;
    width: 45px;
    margin-right: 15px
}

.article.article-style-a .article-user .user-detail-text {
    font-size: 10px;
    color: #98a6ad !important
}

.article.article-style-a .article-user .user-detail-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #34395e !important
}

@media (max-width:575.98px) {
    .article .article-style-c .article-header {
        height: 225px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .article {
        margin-bottom: 40px
    }

    .article .article-header {
        height: 195px !important
    }

    .article.article-style-c .article-header {
        height: 155px
    }
}

@media (max-width:1024px) {
    .article.article-style-c .article-header {
        height: 216px
    }

    .article .article-header {
        height: 155px
    }
}

.author-box .author-box-left {
    float: left;
    text-align: center;
    padding-left: 5px
}

.author-box .author-box-left .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px
}

.author-box .author-box-center {
    text-align: center;
    padding-left: 5px
}

.author-box .author-box-center .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px
}

.author-box .author-box-picture {
    width: 100px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1)
}

.author-box .author-box-details {
    margin-left: 135px
}

.author-box .author-box-name {
    font-size: 18px
}

.author-box .author-box-name a {
    font-weight: 600
}

.author-box .author-box-job {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 12px;
    color: #34395e
}

.author-box .author-box-description {
    line-height: 26px;
    margin-top: 15px
}

.box-center {
    margin: 0 auto
}

.box-center a {
    text-decoration: none;
    color: #fff
}

.box-center h5,
.box-center h6 {
    color: #fff
}

.background-image-body {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), 
                url('../img/food_delivery.jpg');
 
    height: 100vh; /* Ensures it covers the viewport height */
    width: 100%;
  }
  
  @media (max-width: 768px) {
    .background-image-body {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), 
                url('../img/food_delivery.jpg'); /* Use a different image for mobile if needed */
      background-size: cover;
      background-position: center;
    }
  }
  

.btn-auth-color {
    background: linear-gradient(135deg, #ff2680 0, #dd03b9 100%) !important;
    color: #630303 !important
}

.login-brand-color {
    color: #fff !important
}

.login-invoice-color {
    color: #000 !important
}

.logo-auth {
    margin-top: 10px
}

.logo-name-auth {
    vertical-align: middle;
    font-size: 30px
}

@media (max-width:575.98px) {
    .author-box .author-box-left {
        float: none
    }

    .author-box .author-box-center {
        float: none
    }

    .author-box .author-box-details {
        margin-left: 0;
        margin-top: 15px;
        text-align: center
    }
}

.avatar-item {
    position: relative;
    margin-bottom: 20px
}

.avatar-item img {
    border-radius: 50%
}

.avatar-item .avatar-badge {
    position: absolute;
    bottom: -5px;
    right: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px
}

.browser {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.browser.browser-chrome {
    background-image: url(../img/browsers/chrome.png)
}

.browser.browser-firefox {
    background-image: url(../img/browsers/firefox.png)
}

.browser.browser-internet-explorer {
    background-image: url(../img/browsers/internet-explorer.png)
}

.browser.browser-opera {
    background-image: url(../img/browsers/opera.png)
}

.browser.browser-safari {
    background-image: url(../img/browsers/safari.png)
}

.chat .chat-message .fa-file-image-o,
.chat .chat-message .fa-file-o {
    font-size: 16px;
    color: gray;
    cursor: pointer
}

.chat-app {
    height: 690px
}

.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px
}

.chat-app .chat {
    border-left: 1px solid #e8e8e8
}

.chat-app .list_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.people-list {
    transition: .5s
}

.people-list .chat-search {
    margin: 10px
}

.people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 15px
}

.people-list .chat-list img {
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.people-list img {
    float: left;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.people-list .about {
    float: left;
    padding-left: 8px
}

.people-list .status {
    color: #999;
    font-size: 13px
}

.chat .chat-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    border-radius: 0 .55rem 0 0
}

.chat .chat-header img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 45px
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-header .chat-with {
    font-weight: 700;
    font-size: 16px
}

.chat .chat-header .chat-num-messages {
    color: 434651
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff;
    height: 450px
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data .message-data-name {
    font-size: 13px;
    font-weight: 700
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #e8e8e8
}

.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e8e8e8;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #d9e7ea
}

.chat .chat-history .other-message:after {
    border-bottom-color: #d9e7ea;
    left: 93%
}

.chat .chat-message {
    padding: 20px
}

.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font: 14px/22px Lato, Arial, sans-serif;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    resize: none
}

.online {
    margin-right: 3px;
    font-size: 10px;
    color: #38bbc0
}

.offline {
    margin-right: 3px;
    font-size: 10px;
    color: #f74aee
}

.me {
    margin-right: 3px;
    font-size: 10px;
    color: #0498bd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.slimScrollBar {
    z-index: 0 !important
}

.chat-upload {
    float: right
}

.chat-control {
    color: #173ba1
}

.chat-control a i {
    margin-top: 1px;
    text-align: center;
    height: 20px;
    weight: 20px
}

.chat-box .chat-content {
    background-color: #f9f9f9 !important;
    height: 400px;
    overflow: hidden;
    padding-top: 25px !important
}

.chat-box .chat-content .chat-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px
}

.chat-box .chat-content .chat-item.chat-right img {
    float: right
}

.chat-box .chat-content .chat-item.chat-right .chat-details {
    margin-left: 0;
    margin-right: 70px;
    margin-top: 6px;
    text-align: right
}

.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
    text-align: left;
    background-color: #c039d7;
    color: #fff
}

.chat-box .chat-content .chat-item>img {
    float: left;
    width: 50px;
    border-radius: 50%
}

.chat-box .chat-content .chat-item .chat-details {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 6px
}

.chat-box .chat-content .chat-item .chat-details .chat-text {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 0 16px 0 16px;
    width: auto;
    display: inline-block;
    font-size: 12px
}

.chat-box .chat-content .chat-item .chat-details .chat-text img {
    max-width: 100%;
    margin-bottom: 10px
}

.chat-box .chat-content .chat-item.chat-typing .chat-details .chat-text {
    background-image: url(../img/typing.svg);
    height: 40px;
    width: 60px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat
}

.chat-box .chat-content .chat-item .chat-details .chat-time {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 500;
    opacity: .6
}

.chat-box .chat-form {
    padding: 0;
    position: relative
}

.chat-box .chat-form .form-control {
    border: none;
    padding: 15px;
    height: 50px;
    padding-right: 70px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    outline: 0
}

.chat-box .chat-form .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1)
}

.chat-box .chat-form .btn i {
    margin-left: 0
}

.chocolat-wrapper {
    z-index: 890
}

.chocolat-overlay {
    background-color: #000
}

[data-tab-group] {
    display: none
}

[data-tab-group].active {
    display: block
}

table.dataTable {
    border-collapse: collapse !important
}

table.dataTable td,
table.dataTable th {
    vertical-align: middle
}

table.dataTable thead td,
table.dataTable thead th {
    border-bottom: 1px solid #ddd !important
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important
}

table.dataTable img {
    -webkit-box-shadow: 0 5px 15px 0 rgba(105, 103, 103, .5);
    box-shadow: 0 5px 15px 0 rgba(105, 103, 103, .5);
    border: 2px solid #fff;
    border-radius: 10px
}

table.dataTable .badge-shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

table.dataTable .tblHrdcheckbox {
    margin-left: 15px
}

.dataTables_wrapper {
    padding: 0 !important;
    font-size: 13px !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
    float: left
}

div.dataTables_wrapper div.dataTables_processing {
    font-size: 0 !important;
    background-image: url(../img/spinner.svg) !important;
    background-color: #fff;
    background-size: 100%;
    width: 50px !important;
    height: 50px;
    border: none;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    opacity: 1 !important
}

.buttons-copy {
    background-color: #3480eb !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 70px;
    margin: 0 5px 0 5px
}

.buttons-excel {
    background-color: #eb3456 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 70px;
    margin: 0 5px 0 5px
}

.buttons-csv {
    background-color: #971bb3 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 70px;
    margin: 0 5px 0 5px
}

.buttons-pdf {
    background-color: #f7a81e !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 70px;
    margin: 0 5px 0 5px
}

.buttons-print {
    background-color: #0b8552 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 70px;
    margin: 0 5px 0 5px
}

.image-square {
    border-radius: 6px !important;
    border: 2px solid rgba(0, 0, 0, .2)
}

.daterangepicker.dropdown-menu {
    width: auto
}

.daterangepicker .input-mini {
    padding-left: 28px !important
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
    padding: 5px;
    font-size: 12px
}

.ranges li {
    color: #6777ef
}

.ranges li.active,
.ranges li:hover {
    background-color: #6777ef
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6777ef
}

.dropzone {
    border: 2px dashed #6777ef;
    min-height: 240px;
    text-align: center
}

.dropzone .dz-message {
    font-size: 24px;
    color: #34395e;
    margin: 3.4em
}

.dropzone .dz-preview .dz-details {
    padding: 2.2em 1em
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px
}

@media (max-width:575.98px) {
    .dropzone .dz-message {
        margin: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .dropzone .dz-message {
        margin: 2.75em
    }
}

.flag-icon {
    width: 50px;
    height: 20px;
    display: inline-block;
    background-size: 100%
}

.flag-icon.flag-icon-shadow {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1)
}

.fc-toolbar h2 {
    font-size: 16px;
    margin-top: 4px
}

.fc-view {
    border-color: #f2f2f2;
    color: #34395e !important;
    font-weight: 500;
    padding: 10px
}

.fc-view>table {
    border-color: #f2f2f2
}

.fc-view>table td,
.fc-view>table tr {
    border-color: #f2f2f2
}

.fc-view>table th {
    border-color: #f2f2f2;
    color: #34395e !important;
    font-weight: 500;
    padding: 10px
}

.fc-view-container>.fc-view {
    padding: 0
}

.fc-view {
    color: #666;
    text-align: right
}

.fc-view>table td {
    color: #666;
    text-align: right
}

.fc-unthemed td.fc-today {
    background-color: #f2f2f2
}

.fc button .fc-icon {
    top: -.09em
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 10px
}

.fc-day-grid-event .fc-content {
    padding: 5px 10px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1)
}

tr:first-child>td>.fc-day-grid-event {
    margin-bottom: 10px
}

.fc-state-default {
    border-radius: 3px;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 500
}

.fc button {
    height: auto;
    padding: 10px 15px;
    text-shadow: none;
    border-radius: 0
}

.fc button.fc-state-active {
    background-color: #6777ef;
    color: #fff
}

.gallery {
    display: inline-block;
    width: 100%
}

.gallery .gallery-item {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: all .5s;
    position: relative
}

.gallery .gallery-item:hover {
    opacity: .8
}

.gallery .gallery-hide {
    display: none
}

.gallery .gallery-more:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.gallery .gallery-more div {
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: #fff
}

.gallery.gallery-md .gallery-item {
    width: 78px;
    height: 78px;
    margin-right: 10px;
    margin-bottom: 10px
}

.gallery.gallery-md .gallery-more div {
    line-height: 78px
}

.gallery.gallery-fw .gallery-item {
    width: 100%;
    margin-bottom: 15px
}

.gallery.gallery-fw .gallery-more div {
    font-size: 20px
}

#aniimated-thumbnials img {
    width: 100%;
    margin: 15px 0
}

#callback-preview,
.image-preview {
    width: 250px;
    height: 250px;
    border: 2px dashed #ddd;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #ecf0f1
}

#callback-preview input,
.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10
}

#callback-preview label,
.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: .8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center
}

.audio-preview {
    background: #fff;
    width: auto;
    padding: 20px;
    display: inline-block
}

.audio-upload {
    cursor: pointer;
    background-color: #bdc3c7;
    color: #ecf0f1;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase
}

.jqvmap-circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 3px solid #6777ef;
    border-radius: 50%
}

.jqvmap-label {
    z-index: 889
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    height: auto;
    width: auto
}

.profile-widget {
    margin-top: 35px
}

.profile-widget .profile-widget-picture {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    width: 100px;
    margin-top: -35px;
    display: block;
    z-index: 1
}

.profile-widget .profile-widget-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.profile-widget .profile-widget-items {
    display: flex;
    position: relative;
    margin-top: 10px
}

.profile-widget .profile-widget-items:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f2f2f2
}

.profile-widget .profile-widget-items .profile-widget-item {
    flex: 1;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 15px 0
}

.profile-widget .profile-widget-items .profile-widget-item:last-child {
    border-right: none
}

.profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-label {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
    color: #34395e
}

.profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-value {
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.profile-widget .profile-widget-description {
    padding: 20px;
    line-height: 26px
}

.profile-widget .profile-widget-description .profile-widget-name {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600
}

.full-background-color {
    background: linear-gradient(180deg, #ffa426 0, #ffe626 100%);
    height: 120px;
    border-radius: 5px 5px 0 0;
    padding-top: 10px
}

.full-background-color .profile-widget-image {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    width: 100px;
    display: block;
    z-index: 1
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
    box-shadow: none
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 42px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    outline: 0;
    background-color: #fdfdff;
    border-color: #e4e6fc
}

.select2-dropdown {
    border-color: #e4e6fc !important
}

.select2-container.select2-container--open .select2-selection--multiple {
    background-color: #fefeff;
    border-color: #95a0f4
}

.select2-container.select2-container--focus .select2-selection--multiple,
.select2-container.select2-container--focus .select2-selection--single {
    background-color: #fefeff;
    border-color: #95a0f4
}

.select2-container.select2-container--open .select2-selection--single {
    background-color: #fefeff;
    border-color: #95a0f4
}

.select2-results__option {
    padding: 10px
}

.select2-search--dropdown .select2-search__field {
    padding: 7px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    min-height: 42px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6777ef;
    color: #fff
}

.select2-results__option {
    padding-right: 10px 15px
}

.selectric {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    min-height: 42px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px
}

.selectric:hover {
    background-color: #fdfdff;
    border-color: #e4e6fc
}

.selectric:focus {
    background-color: #fefeff;
    border-color: #95a0f4
}

.selectric .label {
    font-size: 13px;
    background-color: transparent;
    line-height: 44px;
    min-height: 42px
}

.selectric .button {
    background-color: transparent;
    line-height: 44px;
    min-height: 42px
}

.selectric-open .selectric {
    border-color: #6777ef
}

.selectric-above .selectric-items,
.selectric-below .selectric-items {
    margin-bottom: 10px
}

.selectric-items {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #fff;
    border: none
}

.selectric-items li {
    font-size: 13px;
    padding: 10px 15px
}

.selectric-items li:hover {
    background-color: #f2f2f2
}

.selectric-items li.highlighted,
.selectric-items li.selected {
    background-color: #6777ef;
    color: #fff
}

.slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 34px;
    opacity: .3
}

.slider .owl-nav [class*=owl-]:hover {
    background-color: #000
}

.slider .owl-nav .owl-next {
    right: 0;
    left: initial
}

.slider:hover .owl-nav [class*=owl-] {
    opacity: 1
}

.slider .slider-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 10px
}

.slider .slider-caption .slider-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.slider .slider-caption .slider-description {
    line-height: 26px;
    opacity: .8
}

.jqstooltip {
    box-sizing: content-box
}

.sparkline-bar,
.sparkline-inline,
.sparkline-line {
    width: 100%
}

.sparkline-bar canvas,
.sparkline-inline canvas,
.sparkline-line canvas {
    width: 100% !important
}

.statistic-details {
    display: flex;
    flex-wrap: wrap
}

.statistic-details .statistic-details-item {
    flex: 1;
    padding: 17px 10px;
    text-align: center
}

.statistic-details .statistic-details-item .detail-chart {
    margin-bottom: 10px;
    padding: 0 20px
}

.statistic-details .statistic-details-item .detail-name {
    font-size: 12px;
    margin-top: 0;
    color: #34395e
}

.statistic-details .statistic-details-item .detail-value {
    font-size: 14px;
    font-weight: 700
}

.statistic-details .statistic-details-item .card-widget-square {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    margin: 10px 10px 10px 10px;
    border-radius: 6px;
    background: 0 0
}

.statistic-details .statistic-details-item .card-widget-square i {
    font-size: 18px
}

.statistic-details .statistic-details-item .card-widget-color1 {
    border: 2px solid #4caf50;
    color: #4caf50
}

.statistic-details .statistic-details-item .card-widget-color2 {
    border: 2px solid #29b3ba;
    color: #29b3ba
}

.statistic-details .statistic-details-item .card-widget-color3 {
    border: 2px solid #e9c65c;
    color: #e9c65c
}

@media (max-width:575.98px) {
    .statistic-details {
        flex-wrap: wrap
    }

    .statistic-details .statistic-details-item {
        flex: initial;
        width: 50%
    }
}

.summary {
    display: inline-block;
    width: 100%
}

.summary .summary-info {
    background-color: #eaf2f4;
    padding: 50px 0;
    text-align: center;
    border-radius: 3px
}

.summary .summary-info h4 {
    font-weight: 600
}

.summary .summary-item {
    margin-top: 20px
}

.summary .summary-item h6 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px
}

.note-editor.note-frame {
    border-radius: 3px;
    border: 1px solid #ededed;
    box-shadow: none
}

.note-toolbar {
    padding: 0 0 5px 5px !important;
    position: relative !important
}

.note-toolbar.card-header {
    height: auto;
    display: block;
    min-height: auto
}

.note-toolbar .note-btn {
    font-size: 12px;
    background-color: transparent;
    box-shadow: none;
    border-color: transparent
}

.swal-button {
    border-radius: 3px;
    font-size: 16px
}

.swal-button:focus {
    box-shadow: none
}

.swal-button.swal-button--confirm {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef
}

.swal-button.swal-button--confirm:focus {
    opacity: .8
}

.swal-footer {
    text-align: center
}

.swal-text {
    text-align: center;
    line-height: 24px;
    font-weight: 500
}

.bootstrap-tagsinput {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    display: block;
    height: 46px;
    box-shadow: none;
    overflow: auto
}

.bootstrap-tagsinput input {
    height: 100%;
    padding: 0 8px
}

.bootstrap-tagsinput .tag {
    background-color: #6777ef;
    border-radius: 3px;
    padding: 5px 10px
}

.bootstrap-tagsinput .tag:first-child {
    margin-left: 5px
}

.bootstrap-tagsinput:focus {
    background-color: #fefeff;
    border-color: #95a0f4
}

.bootstrap-timepicker-widget table td a span {
    margin-left: 0 !important
}

#toast-container>div {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    padding: 20px 20px 20px 50px;
    opacity: 1
}

#toast-container>.toast {
    background-image: none !important
}

#toast-container>.toast:before {
    position: absolute;
    left: 17px;
    top: 25px;
    font-family: Ionicons;
    font-size: 24px;
    line-height: 18px;
    color: #fff
}

#toast-container>.toast-warning:before {
    content: "\f100"
}

#toast-container>.toast-error:before {
    content: "\f2d7"
}

#toast-container>.toast-info:before {
    content: "\f44c";
    color: #000
}

#toast-container>.toast-success:before {
    content: "\f121"
}

.toast.toast-error {
    background-color: #febddd
}

.toast.toast-warning {
    background-color: #ffa426
}

.toast.toast-success {
    background-color: #69e7b8
}

.toast.toast-info {
    background-color: #fff
}

.toast.toast-info .toast-title {
    color: #000
}

.toast.toast-info .toast-message {
    color: #000;
    margin-top: 5px
}

.user-item {
    text-align: center
}

.user-item img {
    border-radius: 50%;
    padding-left: 20px;
    padding-right: 20px
}

.user-item .user-details {
    margin-top: 10px
}

.user-item .user-details .user-name {
    font-weight: 600;
    color: #191d21;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-item .user-details .user-cta {
    margin-top: 10px
}

.user-item .user-details .user-cta .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px
}

@media (max-width:575.98px) {

    .user-details .media,
    .user-progress .media {
        text-align: center;
        display: inline-block;
        width: 100%
    }

    .user-details .media img,
    .user-progress .media img {
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    .user-details .media .media-body,
    .user-progress .media .media-body {
        width: 100%
    }

    .user-details .media .media-items,
    .user-progress .media .media-items {
        margin: 20px 0;
        width: 100%
    }

    .user-details .list-unstyled-noborder li:last-child,
    .user-progress .list-unstyled-noborder li:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .user-progress .media .media-progressbar {
        margin-top: 10px
    }

    .user-progress .media .media-cta {
        margin-top: 20px;
        margin-left: 0
    }
}

.weather .weather-icon {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 40px
}

.weather .weather-icon span {
    font-size: 60px;
    margin-top: 30px
}

.weather .weather-desc {
    margin-left: 160px
}

.weather .weather-desc h4 {
    font-size: 70px;
    font-weight: 200;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 56px
}

.weather .weather-desc .weather-text {
    font-size: 12px;
    color: #34395e;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px
}

.weather .weather-desc ul {
    margin: 15px 0 13px 0;
    padding: 0
}

.weather ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 10px;
    line-height: 1;
    border-radius: 3px;
    border: 2px solid #6777ef;
    font-size: 10px;
    font-weight: 500;
    color: #6777ef;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.weather-table td {
    height: 50px !important;
    border-top: 1px solid #d6d8da
}

.weather-hour-style {
    list-style-type: none;
    padding-left: 0
}

@media (max-width:575.98px) {
    .weather {
        text-align: center
    }

    .weather .weather-icon {
        float: none;
        width: auto
    }

    .weather .weather-icon span {
        margin-top: 20px
    }

    .weather .weather-desc {
        margin-left: 0
    }
}

.icon-wrap {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    width: calc(100% / 4)
}

.icon-wrap .icon {
    float: left;
    width: 40px;
    font-family: weathericons;
    font-size: 20px
}

.icon-wrap .icon_unicode {
    width: 100%;
    padding-left: 45px;
    color: #34395e
}

.new-icons ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.new-icons ul li {
    padding: 10px
}

.icon-wrap .icon,
.new-icons ul li .wi {
    font-size: 24px;
    margin-right: 15px;
    width: 30px;
    text-align: center
}

.pwindicator {
    margin-top: 4px;
    width: 150px
}

.pwindicator .bar {
    height: 2px
}

.pw-very-weak .bar {
    background: #d00;
    width: 30px
}

.pw-very-weak .label {
    color: #d00
}

.pw-weak .bar {
    background: #d00;
    width: 60px
}

.pw-weak .label {
    color: #d00
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 90px
}

.pw-mediocre .label {
    color: #f3f01a
}

.pw-strong .bar {
    background: #f3b31a;
    width: 120px
}

.pw-strong .label {
    color: #f3b31a
}

.pw-very-strong .bar {
    background: #0d0;
    width: 150px
}

.pw-very-strong .label {
    color: #0d0
}

.product-item {
    text-align: center
}

.product-item .product-image {
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    margin-bottom: 10px
}

.product-item .product-name {
    color: #34395e;
    font-weight: 700;
    margin-bottom: 3px
}

.product-item .product-review {
    color: #ffa426;
    margin-bottom: 3px
}

.product-item .product-cta {
    margin-top: 5px
}

.product-item .product-cta a {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.tickets-list .ticket-item {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #f9f9f9
}

.tickets-list .ticket-item.ticket-more {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 12px
}

.tickets-list .ticket-item .ticket-title h4 {
    font-size: 16px;
    font-weight: 700
}

.tickets-list .ticket-item .ticket-info {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #34395e;
    letter-spacing: .5px
}

.tickets-list .ticket-item .ticket-info .bullet {
    margin: 0 10px
}

.tickets {
    display: flex
}

.tickets .ticket-items {
    width: 30%;
    padding-right: 30px
}

.tickets .ticket-items .ticket-item {
    display: inline-block;
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    transition: all .5s
}

.tickets .ticket-items .ticket-item:hover {
    background-color: rgba(63, 82, 227, .03)
}

.tickets .ticket-items .ticket-item:hover .ticket-title {
    color: #6777ef
}

.tickets .ticket-items .ticket-item.active {
    box-shadow: 0 2px 6px #acb5f6;
    border-radius: 3px;
    background-color: #6777ef;
    border-bottom: none
}

.tickets .ticket-items .ticket-item.active .ticket-desc,
.tickets .ticket-items .ticket-item.active .ticket-title {
    color: #fff !important
}

.tickets .ticket-items .ticket-item .ticket-title h4 {
    font-size: 13px;
    letter-spacing: .3px
}

.tickets .ticket-items .ticket-item .ticket-title h4 .badge {
    padding: 7px 10px;
    margin-left: 5px
}

.tickets .ticket-items .ticket-item .ticket-desc {
    display: flex;
    font-size: 11px;
    font-weight: 500;
    color: #34395e;
    letter-spacing: .5px
}

.tickets .ticket-items .ticket-item .ticket-desc .bullet {
    margin: 0 10px
}

.tickets .ticket-content {
    width: 70%
}

.tickets .ticket-content .ticket-header {
    display: flex
}

.tickets .ticket-content .ticket-header .ticket-sender-picture {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 20px
}

.tickets .ticket-content .ticket-header .ticket-sender-picture img {
    width: 100%
}

.tickets .ticket-content .ticket-header .ticket-detail .ticket-title h4 {
    font-size: 18px;
    font-weight: 700
}

.tickets .ticket-content .ticket-header .ticket-detail .ticket-info {
    display: flex;
    letter-spacing: .3px;
    font-size: 12px;
    font-weight: 500;
    color: #34395e
}

.tickets .ticket-content .ticket-header .ticket-detail .ticket-info .bullet {
    margin: 0 10px
}

.tickets .ticket-divider {
    height: 1px;
    width: 100%;
    display: inline-block;
    background-color: #f2f2f2
}

.tickets .ticket-description {
    color: #34395e;
    font-weight: 500;
    margin-top: 30px;
    line-height: 28px
}

.tickets .ticket-description p {
    margin-bottom: 20px
}

.tickets .ticket-description .ticket-form {
    margin-top: 40px
}

.tickets .ticket-description .ticket-form .note-editable {
    color: #34395e;
    font-weight: 500
}

.tickets .ticket-description .ticket-form .note-editable p {
    margin-bottom: 5px
}

@media (min-width:576px) and (max-width:767.98px) {
    .tickets {
        display: inline-block
    }

    .tickets .ticket-items {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        display: none
    }

    .tickets .ticket-content {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .tickets {
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .tickets .ticket-items {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin-bottom: 15px;
        padding: 15px;
        overflow: auto
    }

    .tickets .ticket-items .ticket-item {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0
    }

    .tickets .ticket-content {
        margin: 15px;
        width: 100%
    }
}

.owl-theme .owl-item {
    padding: 10px 0
}

.owl-theme .owl-dots {
    margin-top: 20px !important
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #6777ef
}

.activities {
    display: flex;
    flex-wrap: wrap
}

.activities .activity {
    width: 100%;
    display: flex;
    position: relative
}

.activities .activity:before {
    content: ' ';
    position: absolute;
    left: 25px;
    top: 3px;
    width: 3px;
    height: 100%;
    background-color: #e3e7eb
}

.activities .activity:last-child:before {
    display: none
}

.activities .activity .activity-icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
    z-index: 1
}

.activities .activity .activity-icon-linehight {
    line-height: 40px !important
}

.activities .activity .activity-detail {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e9f2;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .025);
    position: relative;
    padding: 10px;
    margin-bottom: 15px
}

.activities .activity .activity-detail:before {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    left: -8px;
    color: #e3e7eb
}

.activities .activity .activity-detail h4 {
    font-size: 18px;
    color: #191d21
}

.activities .activity .activity-detail p {
    margin-bottom: 0
}

.timeline-img-border {
    border: 3px solid #e3e7eb
}

.timeline-center {
    margin: 0 auto
}

.timeline-activity-widget .widget-activity-item1 {
    border-left: 1px solid #e3e7eb;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative
}

.timeline-activity-widget .widget-activity-item1:before {
    border: 2px solid #c355f2;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 13px;
    left: -6.5px;
    position: absolute;
    top: 0;
    width: 13px
}

.timeline-activity .activity-item1 {
    border-left: 1px solid #e3e7eb;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative
}

.timeline-activity .activity-item1:before {
    background-color: #c355f2;
    border-radius: 50%;
    content: "";
    height: 13px;
    left: -6.5px;
    position: absolute;
    top: 0;
    width: 13px
}

.timeline-activity .activity-item2 {
    border-left: 1px solid #e3e7eb;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative
}

.timeline-activity .activity-item2:before {
    background-color: #1af7c5;
    border-radius: 50%;
    content: "";
    height: 13px;
    left: -6.5px;
    position: absolute;
    top: 0;
    width: 13px
}

.timeline-activity .activity-item3 {
    border-left: 1px solid #e3e7eb;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative
}

.timeline-activity .activity-item3:before {
    background-color: #f740e6;
    border-radius: 50%;
    content: "";
    height: 13px;
    left: -6.5px;
    position: absolute;
    top: 0;
    width: 13px
}

.timeline-activity .activity-item4 {
    border-left: 1px solid #e3e7eb;
    padding-bottom: 1px;
    padding-left: 15px;
    position: relative
}

.timeline-activity .activity-item4:before {
    background-color: #f7dc1a;
    border-radius: 50%;
    content: "";
    height: 13px;
    left: -6.5px;
    position: absolute;
    top: 0;
    width: 13px
}

.invoice {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e9f2;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .025);
    padding: 40px
}

.invoice .invoice-title p {
    margin: 0 !important;
    padding: 0 !important
}

.invoice .invoice-title .invoice-number {
    float: right;
    font-size: 20px;
    font-weight: 700;
    margin-top: -45px
}

.invoice hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top-color: #f9f9f9
}

.invoice .invoice-detail-item {
    margin-bottom: 15px
}

.invoice .invoice-detail-item .invoice-detail-name {
    letter-spacing: .3px;
    color: #98a6ad;
    margin-bottom: 4px
}

.invoice .invoice-detail-item .invoice-detail-value {
    font-size: 18px;
    color: #34395e;
    font-weight: 700
}

.invoice .invoice-detail-item .invoice-detail-value.invoice-detail-value-lg {
    font-size: 24px
}

@media (min-width:768px) and (max-width:991.98px) {
    .table-invoice table {
        min-width: 800px
    }
}

.empty-state {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px
}

.empty-state .empty-state-icon {
    position: relative;
    background-color: #6777ef;
    width: 80px;
    height: 80px;
    line-height: 100px;
    border-radius: 5px
}

.empty-state .empty-state-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1
}

.empty-state h2 {
    font-size: 20px;
    margin-top: 30px
}

.empty-state p {
    font-size: 16px
}

.pricing {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e5e9f2;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .025);
    border: 0;
    text-align: center;
    margin: 15px
}

.pricing.pricing-highlight {
    border: 3px solid rgba(0, 0, 0, .3)
}

.pricing .pricing-padding {
    padding: 40px
}

.pricing .pricing-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background-color: #f3f6f8;
    color: #6777ef;
    padding: 5px 15px
}

.pricing .pricing-price {
    padding-bottom: 45px
}

.pricing .pricing-price .package-price {
    font-weight: 600;
    font-size: 45px
}

.pricing .pricing-price .package-name {
    font-weight: 400;
    font-size: 30px
}

.pricing .pricing-details {
    text-align: left;
    display: inline-block
}

.pricing .pricing-details .pricing-item {
    display: flex;
    margin-bottom: 15px
}

.pricing .pricing-details .pricing-item .pricing-item-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #69e7b8;
    color: #fff;
    margin-right: 10px
}

.pricing .pricing-details .pricing-item .pricing-item-icon i {
    font-size: 11px
}

.pricing .pricing-cta {
    margin-top: 20px
}

.pricing .pricing-cta a {
    display: block;
    padding: 20px 40px;
    background-color: #f3f6f8;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.pricing .pricing-cta a .fab,
.pricing .pricing-cta a .fal,
.pricing .pricing-cta a .far,
.pricing .pricing-cta a .fas,
.pricing .pricing-cta a .ion {
    margin-left: 5px
}

.pricing .pricing-cta a:hover {
    background-color: #e3eaef
}

.hero {
    border-radius: 3px;
    padding: 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.hero.hero-bg-image {
    background-position: center;
    background-size: cover
}

.hero.hero-bg-image:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
    border-radius: 3px
}

.hero.hero-bg-image.hero-bg-parallax {
    background-attachment: fixed
}

.hero .hero-inner {
    position: relative;
    z-index: 1
}

.hero h2 {
    font-size: 24px
}

.hero p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .3px
}

.avatar {
    background: #6777ef;
    border-radius: 50%;
    color: #e3eaef;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    position: relative;
    vertical-align: middle;
    line-height: 1.28;
    height: 45px;
    width: 45px
}

.avatar.avatar-xs {
    font-size: 6px;
    height: 15px;
    width: 15px
}

.avatar.avatar-sm {
    font-size: 12px;
    height: 30px;
    width: 30px
}

.avatar.avatar-lg {
    font-size: 23px;
    height: 60px;
    width: 60px
}

.avatar.avatar-xl {
    font-size: 30px;
    height: 75px;
    width: 75px
}

.avatar.round img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.avatar.square img {
    border-radius: 10%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.avatar .avatar-icon {
    background: #fff;
    bottom: 14.64%;
    height: 50%;
    padding: .1rem;
    position: absolute;
    right: 14.64%;
    transform: translate(50%, 50%);
    width: 50%;
    z-index: 2
}

.avatar .avatar-presence {
    background: #fff;
    bottom: 14.64%;
    height: 50%;
    padding: .1rem;
    position: absolute;
    right: 14.64%;
    transform: translate(50%, 50%);
    width: 50%;
    z-index: 2;
    background: #bcc3ce;
    border-radius: 50%;
    box-shadow: 0 0 0 .1rem #fff;
    height: .5em;
    width: .5em
}

.avatar .avatar-presence.online {
    background: #69e7b8
}

.avatar .avatar-presence.busy {
    background: #febddd
}

.avatar .avatar-presence.away {
    background: #ffa426
}

.avatar[data-initial]::before {
    color: currentColor;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.wizard-steps {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 60px;
    counter-reset: wizard-counter
}

.wizard-steps .wizard-step {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e9f2;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .025);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
    padding: 30px;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 10px
}

.wizard-steps .wizard-step:before {
    counter-increment: wizard-counter;
    content: counter(wizard-counter);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #e3eaef
}

.wizard-steps .wizard-step.wizard-step-active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-active:before {
    background-color: #6777ef;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-success {
    background-color: #69e7b8;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-success:before {
    background-color: #69e7b8;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-danger {
    background-color: #febddd;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-danger:before {
    background-color: #febddd;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-warning {
    background-color: #ffa426;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-warning:before {
    background-color: #ffa426;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-info {
    background-color: #286cf5;
    color: #fff
}

.wizard-steps .wizard-step.wizard-step-info:before {
    background-color: #286cf5;
    color: #fff
}

.wizard-steps .wizard-step .wizard-step-icon .fab,
.wizard-steps .wizard-step .wizard-step-icon .fal,
.wizard-steps .wizard-step .wizard-step-icon .far,
.wizard-steps .wizard-step .wizard-step-icon .fas,
.wizard-steps .wizard-step .wizard-step-icon .ion {
    font-size: 34px;
    margin-bottom: 15px
}

.wizard-steps .wizard-step .wizard-step-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

@media (max-width:575.98px) {
    .wizard-steps {
        display: block
    }

    .wizard-steps .wizard-step {
        margin-bottom: 50px
    }
}

.tabcontrol,
.wizard {
    display: block;
    width: 100%;
    overflow: hidden
}

.tabcontrol a,
.wizard a {
    outline: 0
}

.tabcontrol ul,
.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.tabcontrol ul>li,
.wizard ul>li {
    display: block;
    padding: 0
}

.tabcontrol>.content>.title,
.tabcontrol>.steps .current-info,
.wizard>.content>.title,
.wizard>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    float: left;
    width: 30%;
    clear: none
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard.vertical>.content {
    float: left;
    margin: 0 0 .5em 0;
    width: 70%;
    clear: none
}

.wizard.vertical>.actions {
    float: right;
    width: 100%
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.steps .number {
    font-size: 1.429em
}

.wizard>.steps>ul>li {
    width: 25%;
    float: left
}

.wizard>.actions>ul>li {
    float: left
}

.wizard>.steps a {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps a:active,
.wizard>.steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a {
    background: #eee;
    color: #aaa;
    cursor: default
}

.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover {
    background: #eee;
    color: #aaa;
    cursor: default
}

.wizard>.steps .current a {
    background: #2a89b4;
    color: #fff;
    cursor: default
}

.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
    background: #2a89b4;
    color: #fff;
    cursor: default
}

.wizard>.steps .done a {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .error a {
    background: #ff3111;
    color: #fff
}

.wizard>.steps .error a:active,
.wizard>.steps .error a:hover {
    background: #ff3111;
    color: #fff
}

.wizard>.content {
    border: 1px solid #ddd;
    display: block;
    margin: .5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    margin: 0 .5em
}

.wizard>.actions a {
    color: #2a89b4;
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #2a89b4
}

.wizard>.actions a:active,
.wizard>.actions a:hover {
    background: #2a89b4;
    color: #fff;
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    border-radius: 6px
}

.wizard>.actions .disabled a {
    background: #eee;
    color: #aaa
}

.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
    background: #eee;
    color: #aaa
}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

.wizard .content {
    min-height: 245px;
    border-radius: 0;
    overflow-y: auto
}

.wizard .content .body {
    padding: 15px
}

.wizard .steps a {
    border-radius: 0;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 27px
}

.wizard .steps a:active {
    border-radius: 0;
    border-radius: 0 27px
}

.wizard .steps a:focus,
.wizard .steps a:hover {
    border-radius: 0;
    border-radius: 27px 0
}

.wizard .steps .done a {
    background-color: rgba(42, 137, 180, .6)
}

.wizard .steps .done a:active,
.wizard .steps .done a:focus,
.wizard .steps .done a:hover {
    background-color: rgba(42, 137, 180, .5)
}

.wizard .steps .error a {
    background-color: #f44336 !important
}

.wizard .steps .current a {
    background-color: #2a89b4
}

.wizard .steps .current a:active,
.wizard .steps .current a:focus,
.wizard .steps .current a:hover {
    background-color: #2a89b4
}

.chart-shadow2 {
    -webkit-filter: drop-shadow(0 -6px 4px rgba(106, 141, 247, .5));
    filter: drop-shadow(0 -6px 4px rgba(106, 141, 247, .5))
}

.chart-shadow {
    -webkit-filter: drop-shadow(0 9px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 9px 2px rgba(0, 0, 0, .3))
}

.chartsh {
    height: 16rem
}

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

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

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

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

#barChart,
#candleStickChart,
#curveChart,
#ganttChart,
#lineChart,
#pieChart,
#radarChart,
#waterfallChart {
    width: 100%;
    height: 400px
}

#amChartBar,
#amChartCylinder,
#amChartGauge {
    width: 100%;
    height: 200px
}

#amChartCylinderHome,
#amChartLineHome {
    width: 100%;
    height: 300px
}

#mapBubble {
    width: 100%;
    height: 500px
}

#amChartLineWidget {
    width: 100%;
    height: 350px
}

.amcharts-export-menu-top-right {
    top: 10px;
    right: 0
}

.p-15 {
    padding: 15px
}

.p-10 {
    padding: 10px
}

.b-b {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.mail_listing .mail-option .btn-group {
    margin-bottom: 5px
}

#mail-nav .btn-compose {
    margin: 15px;
    min-width: 87%
}

#mail-nav a {
    text-decoration: none
}

#mail-nav #mail-folders {
    list-style-type: none;
    padding: 0 15px
}

#mail-nav #mail-folders i {
    padding-right: 5px
}

#mail-nav #mail-folders>li {
    margin: 2px 0
}

#mail-nav #mail-folders>li a:hover {
    color: #9c27b0;
    background-color: #f2f3f5
}

#mail-nav #mail-folders>li.active>a {
    color: #9c27b0;
    background-color: #e6e9ed
}

#mail-nav #mail-folders>li.active>a:hover {
    background-color: #e6e9ed
}

#mail-nav #mail-labels {
    float: left;
    width: 100%
}

#mail-nav #mail-labels i {
    padding-right: 5px
}

#mail-nav #online-offline .material-icons {
    font-size: 8px;
    height: 8px;
    padding: 0 5px 2px 0
}

#mail-nav #mail-labels,
#mail-nav #online-offline {
    list-style-type: none;
    padding-left: 0
}

#mail-nav #mail-labels li a:hover,
#mail-nav #online-offline li a:hover {
    background-color: #e6e6e6
}

#mail-nav li a {
    color: #212529;
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.composeForm {
    padding: 25px
}

.inbox-body {
    padding: 20px;
    font-size: 15px
}

.inbox-header {
    text-align: left
}

.replyBox {
    border: 1px solid rgba(120, 130, 140, .13);
    padding: 20px 0 0 20px
}

.inbox-center tr td a {
    padding: 0 !important;
    text-align: left !important;
    font-weight: 200
}

.inbox-center tr td.tbl-checkbox {
    padding-left: 15px !important
}

.inbox-center tr.unread td a {
    font-weight: 600
}

.inbox-center .table thead th {
    vertical-align: middle;
    padding: 15px !important
}

.email-btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.email-btn-group i {
    font-size: 15px
}

.max-texts {
    padding: .75rem !important
}

.max-texts a {
    color: #212529;
    padding: 10px 0 10px 0;
    text-decoration: none
}

.max-texts a:hover {
    color: #212529
}

.email-box-title {
    font-size: 17px !important;
    color: #9c27b0;
    font-weight: 700
}

.mail-sender .media .media-title {
    margin-bottom: 0 !important
}

.attachment-mail p {
    line-height: 0 !important
}

.categories ul li a,
.categories ul li a:active,
.categories ul li a:hover {
    line-height: 24px;
    background: #fff;
    color: #4e5961;
    text-decoration: none
}

.portfolio-thumb .enlarge,
.portfolio-thumb .link {
    display: inline-block;
    margin: 0;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    position: absolute;
    height: 50px;
    width: 64px;
    top: 40%;
    left: 50%;
    text-align: center;
    z-index: 3
}

.portfolio-thumb .enlarge.centered,
.portfolio-thumb .link.centered {
    margin-left: -32px;
    transform: translateY(-200px);
    transition-delay: 0s
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    transform: scale(1);
    opacity: 1;
    transition: all .4s ease-out
}

.portfolio-item.filtered {
    transform: scale(.5);
    opacity: .2;
    cursor: default
}

.portfolio-item.filtered a {
    cursor: default
}

.portfolio-item.filtered .enlarge {
    display: none
}

.portfolio-item.filtered .link {
    display: none
}

.portfolio-item.filtered .overlay-mask {
    display: none
}

.portfolio-item.filtered .project-title {
    display: none
}

.portfolio-thumb {
    display: block;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    overflow: hidden;
    border-radius: 15px
}

.portfolio-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b749ca;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-out
}

.portfolio-thumb:hover .overlay-mask {
    opacity: .8
}

.portfolio-thumb:hover .enlarge {
    transform: translateX(0);
    opacity: 1;
    transition: all .3s ease-out .3s
}

.portfolio-thumb:hover .enlarge.centered {
    transform: translateY(0);
    transition-delay: .3s
}

.portfolio-thumb:hover .link {
    transform: translate(0);
    opacity: 1;
    transition: all .3s ease-out .6s
}

.portfolio-thumb:hover .link.centered {
    transform: translateY(0);
    transition-delay: .3s
}

.portfolio-thumb:hover .project-title {
    bottom: 0;
    transition: bottom .3s ease-out .1s, color .2s ease-out 0s
}

.portfolio-thumb .enlarge {
    margin-left: -84px;
    transform: translateX(-200px);
    transition: all .3s ease-out
}

.portfolio-thumb .link {
    margin-left: 20px;
    transform: translateX(200px);
    transition: all .3s ease-out
}

.portfolio-thumb .project-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -100px;
    background: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 21px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    transition: bottom .4s ease-out, color .2s ease-out
}

.portfolio-thumb .project-title:hover {
    color: #5cc9df
}

.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center
}

.categories ul li {
    display: inline-block;
    padding: 0;
    line-height: 24px;
    background: 0 0;
    margin: 0;
    margin-left: 5px;
    margin-bottom: 10px
}

.categories ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .2s ease-out
}

.categories ul li a:hover {
    color: #fff;
    background: #9c27b0
}

.categories ul li.active a {
    color: #fff;
    background: #9c27b0
}

.projects-container .row {
    transition: height .5s ease-out
}

.no-opacity .portfolio-item.filtered {
    display: none
}

.scrollimation .portfolio-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out
}

.scrollimation .portfolio-thumb.in {
    transform: translateY(0);
    opacity: 1
}

.touch .scrollimation .portfolio-thumb {
    transform: translateY(0);
    opacity: 1
}

.user-list .user-list-img {
    border-radius: 6px;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    width: 35px
}

#event_title {
    font-size: 1.2rem
}

#calendar {
    float: right;
    width: 100%
}

.fc-event {
    border: 0 !important;
    color: #fff !important;
    background-color: #ff5722;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4)
}

.fc-state-active {
    background: #a389d4 !important;
    color: #fff
}

.fc-unthemed td.fc-today {
    background: #edeef3
}

.fc-day-grid-event {
    color: #fff !important;
    text-align: center
}

.label-event-meeting {
    background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important
}

.label-event-holiday {
    background: linear-gradient(45deg, #a890d3, #edbae7) !important
}

.label-event-birthday {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important
}

.label-event-competition {
    background: linear-gradient(45deg, #72c2ff, #86f0ff) !important
}

.label-event-dinner {
    background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important
}

.label-event-party {
    background: linear-gradient(45deg, #a890d3, #edbae7) !important
}

.label-event-Untitled {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important
}

.fc-content-skeleton thead {
    border-bottom: none
}

.fc-state-default {
    border: 1px solid #eee;
    background: 0 0 !important;
    color: #7e869d;
    border-radius: 0
}

.fc-state-active {
    background: #e91e63 !important;
    color: #fff
}

.settingSidebar {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px;
    top: 70px;
    right: -280px;
    z-index: 100;
    transition: .3s ease-in;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12)
}

.settingSidebar .settingPanelToggle {
    background: #6777ef;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: -40px;
    width: 40px;
    border-radius: 8px 0 0 8px
}

.settingSidebar.showSettingPanel {
    right: 0
}

.settingSidebar .settingSidebar-body {
    position: relative;
    height: 100%
}

.settingSidebar .settingSidebar-tab {
    display: flex
}

.settingSidebar .settingSidebar-tab .nav-item {
    width: 33.33%;
    text-align: center
}

.settingSidebar .settingSidebar-tab .nav-item .nav-link {
    padding: 15px 12px;
    color: #6a7a8c;
    border-bottom: 3px solid transparent
}

.settingSidebar .settingSidebar-tab .nav-item .nav-link.active {
    border-bottom: 3px solid #2962ff;
    color: #2962ff
}

.settingSidebar .settingSidebar-tab .nav-item .nav-link:hover {
    border-bottom: 3px solid #2962ff;
    color: #2962ff
}

.settingSidebar ul.choose-theme li {
    display: inline-block
}

.settingSidebar ul.choose-theme li:hover {
    cursor: pointer
}

.settingSidebar ul.choose-theme li div {
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    overflow: hidden;
    position: relative;
    margin: 2px
}

.settingSidebar ul.choose-theme li div.blue {
    background: #7f8bb8;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.purple {
    background: #e0376f;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.allports {
    background: #0e6174;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.barossa {
    background: #b5508d;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.fancy {
    background: #6c6580;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.white {
    background: #ece8e8;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li div.coral {
    background: #343a40;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

.settingSidebar ul.choose-theme li {
    display: inline-block
}

.settingSidebar ul.choose-theme li:hover {
    cursor: pointer
}

.settingSidebar .setting-panel-header {
    display: block;
    padding: 15px 20px;
    color: #212529;
    font-size: 15px;
    border: 1px solid #eae9e9;
    background: #e9ecef
}

.settingSidebar .disk-server-setting .progress {
    height: 8px
}

.settingSidebar .disk-server-setting p {
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px
}

.settingSidebar .rt-sidebar-last-ele {
    margin-bottom: 70px !important
}

ul.sidebar-color li {
    display: inline-block
}

ul.sidebar-color li:hover {
    cursor: pointer
}

ul.sidebar-color li div {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 25px;
    overflow: hidden;
    position: relative;
    margin: 2px
}

ul.sidebar-color li div.blue {
    background-image: -moz-linear-gradient(360deg, #384161 30%, #7f8bb8 100%);
    background-image: -webkit-linear-gradient(360deg, #384161 30%, #7f8bb8 100%);
    background-image: -ms-linear-gradient(360deg, #384161 30%, #7f8bb8 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.purple {
    background-image: -moz-linear-gradient(360deg, #343a5d 0, #e0376f 100%);
    background-image: -webkit-linear-gradient(360deg, #343a5d 0, #e0376f 100%);
    background-image: -ms-linear-gradient(360deg, #343a5d 0, #e0376f 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.fancy {
    background-image: -moz-linear-gradient(360deg, #362d4d 30%, #6c6580 100%);
    background-image: -webkit-linear-gradient(360deg, #362d4d 30%, #6c6580 100%);
    background-image: -ms-linear-gradient(360deg, #362d4d 30%, #6c6580 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.coral {
    background: #1a202e;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.white {
    background: #ece8e8;
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.allports {
    background-image: -moz-linear-gradient(360deg, #07313a 30%, #0e6174 100%);
    background-image: -webkit-linear-gradient(360deg, #07313a 30%, #0e6174 100%);
    background-image: -ms-linear-gradient(360deg, #07313a 30%, #0e6174 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.sidebar-color li div.barossa {
    background-image: -moz-linear-gradient(360deg, #472539 30%, #b5508d 100%);
    background-image: -webkit-linear-gradient(360deg, #472539 30%, #b5508d 100%);
    background-image: -ms-linear-gradient(360deg, #472539 30%, #b5508d 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .2)
}

ul.choose-theme li.active div {
    border: 2px solid rgba(0, 0, 0, .3)
}

ul.sidebar-color li.active div {
    border: 2px solid rgba(0, 0, 0, .3)
}

@media only screen and (max-width:1024px) {
    .settingSidebar {
        display: none
    }
}