﻿
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f9fafb;
    color: #1b3e4b;
    font-weight: 400;
    font-family: IranSans;
    font-size: 14px;
    direction: rtl;
}

@font-face {
    font-family: IranSans;
    src: url('../../fonts/IRANSansWeb(FaNum).ttf');
    src: url('../../fonts/IRANSansWeb(FaNum).ttf') format('truetype')
}

text {
    font-family: iransans !important;
}

span {
    font-family: IranSans !important;
}

tspan {
    font-family: iransans !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
    color: #001737;
    font-weight: 500;
}

.ltr {
    direction: ltr;
}

p {
    color: #1b3e4b;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 solid transparent;
}

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.popover,
.tooltip {
    z-index: 9999999;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.ml-15 {
    margin-right: 15px !important;
}

.ml-30 {
    margin-right: 30px !important;
}

.ml-50 {
    margin-right: 50px !important;
}

.mr-10 {
    margin-left: 10px !important;
}

.mr-15 {
    margin-left: 15px !important;
}

.mr-30 {
    margin-left: 30px !important;
}

.mr-50 {
    margin-left: 50px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-20 {
    padding: 20px;
}

.line-height-50-p-0 {
    line-height: 50px;
    padding: 0;
}

.height-50 {
    height: 50px !important;
}

.height-200 {
    height: 200px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.w-15 {
    width: 15% !important;
}

.w-40 {
    width: 40% !important;
}

.w-70 {
    width: 70% !important;
}

.w-50 {
    width: 50% !important;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.h-100vh {
    height: 100vh !important;
}

.bg-default-opacity-8- {
    background-color: rgba(113, 192, 22, 0.8) !important;
}

.bg-green {
    background-color: #00d97e;
}

.bg-overlay-white {
    position: relative;
    z-index: 1;
}

    .bg-overlay-white::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, white), to(rgba(255, 255, 255, 0.2)));
        background-image: -webkit-linear-gradient(right, white 0, rgba(255, 255, 255, 0.2) 100%);
        background-image: -o-linear-gradient(right, white 0, rgba(255, 255, 255, 0.2) 100%);
        background-image: linear-gradient(to left, white 0, rgba(255, 255, 255, 0.2) 100%);
    }

.green-color-overlay {
    position: relative;
    z-index: 1;
}

    .green-color-overlay::after {
        background-color: rgba(113, 192, 22, 0.75);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.green-color-overlay-2 {
    position: relative;
    z-index: 1;
}

    .green-color-overlay-2::after {
        background-color: rgba(113, 192, 22, 0.3);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.pink-color-overlay {
    position: relative;
    z-index: 1;
}

    .pink-color-overlay::after {
        background-color: rgba(136, 14, 79, 0.75);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.danger-color-overlay {
    position: relative;
    z-index: 1;
}

    .danger-color-overlay::after {
        background-color: rgba(241, 83, 110, 0.3);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::after {
        background-color: rgba(62, 74, 89, 0.8);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.dark-color-overlay-2 {
    position: relative;
    z-index: 1;
}

    .dark-color-overlay-2::after {
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.primary-color-overlay {
    position: relative;
    z-index: 1;
}

    .primary-color-overlay::after {
        background-color: rgba(114, 124, 245, 0.8);
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        z-index: -1;
    }

.btn-default {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    font-weight: 500;
}

.bg-primary {
    background-color: #04a9f5 !important;
}

.primary-color {
    background-color: #04a9f5;
}

.bg-danger {
    background-color: #fa5c7c !important;
}

.primary-color-text {
    color: #04a9f5;
}

.bg-info {
    background-color: #39afd1 !important;
}

.bg-success {
    background-color: #00d97e !important;
}

.info-color {
    background-color: #fb434a;
}

.danger-color {
    background-color: #fb434a;
}

.success-color {
    background-color: #00d97e;
}

.bg-success {
    background-color: #00d97e !important;
}

.success-text {
    color: #00d97e !important;
}

.uppercase-text {
    text-transform: uppercase !important;
}

.warning-color {
    background-color: #f39834;
}

.bg-purple {
    background-color: #04a9f5;
}

.bg-blue {
    background-color: #0168fa;
}

.bg-teal {
    background-color: #00d97e;
}

.bg-chok {
    background-color: #462f3f;
}

.pink-darken-4 {
    background-color: #880e4f;
}

.g-transition-0_8 {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.text-color-gray {
    color: #1b3e4b;
}

.g-bg-black {
    background-color: #222222;
}

.white-opacity-0_2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.border {
    border: 1px solid #e8ebf1;
}

.border-2 {
    border: 5px solid #e8ebf1;
}

.border-primary {
    border: 8px solid #04a9f5 !important;
}

.border-chok {
    border: 8px solid #462f3f;
}

.border-danger {
    border: 8px solid #fb434a !important;
}

.alert-outline-primary {
    border-color: #04a9f5;
    border-radius: 5px;
}

.alert-outline-warning {
    border-color: #fdb901;
    border-radius: 5px;
}

.alert-outline-success {
    border-color: #00d97e;
    border-radius: 5px;
}

.alert-outline-info {
    border-color: #5578eb;
    border-radius: 5px;
}

.alert-outline-danger {
    border-color: #fb434a;
    border-radius: 5px;
}

.alert-outline-default {
    border-color: #e8ebf1;
    border-radius: 5px;
    background: transparent;
}

.alert-outline-dark {
    border-color: #282f3a;
    border-radius: 5px;
}

.bg-gray {
    background-color: #f2f4f8;
}

.text-black {
    color: #000000 !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.text-muted {
    color: #98a6ad !important;
}

.card .header-title {
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 18px;
    margin-top: 0;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.g-transition-0_3 {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.theme-bg-gra {
    background: -webkit-linear-gradient(-225deg, #1de9b6 0, #1dc4e9 100%);
    background: -o-linear-gradient(-225deg, #1de9b6 0, #1dc4e9 100%);
    background: linear-gradient(135deg, #1de9b6 0, #1dc4e9 100%);
}

.full-height {
    clear: both;
    min-height: 100%;
}

.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    background: #ebebeb;
    color: #323232;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .jvectormap-zoomin:hover, .jvectormap-zoomin:focus,
    .jvectormap-zoomout:hover,
    .jvectormap-zoomout:focus,
    .jvectormap-goback:hover,
    .jvectormap-goback:focus {
        background: #04a9f5;
        color: #ffffff;
    }

.order-listing,
.unorder-listing {
    padding-right: 20px;
}

    .order-listing li,
    .unorder-listing li {
        list-style: inherit;
    }

.styling-listing li i {
    color: #04a9f5;
    padding-left: 5px;
}

.visibility-hidden {
    visibility: hidden;
}

.h-5 {
    height: 5px;
}

.custom--checkbox {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

    .custom--checkbox input {
        top: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        position: absolute;
        display: none;
        width: 15px;
        height: 15px;
    }

        .custom--checkbox input:checked + .input-helper:before {
            border-color: #04a9f5;
        }

    .custom--checkbox .input-helper:before,
    .custom--checkbox .input-helper:after {
        position: absolute;
        content: "";
        transition: all 200ms;
    }

    .custom--checkbox .input-helper:before {
        right: 0;
        border: 2px solid #7a7a7a;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 2px;
        color: #fff;
    }

    .custom--checkbox input:checked + .input-helper:before {
        background-color: #04a9f5;
    }

    .custom--checkbox input:checked + .input-helper:after {
        opacity: 1;
    }

    .custom--checkbox .input-helper:after {
        content: '\f00c';
        font-size: 12px;
        right: 1px;
        top: 0px;
        color: #fff;
        transform: rotate(10deg);
        font-family: "FontAwesome";
        opacity: 0;
    }

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

.height-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

    .height-card > .card {
        width: 100%;
        min-width: 100%;
    }

.box-margin {
    margin-bottom: 30px;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-46 {
    font-size: 46px !important;
}

.apex-charts text {
    fill: #adb6bd;
}

.text-info {
    color: #39afd1 !important;
}

.text-body {
    color: #6c757d !important;
}

.text-title {
    color: #6c757d;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.btn-link:hover {
    text-decoration: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #4d5cf2 !important;
    border-color: #4d5cf2 !important;
    background-color: #4d5cf2 !important;
}

.float-right {
    float: left !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #4d5cf2 !important;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 14px;
    }
}

.page-title-box .page-title-right .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: inherit;
}

.breadcrumb-item a {
    color: #04a9f5;
}

.breadcrumb-item.active {
    color: #777;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-item {
        font-size: 14px;
    }
}

.card-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #001737;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .card-title {
        font-size: 16px;
    }
}

.map-container {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding: 35% 0;
    overflow: hidden;
    border-radius: 5px;
}

    .map-container .google-map {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.badge-warning-lighten {
    color: #fff !important;
    background-color: #f39834;
}

.badge-danger-lighten {
    color: #fff !important;
    background-color: #fb434a;
}

.badge-success-lighten {
    color: #fff !important;
    background-color: #00d97e;
}

.overflow--hidden {
    overflow: hidden !important;
}

.h-6 {
    height: 6px !important;
}

.h-8 {
    height: 8px !important;
}

.h-10 {
    height: 10px !important;
}

.user-thumb {
    width: 80px;
    height: 80px;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.text-color {
    color: #1b3e4b;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.user-img {
    width: 50px;
    height: 50px;
}

.custom-select {
    font-size: 14px;
}

.dropdown-item {
    font-size: 13px;
}

.align-middle {
    vertical-align: middle !important;
}

.custom-control-label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #04a9f5;
    border-radius: 2px;
}

.custom-control-label::after {
    width: 18px;
    height: 18px;
}

.flex-50-thubm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
}

.flex-40-thubm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: transparent;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    height: 500px;
}

.chat-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.media-thumb {
    width: 64px;
    height: 64px;
}

.flag-thumb {
    width: 35px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.page-title-box {
    padding-bottom: 30px;
}

    .page-title-box .breadcrumb {
        font-size: 18px;
        margin-bottom: 0;
        padding: 2px 0;
        font-weight: 700;
        background-color: transparent;
    }

.breadcrumb a {
    color: #8997bd;
}

.border-pre {
    background-color: #f8f9fa;
    padding: 15px;
}

    .border-pre pre {
        font-size: 14px;
    }

@media only screen and (max-width: 767px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

.custom-control-label::before {
    top: .15rem;
}

.custom-control-label::after {
    top: .15rem;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.form-control-lg {
    height: calc(1.4em + 1.334rem + 3.7px);
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: .267rem;
}

.form-control-sm {
    height: calc(1.1em + .94rem + 3.7px);
    font-size: .8rem;
    line-height: 1.1;
    border-radius: .267rem;
}

.tox .tox-notification--in {
    opacity: 0 !important;
}

.uppercase-text {
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .break-1365-none {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    .break-1200-none {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .break-992-none {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .break-768-none {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .break-576-none {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .break-320-576-none {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .break-320-576-none {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-30-xs {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-15-xs {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50-xs {
        margin-bottom: 50px;
    }
}

.note-toolbar {
    position: relative;
    z-index: 2 !important;
}

.dropdown-menu {
    z-index: 55;
}

.pd-x-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.custom-select,
.form-control {
    font-size: 13px;
    height: auto;
}

div.tagsinput span.tag a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.custom-file-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: auto;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border-radius: .25rem;
}

.border-none {
    border: none !important;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
}

.md-content h3 {
    font-size: 24px;
    padding: 15px;
}

.modal-content .close:hover {
    color: #fb434a;
    text-decoration: none;
}

.close {
    font-weight: 400;
    opacity: 6;
    line-height: 0.7;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .md-content button {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .md-content button {
        font-size: 13px;
    }
}

.slimScrollDiv {
    position: relative;
    z-index: 22;
}

/* :: Bootstraping CSS */
.ecaps-sidemenu-area {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background-color: #3f4d67;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: -1px 0 4px 0 rgba(63, 77, 103, 0.05);
    box-shadow: -1px 0 4px 0 rgba(63, 77, 103, 0.05);
}

.ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
    position: relative;
    top: 70px;
    z-index: 10;
    padding-bottom: 70px !important;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #3f4d67;
    -webkit-box-shadow: -1px 0 20px 0 #3f4d67;
    box-shadow: -1px 0 20px 0 #3f4d67;
}

.ecaps-logo a {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 220px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    text-align: center;
    height: 70px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .ecaps-logo a img {
        max-height: 25px;
        width: auto;
        margin: auto;
    }

        .ecaps-logo a img.small-logo {
            max-height: 25px;
            display: none;
        }

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.small-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a img.desktop-logo {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.desktop-logo {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a img.small-logo {
    display: none;
}

.ecaps-sidenav {
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ecaps-page-content {
    position: relative;
    z-index: auto;
    margin-right: 220px;
    padding-top: 70px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: fixed;
    z-index: 99;
    width: calc(100% - 220px);
    height: 70px;
    background-color: #fff;
    right: 220px;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 30px 0 15px;
    -webkit-box-shadow: -1px 0 10px 1px rgba(63, 77, 103, 0.1);
    box-shadow: -1px 0 10px 1px rgba(63, 77, 103, 0.1);
}

.menu-collasped {
    position: relative;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .menu-collasped > i {
        font-size: 22px;
        color: #525f80;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }

        .menu-collasped > i:hover {
            color: #04a9f5;
        }

.mobile-menu-open {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .mobile-menu-open > i {
        font-size: 22px;
        color: #04a9f5;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }

.mobile-logo a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mobile-logo a img {
        max-height: 25px;
        width: auto;
    }

.menu-collasped-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    right: -165px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-page-content {
    margin-right: 55px;
}

.menu-collasped-active.ecaps-page-wrapper .ecaps-logo a {
    width: 55px;
}

.menu-collasped-active.ecaps-page-wrapper .top-header-area {
    right: 55px;
    width: calc(100% - 55px);
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu a .fa-angle-right {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .side-menu-area .sidebar-menu > li > a > span {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

    .menu-collasped-active.ecaps-page-wrapper .sidebar-menu li a i {
        margin-right: auto;
    }

.side-menu-area {
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-top: 20px;
}

.sidebar-menu li {
    position: relative;
    z-index: 1;
}

.sidemenu-user-profile {
    margin-bottom: 20px;
    padding: 0 1rem;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .sidemenu-user-profile .user-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
        margin-left: 15px;
    }

        .sidemenu-user-profile .user-thumbnail img {
            border-radius: 10px;
        }

    .sidemenu-user-profile .user-content h6 {
        font-size: 14px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .sidemenu-user-profile .user-content span {
        font-size: 12px;
    }

.sidebar-menu li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0rem 1.25rem;
    color: #a6b6d0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    height: 50px;
}

    .sidebar-menu li a i {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        max-width: 25px;
        width: 25px;
        font-size: 16px;
        color: #a6b6d0;
        font-weight: 400;
    }

    .sidebar-menu li a span {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .sidebar-menu li a:hover {
        color: #04a9f5;
    }

.sidebar-menu li .treeview-menu {
    display: none;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sidebar-menu li .treeview-menu .treeview-menu {
        margin-right: 15px;
    }

    .sidebar-menu li .treeview-menu li a {
        font-size: 14px;
        color: #a6b6d0;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        z-index: 1;
        height: 38px;
        padding-right: 1rem;
    }

.sidebar-menu li.menu-title {
    color: #e8edf7;
    padding: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
}

    .sidebar-menu li.menu-title i {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        max-width: 20px;
        width: 20px;
        font-size: 18px;
        color: #a6b6d0;
        font-weight: 700;
    }

.app-search {
    position: relative;
    margin-right: 20px;
}

    .app-search .form-control,
    .app-search .form-control:focus {
        border: none;
        font-size: 13px;
        height: 36px;
        color: #111;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        width: 250px;
        padding: 0 10px;
        border: 2px solid #e8ebf1;
        background-color: transparent;
    }

@media only screen and (max-width: 767px) {
    .app-search .form-control,
    .app-search .form-control:focus {
        width: 115px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .app-search .form-control,
    .app-search .form-control:focus {
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-search .form-control,
    .app-search .form-control:focus {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .app-search .form-control,
    .app-search .form-control:focus {
        width: 340px;
    }
}

.app-search button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 34px;
    text-align: center;
    border: 1px solid #e0e0ea;
    border-radius: 30px;
    color: #525f80;
    background-color: #e0e0ea;
}

.sidebar-menu li .treeview-menu li a:hover {
    color: #04a9f5;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li.active > a,
.sidebar-menu > li.menu-open > a {
    color: #04a9f5;
}

.sidebar-menu > li.active > a,
.sidebar-menu > li.menu-open > a {
    color: #ffffff;
    font-weight: 400;
    background-color: #333f54;
}

.sidebar-menu a .fa-angle-right {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 16px;
    position: absolute;
    left: 30px;
    width: auto;
    z-index: auto;
}

.sidebar-menu .treeview-menu > li.active > a {
    color: #04a9f5;
}

.sidebar-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .menu-open .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu a .fa-angle-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu .menu-open a .fa-angle-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.side-menu-area .sidebar-menu > li > a > span {
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.sidebar-menu > .active > .treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active .sidebar-menu > .active > .treeview-menu {
    display: none;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .sidebar-menu > .active > .treeview-menu {
    display: block;
}

.ecaps-page-wrapper.menu-collasped-active.sidemenu-hover-active .ecaps-sidemenu-area {
    right: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .ecaps-logo a {
    width: 220px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .top-header-area {
    right: 220px;
    width: calc(100% - 220px);
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu a .fa-angle-right {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .side-menu-area .sidebar-menu > li > a > span {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a {
    padding: 0rem 1.25rem;
}

    .menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu li a i {
        margin-right: auto;
    }

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-content {
    display: none;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-content {
    display: block;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-right: auto;
    margin-left: 0;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-active .sidebar-menu .sidemenu-user-profile .user-thumbnail {
    margin-right: 0;
    margin-left: 15px;
}

.menu-collasped-active.ecaps-page-wrapper.sidemenu-hover-deactive .sidebar-menu .menu-open .treeview-menu {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .mobile-menu-open {
        display: none;
    }

    .mobile-logo {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .menu-collasped {
        display: none;
    }

    .ecaps-page-wrapper .ecaps-sidemenu-area {
        right: -280px;
    }

    .ecaps-page-wrapper .ecaps-logo a {
        right: -280px;
    }

    .top-header-area {
        right: 0;
        z-index: 100;
        width: 100%;
        padding: 0 15px;
    }

    .ecaps-page-content {
        margin-right: 0;
    }
}

.mobile-menu-active.ecaps-page-wrapper .ecaps-sidemenu-area {
    right: 0;
}

.top-header-area .left-side-content-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        width: 80%;
    }
}

.top-header-area .right-side-navbar {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.top-header-area .right-side-navbar .right-side-trigger {
    width: 30px;
    height: 30px;
    margin-left: 7.5px;
    cursor: pointer;
}

    .top-header-area .right-side-navbar .right-side-trigger i {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #04a9f5;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .top-header-area .right-side-navbar .right-side-trigger {
        display: none;
    }
}

.top-header-area .right-side-navbar .right-side-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .right-side-navbar .right-side-content {
        -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
        box-shadow: 0 5px 20px -4px #cdcfe1;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: fixed;
        z-index: 10;
        top: 60px;
        background-color: #ffffff;
        left: -1000px;
        height: 60px;
        width: 100%;
    }

        .top-header-area .right-side-navbar .right-side-content.active {
            left: 0;
        }
}

.top-header-area .nav-item.dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 240px;
    padding: 0;
    margin: 0;
}

    .top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown {
        width: 120px;
        min-width: 80px;
        padding: 1rem 0;
    }

        .top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown .dropdown-item img {
            max-width: 25px;
            margin-left: 10px;
        }

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
    width: 220px;
    padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
        width: 135px;
        min-width: 135px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
    width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 660px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 210px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item {
        width: 450px;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    border-left: 1px solid #e8ebf1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul:last-child {
    border-left: none;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
    color: #1b3e4b;
    font-weight: 400;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
}

    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link:hover {
        color: #04a9f5;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu.megamenu-item ul .nav-link {
        font-size: 12px;
    }
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item {
    white-space: normal;
    color: #525f80;
    font-size: 13px;
    font-weight: 600;
}

    .top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        max-width: 40px;
        border-radius: 50%;
        margin-left: 15px;
    }

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    color: #04a9f5;
}

.top-header-area .nav-item.dropdown .dropdown-menu.dropdown-menu-right {
    left: 7px !important;
    right: auto !important;
}

.top-header-area .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.left-side-navbar .nav-item.dropdown .btn {
    padding: 6px 12px;
    font-size: 14px;
    color: #525f80;
    line-height: 1;
    border: 1px solid #525f80;
}

@media only screen and (max-width: 767px) {
    .left-side-navbar .nav-item.dropdown .btn {
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
    }

        .left-side-navbar .nav-item.dropdown .btn:hover {
            color: #ffffff !important;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .left-side-navbar .nav-item.dropdown .btn {
        color: rgba(255, 255, 255, 0.6);
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
    }

        .left-side-navbar .nav-item.dropdown .btn:hover {
            color: #ffffff !important;
        }
}

.top-header-area .nav-item.dropdown .btn:hover,
.top-header-area .nav-item.dropdown .btn:focus {
    color: #5578eb;
}

.right-side-navbar .nav-item.dropdown .btn {
    padding: 0;
    font-size: 22px;
    background-color: transparent;
    margin: 0 15px;
    color: #04a9f5;
    border: none;
    line-height: 1;
    position: relative;
    z-index: 1;
}

    .right-side-navbar .nav-item.dropdown .btn .ti-search {
        font-size: 16px;
    }

    .right-side-navbar .nav-item.dropdown .btn > img {
        max-width: 36px;
        border-radius: 50%;
    }

.top-search-bar form {
    position: relative;
    z-index: 1;
}

.top-search-bar button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    text-align: center;
    background-color: transparent;
    color: #1b3e4b;
    line-height: 30px;
}

    .top-search-bar button:focus {
        outline: none;
    }

.top-search-bar input {
    width: 100%;
    height: 70px;
    border: none;
    font-size: 12px;
    color: #1b3e4b;
    border-radius: 4px;
    padding-right: 50px;
    padding-left: 15px;
}

    .top-search-bar input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

input::-webkit-input-placeholder {
    color: #1b3e4b;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #1b3e4b;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #1b3e4b;
    opacity: 1;
}

input::placeholder {
    color: #1b3e4b;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #1b3e4b;
}

input::-ms-input-placeholder {
    color: #1b3e4b;
}

.top-message-area {
    position: relative;
    z-index: 1;
}

    .top-message-area .top-message-heading {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 1rem;
        padding-left: 1rem;
        background-color: #04a9f5;
        border-radius: .75rem .75rem 0 0;
    }

        .top-message-area .top-message-heading .heading-title h6 {
            color: #ffffff;
            display: inline-block;
            margin-bottom: 0;
            font-size: 14px;
        }

        .top-message-area .top-message-heading > span {
            color: #04a9f5;
            padding: 2px 5px 1px 5px;
            background-color: #ffffff;
            border-radius: 40px;
            font-size: 10px;
            font-weight: 700;
        }

.message-box .dropdown-item {
    border-bottom: 1px solid #e8ebf1;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .message-box .dropdown-item i {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        margin-left: 10px;
        background-color: #04a9f5;
        color: #ffffff;
    }

    .message-box .dropdown-item .message-text span {
        display: block;
        font-size: 13px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .message-box .dropdown-item .message-text span:last-child {
            font-size: 13px;
        }

    .message-box .dropdown-item:last-child {
        border-bottom: none;
    }

.top-notifications-area .notifications-heading {
    width: 100%;
    height: 50px;
    background-color: #04a9f5;
    border-radius: .75rem .75rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 1rem;
    padding-left: 1rem;
}

    .top-notifications-area .notifications-heading .heading-title h6 {
        color: #ffffff;
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
    }

    .top-notifications-area .notifications-heading > span {
        color: #04a9f5;
        padding: 2px 5px 1px 5px;
        background-color: #ffffff;
        border-radius: 40px;
        font-size: 10px;
        font-weight: 700;
    }

.notifications-box .dropdown-item,
.notifications-box .nav-link {
    padding: 1rem;
    border-bottom: 1px solid #e8ebf1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8c8d9a;
    font-size: 13px;
}

    .notifications-box .nav-link:hover {
        color: #04a9f5;
    }

    .notifications-box .dropdown-item > i,
    .notifications-box .nav-link > i {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        margin-left: 10px;
        background-color: #04a9f5;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

        .notifications-box .nav-link > i.fa {
            margin-right: auto;
            background-color: #f2f6f8;
            color: #525f80;
        }

.user-profile-area {
    padding-bottom: 1rem;
    z-index: 1;
    position: relative;
}

    .user-profile-area .dropdown-item {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .user-profile-area .user-profile-heading {
        width: 100%;
        height: 70px;
        background-color: #04a9f5;
        border-radius: .75rem .75rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .user-profile-area .profile-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-left: 10px;
    }

    .user-profile-area .profile-text h6 {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .user-profile-area .profile-text span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 0;
        display: block;
    }

.right-side-navbar .nav-item.dropdown .active-status {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: -5;
    top: -7px;
    left: -2px;
    background-color: #fb434a;
    -webkit-animation: activeStatus linear 1800ms infinite;
    animation: activeStatus linear 1800ms infinite;
}

@-webkit-keyframes activeStatus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes activeStatus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding: 0 30px;
    }

        .footer-area .copywrite-text p {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 700;
        }

            .footer-area .copywrite-text p a {
                color: #04a9f5;
                font-size: 14px;
                font-weight: 700;
            }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding: 0 30px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .footer-area .footer-nav li a {
            display: inline-block;
            color: #1b3e4b;
            font-size: 14px;
            margin-right: 20px;
            font-weight: 700;
        }

        .footer-area .footer-nav li:first-child a {
            margin-right: 0;
        }

        .footer-area .footer-nav li a:hover,
        .footer-area .footer-nav li a:focus {
            color: #04a9f5;
        }

.user-profile-area .dropdown-item i {
    margin-left: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .right-side-navbar .nav-item.dropdown .btn {
        margin: 0 7.5px;
    }

    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 220px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu {
        width: 205px;
    }

        .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
            width: 150px;
        }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
    .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
        width: 230px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .top-search-bar input {
        height: 60px;
    }

    .user-profile-area .profile-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-left: 10px;
    }

    .user-profile-area .profile-text h6 {
        font-size: 12px;
    }

    .user-profile-area .profile-text span {
        font-size: 10px;
    }

    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }

    .footer-area .copywrite-text p {
        font-size: 11px;
    }

    .footer-area .footer-nav li a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .copywrite-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .footer-area .footer-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
}

.main-content {
    position: relative;
    padding: 30px 5px 0 5px;
}

.page-title {
    position: relative;
}

    .page-title span {
        font-size: 12px;
        color: #8c8d9a;
    }

.choose-layout-area {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    width: 320px;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: -320px;
    z-index: 999999999;
    padding: 50px 30px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
}

@media only screen and (max-width: 479px) {
    .choose-layout-area {
        width: 260px;
        left: -260px;
    }
}

.choose-layout-area .setting-trigger-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 50px;
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    border-radius: 50%;
    right: -100px;
    background-color: #04a9f5;
    text-align: center;
    cursor: pointer;
}

    .choose-layout-area .setting-trigger-icon i {
        display: block;
        color: #ffffff;
        font-size: 16px;
        -webkit-animation: rotate90deg linear 2s infinite;
        animation: rotate90deg linear 2s infinite;
        line-height: 45px;
    }

@media only screen and (max-width: 767px) {
    .choose-layout-area .setting-trigger-icon {
        bottom: 20px;
        right: -70px;
    }
}

.choose-layout-area.active {
    left: 0;
}

.choose-layout-area .single-demos {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

    .choose-layout-area .single-demos:last-child {
        margin-bottom: 0;
    }

    .choose-layout-area .single-demos a {
        -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
        box-shadow: 0 5px 20px -4px #cdcfe1;
        display: block;
        width: 100%;
        border-radius: 6px;
        margin-bottom: 10px;
    }

        .choose-layout-area .single-demos a img {
            border-radius: 4px;
        }

        .choose-layout-area .single-demos a:hover, .choose-layout-area .single-demos a:focus {
            opacity: 0.8;
        }

    .choose-layout-area .single-demos span {
        font-size: 14px;
        color: #04a9f5;
        font-weight: 500;
        display: block;
    }

@-webkit-keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#settingCloseIcon,
#quicksettingCloseIcon {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 100;
    width: 30px;
    height: 30px;
    background-color: #f2f4f8;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #8c8d9a;
    border-radius: 2px;
}

    #settingCloseIcon i,
    #quicksettingCloseIcon i {
        line-height: 30px;
    }

    #settingCloseIcon:hover,
    #quicksettingCloseIcon:hover {
        background-color: #04a9f5;
        color: #ffffff;
    }

.choose-layout-area .slimScrollDiv,
.quick-settings-panel .slimScrollDiv {
    position: relative;
    width: 100% !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dashboard-dropdown .btn {
    font-size: 20px;
    color: #1b3e4b;
    width: 30px;
    height: 30px;
    padding: 0;
}

    .dashboard-dropdown .btn::after {
        display: none;
    }

    .dashboard-dropdown .btn i {
        line-height: 30px;
    }

    .dashboard-dropdown .btn:hover, .dashboard-dropdown .btn:focus {
        font-size: 20px;
        color: #1b3e4b;
    }

.dashboard-dropdown .dropdown-menu {
    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 22px 0px #cdcfe1;
    box-shadow: 0px 4px 22px 0px #cdcfe1;
    width: 130px;
    min-width: 120px;
    padding: 1rem 0;
    margin: 0;
    border-radius: 8px;
}

    .dashboard-dropdown .dropdown-menu.dropdown-menu-right {
        left: 0 !important;
        right: auto !important;
    }

    .dashboard-dropdown .dropdown-menu .dropdown-item {
        padding: 0.5rem 1.5rem;
        font-weight: 600;
        font-size: 12px;
        color: #444;
    }

        .dashboard-dropdown .dropdown-menu .dropdown-item i {
            margin-left: 5px;
        }

@-webkit-keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 70px, 0);
        -ms-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 42px, 0);
        -ms-transform: translate3d(0, 42px, 0);
        transform: translate3d(0, 42px, 0);
    }
}

.quick-settings-panel {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    width: 450px;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    left: -500px;
    z-index: 999999999;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
    .quick-settings-panel {
        width: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .quick-settings-panel {
        width: 400px;
    }
}

.quick-settings-panel.active {
    left: 0;
}

.quick-setting-tab {
    position: relative;
    z-index: 1;
}

    .quick-setting-tab .nav-tabs {
        margin-bottom: 30px;
        border-width: 2px;
    }

        .quick-setting-tab .nav-tabs .nav-item {
            margin-bottom: 0;
        }

            .quick-setting-tab .nav-tabs .nav-item .nav-link {
                position: relative;
                z-index: 1;
                border: none;
                padding: 0.25rem 1rem;
                font-size: 16px;
                color: #525f80;
            }

@media only screen and (max-width: 767px) {
    .quick-setting-tab .nav-tabs .nav-item .nav-link {
        padding: 0.25rem 0.5rem;
        font-size: 13px;
    }
}

.quick-setting-tab .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: transparent;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active {
    color: #04a9f5;
}

    .quick-setting-tab .nav-tabs .nav-item .nav-link.active::after {
        background-color: #04a9f5;
    }

.quick-setting-tab .onoffswitch {
    position: relative;
    width: 55px;
    display: inline-block;
    font-size: 80%;
}

    .quick-setting-tab .onoffswitch .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border-radius: 40px;
        margin: 0;
    }

    .quick-setting-tab .onoffswitch .onoffswitch-inner {
        width: 200%;
        margin-right: -100%;
        transition: margin 0.15s ease-in-out;
    }

        .quick-setting-tab .onoffswitch .onoffswitch-inner:before,
        .quick-setting-tab .onoffswitch .onoffswitch-inner:after {
            float: right;
            width: 50%;
            height: 24px;
            padding: 0;
            line-height: 24px;
            font-size: 80%;
            font-weight: normal;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .quick-setting-tab .onoffswitch .onoffswitch-inner:before {
            content: "ON";
            padding-right: 10px;
            background-color: #04a9f5;
            color: #ffffff;
        }

        .quick-setting-tab .onoffswitch .onoffswitch-inner:after {
            content: "OFF";
            padding-left: 10px;
            background-color: #f2f4f8;
            color: #525f80;
            text-align: left;
        }

    .quick-setting-tab .onoffswitch .onoffswitch-switch {
        width: 26px;
        height: 26px;
        margin: 0;
        background-color: #e8ebf1;
        border-radius: 50%;
        position: absolute;
        top: -1px;
        bottom: 0;
        left: 34px;
        transition: left 0.15s ease-in-out;
    }

.quick-setting-tab .toggle-group {
    position: relative;
    height: 27px;
    right: 5px;
}

    .quick-setting-tab .toggle-group input[type=checkbox] {
        position: absolute;
        right: 10px;
    }

        .quick-setting-tab .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
            margin-right: 0;
        }

        .quick-setting-tab .toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
            left: -1px;
        }

        .quick-setting-tab .toggle-group input[type=checkbox]:focus ~ .onoffswitch {
            outline: 0;
        }

    .quick-setting-tab .toggle-group label {
        position: absolute;
        cursor: pointer;
        padding-right: 65px;
        display: inline-block;
        text-align: right;
        line-height: 24px;
        width: 100%;
        z-index: 1;
        height: 24px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        color: #1b3e4b;
    }

.profile-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}

.hightlight-sidebar {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    margin-right: auto;
    margin-left: 11px;
    margin-bottom: 0;
}

.text-primary {
    color: #04a9f5 !important;
}

.menu-collasped-active.ecaps-page-wrapper .sidebar-menu li .title-menu {
    display: none;
}

.full-screen-mode a {
    font-size: 24px;
    margin: 0 15px;
    color: #04a9f5;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .full-screen-mode a:hover {
        color: #5578eb;
    }

/* :: Button CSS */
.btn-block {
    display: block !important;
    width: 100% !important;
}

.btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 14px;
    border-radius: .15rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: iransans;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 13px;
    }
}

.btn:focus, .btn:hover {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .btn:focus, .btn:hover {
        font-size: 13px;
    }
}

.btn.btn-rounded {
    border-radius: 30px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn.btn-lg {
    font-size: 1.25rem;
}

    .btn.btn-lg.btn-rounded {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

.btn.btn-circle {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .btn.btn-circle.btn-lg {
        padding: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
    }

.btn-light {
    color: #313a46;
    background-color: #e3eaef;
    border-color: #e3eaef;
}

.btn-light {
    -webkit-box-shadow: 0 2px 6px 0 rgba(227, 234, 239, 0.5);
    box-shadow: 0 2px 6px 0 rgba(227, 234, 239, 0.5);
}

.btn-light {
    color: #313a46;
    background-color: #e3eaef;
    border-color: #e3eaef;
}

.btn-primary {
    background-color: #04a9f5;
    border-color: #04a9f5;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #038fcf;
        border-color: #038fcf;
    }

@media only screen and (max-width: 767px) {
    .btn-primary:hover {
        font-size: 13px;
    }
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
}

.btn-googleplus {
    color: #ffffff;
    background-color: #dd4b39;
}

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
}

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
}

.btn-dribbble {
    color: #ffffff;
    background-color: #ea4c89;
}

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
}

.btn-youtube {
    color: #ffffff;
    background-color: #bb0000;
}

.label-primary,
.badge-primary {
    background-color: #04a9f5;
    color: #FFFFFF;
}

.label-warning,
.badge-warning {
    background-color: #fdb901;
    color: #FFFFFF;
}

.label {
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
}

.dropdown-menu-static-demo {
    height: 250px;
    margin-bottom: 20px;
}

.dropdown .dropdown-menu {
    font-size: 0.75rem;
    -webkit-box-shadow: 0px 1px 15px 5px #e6eaec;
    box-shadow: 0px 1px 15px 5px #e6eaec;
    border-radius: 0;
}

.dropdown-menu {
    border: 1px solid #e8ebf1;
    -webkit-box-shadow: 0px 1px 15px 5px #e6eaec;
    box-shadow: 0px 1px 15px 5px #e6eaec;
}

.btn-success {
    color: #fff;
    background-color: #00d97e;
    border-color: #00d97e;
}

.alert-primary {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}

.alert-secondary {
    color: #fff;
    background-color: #6e84a3;
    border-color: #6e84a3;
}

.alert-success {
    color: #fff;
    background-color: #00d97e;
    border-color: #00d97e;
}

.alert-danger {
    color: #fff;
    background-color: #e63757;
    border-color: #e63757;
}

.alert-warning {
    color: #283e59;
    background-color: #f6c343;
    border-color: #f6c343;
}

.alert-info {
    color: #fff;
    background-color: #39afd1;
    border-color: #39afd1;
}

.alert-light {
    color: #283e59;
    background-color: #edf2f9;
    border-color: #edf2f9;
}

.alert-dark {
    color: #fff;
    background-color: #12263f;
    border-color: #12263f;
}

.btn-secondary {
    color: #fff;
    background-color: #475F7B;
    border-color: #34465B;
}

    .btn-secondary.hover,
    .btn-secondary:hover {
        background-color: #506B8B !important;
    }

.btn-outline-primary {
    color: #04a9f5;
    border-color: #04a9f5;
}

    .btn-outline-primary:hover {
        background-color: #04a9f5;
        border-color: #04a9f5;
    }

/* :: Fill Button CSS */
.btn-fill {
    padding: 0.675rem 1.25rem;
    border: 1px solid #0168fa;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .btn-fill:hover {
        color: #ffffff;
    }

        .btn-fill:hover:after {
            background: #0168fa;
            height: 100%;
        }

    .btn-fill:after {
        content: '';
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -2;
        -webkit-transition: linear 0.3s all;
        -o-transition: linear 0.3s all;
        transition: linear 0.3s all;
    }

.btn-fill-white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-fill[class*="btn-fill-"] {
    background-color: transparent;
}

.btn-fill-default {
    border: 1px solid #e8ebf1 !important;
    color: #001737 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-default:hover:after, .btn-fill-default:focus:after {
        background-color: #e8ebf1;
    }

.btn-fill-primary {
    border: 1px solid #04a9f5 !important;
    color: #04a9f5 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-primary:hover:after, .btn-fill-primary:focus:after {
        background-color: #04a9f5;
    }

.btn-fill-info {
    border: 1px solid #5578eb !important;
    color: #5578eb !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-info:hover:after, .btn-fill-info:focus:after {
        background-color: #5578eb;
    }

.btn-fill-success {
    border: 1px solid #00d97e !important;
    color: #00d97e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-success:hover:after, .btn-fill-success:focus:after {
        background-color: #00d97e;
    }

.btn-fill-danger {
    border: 1px solid #fb434a !important;
    color: #fb434a !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-danger:hover:after, .btn-fill-danger:focus:after {
        background-color: #fb434a;
    }

.btn-fill-warning {
    border: 1px solid #f39834 !important;
    color: #f39834 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-warning:hover:after, .btn-fill-warning:focus:after {
        background-color: #f39834;
    }

.btn-fill-secondary {
    border: 1px solid #8897aa !important;
    color: #8897aa !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-secondary:hover:after, .btn-fill-secondary:focus:after {
        background-color: #8897aa;
    }

.btn-fill-dark {
    border: 1px solid #001737 !important;
    color: #001737 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill-dark:hover:after, .btn-fill-dark:focus:after {
        background-color: #001737;
    }

.btn-fill--white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-fill--white:hover:after, .btn-fill--white:focus:after {
        background-color: transparent;
        border: transparent !important;
    }

.btn-fill-default:hover, .btn-fill-default:focus {
    color: #001737 !important;
}

.btn-fill-primary:hover,
.btn-fill-info:hover,
.btn-fill-success:hover,
.btn-fill-danger:hover,
.btn-fill-warning:hover,
.btn-fill-secondary:hover,
.btn-fill-dark:hover {
    color: #ffffff !important;
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* :: Gradients Button CSS */
.btn[class*="btn-c-gradient-"] {
    padding: 10px 24px;
    text-shadow: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f2f4f8;
    -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-c-gradient-1 {
    background-image: -webkit-gradient(linear, right top, left top, from(#3232b7), to(#2575fc));
    background-image: -webkit-linear-gradient(right, #3232b7 0%, #2575fc 100%);
    background-image: -o-linear-gradient(right, #3232b7 0%, #2575fc 100%);
    background-image: linear-gradient(to left, #3232b7 0%, #2575fc 100%);
}

    .btn-c-gradient-1:hover,
    .btn.btn-c-gradient-1:not(:disabled):not(.disabled):active {
        background-image: -webkit-gradient(linear, right top, left top, from(#2575fc), to(#3232b7));
        background-image: -webkit-linear-gradient(right, #2575fc 0%, #3232b7 100%);
        background-image: -o-linear-gradient(right, #2575fc 0%, #3232b7 100%);
        background-image: linear-gradient(to left, #2575fc 0%, #3232b7 100%);
    }

.btn-c-gradient-2 {
    background-image: -webkit-gradient(linear, right top, left top, from(#4facfe), to(#00f2fe));
    background-image: -webkit-linear-gradient(right, #4facfe 0%, #00f2fe 100%);
    background-image: -o-linear-gradient(right, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to left, #4facfe 0%, #00f2fe 100%);
}

    .btn-c-gradient-2:hover,
    .btn.btn-c-gradient-2:not(:disabled):not(.disabled):active {
        background-image: -webkit-gradient(linear, right top, left top, from(#00f2fe), to(#4facfe));
        background-image: -webkit-linear-gradient(right, #00f2fe 0%, #4facfe 100%);
        background-image: -o-linear-gradient(right, #00f2fe 0%, #4facfe 100%);
        background-image: linear-gradient(to left, #00f2fe 0%, #4facfe 100%);
    }

.btn-c-gradient-3 {
    background-image: -webkit-gradient(linear, right top, left top, from(#00cdac), to(#38f9d7));
    background-image: -webkit-linear-gradient(right, #00cdac 0%, #38f9d7 100%);
    background-image: -o-linear-gradient(right, #00cdac 0%, #38f9d7 100%);
    background-image: linear-gradient(to left, #00cdac 0%, #38f9d7 100%);
}

    .btn-c-gradient-3:hover,
    .btn.btn-c-gradient-3:not(:disabled):not(.disabled):active {
        background-image: -webkit-gradient(linear, right top, left top, from(#38f9d7), to(#00cdac));
        background-image: -webkit-linear-gradient(right, #38f9d7 0%, #00cdac 100%);
        background-image: -o-linear-gradient(right, #38f9d7 0%, #00cdac 100%);
        background-image: linear-gradient(to left, #38f9d7 0%, #00cdac 100%);
    }

.btn-c-gradient-4 {
    background-image: -webkit-linear-gradient(-330deg, #f6d365 0%, #fda085 100%);
    background-image: -o-linear-gradient(-330deg, #f6d365 0%, #fda085 100%);
    background-image: linear-gradient(-120deg, #f6d365 0%, #fda085 100%);
}

    .btn-c-gradient-4:hover,
    .btn.btn-c-gradient-4:not(:disabled):not(.disabled):active {
        background-image: -webkit-linear-gradient(-330deg, #fda085 0%, #f6d365 100%);
        background-image: -o-linear-gradient(-330deg, #fda085 0%, #f6d365 100%);
        background-image: linear-gradient(-120deg, #fda085 0%, #f6d365 100%);
    }

.btn-c-gradient-5 {
    background-image: -webkit-gradient(linear, right bottom, right top, from(#f77062), to(#fe5196));
    background-image: -webkit-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
    background-image: -o-linear-gradient(bottom, #f77062 0%, #fe5196 100%);
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
}

    .btn-c-gradient-5:hover,
    .btn.btn-c-gradient-5:not(:disabled):not(.disabled):active {
        background-image: -webkit-gradient(linear, right bottom, right top, from(#fe5196), to(#f77062));
        background-image: -webkit-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
        background-image: -o-linear-gradient(bottom, #fe5196 0%, #f77062 100%);
        background-image: linear-gradient(to top, #fe5196 0%, #f77062 100%);
    }

.btn-c-gradient-6 {
    background-image: -webkit-gradient(linear, right top, left top, from(#816cfd), to(#7c5ac2));
    background-image: -webkit-linear-gradient(right, #816cfd 0%, #7c5ac2 100%);
    background-image: -o-linear-gradient(right, #816cfd 0%, #7c5ac2 100%);
    background-image: linear-gradient(to left, #816cfd 0%, #7c5ac2 100%);
}

    .btn-c-gradient-6:hover,
    .btn.btn-c-gradient-6:not(:disabled):not(.disabled):active {
        background-image: -webkit-gradient(linear, right top, left top, from(#7c5ac2), to(#816cfd));
        background-image: -webkit-linear-gradient(right, #7c5ac2 0%, #816cfd 100%);
        background-image: -o-linear-gradient(right, #7c5ac2 0%, #816cfd 100%);
        background-image: linear-gradient(to left, #7c5ac2 0%, #816cfd 100%);
    }

/* :: Icon Button CSS */
.ladda-button {
    overflow: hidden;
    height: auto;
    padding: 0.55rem 1.10rem;
    min-width: 50px;
    border-radius: 50px;
}

.btn-creative {
    border: none;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 8px 22px;
    display: inline-block;
    margin: 10px 10px;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-creative:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-1 {
    border: 1px solid transparent;
    color: #ffffff;
}

.btn-1a:hover,
.btn-1a:active {
    color: #04a9f5 !important;
    background: #ffffff !important;
    border: 1px solid #04a9f5 !important;
}

.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    background: #ffffff;
    border-radius: 3px;
}

.btn-1b:not(:disabled):not(.disabled):active {
    color: #00b1f4 !important;
}

.btn-1b:hover,
.btn-1b:active {
    color: #009eda !important;
    border: 1px solid #009eda;
    z-index: 1;
}

    .btn-1b:hover:after,
    .btn-1b:active:after {
        height: 100%;
    }

.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff;
    border-radius: 3px;
}

.btn-1c:not(:disabled):not(.disabled):active {
    color: #00d97e !important;
}

.btn-1c:after:active {
    background: #000;
}

.btn-1c:hover,
.btn-1c:active {
    color: #00d97e !important;
    border: 1px solid #00d97e;
    z-index: 1;
}

    .btn-1c:hover:after,
    .btn-1c:active:after {
        width: 100%;
    }

.btn-1d {
    overflow: hidden;
}

    .btn-1d:after {
        width: 0;
        height: 100%;
        top: 50%;
        right: 50%;
        background: #ffffff;
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(-49%);
        -moz-transform: translateX(50%) translateY(-49%);
        -ms-transform: translateX(50%) translateY(-49%);
        transform: translateX(50%) translateY(-49%);
    }

    .btn-1d:not(:disabled):not(.disabled):active {
        color: #f39834 !important;
    }

    .btn-1d:hover,
    .btn-1d:active {
        color: #f39834 !important;
        border: 1px solid #f39834;
        z-index: 1;
    }

        .btn-1d:hover:after {
            width: 100%;
            opacity: 1;
        }

        .btn-1d:active:after {
            width: 100%;
            opacity: 1;
        }

.btn-1e {
    overflow: hidden;
}

    .btn-1e:after {
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        background: #ffffff;
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
        transform: translateX(50%) translateY(-50%) rotate(-45deg);
    }

    .btn-1e:not(:disabled):not(.disabled):active {
        color: #ee3d49 !important;
    }

    .btn-1e:hover,
    .btn-1e:active {
        color: #df303b !important;
        border: 1px solid #df303b;
        z-index: 1;
    }

        .btn-1e:hover:after {
            height: 300%;
            opacity: 1;
        }

        .btn-1e:active:after {
            height: 400%;
            opacity: 1;
        }

.btn-1f {
    overflow: hidden;
}

    .btn-1f:after {
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        background: #ffffff;
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(-49%);
        -moz-transform: translateX(50%) translateY(-49%);
        -ms-transform: translateX(50%) translateY(-49%);
        transform: translateX(50%) translateY(-49%);
    }

    .btn-1f:not(:disabled):not(.disabled):active {
        color: #7d56ce !important;
    }

    .btn-1f:hover,
    .btn-1f:active {
        color: #714cbd !important;
        border: 1px solid #714cbd;
        z-index: 1;
    }

        .btn-1f:hover:after {
            height: 100%;
            opacity: 1;
        }

        .btn-1f:active:after {
            height: 130%;
            opacity: 1;
        }

.btn-2 {
    background: #cb4e4e;
    color: #ffffff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-2b {
    border-radius: 5px;
    background: #00b1f4;
    box-shadow: 0 6px #189dce;
}

    .btn-2b:hover {
        box-shadow: 0 8px #189dce;
        top: -2px;
    }

    .btn-2b:active {
        box-shadow: 0 0 #189dce;
        top: 6px;
    }

.btn-2j {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 0;
    background: #4f5163;
    box-shadow: 0 6px #454656;
}

    .btn-2j:hover {
        box-shadow: 0 8px #454656;
        top: -2px;
    }

    .btn-2j:active {
        box-shadow: 0 0 #454656;
        top: 6px;
    }

.btn-3:active {
    top: 2px;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 2.2;
    font-size: 130%;
    width: 45px;
}

.btn-3a {
    padding: 12px 60px 14px 20px;
    border-radius: 10px;
    background: #04a9f5;
    color: #ffffff;
}

    .btn-3a:hover {
        background: #04a9f5;
    }

    .btn-3a:before {
        background: rgba(0, 0, 0, 0.05);
    }

.btn-3b {
    padding: 12px 60px 14px 20px;
    border-radius: 10px;
    background: #00b1f4;
    color: #ffffff;
}

    .btn-3b:hover {
        background: #209dff;
    }

    .btn-3b:before {
        border-left: 2px solid rgba(255, 255, 255, 0.5);
    }

.btn-3c {
    padding: 60px 12px 14px 12px;
    border-radius: 10px;
    box-shadow: 0 3px #079f45;
    background: #1ad271;
    color: #ffffff;
}

    .btn-3c:active {
        box-shadow: 0 3px #079f45;
    }

    .btn-3c:before {
        height: 50px;
        width: 100%;
        line-height: 50px;
        background: #ffffff;
        color: #00c851;
        border: 1px solid #00c851;
        border-radius: 10px 10px 0 0;
    }

    .btn-3c:active:before {
        color: #00c851;
    }

.btn-3d {
    padding: 12px 60px 14px 20px;
    border-radius: 10px;
    background: #e9b02b;
    color: #ffffff;
}

    .btn-3d:before {
        background: #ffffff;
        color: #e9b02b;
        z-index: 2;
        border-top: 1px solid #e9b02b;
        border-bottom: 1px solid #e9b02b;
        border-right: 1px solid #e9b02b;
        border-radius: 0 10px 10px 0;
    }

    .btn-3d:after {
        width: 20px;
        height: 20px;
        background: #ffffff;
        z-index: 1;
        right: 40px;
        top: 50%;
        margin: -10px -10px 0 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .btn-3d:active:before {
        color: #dea82a;
    }

    .btn-3d:active {
        top: 0;
    }

        .btn-3d:active:after {
            right: 44px;
        }

.btn-3e {
    padding: 12px 20px 14px 60px;
    border-radius: 10px;
    overflow: hidden;
    background: #805dca;
    color: #ffffff;
}

    .btn-3e:before {
        right: auto;
        left: 0px;
        z-index: 2;
    }

    .btn-3e:after {
        width: 30%;
        height: 200%;
        background: rgba(255, 255, 255, 0.1);
        z-index: 1;
        left: 0;
        top: 0;
        margin: -5px -5px 0 0;
        -webkit-transform-origin: 100% 0;
        -webkit-transform: rotate(20deg);
        -moz-transform-origin: 100% 0;
        -moz-transform: rotate(20deg);
        -ms-transform-origin: 100% 0;
        -ms-transform: rotate(20deg);
        transform-origin: 100% 0;
        transform: rotate(20deg);
    }

    .btn-3e:hover:after {
        width: 40%;
    }

.btn-4 {
    border-radius: 50px;
    border: 1px solid transparent;
    color: #ffffff;
    overflow: hidden;
    line-height: 24px;
}

    .btn-4:before {
        position: absolute;
        height: 100%;
        font-size: 112%;
        line-height: 2.5;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-4a {
    background: #04a9f5;
}

    .btn-4a:hover {
        background: #04a9f5;
    }

    .btn-4a:before {
        right: 130%;
        top: 0;
    }

    .btn-4a:hover:before {
        right: 83%;
    }

.btn-4b {
    background: #1abc9c;
}

    .btn-4b:hover {
        background: #2ea37d;
    }

    .btn-4b:before {
        right: -50%;
        top: 0;
    }

    .btn-4b:hover:before {
        right: 5%;
    }

.btn-4c {
    background: #f28b21;
}

    .btn-4c:hover {
        background: #ff961f;
    }

    .btn-4c:before {
        right: 70%;
        opacity: 0;
        top: 0;
    }

    .btn-4c:hover:before {
        right: 83%;
        opacity: 1;
    }

.btn-4d {
    background: #9b59b6;
}

    .btn-4d:hover {
        background: #b579d2;
    }

    .btn-4d:before {
        right: 30%;
        opacity: 0;
        top: 0;
    }

    .btn-4d:hover:before {
        right: 5%;
        opacity: 1;
    }

.btn-5 {
    background: #823aa0;
    color: #ffffff;
    line-height: 24px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-5:active {
        top: 2px;
    }

    .btn-5 span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
    }

    .btn-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.5;
        font-size: 130%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-5:active:before {
        color: #ffffff;
    }

.btn-5a {
    background: #00b1f4;
}

    .btn-5a:hover {
        background: #009eda;
    }

        .btn-5a:hover span {
            -webkit-transform: translateY(300%);
            -moz-transform: translateY(300%);
            -ms-transform: translateY(300%);
            transform: translateY(300%);
        }

    .btn-5a:before {
        right: 0;
        top: -106%;
    }

    .btn-5a:hover:before {
        top: 0;
    }

.btn-5b {
    background: #e7515a;
}

    .btn-5b:hover {
        background: #ff3743;
    }

        .btn-5b:hover span {
            -webkit-transform: translateY(300%);
            -moz-transform: translateY(300%);
            -ms-transform: translateY(300%);
            transform: translateY(300%);
        }

    .btn-5b:before {
        right: 0;
        top: -100%;
    }

    .btn-5b:hover:before {
        top: 0;
    }

.btn-5c {
    background: #e9b02b;
}

    .btn-5c:hover {
        background: #dea82a;
    }

        .btn-5c:hover span {
            -webkit-transform: translateY(300%);
            -moz-transform: translateY(300%);
            -ms-transform: translateY(300%);
            transform: translateY(300%);
        }

    .btn-5c:before {
        right: 0;
        top: -100%;
    }

    .btn-5c:hover:before {
        top: 0;
    }

.btn-5d {
    background: #805dca;
}

    .btn-5d:hover {
        background: #714cbd;
    }

        .btn-5d:hover span {
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }

    .btn-5d:before {
        right: -100%;
        top: 0;
    }

    .btn-5d:hover:before {
        right: 0;
    }

.btn-5e {
    background: #4f5163;
}

    .btn-5e:hover {
        background: #454656;
    }

        .btn-5e:hover span {
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }

    .btn-5e:before {
        right: -100%;
        top: 0;
    }

    .btn-5e:hover:before {
        right: 0;
    }

.btn-5f {
    background: #f8538d;
}

    .btn-5f:hover {
        background: #f8538d;
    }

        .btn-5f:hover span {
            -webkit-transform: translateX(-200%);
            -moz-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }

    .btn-5f:before {
        right: -100%;
        top: 0;
    }

    .btn-5f:hover:before {
        right: 0;
    }

.btn-6 {
    color: #ffffff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

    .btn-6:active {
        top: 2px;
    }

.btn-6a {
    border: 2px solid #0a4f75;
    background: #0a4f75;
}

    .btn-6a:hover {
        background: transparent;
        color: #0a4f75;
    }

.btn-6b {
    border: 3px solid #26b0ff;
    background: #26b0ff;
}

    .btn-6b:hover {
        background: transparent;
        color: #33b5e5;
    }

.btn-6c {
    border: 3px solid #1ad271;
    background: #1ad271;
}

    .btn-6c:hover {
        background: transparent;
        color: #00C851;
    }

.btn-6d {
    border: 2px dashed #e95f2b;
    background: #e95f2b;
}

    .btn-6d:hover {
        background: transparent;
        color: #e95f2b;
    }

.btn-6e {
    border: 2px dashed #ec2330;
    background: #ec2330;
}

    .btn-6e:hover {
        background: transparent;
        color: #CC0000;
    }

.btn-6f {
    border: 2px dashed #9b59b6;
    background: #9b59b6;
}

    .btn-6f:hover {
        background: transparent;
        color: #aa66cc;
    }

.btn-6g {
    border: 3px dotted #24ccda;
    background: #24ccda;
}

    .btn-6g:hover {
        background: transparent;
        color: #24ccda;
    }

.btn-6h {
    border: 3px dotted #4073FF;
    background: #4073FF;
}

    .btn-6h:hover {
        background: transparent;
        color: #4285F4;
    }

.btn-6i {
    border: 3px dotted #26b0ff;
    background: #26b0ff;
}

    .btn-6i:hover {
        background: transparent;
        color: #33b5e5;
    }

.btn-6j {
    border: 3px double #f8538d;
    background: #f8538d;
}

    .btn-6j:hover {
        background: transparent;
        color: #f8538d;
    }

.btn-6k {
    border: 3px double #f28b21;
    background: #f28b21;
}

    .btn-6k:hover {
        background: transparent;
        color: #FF8800;
    }

.btn-6l {
    border: 3px double #ec2330;
    background: #ec2330;
}

    .btn-6l:hover {
        background: transparent;
        color: #CC0000;
    }

.btn-7 {
    background: #1ad271;
    color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 5px #07A145;
    padding: 12px 50px 12px 15px;
}

.btn-7a {
    background: #4073FF;
    box-shadow: 0 5px #1861DA;
    overflow: hidden;
}

    .btn-7a:before {
        position: absolute;
        right: 0;
        width: 30%;
        font-size: 130%;
        line-height: 1;
        color: #ffffff;
    }

    .btn-7a.btn-activated {
        -webkit-animation: fadeOutText 0.5s;
        -moz-animation: fadeOutText 0.5s;
        animation: fadeOutText 0.5s;
    }

        .btn-7a.btn-activated:before {
            -webkit-animation: moveToRight 0.5s;
            -moz-animation: moveToRight 0.5s;
            animation: moveToRight 0.5s;
        }

@-webkit-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}

@-moz-keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent;
    }

    80% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}

@-webkit-keyframes moveToRight {
    80% {
        -webkit-transform: translateX(-250%);
    }

    81% {
        opacity: 1;
        -webkit-transform: translateX(-250%);
    }

    82% {
        opacity: 0;
        -webkit-transform: translateX(-250%);
    }

    83% {
        opacity: 0;
        -webkit-transform: translateX(50%);
    }

    84% {
        opacity: 1;
        -webkit-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveToRight {
    80% {
        -moz-transform: translateX(-250%);
    }

    81% {
        opacity: 1;
        -moz-transform: translateX(-250%);
    }

    82% {
        opacity: 0;
        -moz-transform: translateX(-250%);
    }

    83% {
        opacity: 0;
        -moz-transform: translateX(50%);
    }

    84% {
        opacity: 1;
        -moz-transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@keyframes moveToRight {
    80% {
        transform: translateX(-250%);
    }

    81% {
        opacity: 1;
        transform: translateX(-250%);
    }

    82% {
        opacity: 0;
        transform: translateX(-250%);
    }

    83% {
        opacity: 0;
        transform: translateX(50%);
    }

    84% {
        opacity: 1;
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.btn-7b {
    background: #1ad271;
    box-shadow: 0 5px #07A145;
    overflow: hidden;
}

    .btn-7b:before {
        position: absolute;
        right: 0;
        width: 30%;
        font-size: 130%;
        line-height: 1;
        color: #ffffff;
    }

    .btn-7b.btn-activated:before {
        -webkit-animation: scaleUp 0.5s;
        -moz-animation: scaleUp 0.5s;
        animation: scaleUp 0.5s;
    }

@-webkit-keyframes scaleUp {
    80% {
        opacity: 0;
        -webkit-transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes scaleUp {
    80% {
        opacity: 0;
        -moz-transform: scale(2);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2);
    }
}

@keyframes scaleUp {
    80% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.btn-icon-only {
    font-size: 0;
    padding: 24px 30px;
}

    .btn-icon-only:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-size: 18px;
        line-height: 50px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.btn-7c {
    background: #f28b21;
    box-shadow: 0 5px #D87607;
    overflow: hidden;
}

    .btn-7c:before {
        color: #ffffff;
        z-index: 1;
    }

    .btn-7c:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 0;
        width: 0;
        background: #D87607;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7c.btn-activated:after {
        -webkit-animation: fillToRight 0.7s forwards;
        -moz-animation: fillToRight 0.7s forwards;
        animation: fillToRight 0.7s forwards;
    }

@-webkit-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%;
    }
}

@keyframes fillToRight {
    to {
        width: 100%;
    }
}

.btn-7d {
    background: #ec2330;
    box-shadow: 0 5px #AE0404;
    overflow: hidden;
}

    .btn-7d:before {
        color: #ffffff;
        z-index: 1;
    }

    .btn-7d:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        width: 100%;
        z-index: 0;
        background: #AE0404;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7d.btn-activated:after {
        -webkit-animation: emptyBottom 0.7s forwards;
        -moz-animation: emptyBottom 0.7s forwards;
        animation: emptyBottom 0.7s forwards;
    }

@-webkit-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%;
    }
}

@keyframes emptyBottom {
    to {
        height: 100%;
    }
}

.btn-7e:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ea515e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-7e.btn-activated:after {
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes scaleFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@keyframes scaleFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.btn-7f {
    background: #9b59b6;
    box-shadow: 0 5px #8f3fb7;
}

    .btn-7f:before {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
    }

    .btn-7f:after {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
        font-size: 26px;
        line-height: 54px;
        color: #ffe44d;
        visibility: hidden;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffe44d;
        -webkit-transform: scale(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7f.btn-activated:after {
        visibility: visible;
        -webkit-animation: dropDown 0.3s forwards;
        -moz-animation: dropDown 0.3s forwards;
        animation: dropDown 0.3s forwards;
    }

@-webkit-keyframes dropDown {
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropDown {
    to {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-7g {
    background: #494949;
    box-shadow: 0 5px #3c3b3b;
}

    .btn-7g:after {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
        font-size: 26px;
        line-height: 54px;
        color: #0a833d;
        visibility: hidden;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-7g.btn-activated:after {
        visibility: visible;
        -webkit-animation: dropDownFade 0.5s forwards;
        -moz-animation: dropDownFade 0.5s forwards;
        animation: dropDownFade 0.5s forwards;
    }

@-webkit-keyframes dropDownFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes dropDownFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes dropDownFade {
    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.btn-7h {
    background: #9b59b6;
    box-shadow: 0 5px #8e44b4;
}

    .btn-7h span {
        display: inline-block;
        width: 100%;
    }

    .btn-7h:before {
        position: absolute;
        right: 0;
        width: 30%;
        font-size: 130%;
        line-height: 1;
        color: #ffffff;
    }

.btn-success-1,
.btn-error {
    color: transparent;
}

    .btn-success-1:after,
    .btn-error:after {
        z-index: 1;
        color: #ffffff;
        right: 40%;
    }

    .btn-success-1:before {
        content: "\e001";
    }

    .btn-success-1:after {
        content: "Success!";
        -webkit-animation: moveUp 0.5s;
        -moz-animation: moveUp 0.5s;
        animation: moveUp 0.5s;
    }

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(-10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(-10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(-10px);
    }
}

.btn-error:before {
    content: "\e002";
}

.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.trash-effect {
    position: relative;
    max-width: 300px;
    margin: 60px auto 15px;
}

    .trash-effect .icon-file {
        font-size: 30px;
        position: absolute;
        width: 50px;
        height: 50px;
        right: 50%;
        top: 50%;
        margin: -45px -25px 0 0;
        color: #494949;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: translateX(-90px) translateY(20px) scale(1);
        -moz-transform: translateX(-90px) translateY(20px) scale(1);
        -ms-transform: translateX(-90px) translateY(20px) scale(1);
        transform: translateX(-90px) translateY(20px) scale(1);
    }

        .trash-effect .icon-file:nth-child(2) {
            -webkit-transform: translateX(-140px) translateY(-10px) scale(1);
            -moz-transform: translateX(-140px) translateY(-10px) scale(1);
            -ms-transform: translateX(-140px) translateY(-10px) scale(1);
            transform: translateX(-140px) translateY(-10px) scale(1);
            -webkit-transition-delay: 0.1s;
            -moz-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .trash-effect .icon-file:nth-child(3) {
            -webkit-transform: translateX(-140px) translateY(50px) scale(1);
            -moz-transform: translateX(-140px) translateY(50px) scale(1);
            -ms-transform: translateX(-140px) translateY(50px) scale(1);
            transform: translateX(-140px) translateY(50px) scale(1);
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

    .trash-effect.trash-effect-active .icon-file {
        -webkit-transform: translateX(100px) translateY(-10px) scale(0);
        -moz-transform: translateX(100px) translateY(-10px) scale(0);
        -ms-transform: translateX(100px) translateY(-10px) scale(0);
        transform: translateX(100px) translateY(-10px) scale(0);
    }

.btn-7i {
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    padding: 27px 33px;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

    .btn-7i:before {
        line-height: 45px;
    }

    .btn-7i:after {
        height: 11px;
        width: 100%;
        background: #17aa56;
        border-radius: 7px 7px 0 0;
        right: 0;
        top: -10px;
        z-index: 1;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

.trash-effect-active .btn-7i:after {
    -webkit-animation: openTrash 0.5s;
    -moz-animation: openTrash 0.5s;
    animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
    50% {
        -webkit-transform: rotate(35deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes openTrash {
    50% {
        -moz-transform: rotate(35deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes openTrash {
    50% {
        transform: rotate(35deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block;
}

.btn-8 {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .btn-8:active {
        background: #55b7f3;
    }

.btn-8a:after {
    width: 100%;
    height: 42%;
    right: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 100% 100%;
    -moz-transform: rotateX(90deg);
    transform-origin: 100% 100%;
    transform: rotateX(90deg);
}

.btn-8a:hover {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

.btn-8b:after {
    width: 100%;
    height: 40%;
    right: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 100% 0%;
    transform: rotateX(-90deg);
}

.btn-8b:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

.btn-8c:after {
    width: 21%;
    height: 100%;
    right: -20%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateY(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateY(-90deg);
    transform-origin: 0% 0%;
    transform: rotateY(-90deg);
}

.btn-8c:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg);
}

.btn-8d:after {
    width: 20%;
    height: 100%;
    right: 100%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateY(90deg);
    transform-origin: 100% 0%;
    transform: rotateY(90deg);
}

.btn-8d:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
}

.btn-8e {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
}

    .btn-8e:after {
        width: 100%;
        height: 42%;
        right: 0;
        top: -40%;
        background: #49a7df;
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 100% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 100% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 100% 100%;
        transform: rotateX(90deg);
    }

    .btn-8e:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

.btn-8f {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

    .btn-8f:after {
        width: 100%;
        height: 40%;
        right: 0;
        top: 100%;
        background: #49a7df;
        -webkit-transform-origin: 100% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 100% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 100% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 100% 0%;
        transform: rotateX(-90deg);
    }

    .btn-8f:active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

.btn-8g {
    background: #ffffff;
    color: #999;
}

    .btn-8g:active {
        background: #ffffff;
    }

    .btn-8g:after,
    .btn-8g:before {
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        line-height: 70px;
    }

    .btn-8g:after {
        top: -98%;
        background: #7aca7c;
        color: #358337;
        content: 'It worked!';
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: rotateX(90deg);
        -moz-transform-origin: 100% 100%;
        -moz-transform: rotateX(90deg);
        -ms-transform-origin: 100% 100%;
        -ms-transform: rotateX(90deg);
        transform-origin: 100% 100%;
        transform: rotateX(90deg);
    }

    .btn-8g:before {
        top: 100%;
        background: #e96a6a;
        color: #a33a3a;
        content: 'Error!';
        font-weight: 700;
        -webkit-transform-origin: 100% 0%;
        -webkit-transform: rotateX(-90deg);
        -moz-transform-origin: 100% 0%;
        -moz-transform: rotateX(-90deg);
        -ms-transform-origin: 100% 0%;
        -ms-transform: rotateX(-90deg);
        transform-origin: 100% 0%;
        transform: rotateX(-90deg);
    }

    .btn-8g.btn-success3d {
        background: #aaa;
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: rotateX(-90deg) translateY(100%);
        -moz-transform-origin: 50% 100%;
        -moz-transform: rotateX(-90deg) translateY(100%);
        -ms-transform-origin: 50% 100%;
        -ms-transform: rotateX(-90deg) translateY(100%);
        transform-origin: 50% 100%;
        transform: rotateX(-90deg) translateY(100%);
    }

    .btn-8g.btn-error3d {
        background: #aaa;
        -webkit-transform-origin: 50% 0%;
        -webkit-transform: rotateX(90deg) translateY(-100%);
        -moz-transform-origin: 50% 0%;
        -moz-transform: rotateX(90deg) translateY(-100%);
        -ms-transform-origin: 50% 0%;
        -ms-transform: rotateX(90deg) translateY(-100%);
        transform-origin: 50% 0%;
        transform: rotateX(90deg) translateY(-100%);
    }

/* :: Dragula CSS */
.dragula-example {
    margin-bottom: 6px;
}

.sortable-example {
    margin: 0;
    padding: 0;
}

    .sortable-example li {
        padding: 6px 10px;
        margin-bottom: 8px;
        list-style: none;
    }

.sortable-example-inline li {
    margin-left: 8px;
    display: inline-block;
}

[dir=rtl] .sortable-example-inline li {
    margin-left: 0;
    margin-right: 8px;
}

#sortable-3 {
    width: 220px;
}

    #sortable-3 img {
        margin-left: 8px;
        margin-bottom: 8px;
        width: 100px;
        height: 100px;
        border-radius: 999px;
        display: block;
        float: right;
    }

[dir=rtl] #sortable-3 img {
    margin-left: 0;
    margin-right: 8px;
    float: left;
}

/* :: Dragula Card CSS */
.draggable-cards:hover {
    cursor: pointer;
}

.draggable-cards .card-moved .card {
    background: #137eff;
}

.card-moved .card p,
.card-moved .card a,
.card-moved .card h4,
.card-moved .card h3 {
    color: #fff !important;
}

/* :: Google Chart CSS */
#chart_google,
#chart_google_c,
#chart_pie,
#chart_donut,
#chart_3dpie,
#chart_diffpie,
#chart_line,
#chart_area,
#chart_combo {
    width: 100%;
    height: 400px;
    font-size: 12px;
}

/* :: Chart CSS */
#simplecolumnchartdiv,
#columnlinemixchartdiv,
#clusteredbarchartdiv,
#cylinderchartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

    #clusteredbarchartdiv .amcharts-chart-div a {
        color: #ffffff !important;
        font-size: 11px !important;
        opacity: 1 !important;
        top: 40px !important;
    }

#valueaxischartdiv,
#changingcolorchartdiv,
#zoomablechartdiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#smoothchartdiv,
#differentcolorchartdiv {
    width: 100%;
    height: 400px;
    font-size: 11px;
}

#polarchartdiv,
#radarchartdiv,
#polarscatterchartdiv,
#gaugechartdiv {
    width: 100%;
    height: 400px;
    font-size: 11px;
}

.widget-chart-js {
    height: 300px;
}

#chartdiv {
    width: 100%;
    height: 300px;
}

.chartDiv-2 {
    width: 100%;
    height: 450px;
}

#chartdiv-donut {
    width: 100%;
    height: 300px;
}

#lineChart2 {
    width: 100%;
}

#Earnings-chart {
    height: 330px;
}

.amcharts-zoom-out-label {
    opacity: 0;
}

image.amcharts-zoom-out-image {
    opacity: 0;
}

#world-low {
    height: 400px;
}

.highchart-pie1 {
    height: 300px;
    width: 100%;
}

#chart-highchart-bar1 {
    height: 500px;
    width: 100%;
}

.chart-sale {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.amcharts-main-div a {
    opacity: 0 !important;
}

.Stackchart {
    height: 300px;
}

.lineAreaDashboard {
    height: 350px;
}

.ChartShadow.BarChart {
    height: 250px;
}

.ChartShadow {
    height: 350px;
}

.WidgetlineChart {
    height: 350px;
}

.ChartShadow.BarChart.barChart1 {
    height: 250px;
}

.chartSummary {
    height: 300px;
}

.bar-chart2 {
    height: 350px;
}

.device-chart {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .device-chart {
        width: 220px;
        height: 220px;
    }
}

.bar-chart3 {
    height: 300px;
}

.world-low {
    height: 300px;
}

.Stackchart {
    height: 250px;
}

.chartSummary-area span {
    font-size: 12px;
}

.chartPageVisit {
    height: 320px;
}

.page-visitors-chart-area span {
    font-size: 12px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.flot-chart {
    width: 100%;
    position: relative;
    max-width: none;
    height: 400px;
}

#lineChartArea,
#lineScattered,
#usingEvents,
#bipolar,
#smileAnimation,
#horizontalBar,
#peakCircles,
#pieChart,
#overlapBarMobile,
#extreamResponsive,
#gaugeChart,
#lineInterpolation,
#multiLineLabels,
#seriesOverrides,
#tackedBar,
#pathAnimation,
#labelPlacement,
#barChart,
#pieChartLabels,
#distributedSeries,
#donutFill,
#gaugeChartFill {
    height: 300px;
    width: 100%;
}

#line-chart-example {
    height: 320px;
    width: 100%;
}

/* :: Timeline CSS */
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        right: 18px;
        height: 100%;
        width: 4px;
        background-color: #04a9f5;
    }

.vertical-timeline-content .btn- {
    float: left;
}

.light--timeline .vertical-timeline-content:before {
    border-color: transparent transparent transparent #ffffff;
}

.light--timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent #ffffff transparent transparent;
}

.light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent transparent transparent #ffffff;
}

.light--timeline .vertical-timeline-content,
.llight--timeline.center-orientation .vertical-timeline-content {
    background: #ffffff;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            right: 50%;
            margin-right: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.light--timeline .vertical-timeline-content:before {
        border-color: transparent transparent transparent #e8ebf1;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #e8ebf1;
    text-align: center;
    background-color: #04a9f5;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        right: 50%;
        top: 50%;
        margin-right: -12px;
        margin-top: -9px;
        line-height: 20px !important;
        font-size: 16px;
        color: #ffffff;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        right: 50%;
        margin-right: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-right: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-right: 60px;
    background-color: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    border: 1px solid #04a9f5;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h5 {
        font-weight: 400;
    }

@media only screen and (max-width: 767px) {
    .vertical-timeline-content h5 {
        font-size: 16px;
    }
}

.vertical-timeline-content .vertical-date {
    float: right;
    font-weight: 500;
}

.vertical-date small {
    color: #8897aa;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.vertical-timeline-content p {
    margin-left: 0 !important;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-right: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            top: 24px;
            right: 100%;
            border-color: transparent;
            border-right-color: #ffffff;
        }

        .center-orientation .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            position: absolute;
            width: 100%;
            right: 122%;
            top: 2px;
            font-size: 14px;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: left;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            top: 24px;
            right: auto;
            left: 100%;
            border-color: transparent;
            border-left-color: #ffffff;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            right: auto;
            left: 122%;
            text-align: left;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

.tab--button--:hover {
    background-color: #04a9f5;
    color: #ffffff;
}

.tab--button-- {
    display: inline-block;
    background-color: #04a9f5;
    color: #ffffff;
    border-radius: 20px;
    height: 36px;
    line-height: 35px;
    font-size: 14px;
}

.tab---button--group {
    max-width: 550px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #04a9f5;
}

    .tab---button--group .tab--button-- {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 1 100%;
        flex: 1 100%;
        background-color: transparent;
        border-radius: 0;
        color: #04a9f5;
        border-left: 2px solid #04a9f5;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .tab---button--group .tab--button--:last-child {
            border-left: 0;
        }

        .tab---button--group .tab--button--:hover, .tab---button--group .tab--button--.active {
            color: #ffffff;
            background-color: #04a9f5;
        }

/* :: Timeline - 2 CSS */
/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none;
}

.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
    border-color: #04a9f5;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
    color: #04a9f5;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
    quotes: none;
}

    .cd-horizontal-timeline blockquote:before,
    .cd-horizontal-timeline blockquote:after,
    .cd-horizontal-timeline q:before,
    .cd-horizontal-timeline q:after {
        content: '';
        content: none;
    }

.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            right: 0;
        }

        .cd-horizontal-timeline .events-wrapper::after {
            left: 0;
        }

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 30px;
        height: 2px;
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #04a9f5;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1rem;
        padding-bottom: 10px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            right: 50%;
            left: auto;
            -webkit-transform: translateX(50%);
            -moz-transform: translateX(50%);
            -ms-transform: translateX(50%);
            -o-transform: translateX(50%);
            transform: translateX(50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #dfdfdf;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #04a9f5;
    border-color: #04a9f5;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #04a9f5;
        border-color: #04a9f5;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #04a9f5;
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        right: 50%;
        top: 50%;
        bottom: auto;
        left: auto;
        -webkit-transform: translateX(50%) translateY(-50%);
        -moz-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        -o-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        background: url(http://demo.riktheme.com/motrila-2/img/cd-arrow.svg) no-repeat 100% 0;
    }

    .cd-timeline-navigation a.prev {
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        background-color: #04a9f5;
        border-color: #04a9f5;
    }

    .cd-timeline-navigation a.next {
        left: 0;
        background-color: #04a9f5;
        border-color: #04a9f5;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 100% -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            border: 1px solid #e8ebf1;
            padding: 25px;
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right,
        .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left,
        .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right,
        .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

    .cd-horizontal-timeline .events-content h2 {
        font-weight: 600;
        margin-bottom: 0px;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 16px;
    }

    .cd-horizontal-timeline .events-content em,
    .cd-horizontal-timeline .events-content p {
        line-height: 30px;
    }

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    right: 0%;
    width: 0px;
    margin-right: -1.5px;
    background-color: #eeeeee;
}

.vertical-timeline-content h2 {
    font-size: 18px;
}

/* :: Invoice CSS */
.invoice-content span {
    font-size: 14px;
}

/* :: Calendar CSS */
#calendar-container [type="button"]:not(:disabled),
#calendar-container [type="reset"]:not(:disabled),
#calendar-container [type="submit"]:not(:disabled),
#calendar-container button:not(:disabled) {
    margin-left: 4px;
}

#calendar-container .fc-button-primary {
    color: #ffffff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

    #calendar-container .fc-button-primary:hover {
        color: #04a9f5;
        border-color: #04a9f5;
        box-shadow: none;
        background-color: transparent;
    }

    #calendar-container .fc-button-primary:disabled {
        color: #ffffff;
        background-color: #04a9f5;
        border-color: #04a9f5;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #calendar-container .fc-button-primary:disabled {
        margin-top: 10px;
    }
}

#calendar-container .fc-button-primary:not(:disabled).fc-button-active,
#calendar-container .fc-button-primary:not(:disabled):active {
    color: #ffffff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

    #calendar-container .fc-button-primary:not(:disabled).fc-button-active:focus,
    #calendar-container .fc-button-primary:not(:disabled):active:focus {
        box-shadow: none;
    }

#calendar-container a:not([href]):not([tabindex]):focus,
#calendar-container a:not([href]):not([tabindex]):hover {
    color: #1b3e4b;
    text-decoration: none;
}

#calendar-container .fc-day-header.fc-widget-header {
    padding: 5px 10px;
    background-color: #e9ecef;
}

    #calendar-container .fc-day-header.fc-widget-header span {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

#calendar-container .fc-day-number {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

#calendar-container .fc-dayGrid-view .fc-day-number,
#calendar-container .fc-dayGrid-view .fc-week-number {
    padding: 10px;
}

#calendar-container .fc-toolbar h2 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    #calendar-container .fc-toolbar h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #calendar-container .fc-toolbar {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #calendar-container .fc-left {
        margin-bottom: 15px;
    }
}

#calendar-container .fc-unthemed .fc-content,
#calendar-container .fc-unthemed .fc-divider,
#calendar-container .fc-unthemed .fc-list-heading td,
#calendar-container .fc-unthemed .fc-list-view,
#calendar-container .fc-unthemed .fc-popover,
#calendar-container .fc-unthemed .fc-row,
#calendar-container .fc-unthemed tbody,
#calendar-container .fc-unthemed td,
#calendar-container .fc-unthemed th,
#calendar-container .fc-unthemed thead {
    border-color: #e8ebf1;
}

.fc-event.draging-button:nth-child(2) {
    border-right: 3px solid #fbbc06;
    background: #fffbf2;
}

.fc-event.draging-button:nth-child(3) {
    border-right: 3px solid #ff3366;
    background: #fff0f4;
}

.fc-event.draging-button:nth-child(4) {
    border-right: 3px solid #66d1d1;
    background: #f7fdfd;
}

.fc-event.draging-button:nth-child(5) {
    border-right: 3px solid #10b759;
    background: #f1fef7;
}

.fc-event.draging-button:nth-child(6) {
    border-right: 3px solid #727cf5;
    background: #f3f3fe;
}

.fc-event.draging-button {
    padding: 10px 10px;
    border-radius: 0;
    margin-bottom: 10px;
    font-weight: 600;
    border: none;
}

.fc-event,
.fc-event:hover {
    color: #1b3e4b;
    text-decoration: none;
}

.fc-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 2px;
}

#external-events input[type="checkbox"],
#external-events input[type="radio"] {
    display: none;
}

#external-events [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #external-events [type="checkbox"] + span:not(.lever)::before,
    #external-events [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #777;
        border-radius: 1px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

#external-events [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#external-events [type="checkbox"] + span:not(.lever)::before,
#external-events [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #04a9f5;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#external-events .widgets-todo-list-area .todo-list li [type="checkbox"]:checked + span:not(.lever)::before {
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
}

#external-events [type="checkbox"]:checked + span:not(.lever)::before {
    top: -4px;
    right: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.external-events .fc-event {
    color: #fff;
    cursor: pointer;
    padding: 5px 18px;
    margin-top: 5px;
    background: #04a9f5;
    border-color: #04a9f5;
    font-size: 14px;
}

.calendar .fc-event,
.calendar .fc-event:hover {
    color: #fff;
    cursor: pointer;
    padding: 5px 18px;
    margin-top: 2px;
    background: #04a9f5;
    border-color: #04a9f5;
}

.calendar a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    color: #fff;
    text-align: right
}

.fullcalendar-card .fc-button {
    background-color: #04a9f5;
    border-color: #fff;
    color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 37px;
    padding: 0 15px;
}

.fc-toolbar h2 {
    margin: 0;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .fullcalendar-card .fc-left {
        margin-bottom: 12px;
    }
}

.fullcalendar-card .fc-center h2 {
    margin-top: 12px;
}

/* :: Slider CSS */
.owl-carousel.full-width .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    margin-top: 0;
    right: 0;
}

    .owl-carousel.full-width .owl-nav .owl-prev {
        right: 0;
        left: auto;
    }

    .owl-carousel.full-width .owl-nav .owl-next {
        left: 0;
        right: auto;
    }

.owl-dots {
    margin-top: 10px;
}

.range-slider-area .demo__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .range-slider-area .demo__buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        padding: 0 1.5rem;
        margin: 0 5px;
        box-sizing: border-box;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        -webkit-transition: background-color 190ms linear;
        -o-transition: background-color 190ms linear;
        transition: background-color 190ms linear;
        border: none;
        cursor: pointer;
    }

        .range-slider-area .demo__buttons .button.small {
            height: 2.5rem;
            padding: 0 .5rem;
            margin: 0;
        }

.range-slider-area .irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #1de9b6;
    border: 1px solid #1de9b6;
    background: -webkit-linear-gradient(-225deg, #1de9b6 0, #1dc4e9 100%);
    background: -o-linear-gradient(-225deg, #1de9b6 0, #1dc4e9 100%);
    background: linear-gradient(135deg, #1de9b6 0, #1dc4e9 100%);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.range-slider-area .irs--big .irs-handle {
    border: none;
    background-color: #cbcfd5;
    background: -webkit-gradient(linear, right top, right bottom, from(#1de9b6), color-stop(30%, #1de9b6), to(#1de9b6));
    background: -webkit-linear-gradient(top, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
    background: -o-linear-gradient(top, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
    background: linear-gradient(to bottom, #1de9b6 0%, #1de9b6 30%, #1de9b6 100%);
}

.range-slider-area .irs--big .irs-from,
.range-slider-area .irs--big .irs-to,
.range-slider-area .irs--big .irs-single {
    background-color: #1de9b6;
    background: -webkit-gradient(linear, right top, right bottom, from(#1de9b6), to(#1de9b6));
    background: -webkit-linear-gradient(top, #1de9b6 0%, #1de9b6 100%);
    background: -o-linear-gradient(top, #1de9b6 0%, #1de9b6 100%);
    background: linear-gradient(to bottom, #1de9b6 0%, #1de9b6 100%);
}

.range-slider-area .irs--big .irs-min,
.range-slider-area .irs--big .irs-max {
    background-color: #1de9b6;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #04a9f5;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #04a9f5;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #04a9f5;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #04a9f5;
}

/* :: Gallery CSS */
.gallery--single-content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

    .gallery--single-content .gallery--image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 3px;
    }

        .gallery--single-content .gallery--image img {
            width: 100%;
            -webkit-transition-duration: 1500ms;
            -o-transition-duration: 1500ms;
            transition-duration: 1500ms;
            border-radius: 3px;
        }

    .gallery--single-content .gallery_service_text {
        padding: 25px 30px 30px;
    }

        .gallery--single-content .gallery_service_text h6 {
            font-size: 14px;
            margin-bottom: 0;
        }

.single-gallery--item {
    position: relative;
    z-index: 1;
}

    .single-gallery--item .gallery-thumb {
        position: relative;
        z-index: 1;
        padding: 15px;
    }

        .single-gallery--item .gallery-thumb img {
            border-radius: 10px;
        }

    .single-gallery--item::after {
        position: absolute;
        content: '';
        left: 1rem;
        bottom: -1rem;
        right: 1.5rem;
        top: 1.5rem;
        background: #343a40;
        border-radius: 10px;
        z-index: -1;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .single-gallery--item:hover::after, .single-gallery--item:focus::after, .single-gallery--item:active::after {
        right: -0.5rem;
        left: -0.5rem;
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .single-gallery--item .gallery-text-area {
        margin-right: 3.5rem;
    }

        .single-gallery--item .gallery-text-area .gallery-icon a {
            font-size: 18px;
            color: #ffffff;
            margin-left: 8px;
        }

/* :: Chat CSS */
.people-list .status {
    font-size: 13px;
    font-weight: 600;
    color: #1b3e4b;
}

.people-list img {
    float: right;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.people-list .about {
    float: right;
    padding-right: 8px;
}

.people-list .chat-list img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.people-list .chat-list li {
    padding: 15px 15px 10px 15px;
    list-style: none;
    border-radius: 0;
    border-bottom: 1px solid #e8ebf1;
}

    .people-list .chat-list li .name {
        font-size: 14px;
        font-weight: 700;
        color: #001737;
    }

.people-list .chat-list .status i {
    font-size: 10px;
    margin-left: 3px;
    color: #2ecc71;
}

.chat-header img {
    width: 30px;
    border-radius: 50%;
}

.chat-with {
    font-size: 16px;
    font-weight: 600;
}

.chat-header-thumb {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

    .chat-header-thumb img {
        width: 45px;
        border-radius: 50%;
    }

.chat .chat-header {
    padding: 20px;
    border-bottom: 1px solid #e8ebf1;
    border-radius: 0.55rem 0 0 0;
}

    .chat .chat-header .chat-about {
        float: right;
        padding-right: 10px;
    }

    .chat .chat-header .chat-with {
        font-weight: bold;
        font-size: 16px;
    }

.chat .chat-message {
    padding: 20px;
}

    .chat .chat-message .form-control {
        height: 48px;
        border: 1px solid #e8ebf1;
    }

.form-group .form-line {
    width: 100%;
    position: relative;
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #ffffff;
    height: 450px;
}

    .chat .chat-history .other-message {
        background-color: #eff2f9;
    }

    .chat .chat-history .message {
        position: relative;
        z-index: 1;
        color: #333;
        padding: 15px 30px;
        font-size: 14px;
        margin-bottom: 15px;
        width: 90%;
        font-weight: 600;
        border-radius: 6px;
    }

    .chat .chat-history .message-data {
        margin-bottom: 10px;
    }

        .chat .chat-history .message-data .message-data-name {
            font-size: 13px;
            font-weight: 700;
        }

    .chat .chat-history .message-data-time {
        color: #555;
        padding-right: 5px;
        font-size: 12px;
    }

    .chat .chat-history .my-message {
        background: #eff2f9;
        color: #555;
    }

.chat-num-messages {
    font-size: 12px;
    color: #555;
}

.message-thumb {
    width: 200px;
    height: auto;
    margin-right: auto;
}

    .message-thumb img {
        border-radius: 10px;
    }

.message.my-message p {
    margin-bottom: 0;
    color: #777;
}

.chat-upload {
    float: left;
}

    .chat-upload button {
        font-size: 14px;
    }

.people-list .chat-list li:hover {
    background: #F2F4F4;
    border-bottom-color: transparent;
    cursor: pointer;
}

.chat-features a {
    color: #555;
    font-size: 18px;
    margin-right: 10px;
}

    .chat-features a:hover {
        color: #555;
    }

.chat-upload a {
    color: #555;
    margin-right: 10px;
    font-size: 20px;
}

.input-group-append .btn,
.input-group-prepend .btn {
    z-index: 1;
}

.schedule-tab .nav-tabs .nav-item.show .nav-link,
.schedule-tab .nav-tabs .nav-link.active {
    color: #001737;
    border: 1px solid #e8ebf1;
    font-weight: 700;
}

.chat-search .form-control {
    font-size: 14px;
    height: 45px;
}

.chat-list .nav-link {
    padding: .5rem;
}

.chat-area .navtab-bg li > a {
    margin: 0;
}

/* :: Form Wizard CSS */
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a {
        outline: 0;
    }

.wizard-form-area ul li a {
    background: #04a9f5;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    min-width: 150px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .wizard-form-area ul li a {
        min-width: 100px;
    }
}

.wizard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .wizard ul > li {
        display: block;
        padding: 0;
    }

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.submit-text {
    display: inline-block;
    text-transform: capitalize;
}

.wizard > .steps .current-info {
    position: absolute;
    right: -999em;
}

.wizard > .steps .number {
    font-size: 0.875rem;
}

.wizard > .steps > ul > li {
    width: 25%;
    float: right;
    text-align: center;
}

@media (max-width: 767px) {
    .wizard > .steps > ul > li {
        width: 50%;
    }
}

.wizard > .steps a {
    display: block;
    width: auto;
    margin: 0 5px 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 600;
}

.wizard > .steps .disabled a {
    background: #ffffff;
    color: #434a54;
    cursor: default;
    border: 1px solid #04a9f5;
}

    .wizard > .steps .disabled a:hover {
        background: #ffffff;
        color: #434a54;
        cursor: default;
        border: 1px solid #04a9f5;
    }

    .wizard > .steps .disabled a:active {
        background: #ffffff;
        color: #434a54;
        cursor: default;
        border: 1px solid #04a9f5;
    }

.wizard > .steps .current a {
    background: #04a9f5;
    color: #ffffff;
    cursor: default;
}

    .wizard > .steps .current a:hover {
        background: #04a9f5;
        color: #ffffff;
        cursor: default;
    }

    .wizard > .steps .current a:active {
        background: #04a9f5;
        color: #ffffff;
        cursor: default;
    }

.wizard > .steps .done a {
    background: #04a9f5;
    color: #ffffff;
    cursor: default;
}

    .wizard > .steps .done a:hover {
        background: #04a9f5;
        color: #ffffff;
        cursor: default;
    }

    .wizard > .steps .done a:active {
        background: #ffffff;
        color: #434a54;
        cursor: default;
        border: 1px solid #04a9f5;
    }

.wizard > .steps .error a {
    background: #ff4747;
    color: #ffffff;
}

    .wizard > .steps .error a:hover {
        background: #ff4747;
        color: #ffffff;
    }

    .wizard > .steps .error a:active {
        background: #ff4747;
        color: #ffffff;
    }

.wizard > .content {
    background: #ffffff;
    display: block;
    margin: 5px;
    min-height: 34em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8ebf1;
}

    .wizard > .content > .title {
        position: absolute;
        right: -999em;
    }

    .wizard > .content > .body {
        float: right;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

@media only screen and (max-width: 767px) {
    .wizard > .content > .body {
        padding: 15px;
    }
}

.wizard > .content > .body ul {
    list-style: disc;
}

    .wizard > .content > .body ul > li {
        display: list-item;
    }

.wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input {
    display: block;
    border: 1px solid #e8ebf1;
    font-size: 14px;
    height: 40px;
}

    .wizard > .content > .body input[type="checkbox"] {
        display: none;
    }

    .wizard > .content > .body input.error {
        background: #fbe3e4;
        border: 1px solid #ffadad;
        color: #ff4747;
    }

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

    .wizard > .content > .body label.error {
        color: #ff4747;
        display: inline-block;
        margin-right: 1.5em;
    }

.wizard > .actions {
    padding-top: 20px;
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
}

    .wizard > .actions > ul {
        display: inline-block;
        text-align: left;
    }

        .wizard > .actions > ul > li {
            float: right;
            margin: 0 0.5em;
        }

.wizard.vertical > .steps {
    display: inline;
    float: right;
    width: 30%;
}

@media (max-width: 767px) {
    .wizard.vertical > .steps {
        width: 42%;
    }
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
    text-align: right;
}

.wizard.vertical > .content {
    display: inline;
    float: right;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

@media (max-width: 767px) {
    .wizard.vertical > .content {
        width: 52%;
    }
}

.wizard.vertical > .actions {
    display: inline;
    float: left;
    margin: 0 2.5%;
    width: 95%;
}

@media (max-width: 767px) {
    .wizard.vertical > .actions {
        margin: 0;
        width: 100%;
    }
}

.wizard.vertical > .actions > ul > li {
    margin: 0 1em 0 0;
}

.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .tabcontrol a {
        outline: 0;
    }

    .tabcontrol ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    .tabcontrol > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

        .tabcontrol > .steps .current-info {
            position: absolute;
            right: -999em;
        }

        .tabcontrol > .steps > ul {
            position: relative;
            margin: 6px 0 0 0;
            top: 1px;
            z-index: 1;
        }

            .tabcontrol > .steps > ul > li {
                float: right;
                margin: 5px 0 0 2px;
                padding: 1px;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-top-left-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-topleft: 5px;
                border-top-right-radius: 5px;
                border-top-left-radius: 5px;
            }

                .tabcontrol > .steps > ul > li:hover {
                    background: #edecec;
                    border: 1px solid #e8ebf1;
                    padding: 0;
                }

                .tabcontrol > .steps > ul > li > a {
                    color: #aab2bd;
                    display: inline-block;
                    border: 0 none;
                    margin: 0;
                    padding: 10px 30px;
                    text-decoration: none;
                }

                    .tabcontrol > .steps > ul > li > a:hover {
                        text-decoration: none;
                    }

                .tabcontrol > .steps > ul > li.current {
                    background: #ffffff;
                    border: 1px solid #e8ebf1;
                    border-bottom: 0 none;
                    padding: 0 0 1px 0;
                    margin-top: 0;
                }

                    .tabcontrol > .steps > ul > li.current > a {
                        padding: 15px 30px 10px 30px;
                    }

    .tabcontrol > .content {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 35em;
        overflow: hidden;
        border-top: 1px solid #e8ebf1;
        padding-top: 20px;
    }

        .tabcontrol > .content > .title {
            position: absolute;
            right: -999em;
        }

        .tabcontrol > .content > .body {
            float: right;
            position: absolute;
            width: 95%;
            height: 95%;
            padding: 2.5%;
        }

            .tabcontrol > .content > .body ul {
                list-style: disc;
            }

                .tabcontrol > .content > .body ul > li {
                    display: list-item;
                }

#steps-uid-0-p-3 [type="checkbox"] + span:not(.lever)::before,
#steps-uid-0-p-3 [type="checkbox"]:not(.filled-in) + span:not(.lever)::after,
#steps-uid-1-p-2 [type="checkbox"] + span:not(.lever)::before,
#steps-uid-1-p-2 [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    top: -1px;
}

/* :: Form CSS */
.form-group label {
    font-size: 0.874rem;
}

.form-control {
    border-color: #dbdbdb;
}

    .form-control:focus {
        border-color: #04a9f5;
        box-shadow: none;
    }

.input-group,
.asColorPicker-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-group .file-upload-default {
    display: none;
}

.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #e8ebf1;
    background: #f2f4f8;
}

    .success-box div {
        vertical-align: top;
        display: inline-block;
        color: #777;
    }

    .success-box img {
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }

#example-vertical-wizard h3 {
    font-size: 20px;
}

#demo {
    z-index: 99999999999 !important;
    position: relative;
}

.input-form-area .nice-select {
    width: 80%;
    border-radius: 0;
    height: auto;
}

.input-form-area .form-control {
    height: auto;
}

.input-group-text {
    background-color: #fff;
}

.typeahead-form-area .twitter-typeahead {
    width: 100%;
}

.typeahead-form-area .typeahead.form-control.tt-input {
    font-size: 14px;
}

.typeahead-form-area .tt-menu {
    background-color: #f8f8f8;
    padding: 15px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.3);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.3);
}

    .typeahead-form-area .tt-menu .tt-suggestion.tt-selectable {
        font-size: 14px;
        margin-bottom: 10px;
        color: #001737;
        font-weight: 300;
        cursor: pointer;
    }

.layout-form-area .nice-select {
    height: calc(2.25rem + 2px);
    line-height: calc(2.25rem + 2px);
}

.form-check-input {
    margin-right: 0;
}

div.tagsinput span.tag {
    border: 1px solid #04a9f5;
    padding: 5px 10px;
    background: #04a9f5;
    color: #ffffff;
    font-size: 13px;
}

div.tagsinput {
    padding: 15px 15px 10px;
    border-color: #e8ebf1;
}

    div.tagsinput span.tag {
        color: #ffffff;
        font-size: 13px;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1b3e4b;
    line-height: 28px;
    font-size: 14px;
}

.select2-container .select2-selection--single {
    height: 35px;
    padding: 3px 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e8ebf1;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e8ebf1;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
    border-color: #e8ebf1;
}

    .form-control,
    select,
    .email-compose-fields .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-search__field,
    .typeahead,
    .tt-query,
    .tt-hint {
        border: 1px solid #e8ebf1;
        font-weight: 400;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #04a9f5;
        border: 1px solid #04a9f5;
        color: #fff;
        font-size: 14px;
    }

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #04a9f5;
    color: #fff;
}

.bootstrap-touchspin .input-group-btn-vertical {
    z-index: 5;
}

.checkbox {
    padding: 10px 0;
    min-height: auto;
    position: relative;
    margin-left: 5px;
}

    .checkbox input[type="checkbox"] {
        margin: 0;
        width: 22px;
    }

        .checkbox input[type="checkbox"] + .cr {
            padding-right: 0;
        }

    .checkbox .cr {
        cursor: pointer;
    }

    .checkbox input[type="checkbox"]:checked + .cr::before {
        background: #1dd5d2;
        border-color: #1dd5d2;
        color: #fff;
    }

    .checkbox input[type="checkbox"] + .cr::before {
        content: "\4e";
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-left: 10px;
        border: 2px solid #e9eaec;
        border-radius: 3px;
        font-size: 15px;
        font-family: ElegantIcons;
        font-weight: 400;
        line-height: 19px;
        vertical-align: bottom;
        text-align: center;
        background: #fff;
        color: transparent;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .checkbox.checkbox-primary input[type="checkbox"]:checked + .cr::before {
        background: #04a9f5;
        border-color: #04a9f5;
        color: #fff;
    }

    .checkbox.checkbox-danger input[type="checkbox"]:checked + .cr::before {
        background: #fb434a;
        border-color: #fb434a;
        color: #fff;
    }

.stacked-form-area input[type=text],
.stacked-form-area select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #e8ebf1;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form-area {
    /* Style inputs with type="text", select elements and textareas */
}

    .contact-form-area input[type=text],
    .contact-form-area select,
    .contact-form-area textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #e8ebf1;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

.new-checkbox {
    /* The switch - the box around the slider */
    /* Hide default HTML checkbox */
    /* The slider */
    /* Rounded sliders */
}

    .new-checkbox .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

        .new-checkbox .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .new-checkbox .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .new-checkbox .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            right: 4px;
            bottom: 4px;
            background-color: #ffffff;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .new-checkbox input:checked + .slider {
        background-color: #04a9f5;
    }

    .new-checkbox input:focus + .slider {
        box-shadow: 0 0 1px #04a9f5;
    }

    .new-checkbox input:checked + .slider:before {
        -webkit-transform: translateX(-26px);
        -ms-transform: translateX(-26px);
        transform: translateX(-26px);
    }

    .new-checkbox .slider.round {
        border-radius: 34px;
    }

        .new-checkbox .slider.round:before {
            border-radius: 50%;
        }

.animated-search-box {
    /* When the input field gets focus, change its width to 100% */
}

    .animated-search-box input[type=text] {
        width: 130px;
        border: 2px solid #e8ebf1;
        padding: 10px 15px;
        border-radius: 5px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

        .animated-search-box input[type=text]:focus {
            width: 100%;
        }

.fullscreen-search-box {
    /* The overlay effect with black background */
    /* The content */
    /* Close button */
    /* Style the search field */
    /* Style the submit button */
}

    .fullscreen-search-box .overlay {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.9);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .fullscreen-search-box .overlay-content {
        position: relative;
        top: 46%;
        width: 80%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .fullscreen-search-box .overlay .closebtn {
        position: absolute;
        top: 20px;
        left: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .fullscreen-search-box .overlay .closebtn:hover {
            color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .fullscreen-search-box .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: right;
        width: 80%;
        background: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .fullscreen-search-box .overlay input[type=text]:hover {
            background: #f1f1f1;
        }

    .fullscreen-search-box .overlay button {
        float: right;
        width: 20%;
        padding: 15px;
        background: #04a9f5;
        font-size: 16px;
        color: #ffffff;
        border: none;
        cursor: pointer;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .fullscreen-search-box .overlay button:hover {
            background-color: #5578eb;
        }

/* :: Login CSS */
.login-area .form-control {
    height: 50px;
    font-size: 14px;
}

.middle-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-icon a {
    color: #ffffff;
    background-color: #04a9f5;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 37px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin: 0 5px;
    transition-duration: 500ms;
}

    .login-icon a:hover, .login-icon a:focus {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.form-control.register {
    height: 50px;
    font-size: 12px;
}

.login-form,
.register-form {
    position: relative;
    z-index: 1;
}

    .login-form [type="checkbox"] + span:not(.lever)::before,
    .login-form [type="checkbox"]:not(.filled-in) + span:not(.lever)::after,
    .register-form [type="checkbox"] + span:not(.lever)::before,
    .register-form [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
        top: 0;
    }

.login-area-2 {
    position: relative;
    z-index: 22;
}

    .login-area-2 .middle-box {
        position: relative;
        z-index: 9999;
    }

        .login-area-2 .middle-box h3 {
            font-size: 30px;
        }

        .login-area-2 .middle-box .form-control {
            background-color: transparent;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

.card-body-login img {
    max-height: 30px;
}

.middle-box input[type="checkbox"],
.middle-box input[type="radio"] {
    display: none;
}

.middle-box [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .middle-box [type="checkbox"] + span:not(.lever)::before,
    .middle-box [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #777;
        border-radius: 1px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.middle-box [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.middle-box [type="checkbox"] + span:not(.lever)::before,
.middle-box [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #04a9f5;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.middle-box .widgets-todo-list-area .todo-list li [type="checkbox"]:checked + span:not(.lever)::before {
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
}

.middle-box [type="checkbox"]:checked + span:not(.lever)::before {
    top: -4px;
    right: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

/* ---- Particles Css ---- */
#particles-js {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

    #particles-js canvas.particles-js-canvas-el {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: -1 !important;
    }

/* :: Todo List CSS */
.widgets-todo-list-area .form-add-todo {
    position: relative;
    z-index: 1;
}

.widgets-todo-list-area .new-todo-item {
    width: 100%;
    border: 1px solid #e8ebf1;
    height: 45px;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 3px;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .widgets-todo-list-area .new-todo-item {
        width: 70%;
    }
}

.widgets-todo-list-area .add-todo-item {
    width: 100px;
    height: 45px;
    border: none;
    color: #ffffff;
    background-color: #04a9f5;
    font-size: 18px;
    border-radius: 3px;
    z-index: 10;
}

.widgets-todo-list-area .todo-list {
    position: relative;
    z-index: 1;
    margin-top: 1.25rem;
}

    .widgets-todo-list-area .todo-list li {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: relative;
        z-index: 1;
        padding: 0.4rem 1rem 0.4rem 2rem;
        border: 1px solid #e8ebf1;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
        font-size: 16px;
        font-weight: 600;
    }

        .widgets-todo-list-area .todo-list li [type="checkbox"]:checked + span:not(.lever)::before {
            border-left: 2px solid #04a9f5;
            border-bottom: 2px solid #04a9f5;
        }

        .widgets-todo-list-area .todo-list li label {
            margin-left: .5rem;
        }

        .widgets-todo-list-area .todo-list li .todo-item-delete {
            position: absolute;
            top: 50%;
            left: 1rem;
            height: 16px;
            width: 16px;
            font-size: 16px;
            color: #04a9f5;
            margin-top: -8px;
            cursor: pointer;
        }

        .widgets-todo-list-area .todo-list li.todo-completed {
            text-decoration: line-through;
            border-color: #00d97e;
        }

            .widgets-todo-list-area .todo-list li.todo-completed .todo-item-delete {
                color: #fb434a;
            }

.widgets-todo-list-area input[type="checkbox"],
.widgets-todo-list-area input[type="radio"] {
    display: none;
}

.widgets-todo-list-area [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .widgets-todo-list-area [type="checkbox"] + span:not(.lever)::before,
    .widgets-todo-list-area [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #777;
        border-radius: 1px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.widgets-todo-list-area [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.widgets-todo-list-area [type="checkbox"] + span:not(.lever)::before,
.widgets-todo-list-area [type="checkbox"]:not(.filled-in) + span:not(.lever)::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #04a9f5;
    border-radius: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.widgets-todo-list-area .widgets-todo-list-area .todo-list li [type="checkbox"]:checked + span:not(.lever)::before {
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
}

.widgets-todo-list-area [type="checkbox"]:checked + span:not(.lever)::before {
    top: -4px;
    right: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.to-do-list .done-task h6,
.to-do-list .done-task p,
.to-do-list .done-task span {
    text-decoration: line-through;
}

.todo--list-area {
    /* Basic Style */
    /* Heading */
    /* New Task */
    /* Task list */
    /* Completed */
    /* Edit Task */
}

    .todo--list-area body {
        background: #fff;
        color: #333;
        font-family: IranSans;
    }

    .todo--list-area .container {
        display: block;
        width: 400px;
        margin: 100px auto 0;
    }

    .todo--list-area ul {
        margin: 0;
        padding: 0;
    }

    .todo--list-area li * {
        float: right;
    }

    .todo--list-area li, .todo--list-area h3 {
        clear: both;
        list-style: none;
    }

    .todo--list-area input, .todo--list-area button {
        outline: none;
    }

    .todo--list-area button {
        background: none;
        border: 0px;
        color: #888;
        font-size: 15px;
        width: 60px;
        margin: 10px 0 0;
        font-family: IranSans;
        cursor: pointer;
    }

        .todo--list-area button:hover {
            color: #333;
        }

    .todo--list-area h3,
    .todo--list-area label[for='new-task'] {
        color: #333;
        font-weight: 700;
        font-size: 15px;
        border-bottom: 2px solid #333;
        padding: 30px 0 10px;
        margin: 0;
        text-transform: uppercase;
    }

    .todo--list-area input[type="text"] {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        height: 18px;
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 6px;
        font-family: IranSans;
        color: #888;
    }

        .todo--list-area input[type="text"]:focus {
            color: #333;
        }

    .todo--list-area label[for='new-task'] {
        display: block;
        margin: 0 0 20px;
    }

    .todo--list-area input#new-task {
        float: right;
        width: 318px;
    }

    .todo--list-area p > button:hover {
        color: #0FC57C;
    }

    .todo--list-area li {
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

        .todo--list-area li > input[type="checkbox"] {
            margin: 0 10px;
            position: relative;
            top: 15px;
        }

        .todo--list-area li > label {
            font-size: 18px;
            line-height: 40px;
            width: 237px;
            padding: 0 11px 0 0;
        }

        .todo--list-area li > input[type="text"] {
            width: 226px;
        }

        .todo--list-area li > .delete:hover {
            color: #CF2323;
        }

    .todo--list-area #completed-tasks label {
        text-decoration: line-through;
        color: #888;
    }

    .todo--list-area ul li input[type=text] {
        display: none;
    }

    .todo--list-area ul li.editMode input[type=text] {
        display: block;
    }

    .todo--list-area ul li.editMode label {
        display: none;
    }

/* :: Widget CSS */
.widget-icon {
    color: #727cf5;
    font-size: 16px;
    background-color: rgba(114, 124, 245, 0.25);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    display: inline-block;
}

.rounded-circle {
    border-radius: 50% !important;
}

.conversation-list .odd .chat-avatar {
    float: left !important;
}

.conversation-list .odd .ctext-wrap {
    background-color: #fef5e4;
}

.conversation-list .odd .conversation-text {
    float: left !important;
    margin-left: 12px;
    text-align: left;
    width: 70% !important;
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: .625rem 0;
    position: relative;
}

    .inbox-widget .inbox-item .inbox-item-img {
        display: block;
        float: right;
        margin-left: 15px;
        width: 40px;
    }

    .inbox-widget .inbox-item .inbox-item-author {
        color: #343a40;
        display: block;
        margin-bottom: 3px;
    }

    .inbox-widget .inbox-item .inbox-item-text {
        color: #1b3e4b;
        display: block;
        font-size: .8125rem;
        margin: 0;
    }

    .inbox-widget .inbox-item .inbox-item-date {
        color: #98a6ad;
        font-size: .6875rem;
        position: absolute;
        left: 5px;
        top: 10px;
    }

.timeline-alt .timeline-item {
    position: relative;
}

    .timeline-alt .timeline-item::before {
        background-color: #f1f3fa;
        bottom: 0;
        content: "";
        right: 9px;
        position: absolute;
        top: 20px;
        width: 2px;
        z-index: 0;
    }

    .timeline-alt .timeline-item .icon {
        float: right;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 2px solid transparent;
        font-size: 10px;
        text-align: center;
        line-height: 16px;
        background-color: rgba(77, 92, 242, 0.19) !important;
    }

    .timeline-alt .timeline-item .timeline-item-info {
        margin-right: 35px;
    }

.toll-free-box i {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 4rem;
    opacity: .4;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.tilebox-one i {
    position: absolute;
    left: 1.5rem;
    font-size: 2rem;
    opacity: .3;
}

.message-box .message-widget a .user-thumb img {
    width: 100%;
}

.total-earnings-list {
    position: relative;
    z-index: 1;
}

    .total-earnings-list li {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
    }

        .total-earnings-list li:last-child {
            margin-bottom: 0;
        }

        .total-earnings-list li::after {
            -webkit-transition-duration: 600ms;
            -o-transition-duration: 600ms;
            transition-duration: 600ms;
            content: '';
            position: absolute;
            width: 3px;
            height: 100%;
            background-color: #04a9f5;
            top: 0;
            right: -20px;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
        }

        .total-earnings-list li:hover::after {
            opacity: 1;
            visibility: visible;
        }

        .total-earnings-list li:hover .author-text h6 {
            color: #04a9f5;
        }

    .total-earnings-list .author-info .author-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        max-width: 40px;
    }

        .total-earnings-list .author-info .author-img img {
            border-radius: 50%;
        }

    .total-earnings-list .author-text h6 {
        font-size: 14px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        font-weight: 700;
    }

@media only screen and (max-width: 767px) {
    .total-earnings-list .author-text h6 {
        font-size: 13px;
    }
}

.total-earnings-list .author-text p {
    font-size: 12px;
    font-weight: 700;
}

.client-media-content .client-thumb {
    width: 40px;
}

.user--media-body h6 {
    font-size: 14px;
}

.user--media-body span {
    font-size: 13px;
}

/* :: Typography CSS */
.link-btn-typo {
    margin-bottom: 15px;
    display: inline-block;
}

.tpography-unordered ul {
    margin: 5px;
    padding: 10px;
}

    .tpography-unordered ul li {
        list-style: disc;
        line-height: 1.7;
    }

/* :: Contact CSS */
.member-content-area .member-contact-content .contact-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-left: 15px;
}

    .member-content-area .member-contact-content .contact-thumb img {
        border-radius: 50%;
    }

.member-content-area .member-contact-content .member-contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
}

.member-content-area h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.member-content-area .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

    .member-content-area .nav:last-child {
        margin-bottom: 0;
    }

    .member-content-area .nav .nav-item .img-icon {
        height: 30px;
        width: 30px;
        background-color: #04a9f5;
        text-align: center;
        line-height: 30px;
        color: #ffffff;
        border-radius: 50%;
        margin-left: 10px;
        font-size: 12px;
    }

    .member-content-area .nav .nav-item p {
        margin-bottom: 0;
    }

.contact-content-area .address-contact-area p {
    margin-bottom: 10px;
    color: #343a40;
    font-size: 16px;
}

    .contact-content-area .address-contact-area p i {
        display: inline-block;
        width: 30px;
    }

.contact-content-area .address-contact-area a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #343a40;
}

    .contact-content-area .address-contact-area a i {
        width: 30px;
        display: inline-block;
    }

.contact-content-area .contact-add-icon a {
    font-size: 14px;
    margin-left: 10px;
}

.address-content- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .address-content- .contact--icon {
        margin-left: 15px;
    }

        .address-content- .contact--icon i {
            font-size: 22px;
        }

.contact-add-icon.two a {
    font-size: 12px;
    height: 35px;
    width: 35px;
    border: 2px solid #e8ebf1;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #0168fa;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .contact-add-icon.two a:hover {
        background-color: #0168fa;
        color: #ffffff;
        border-color: #0168fa;
    }

.form-control.contact {
    border: none;
    background-color: #f2f4f8;
    font-size: 12px;
    padding: 20px;
}

.map-container.contact-page {
    width: 100%;
    height: 420px;
}

@media only screen and (max-width: 767px) {
    .map-container.contact-page {
        height: 270px;
    }
}

.map-container.contact-page iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.single-conatct--area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .single-conatct--area .side-icon {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
    }

        .single-conatct--area .side-icon a {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 700;
            transition-duration: 700ms;
        }

            .single-conatct--area .side-icon a:hover {
                transform: translateX(10px);
            }

/* :: Pricing Table CSS */
.our-ticket-pricing-table-area {
    background-color: #eef5f9;
}

.single-ticket-pricing-table {
    background-color: #ffffff;
    padding: 0 40px 40px 40px;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #e8ebf1;
}

    .single-ticket-pricing-table.active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-ticket-pricing-table .ticket-plan {
        background-color: #04a9f5;
        padding: 10px 25px;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 0 0 5px 5px;
        margin-bottom: 25px;
        line-height: 1;
    }

    .single-ticket-pricing-table .ticket-icon {
        font-size: 19px;
        color: #04a9f5;
        height: 50px;
        width: 50px;
        line-height: 56px;
        display: inline-block;
        border: 1px solid #04a9f5;
        border-radius: 50%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .single-ticket-pricing-table .ticket-price {
        font-size: 60px;
        color: #1b3e4b;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 25px;
        margin-bottom: 15px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .single-ticket-pricing-table .ticket-price span {
            font-size: 30px;
            font-weight: 600;
            position: relative;
            top: -20px;
        }

    .single-ticket-pricing-table .ticket-pricing-table-details p {
        color: #1b3e4b;
        margin-bottom: 8px;
    }

        .single-ticket-pricing-table .ticket-pricing-table-details p i {
            color: #04a9f5;
            margin-left: 5px;
        }

        .single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
            margin-bottom: 0;
        }

/* :: Data Table CSS */
.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
}

@media only screen and (max-width: 767px) {
    .pagination-rounded .page-link {
        margin: 10px 0px;
        display: block;
    }
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

/* :: Web Icons CSS */
.single_icon {
    padding: 15px;
    text-align: center;
}

    .single_icon span {
        font-size: 13px;
    }

    .single_icon i {
        display: block;
        margin-bottom: 15px;
        font-size: 26px;
        color: #232323;
    }

.border {
    border-color: #e8ebf1 !important;
}

.shortcodes_content_area .single_icon {
    padding: 15px;
    text-align: center;
}

.single_icon_thumb {
    padding: 30px;
    text-align: center;
}

    .single_icon_thumb span {
        font-size: 30px;
        display: block;
        margin: auto;
    }

    .single_icon_thumb code {
        margin-top: 10px;
        display: block;
        font-size: 12px;
    }

    .single_icon_thumb h6 {
        margin-top: 15px;
        margin-bottom: 0;
    }

.single_icon_area i {
    font-size: 20px;
    float: right;
}

/* :: Card CSS */
.single-card-area {
    border-radius: 10px;
}

    .single-card-area .card-thumb {
        border-radius: 10px 10px 0 0;
    }

    .single-card-area .card-text {
        padding: 1rem;
    }

        .single-card-area .card-text h4 {
            font-size: 1.25rem;
        }

.single-card-two-area {
    position: relative;
    z-index: 1;
    height: 300px;
    border-radius: 10px;
}

    .single-card-two-area::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        border-radius: 10px;
    }

    .single-card-two-area .single-card-content .single-card-two-text h4 {
        color: #ffffff;
    }

    .single-card-two-area .single-card-content .single-card-two-text p {
        font-size: 14px;
        color: #ffffff;
    }

.single-card-three-area {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
}

    .single-card-three-area .icon {
        height: 70px;
        width: 70px;
        line-height: 72px;
        font-size: 26px;
        margin: auto;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 50%;
        background-color: #f2f4f8;
    }

    .single-card-three-area h4 {
        margin-top: 15px;
    }

    .single-card-three-area p {
        margin-bottom: 0;
    }

    .single-card-three-area:hover .icon {
        background-color: #04a9f5;
        color: #ffffff;
    }

.card- {
    background: #ffffff;
    border: 1px solid;
}

.border-info- {
    border: #17a2b8 !important;
}

.border-danger- {
    border: 1px solid #f1536e !important;
}

.border-primary- {
    border: 1px solid #2466fd !important;
}

.medium-card-area .icon-thumb {
    width: 60px;
    height: 60px;
    margin: auto;
}

    .medium-card-area .icon-thumb img {
        border-radius: 5px;
    }

/* :: Cart CSS */
.cart-area .table .thead-light th {
    color: #6c757d;
    background-color: #f1f3fa;
    border-color: #e3eaef;
}

.cart-area .select2-container .select2-selection--single {
    border: 1px solid #dee2e6;
    height: calc(2.2125rem + 2px);
    background-color: #fff;
    outline: 0;
}

.cart-area .select2-container {
    width: 100% !important;
}

.cart-area .select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .cart-area .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

.cart-area .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.cart-area .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-right: 12px;
    color: #6c757d;
}

.cart-area .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    left: 3px;
}

.cart-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
}

.cart-area .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #98a6ad transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.cart-area .form-control {
    display: inline-block;
}

.check-out-area .form-control {
    font-size: 13px;
}

.check-out-area .input-group-text {
    font-size: 13px;
}

/* :: Product CSS */
.product-thumb {
    width: 60px;
}

.progress-w-percent .progress {
    width: calc(100% - 50px);
    float: right;
    margin-top: 8px;
}

.progress-w-percent .progress-value {
    width: 40px;
    float: left;
    text-align: left;
    line-height: 20px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    background-color: #0acf97;
    top: auto;
    bottom: auto;
}

.product-card {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px;
    border-radius: 7px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

    .product-card .product-title a {
        margin-bottom: 5px;
        font-size: 20px;
        color: #001737 !important;
        text-align: center;
        display: inline-block;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1;
    }

    .product-card .product-price {
        color: #001737 !important;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
    }

.checkout-thumb {
    width: 60px;
}

.product-border {
    border: 2px solid #04a9f5;
}

.img-thumbnail {
    border: 2px solid #04a9f5;
}

.product-sell-info {
    border-top: 1px solid #e8ebf1;
    border-bottom: 1px solid #e8ebf1;
    padding: 15px 0;
}

/* :: Lock CSS */
.middle-box.lock-screen {
    padding: 15px;
}

    .middle-box.lock-screen .lock-text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .middle-box.lock-screen .lock-profile-thumb {
        width: 70px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .middle-box.lock-screen .form-control {
        border: 1px solid #e8ebf1;
    }

/* :: Dashboard CSS */
.user-area .nav-tabs {
    border-bottom: none;
}

    .user-area .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

        .user-area .nav-tabs .nav-item a {
            border: none;
            line-height: normal;
            border-radius: 3px;
            padding: 5.5px 16px;
            background-color: transparent;
            color: #001737;
            font-size: 13px;
            margin-left: 5px;
            border: 1px solid #e8ebf1;
        }

@media only screen and (max-width: 767px) {
    .user-area .nav-tabs .nav-item a {
        padding: 5px 8px;
        font-size: 12px;
    }
}

.user-area .nav-tabs .nav-item a.active, .user-area .nav-tabs .nav-item a.active:focus, .user-area .nav-tabs .nav-item a.active:hover {
    color: #ffffff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

.user-data-list li {
    border-bottom: 1px dashed #ebedf2;
    padding: 15px 0;
}

    .user-data-list li:last-child {
        border-bottom: none;
    }

    .user-data-list li:first-child {
        padding-top: 0;
    }

    .user-data-list li .author-info .author-img {
        width: 40px;
    }

    .user-data-list li .author-info .author-text h6 {
        font-size: 15px;
        line-height: 1.2;
    }

    .user-data-list li .author-info .author-text p {
        font-size: 12px;
    }

.ticket-data-list li {
    border-bottom: 1px dashed #ebedf2;
    padding: 15px 0;
}

    .ticket-data-list li:first-child {
        padding-top: 0;
    }

    .ticket-data-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ticket-data-list li .ticket-time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        max-width: 60px;
        text-align: right;
        white-space: nowrap;
    }

@media only screen and (max-width: 767px) {
    .ticket-data-list li .ticket-time {
        display: none;
    }
}

.ticket-data-list li .avatar-area .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .ticket-data-list li .avatar-area .avatar img {
        border-radius: 50%;
    }

    .ticket-data-list li .avatar-area .avatar.avatar-online::before {
        background-color: #00d97e;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 25%;
        height: 25%;
        border-radius: 50%;
        content: '';
        border: 1px solid #ffffff;
    }

    .ticket-data-list li .avatar-area .avatar.avatar-pending::before {
        background-color: #f39834;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 25%;
        height: 25%;
        border-radius: 50%;
        content: '';
        border: 1px solid #ffffff;
    }

@media only screen and (max-width: 767px) {
    .ticket-data-list li .avatar-area .avatar-text h6 {
        font-size: 14px;
    }
}

.ticket-data-list li .avatar-area .avatar-text p {
    font-size: 13px;
    margin-bottom: .5rem;
}

.order-area-index .img-order {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.order-area-index .admi-checkbox {
    margin-top: 11px;
    right: 8px;
    margin-right: 15px;
}

.order-text-desc {
    padding: 20px;
    border: 1px solid #f3f3f3;
}

    .order-text-desc .total-count-text h5 {
        font-size: 22px;
        color: #5578eb;
        font-weight: 700;
        line-height: 1.2;
    }

    .order-text-desc .total-count-text span {
        font-size: 12px;
        font-weight: 500;
        color: #343a40;
    }

    .order-text-desc .total-count-text p {
        font-weight: 500;
    }

.user-important-data-info {
    position: relative;
    z-index: 1;
}

    .user-important-data-info .downloads--data-btn li {
        padding-left: 15px;
        margin-left: 15px;
    }

        .user-important-data-info .downloads--data-btn li:last-child {
            padding-left: 0;
            margin-left: 0;
            border-left: none;
        }

@media only screen and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li {
        padding-left: 7.5px;
        margin-left: 7.5px;
    }
}

.user-important-data-info .downloads--data-btn li a {
    font-weight: 500;
    color: #04a9f5;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .user-important-data-info .downloads--data-btn li a {
        font-size: 12px;
    }
}

.user-important-data-info .downloads--data-btn li a:hover, .user-important-data-info .downloads--data-btn li a:focus {
    color: #04a9f5;
}

.user-important-data-info .sales-reports li {
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .user-important-data-info .sales-reports li {
        padding-right: 15px;
        margin-right: 15px;
    }
}

.user-important-data-info .sales-reports li:first-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.user-important-data-info .sales-reports li span {
    display: block;
    font-size: 13px;
}

    .user-important-data-info .sales-reports li span:last-child {
        color: #04a9f5;
        font-weight: 500;
        font-size: 14px;
    }

@media only screen and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .user-important-data-info .sales-reports li span {
        font-size: 12px;
    }
}

.dashboard-clock {
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock {
        margin-left: 0;
    }
}

.dashboard-clock #dashboardDate {
    font-size: 14px;
    font-weight: 500;
    color: #1b3e4b;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock #dashboardDate {
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-clock #dashboardDate {
        font-size: 13px;
    }
}

.dashboard-clock ul li {
    font-size: 15px;
    font-weight: 600;
    color: #0168fa;
}

@media only screen and (max-width: 767px) {
    .dashboard-clock ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-clock ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-btn-group .btn {
        padding: 0.115rem 0.230rem;
        font-size: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-btn-group .btn {
        padding: 0.2rem 0.4rem;
        font-size: 12px;
    }
}

.dashboard-header-title p {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .dashboard-header-title p {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-header-title p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .dashboard-header-title h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .dashboard-header-title h6 {
        font-size: 16px;
    }
}

.dashboard-infor-mation {
    position: relative;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .single-browser-area img {
        max-width: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-browser-area h6 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .index-flot-chart-area {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .index-flot-chart-area {
        margin-bottom: 50px;
    }
}

.product-thumb-index img {
    max-width: 130px;
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-thumb-index img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-thumb-index img {
        max-width: 190px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-thumb-index img {
        max-width: 160px;
    }
}

/* :: Nested List CSS */
.dd-handle {
    border: 1px solid #dbdbdb;
}

#nestable2 .dd-handle {
    color: #fff;
    border: none;
    background-color: #04a9f5 !important;
}

/* :: Table CSS */
.table {
    width: 100%;
    color: #727E8C;
}

    .table td,
    .table th {
        padding: .95rem;
        vertical-align: top;
        border-top: 1px solid #e3eaef;
        font-size: 14px;
        font-weight: 600;
    }

@media only screen and (max-width: 767px) {
    .table td,
    .table th {
        font-size: 13px;
    }
}

.table-centered td,
.table-centered th {
    vertical-align: middle !important;
}

.table-hover tbody tr:hover {
    color: #727E8C;
    background-color: #f1f3fa;
}

.table thead th {
    border-bottom: 1px solid #e8ebf1;
    color: #475F7B;
    font-weight: 700;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .table thead th {
        font-size: 12px;
    }
}

input[data-switch="success"]:checked + label {
    background-color: #0acf97;
}

input[data-switch] + label {
    width: 56px;
    height: 24px;
    background-color: #f1f3fa;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch] {
    display: none;
}

    input[data-switch]:checked + label::before {
        color: #fff;
        content: attr(data-on-label);
        left: auto;
        right: 4px;
    }

    input[data-switch] + label::before {
        color: #313a46;
        content: attr(data-off-label);
        display: block;
        font-family: IranSans;
        font-weight: 600;
        font-size: .75rem;
        line-height: 24px;
        position: absolute;
        left: 3px;
        margin: 0 .21667rem;
        top: 0;
        text-align: center;
        min-width: 1.66667rem;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    input[data-switch]:checked + label::after {
        right: 34px;
        background-color: #f1f3fa;
    }

    input[data-switch] + label::after {
        content: '';
        position: absolute;
        right: 4px;
        background-color: #adb5bd;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2rem;
        height: 18px;
        width: 18px;
        top: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.table .table-user img {
    height: 30px;
    width: 30px;
}

.table .action-icon {
    color: #5E5155;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #e8ebf1;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
}

.title.tablesaw-swipe-cellpersist a {
    color: #1b3e4b;
}

.title a {
    color: #1b3e4b;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f1f3fa;
}

.table .thead-light th {
    color: #727E8C;
    background-color: #f1f3fa;
    border-bottom: #e8ebf1 !important;
}

.bg-nav-pills {
    background-color: #e3eaef;
}

.edit-table-area .table td,
.edit-table-area .table th {
    border-top: 1px solid #e8ebf1;
    background-color: #ffffff;
}

.prices .table thead {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .prices .table thead {
        font-size: 12px;
    }
}

.prices .currency-icon {
    max-width: 24px;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .prices .currency-icon {
        display: none;
    }
}

.filter-table #myInput {
    background-image: url("img/core-img/search.png");
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 40px 12px 20px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

.filter-table #myTable {
    border-collapse: collapse;
    /* Collapse borders */
    width: 100%;
    /* Full-width */
    border: 1px solid #ddd;
    /* Add a grey border */
    font-size: 18px;
    /* Increase font-size */
}

    .filter-table #myTable th,
    .filter-table #myTable td {
        text-align: right;
        font-size: 14px;
        padding: 12px;
    }

    .filter-table #myTable tr {
        /* Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        .filter-table #myTable tr.header,
        .filter-table #myTable tr:hover {
            /* Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }

/* :: Password CSS */
.forget-password-area {
    background-image: url(img/bg-img/bg-7.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .forget-password-area .animation-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-animation: animationBg linear 3s infinite;
        animation: animationBg linear 3s infinite;
    }

@-webkit-keyframes animationBg {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animationBg {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.forget-password-area h4 {
    font-size: 30px;
}

.forget-password-area p {
    margin-bottom: 30px;
}

.forget-password-area .form-control {
    background-color: transparent;
    color: #ffffff;
    border-color: #00d97e !important;
    font-size: 14px;
    border-radius: 30px;
}

    .forget-password-area .form-control:focus, .forget-password-area .form-control:active, .forget-password-area .form-control:hover {
        border-color: #00d97e !important;
    }

/* :: Timeout CSS */
#session-timeout-dialog .close {
    padding: 0;
    font-size: 22px;
    margin: 0;
}

#session-timeout-dialog .modal-content {
    border: none;
}

#session-timeout-dialog .modal-header {
    border-bottom: none;
    direction: ltr;
}

#session-timeout-dialog .modal-footer {
    border-top: none;
}

#session-timeout-dialog .modal-body {
    border: 1px solid #f1f2f3;
}

    #session-timeout-dialog .modal-body p span {
        color: #04a9f5;
    }

/* :: Paginator CSS */
.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
    padding: 0 5px;
    height: 60px;
    border: 1px solid #e9ecef;
    float: right;
    position: relative;
}

/* :: Avatar CSS */
.avatar-area .thumb-md {
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
}

.avatar-area .img-group .user-avatar + .user-avatar-group {
    margin-right: -20px;
}

.avatar-area .img-group .user-avatar {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

    .avatar-area .img-group .user-avatar img {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        height: 30px;
        -webkit-box-shadow: 0 0 0 2px #b6c2e4;
        box-shadow: 0 0 0 2px #b6c2e4;
    }

.avatar-area .rounded-circle {
    border-radius: 50% !important;
}

.avatar-area .img-group .user-avatar:focus,
.avatar-area .img-group .user-avatar:hover {
    z-index: 2;
}

.avatar-area .thumb-xl {
    height: 78px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px;
    width: 78px;
    font-size: 28px;
    font-weight: 700;
}

.avatar-area .thumb-lg {
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    font-size: 20px;
    font-weight: 700;
}

.avatar-area .thumb-md {
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    width: 48px;
    font-size: 14px;
    font-weight: 700;
}

.avatar-area .thumb-sm {
    height: 36px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    font-size: 12px;
    font-weight: 700;
}

.avatar-area .thumb-xs {
    height: 32px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    font-size: 10px;
    font-weight: 700;
}

.avatar-area .img-group .avatar-badge {
    position: absolute;
    left: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 2px #b6c2e4;
    box-shadow: 0 0 0 2px #b6c2e4;
    z-index: 2;
}

.avatar-area .img-group .user-avatar .online {
    background: #1ecab8;
}

.avatar-area .img-group .user-avatar .offline {
    background: #f1646c;
}

/* :: Toltip CSS */
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mytooltip {
    display: inline;
    position: relative;
    z-index: 10;
}

    .mytooltip:hover .tooltip-item::after {
        pointer-events: auto;
    }

    .mytooltip:hover .tooltip-content {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        -ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    }

    .mytooltip:hover .tooltip-content3 {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .mytooltip:hover .tooltip-item2 {
        color: #ffffff;
        -webkit-transform: translate3d(0, -0.5em, 0);
        -ms-transform: translate3d(0, -0.5em, 0);
        transform: translate3d(0, -0.5em, 0);
    }

    .mytooltip:hover .tooltip-content5 {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .mytooltip:hover .tooltip-text3 {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .mytooltip:hover .tooltip-inner2 {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.tooltip-content {
    position: absolute;
    z-index: 999998989898989 !important;
    width: 360px;
    right: 50%;
    margin: 0 -180px 20px 0;
    bottom: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: 5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: 5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

    .tooltip-content img {
        position: relative;
        height: 140px;
        display: block;
        float: right;
        margin-left: 1em;
    }

.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-right: -90px;
    -webkit-transform-origin: 50% calc(106%);
    -ms-transform-origin: 50% calc(106%);
    transform-origin: 50% calc(106%);
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    -ms-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
    -o-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
    transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

.tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}

.tooltip-content::after {
    content: '';
    top: 100%;
    right: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #2a3035;
    border-width: 10px;
    margin-right: -10px;
}

.tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 0 1.21em 1.21em;
    color: #ffffff;
}

.tooltip-content2 {
    position: absolute;
    z-index: 9999;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    right: 50%;
    margin-right: -40px;
    bottom: 100%;
    border-radius: 50%;
    text-align: center;
    background: #009efb;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 20px;
    cursor: default;
    pointer-events: none;
}

    .tooltip-content2 i {
        opacity: 0;
    }

.tooltip-effect-6 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, -1, 1, -45deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, -1, 1, -45deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .tooltip-effect-6 .tooltip-content2 i {
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

.tooltip-effect-6:hover .tooltip-content2 i {
    -webkit-transform: rotate3d(1, -1, 1, 0);
    transform: rotate3d(1, -1, 1, 0);
}

.tooltip-item2 {
    color: #00aeef;
    cursor: pointer;
    z-index: 100;
    position: relative;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content4 {
    position: absolute;
    z-index: 99;
    width: 360px;
    right: 50%;
    margin-right: -180px;
    bottom: -5px;
    text-align: right;
    background: #00aeef;
    opacity: 0;
    font-size: 14px;
    line-height: 27px;
    padding: 1.5em;
    color: #ffffff;
    border-bottom: 55px solid #2b2b2b;
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .tooltip-content4 a {
        color: #2b2b2b;
    }

.tooltip-text2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.5em, 0);
    transform: translate3d(0, 1.5em, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5 {
    position: absolute;
    z-index: 9999;
    width: 300px;
    right: 50%;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    background: transparent;
    opacity: 0;
    margin: 0 -150px 20px 0;
    cursor: default;
    pointer-events: none;
    -webkit-transition: opacity 0.3s 0.3s;
    -o-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

    .tooltip-content5 span {
        display: block;
    }

.tooltip-text3 {
    border-bottom: 10px solid #009efb;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    -o-transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.tooltip-inner2 {
    background: #2b2b2b;
    padding: 40px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5::after {
    content: '';
    bottom: -20px;
    right: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #009efb;
    border-width: 10px;
    margin-right: -10px;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    color: #ffffff;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(110%);
    -ms-transform-origin: 50% calc(110%);
    transform-origin: 50% calc(110%);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, -45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, -1, 0, -25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, -1, 0, -25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

a.mytooltip {
    font-weight: 500;
    color: #009efb;
}

.tooltip-effect-7 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .tooltip-effect-7 .tooltip-content2 i {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

.tooltip-effect-8 .tooltip-content2 {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, -1, 0, -90deg);
    transform: translate3d(0, 10px, 0) rotate3d(0, -1, 0, -90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .tooltip-effect-8 .tooltip-content2 i {
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

.tooltip-effect-9 .tooltip-content2 {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

    .tooltip-effect-9 .tooltip-content2 i {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

.tooltip {
    z-index: 9999999999999999999999 !important;
}

/* :: Register CSS */
.register-page-2 .form-control {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.register-page-2 .nice-select .option {
    color: #000;
}

/* :: Project CSS */
.progress.progress-sm {
    height: 6px;
}

.project-details-area .avatar-sm {
    height: 3rem;
    width: 3rem;
}

    .project-details-area .avatar-sm .avatar-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #04a9f5;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04a9f5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-xs {
    width: 40px;
}

.avatar-sm {
    width: 40px;
}

.project-list-area {
    border: 2px solid #04a9f5;
}

/* :: Taskboard CSS */
.tasks {
    padding: 0 1rem 1rem 1rem;
    border: 1px solid #e3eaef;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: .25rem;
}

    .tasks .card {
        white-space: normal;
        margin-top: 1rem;
    }

    .tasks .task-header {
        background-color: #f1f3fa;
        padding: 1rem;
        margin: 0 -1rem;
    }

.task-list-items {
    min-height: 100px;
    position: relative;
}

    .task-list-items::before {
        content: "No Tasks";
        position: absolute;
        line-height: 110px;
        width: 100%;
        text-align: center;
        font-weight: 600;
    }

/* :: Tab CSS */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    font-weight: 600;
    color: #04a9f5;
}

.nav-pills > li > a,
.nav-tabs > li > a {
    color: #001737;
    font-weight: 700;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .nav-pills > li > a,
    .nav-tabs > li > a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-pills > li > a,
    .nav-tabs > li > a {
        font-size: 12px;
    }
}

.tab-content {
    padding: 20px 0 0 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #04a9f5;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        font-size: 12px;
    }
}

.navtab-bg li > a {
    background-color: #f8f8f8;
    margin: 0 5px;
}

.nav-pills > a {
    color: #6c857d;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
}

.nav-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.25) !important;
}

    .nav-bordered a.active {
        border-bottom: 2px solid #04a9f5 !important;
    }

    .nav-bordered li a {
        border: 0 !important;
        padding: 10px 20px !important;
    }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.card-header.tab {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #edeff1;
    border-bottom: 0 solid #f7f7f7;
}

.accordion .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 25px;
    position: relative;
}

.accordion h2 .btn {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    color: #04a9f5;
    text-decoration: none;
}

    .accordion h2 .btn:focus, .accordion h2 .btn:hover {
        font-size: 14px;
        font-weight: 600;
        color: #038fcf;
    }

/* :: Dashboard CSS */
.dashboard-area .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 9px;
}

    .dashboard-area .breadcrumb a {
        color: #001737;
        font-weight: 600;
        font-size: 14px;
    }

    .dashboard-area .breadcrumb .breadcrumb-item.active {
        color: #04a9f5;
        font-weight: 600;
        font-size: 14px;
    }

.dashboard-area .project-table .project-thumb {
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
}

.dashboard-area .project-table tr td h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.dashboard-area .project-table tr td span {
    font-size: 12px;
}

.dashboard-area .project-table tr td h5 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.dashboard-area tr td {
    font-weight: 600;
    border-top-style: dashed;
}

.dashboard-area .table .thead-light th {
    border-top-style: dashed;
}

.dashboard-area .table td,
.dashboard-area .table th {
    vertical-align: middle;
}

.dashboard-area .table thead th {
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.badge-outline-warning {
    color: #fda006;
    border: 1px solid #fda006;
}

.badge-outline-success {
    color: #26a69a;
    border: 1px solid #26a69a;
}

.badge-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4;
}

.crypto-news-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
}

.dashboard-tab-area .nav-pills > li > a,
.dashboard-tab-area .nav-tabs > li > a {
    color: rgba(255, 255, 255, 0.95);
}

.dashboard-tab-area .nav-pills .nav-link.active,
.dashboard-tab-area .nav-pills .show > .nav-link {
    color: #001737;
    background-color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
}

.dashboard-tab-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
}

@media only screen and (max-width: 767px) {
    .dashboard-tab-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        max-width: 100px;
    }
}

.dashboard-active-timeline {
    position: relative;
    z-index: 1;
}

    .dashboard-active-timeline::after {
        position: absolute;
        content: "";
        border-right: 2px solid #e8ebf1;
        top: 0;
        right: 16px;
        height: 100%;
    }

    .dashboard-active-timeline li {
        position: relative;
        z-index: 1;
    }

        .dashboard-active-timeline li .timeline-icon {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35px;
            flex: 0 0 35px;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50%;
            color: #ffffff;
            font-size: 16px;
            transition-duration: 500ms;
        }

        .dashboard-active-timeline li:hover .timeline-icon {
            border-radius: 2px;
        }

.chat-application .chats .chat-body .chat-content {
    text-align: left;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    padding: 8px 15px;
    margin: 0 0 10px 20px;
    clear: both;
    color: #fff;
    background-color: #6967ce;
    -webkit-box-shadow: 0 5px 12px 0 rgba(62, 57, 107, 0.36);
    box-shadow: 0 5px 12px 0 rgba(62, 57, 107, 0.36);
    border-radius: 7px;
}

    .chat-application .chats .chat-body .chat-content::before {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: -10px;
        width: 0;
        height: 0;
        content: '';
        border: 5px solid transparent;
        border-right-color: #6967ce;
    }

.chat-application .chats .chat-left .chat-avatar {
    float: right;
}

.chat-application .chat-avatar .avatar img {
    width: 40px;
    border-radius: 50%;
}

.chat-application .chats .chat-left .chat-body {
    margin-left: 0;
    margin-right: 30px;
}

.chat-application .chats .chat-body {
    display: block;
    margin: 10px 0 0 30px;
    overflow: hidden;
}

.chat-application .chats .chat-left .chat-content {
    text-align: right;
    float: right;
    margin: 0 20px 15px 0;
    color: #6b6f80;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
    box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}

    .chat-application .chats .chat-left .chat-content::before {
        left: auto;
        right: -10px;
        border-left-color: #FFFFFF;
        border-right-color: transparent;
    }

.chat-application .chats .chat-body .chat-content::before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    border-right-color: #6967ce;
}

.chat-application .chats .chat-left .chat-content::before {
    left: auto;
    right: -10px;
    border-left-color: #FFFFFF;
    border-right-color: transparent;
}

.chat-avatar {
    float: right;
}

.chat-application .chats .chat-left .chat-body {
    margin-left: 0;
    margin-right: 30px;
}

.chat-application .chats .chat-avatar {
    float: left;
}

.chat-application .chats .chat-left .chat-content {
    text-align: right;
    color: #001737;
}

.chat-content p {
    margin-bottom: 0;
}

/* :: Progressbar CSS */
.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
}

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        bottom: 0;
        position: absolute;
    }

.animated-progressbar #myProgress {
    width: 100%;
    background-color: #e9ecef;
    border-radius: 5px;
}

.animated-progressbar #myBar {
    width: 10%;
    height: 18px;
    background-color: #04a9f5;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    border-radius: 5px;
}

/* :: Picker CSS */
.datepicker td, .datepicker th {
    width: 40px;
    height: 40px;
    font-size: 13px;
    color: #001737;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04a9f5 !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        background-color: #04a9f5 !important;
    }

.datepicker-inline {
    width: 300px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.2);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.2);
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    color: #111;
    font-size: 16px;
}

/* :: Preloader CSS */
.ont-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

    .ont-preloader .animation-preloader {
        z-index: 1000;
    }

        .ont-preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: #04a9f5;
            height: 8em;
            margin: 0 auto 3.5em auto;
            width: 8em;
        }

        .ont-preloader .animation-preloader .txt-loading {
            font: bold 5em "Poppins", sans-serif;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .ont-preloader .animation-preloader .txt-loading .letters-loading {
                color: rgba(0, 0, 0, 0.2);
                position: relative;
            }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #000000;
                    content: attr(data-text-preloader);
                    right: 0;
                    opacity: 0;
                    font-family: IranSans;
                    position: absolute;
                    top: -3px;
                    -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: 0.2s;
                    animation-delay: 0.2s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: 0.8s;
                    animation-delay: 0.8s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s;
                }

                .ont-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s;
                }

    .ont-preloader.dark .animation-preloader .spinner {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: #fff;
    }

    .ont-preloader.dark .animation-preloader .txt-loading .letters-loading {
        color: rgba(255, 255, 255, 0.2);
    }

        .ont-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
            color: #fff;
        }

    .ont-preloader p {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 8px;
        color: #04a9f5;
    }

    .ont-preloader .loader {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        z-index: 1;
        pointer-events: none;
    }

        .ont-preloader .loader .row {
            height: 100%;
        }

        .ont-preloader .loader .loader-section {
            padding: 0px;
        }

            .ont-preloader .loader .loader-section .bg {
                background-color: #ffffff;
                height: 100%;
                right: 0;
                width: 100%;
                -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            }

        .ont-preloader .loader.dark_bg .loader-section .bg {
            background: #111339;
        }

    .ont-preloader.loaded .animation-preloader {
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .ont-preloader.loaded .loader-section .bg {
        width: 0;
        -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
        -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
        transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    }

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ont-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ont-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ont-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ont-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}
/* :: Profile CSS */
.user-friends img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.thumb {
    position: relative;
    z-index: 1;
}

.profile-heading-thumb {
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 5px solid #00d97e;
    border-radius: 50%;
}

.text h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.profile-header-area {
    position: relative;
    z-index: 1;
}

    .profile-header-area .thumb {
        position: relative;
        z-index: 1;
    }

.profile-heading-text {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    border-radius: .75rem;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 99;
}

.widget-download-file .download-file-icon img {
    max-height: 20px;
}

.widget-download-file .download-file-icon {
    width: 40px;
    height: 40px;
    background-color: #04a9f5;
    border-radius: 50%;
    text-align: center;
    padding: 7px 0;
}

.profile-friend-thumb {
    width: 60px;
    display: inline-block;
    float: right;
    padding: 10px 5px;
}

    .profile-friend-thumb img {
        border-radius: 50%;
    }

.profile--tumb {
    height: 100px;
    width: 100px;
    margin: auto;
}

    .profile--tumb img {
        border-radius: 50%;
    }

/* :: Ribbon CSS */
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
    position: relative;
    padding: 50px 15px 15px 15px;
}

.ribbon-vwrapper {
    padding: 15px 50px 15px 15px;
    position: relative;
}

.ribbon-overflow {
    overflow: hidden;
}

.ribbon-vwrapper-reverse {
    padding: 15px 15px 15px 50px;
}

.ribbon-wrapper-bottom {
    padding: 15px 50px 50px 15px;
}

.ribbon-wrapper-right-bottom {
    padding: 15px 15px 50px 50px;
}

.ribbon-content {
    margin-bottom: 0px;
}

.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: right;
    position: absolute;
    top: 12px;
    right: -2px;
    color: #fff;
}

.ribbon-bookmark:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #343a40;
    border-left: 10px solid transparent;
}

.ribbon-right {
    right: auto;
    left: -2px;
}

.ribbon-bookmark.ribbon-right:before {
    left: 100%;
    right: auto;
    border-left: 15px solid #343a40;
    border-right: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
    clear: none;
    padding: 0 5px;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    right: 12px;
    top: -2px;
}

.ribbon-vertical-r {
    right: auto;
    left: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
    top: 100%;
    right: 0;
    margin-top: -14px;
    border-left: 15px solid #343a40;
    border-bottom: 10px solid transparent;
}

.ribbon-badge {
    top: 15px;
    overflow: hidden;
    right: -90px;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .ribbon-badge.ribbon-right {
        right: auto;
        left: -90px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ribbon-badge.ribbon-bottom {
        top: auto;
        bottom: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ribbon-badge.ribbon-right.ribbon-bottom {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ribbon-corner {
    top: 0;
    right: 0;
    background-color: transparent !important;
    padding: 6px 10px 0 0;
}

    .ribbon-corner i {
        position: relative;
    }

    .ribbon-corner:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        border: 30px solid transparent;
        border-top-color: #fb9678;
        border-right-color: #fb9678;
    }

    .ribbon-corner.ribbon-right:before {
        left: 0;
        right: auto;
        border-left-color: #526069;
        border-right-color: transparent;
    }

    .ribbon-corner.ribbon-right {
        left: 0;
        right: auto;
        padding: 6px 0 0 10px;
    }

    .ribbon-corner.ribbon-bottom:before {
        top: auto;
        bottom: 0;
        border-top-color: transparent;
        border-bottom-color: #526069;
    }

    .ribbon-corner.ribbon-bottom {
        bottom: 0;
        top: auto;
        padding: 0 10px 6px 10px;
    }

.ribbon-custom {
    background: #fb9678;
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
    border-left-color: #fb9678;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
    border-left-color: #fb9678;
    border-bottom-color: transparent;
}

.ribbon-primary {
    background: #fb9678;
}

.ribbon-bookmark.ribbon-primary:before {
    border-color: #fb9678;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
    border-left-color: #fb9678;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
    border-left-color: #fb9678;
    border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
    border-top-color: #fb9678;
    border-right-color: #fb9678;
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
    border-left-color: #fb9678;
    border-right-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #fb9678;
}

.ribbon-success {
    background: #00c292;
}

.ribbon-bookmark.ribbon-success:before {
    border-color: #00c292;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
    border-left-color: #00c292;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
    border-left-color: #00c292;
    border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
    border-top-color: #00c292;
    border-right-color: #00c292;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
    border-left-color: #00c292;
    border-right-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #00c292;
}

.ribbon-info {
    background: #03a9f3;
}

.ribbon-bookmark.ribbon-info:before {
    border-color: #03a9f3;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
    border-left-color: #03a9f3;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
    border-left-color: #03a9f3;
    border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
    border-top-color: #03a9f3;
    border-right-color: #03a9f3;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
    border-left-color: #03a9f3;
    border-right-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #03a9f3;
}

.ribbon-warning {
    background: #fec107;
}

.ribbon-bookmark.ribbon-warning:before {
    border-color: #fec107;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
    border-left-color: #fec107;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
    border-left-color: #fec107;
    border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
    border-top-color: #fec107;
    border-right-color: #fec107;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
    border-left-color: #fec107;
    border-right-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #fec107;
}

.ribbon-danger {
    background: #e46a76;
}

.ribbon-bookmark.ribbon-danger:before {
    border-color: #e46a76;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
    border-left-color: #e46a76;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
    border-left-color: #e46a76;
    border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
    border-top-color: #e46a76;
    border-right-color: #e46a76;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
    border-left-color: #e46a76;
    border-right-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #e46a76;
}

.ribbon-default {
    background: #343a40;
}

.ribbon-bookmark.ribbon-default:before {
    border-color: #343a40;
    border-left-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
    border-left-color: #343a40;
    border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
    border-left-color: #343a40;
    border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
    border-top-color: #343a40;
    border-right-color: #343a40;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
    border-left-color: #343a40;
    border-right-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #343a40;
}

/* :: Breadcrumb CSS */
.custom-breadcrumb-bg-img {
    height: 150px;
    padding: 45px;
    margin-bottom: 30px;
    border-radius: .25px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .custom-breadcrumb-bg-img {
        padding: 30px 15px;
    }
}

.custom-breadcrumb-bg-img .breadcrumb-title {
    font-size: 24px;
    color: #ffffff;
}

.custom-breadcrumb-bg-img h6 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

/* :: Scrool Up CSS */
#scrollUp {
    width: 35px;
    height: 35px;
    background-color: #5578eb;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15);
}

/* :: Editor CSS */
.tox .tox-mbtn__select-label {
    font-weight: 600 !important;
    cursor: pointer !important;
}

.editor-toolbar a {
    color: #222f3e !important;
}

.adm-editor {
    height: 350px !important;
    background-color: #282f3a;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border: none;
    border-radius: 3px;
}

/* Settings Panel */
.settings-panel {
    border-right: 1px solid #e9e9e9;
    display: block;
    position: fixed;
    top: 70px;
    left: -300px;
    bottom: 0;
    width: 300px;
    height: 400px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: left, box-shadow;
    -moz-transition-property: left, box-shadow;
    -o-transition-property: left, box-shadow;
    transition-property: left, box-shadow;
    z-index: 9;
}

    .settings-panel .nav-tabs {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: auto;
        margin: 0;
        padding: 0;
        background: #ffffff;
    }

        .settings-panel .nav-tabs .nav-item {
            border: none;
        }

            .settings-panel .nav-tabs .nav-item .nav-link {
                background: transparent;
                text-align: center;
                border: none;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                color: #6c7293;
                -webkit-transition-duration: 0.4s;
                -moz-transition-duration: 0.4s;
                -o-transition-duration: 0.4s;
                transition-duration: 0.4s;
                transition-property: color;
                -webkit-transition-property: color;
                -webkit-justify-content: center;
                justify-content: center;
            }

                .settings-panel .nav-tabs .nav-item .nav-link.active {
                    background: transparent;
                    color: #04a9f5;
                }

    .settings-panel .tab-content {
        border: none;
        padding: 20px 0 0px 0;
    }

        .settings-panel .tab-content .tab-pane.scroll-wrapper {
            position: relative;
            max-height: 100vh;
            height: 100%;
            padding-bottom: 150px;
        }

    .settings-panel .settings-heading {
        padding: 16px 35px 13px 0;
        font-weight: 600;
        line-height: 1;
        color: #001737;
        margin-bottom: 0;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

    .settings-panel .sidebar-bg-options {
        padding: 13px 35px;
        color: #001737;
        background: #ffffff;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        cursor: pointer;
    }

        .settings-panel .sidebar-bg-options.selected {
            background: #04a9f5;
            color: #fff;
        }

    .settings-panel.open {
        left: 0;
    }

    .settings-panel .settings-close {
        position: absolute;
        top: 16px;
        left: 10px;
        color: #fb434a;
        background: transparent;
        border-radius: 4px;
        padding: 0 3px;
        cursor: pointer;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        z-index: 999;
    }

        .settings-panel .settings-close:hover {
            background: rgba(255, 255, 255, 0.4);
        }

#theme-settings .settings-close {
    top: 15px;
    background: transparent;
}

#settings-trigger {
    position: fixed;
    top: 200px;
    left: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-color: #6967ce;
    z-index: 5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 0 39px 39px 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    #settings-trigger i {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1rem;
    }

@media (max-width: 991px) {
    #settings-trigger {
        display: none;
    }
}

#settings-trigger i {
    display: block;
    color: #ffffff;
    font-size: 16px;
    -webkit-animation: rotate90deg linear 2s infinite;
    animation: rotate90deg linear 2s infinite;
    line-height: 45px;
}

@-webkit-keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate90deg {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/* :: Alert CSS */
.animated-alert {
    /* The close button */
    /* When moving the mouse over the close button */
}

    .animated-alert .alert {
        padding: 20px;
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .animated-alert .closebtn {
        margin-right: 15px;
        color: #ffffff;
        float: left;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
        font-weight: 500;
        line-height: 0.7;
    }

        .animated-alert .closebtn:hover {
            color: black;
        }

    .animated-alert .alert {
        opacity: 1;
        transition: opacity 0.6s;
        /* 600ms to fade out */
    }

/* :: Inbox CSS */
.email-content-area .mail-sidebar {
    border-left: 1px solid #e8ebf1;
}

    .email-content-area .mail-sidebar .menu-bar {
        width: 100%;
        float: left;
        height: 100%;
        min-height: 100%;
    }

        .email-content-area .mail-sidebar .menu-bar .menu-items {
            padding: 0;
            margin-bottom: 0;
            height: auto;
            list-style-type: none;
        }

            .email-content-area .mail-sidebar .menu-bar .menu-items li {
                padding: 6px 10px;
                transition: 0.4s;
                position: relative;
                border-radius: 4px;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: space-between;
                justify-content: space-between;
            }

                .email-content-area .mail-sidebar .menu-bar .menu-items li:hover {
                    background: #eef0f7;
                }

                .email-content-area .mail-sidebar .menu-bar .menu-items li a {
                    color: #001737;
                    font-size: 14px;
                    font-weight: 600;
                }

                    .email-content-area .mail-sidebar .menu-bar .menu-items li a i {
                        color: #04a9f5;
                        margin-left: 5px;
                        font-weight: 600;
                    }

                .email-content-area .mail-sidebar .menu-bar .menu-items li.active {
                    background: #eef0f7;
                }

        .email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item {
            margin-bottom: 20px;
        }

            .email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .thumb {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 20%;
                flex: 0 0 20%;
                width: 20%;
                max-width: 20%;
            }

                .email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .thumb img {
                    border-radius: 50%;
                }

            .email-content-area .mail-sidebar .menu-bar .mail-profile-list .mail-profile-list-item .mail-client .user {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 80%;
                flex: 0 0 80%;
                width: 80%;
                max-width: 80%;
                margin-right: 15px;
            }

.email-content-area .mail-list-area .mail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e8ebf1;
}

    .email-content-area .mail-list-area .mail-list .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        width: 65%;
        max-width: 65%;
    }

        .email-content-area .mail-list-area .mail-list .content .sender-name {
            font-size: 15px;
            color: #161537;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 1.5;
        }

        .email-content-area .mail-list-area .mail-list .content .message_text {
            font-size: 13px;
            margin-bottom: 0;
        }

    .email-content-area .mail-list-area .mail-list .time {
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }

        .email-content-area .mail-list-area .mail-list .time p {
            font-size: 12px;
        }

    .email-content-area .mail-list-area .mail-list .custom-control.custom-checkbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        width: 10%;
        max-width: 10%;
    }

.widgets-todo-list-area .todo-list li [type="checkbox"]:checked + span:not(.lever)::before {
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
}

.widgets-todo-list-area [type="checkbox"]:checked + span:not(.lever)::before {
    top: 8px;
    right: -9px;
    width: 25px;
    height: 11px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #04a9f5;
    border-bottom: 2px solid #04a9f5;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.single-widget-area .profit-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    color: #ffffff;
    background-color: #04a9f5;
    border-radius: 50%;
}

.widget-slider-content-inbox {
    border: 2px solid #04a9f5;
}

    .widget-slider-content-inbox .icon {
        color: #04a9f5;
    }

.widget-slider-area:hover {
    cursor: crosshair;
}

/* :: Inbox - 2 CSS */
.form-control.inbox- {
    margin-bottom: 0;
    padding: 8px;
}

.mail-ontact {
    padding: 5px !important;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.space-25 {
    margin: 25px 0;
    display: block;
}

.folder-list li a,
.category-list li a {
    color: #001737;
    display: block;
    padding: 12px 11px 10px;
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 400;
    border-right: 3px solid #f2f4f8;
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .folder-list li a,
    .category-list li a {
        font-size: 13px;
    }
}

.folder-list li a i,
.category-list li a i {
    margin-left: 8px;
}

.folder-list li a:hover,
.category-list li a:hover {
    color: #0168fa;
    border-right: 3px solid #04a9f5;
    background-color: #f2f4f8;
}

.folder-list li a .badge,
.category-list li a .badge {
    font-size: 10px;
    padding: 5px 10px;
}

.folder-list li:last-child a,
.category-list li:last-child a {
    margin-bottom: 0;
}

.folder-list li.active a,
.category-list li.active a {
    color: #0168fa;
    border-right: 3px solid #04a9f5;
    background-color: #f2f4f8;
}

.mail-box-header {
    background-color: #ffffff;
}

.mail-subject a {
    font-size: 13px;
    color: #1b3e4b;
    font-weight: 500;
}

.mail-ontact a {
    color: #1b3e4b;
    font-size: 13px;
    font-weight: 500;
}

.inbox-title h2 {
    font-size: 20px;
}

    .inbox-title h2 span {
        font-size: 16px;
        color: #0168fa;
    }

.label-danger {
    background-color: #fb434a;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-warning {
    background-color: #fdb901;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-info {
    background-color: #00d97e;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.label-primary {
    background-color: #0168fa;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
}

.mail- {
    border-top: 1px solid #e8ebf1;
    padding: 20px;
    background-color: #ffffff;
}

.message-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.mail-tools.tooltip-demo h3 {
    font-size: 13px;
    color: #1b3e4b;
    font-weight: 400;
}

.mail-add-title {
    font-size: 12px;
    color: #888da8;
    font-weight: 400;
    margin-bottom: 0;
}

.mail- p {
    font-size: 13px;
}

.mail-attachment {
    background-color: #ffffff;
    border-top: 1px solid #e8ebf1;
    padding: 20px 0;
}

.file-box {
    float: right;
    width: 220px;
}

.file {
    border: 1px solid #e8ebf1;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

    .file .icon {
        padding: 37px 10px;
        text-align: center;
    }

        .file .icon i {
            font-size: 70px;
            color: #eef5f9;
        }

    .file .file-name {
        padding: 10px;
        background-color: #eef5f9;
        border-top: 1px solid #e8ebf1;
    }

        .file .file-name .h6 {
            font-size: 12px;
            color: #1b3e4b;
            margin-bottom: 0;
        }

.mail-attachment p {
    font-size: 14px;
}

.summernote {
    padding: 20px;
}

    .summernote p {
        font-size: 12px;
    }

.mail-box-header h2 {
    font-size: 20px;
}

.label.label-warning.inbox,
.label.label-info.inbox,
.label.label-danger.inbox,
.label.label-warning.inbox {
    padding: 1px 7px;
    font-size: 11px;
    border-radius: 3px;
}

.unread td {
    padding-left: 0;
}

.mail-btn-group a {
    font-size: 16px;
    margin-left: 10px;
    color: #8392a5;
    text-align: center;
    border: 1px solid #e8ebf1;
}

    .mail-btn-group a:hover {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        border-color: transparent;
    }

@media only screen and (max-width: 767px) {
    .mail-btn-group a {
        font-size: 16px;
    }
}

.mail-btn-group a i {
    font-weight: 700;
}

.mail-btn-group a:hover, .mail-btn-group a:focus {
    font-size: 16px;
    color: #04a9f5;
}

.mail-btn-group .dashboard-dropdown .btn {
    font-size: 20px;
}

.search-wrapper {
    position: relative;
    z-index: 1;
}

    .search-wrapper form button {
        font-size: 18px;
        cursor: pointer;
        color: #04a9f5;
        background-color: transparent;
        border: none;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 9999999;
    }

.mail-body p {
    font-weight: 300;
}

.mail-pager span {
    color: #1b3e4b;
    font-size: 14px;
    margin-left: 15px;
}

.mail-pager a {
    font-size: 20px;
    margin-left: 10px;
    color: #8392a5;
    text-align: center;
    border: 1px solid #e8ebf1;
    padding: 3px 8px 0px 9px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .mail-pager a:hover {
        color: #04a9f5;
        -webkit-box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.2);
        box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.2);
    }

.admi-mail-list {
    border-right: 1px solid #e8ebf1;
    border-left: 1px solid #e8ebf1;
}

.admi-mail-item {
    border-top: 1px solid #e8ebf1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .admi-mail-item:hover {
        background-color: #f2f4f8;
        -webkit-box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.1);
        box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.1);
    }

    .admi-mail-item:last-child {
        border-bottom: 1px solid #e8ebf1;
    }

.admi-mail-star {
    font-size: 18px;
    color: #fdb901;
}

.admi-mail-subject span {
    font-size: 13px;
    color: #70737c;
}

.admi-mail-date {
    font-size: 14px;
    color: #001737;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .admi-mail-date {
        display: none;
    }
}

.admi-mail-from {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}

.mail-subject--text-- {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}

    .mail-subject--text-- span {
        font-weight: 300;
        color: #1b3e4b;
    }

.mail-attach-file {
    margin-top: 8px;
}

    .mail-attach-file span {
        border: 1px solid #dbdbdb;
        border-radius: 30px;
        padding: 5px 12px;
        font-size: 12px;
        color: #1b3e4b;
        font-weight: 400;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

        .mail-attach-file span:hover {
            border: 1px solid #04a9f5;
            color: #04a9f5;
        }

.form-control.inbox-mail {
    width: 350px;
    border: 2px solid #dbdbdb;
    padding: 0 20px;
    border-radius: 6px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .form-control.inbox-mail {
        width: 200px;
    }
}

.form-control.inbox-mail:focus {
    border-color: #0168fa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-results {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 999;
}

    .search-results i {
        line-height: 0.7;
    }

.mail-tools.tooltip-demo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }

        .inbox-area .row .col-xl-3 .ibox,
        .email-view-email--area .row .col-xl-3 .ibox,
        .compose-email--area .row .col-xl-3 .ibox {
            margin-top: 50px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }

        .inbox-area .row .col-xl-3 .ibox,
        .email-view-email--area .row .col-xl-3 .ibox,
        .compose-email--area .row .col-xl-3 .ibox {
            margin-top: 50px;
        }
}

@media only screen and (max-width: 767px) {
    .inbox-area .row .col-xl-3,
    .email-view-email--area .row .col-xl-3,
    .compose-email--area .row .col-xl-3 {
        -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
        order: 50;
    }

        .inbox-area .row .col-xl-3 .ibox,
        .email-view-email--area .row .col-xl-3 .ibox,
        .compose-email--area .row .col-xl-3 .ibox {
            margin-top: 50px;
        }
}

@media only screen and (max-width: 767px) {
    .compose-email--area input[type="file"] {
        width: 200px !important;
    }
}

.note-popover.popover {
    max-width: none;
    display: none;
}

.bullet.bullet-sm {
    width: 10px;
    height: 10px;
}

.bullet.bullet-success {
    background-color: #39DA8A;
}

.mail-side-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    width: 17%;
    max-width: 17%;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .mail-side-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mail-side-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mail-side-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        width: 27%;
        max-width: 27%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mail-side-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
    }
}

.mail-body--area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
}

@media only screen and (max-width: 767px) {
    .mail-body--area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mail-body--area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%;
        max-width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mail-body--area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        width: 77%;
        max-width: 77%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mail-body--area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        width: 77%;
        max-width: 77%;
    }
}

.compose-add-icon {
    font-size: 20px;
    color: #70737c;
    margin-left: 8px;
}

/* :: Email View CSS */
@media only screen and (max-width: 767px) {
    .mail-windoe-body-area {
        margin-top: 100px;
    }
}

.mail-windoe-body-area .mail-window-header {
    border-bottom: 1px solid #e8ebf1;
    padding: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
    .mail-windoe-body-area .mail-window-header {
        border-bottom: none;
    }
}

.mail-windoe-body-area .mail-window-header a {
    font-size: 18px;
    margin-left: 10px;
    color: #475F7B;
    text-align: center;
    border: 1px solid #DFE3E7;
    padding: 4px 15px;
}

    .mail-windoe-body-area .mail-window-header a:hover {
        color: #04a9f5;
    }

.mail-windoe-body-area .mail-window-text-content {
    padding-top: 15px;
}

    .mail-windoe-body-area .mail-window-text-content p {
        font-size: 14px;
    }

    .mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
        border-radius: 50%;
        margin-left: 10px;
    }

        .mail-windoe-body-area .mail-window-text-content .mail-avatra .mail-avatar-thumb img {
            border-radius: 50%;
        }

.mail-windoe-body-area .avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #727cf5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.mail-windoe-body-area .avatar-sm {
    height: 3rem;
    width: 3rem;
}

.bg-primary-lighten {
    background-color: rgba(114, 124, 245, 0.25) !important;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
    padding: 0 5px 5px 0;
    margin: 0;
    border-bottom: 1px solid #e8ebf1;
}

.note-editor.note-frame {
    border: 1px solid #e8ebf1;
    border-radius: 3px;
}

.dropdown-menu.note-check.dropdown-fontname li a {
    color: #000;
    font-size: 12px;
    padding: 0 5px;
}

/* :: Coming Soon CSS */
.coming-soon-area {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}

.coming-soon-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.coming-soon-content .text-form-area h2 {
    color: #222222;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .text-form-area h2 {
        font-size: 30px;
    }
}

.coming-soon-content .text-form-area p {
    font-size: 18px;
    color: #1b3e4b;
}

@media only screen and (max-width: 767px) {
    .coming-soon-content .text-form-area p {
        font-size: 13px;
    }
}

.social-info-area {
    margin-left: 70px;
}

@media only screen and (max-width: 767px) {
    .social-info-area {
        padding-bottom: 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-info-area {
        padding-bottom: 30px;
    }
}

.social-info-area p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .social-info-area p {
        display: block;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

.social-info-area a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .social-info-area a:hover {
        background-color: #04a9f5;
    }

.countdown-timer {
    margin-top: 50px;
}

    .countdown-timer #clock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .countdown-timer #clock div {
            font-size: 44px;
            font-weight: 600;
            background-color: #edf3f9;
            margin-left: 15px;
            padding: 32px 0;
            width: 120px;
            height: 120px;
            display: inline-block;
            text-align: center;
            line-height: 0.9;
            color: #04a9f5;
            border-radius: 50%;
        }

@media only screen and (max-width: 767px) {
    .countdown-timer #clock div {
        height: 60px;
        width: 60px;
        font-size: 20px;
        line-height: 1;
        background-color: transparent;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .countdown-timer #clock div {
        width: 100px;
        height: 100px;
        background-color: #edf3f9;
        font-size: 24px;
    }
}

.countdown-timer #clock div span {
    margin-top: 10px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    display: block;
}

@media only screen and (max-width: 767px) {
    .countdown-timer #clock div span {
        font-size: 14px;
    }
}

.purple {
    background-color: #04a9f5;
}

.sky {
    background-color: #00bae3;
}

.red {
    background-color: #d91a18;
}

.blue {
    background-color: #0085d7;
}

/* :: 404 CSS */
.error-page-area {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 15px 0;
}

    .error-page-area .error-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
        margin-top: 50px;
        line-height: 1.4;
    }

@media only screen and (max-width: 767px) {
    .error-page-area .error-content h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-page-area .error-content h2 {
        font-size: 20px;
    }
}

.error-page-area .error-content p {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-page-area .error-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .error-page-area .error-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-page-area .error-content p {
        font-size: 14px;
        max-width: 400px;
        margin: 0 auto;
    }
}

.error-page-area .error-content .error-thumb {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
}

/* :: Sidebar Dark CSS */
.sidebar-light .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
    background-color: #fff;
    -webkit-box-shadow: -7px 0 15px 0 rgba(69, 90, 100, 0.09);
    box-shadow: -7px 0 15px 0 rgba(69, 90, 100, 0.09);
}

    .sidebar-light .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu li a {
        color: #3f3d67;
    }

    .sidebar-light .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu > li.active > a,
    .sidebar-light .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu > li.menu-open > a {
        color: #000;
        font-weight: 400;
        background-color: #f1f1f1;
    }

.sidebar-light .color-white {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-light .sidebar-menu li a i {
    color: #3f3d67;
    font-weight: 600;
}

.sidebar-light .ecaps-logo a {
    background-color: #fff;
}

.sidebar-light .top-header-area {
    background-color: #04a9f5;
}

.sidebar-light .menu-collasped > i {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-light .app-search .form-control,
.sidebar-light .app-search .form-control:focus {
    background-color: #fff;
    color: #111;
    border: none;
}

.sidebar-light .full-screen-mode a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-light .right-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-light .right-side-navbar .nav-item.dropdown .active-status {
    background-color: #fff;
}

/* :: Dark CSS */
.vertical-dark {
    background-color: #1a1d27;
}

    .vertical-dark .admetro-logo a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .top-header-area {
        background-color: #12121b;
        box-shadow: none;
        border-bottom: none;
    }

    .vertical-dark .dropdown-menu {
        background-color: #2b273d;
        -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
        box-shadow: 0 0 20px rgba(115, 105, 215, 0.15) !important;
    }

    .vertical-dark .dropdown-item:focus,
    .vertical-dark .dropdown-item:hover {
        background-color: #13151c;
    }

    .vertical-dark .top-search-bar input {
        background-color: #2b273d;
    }

    .vertical-dark .message-box .dropdown-item {
        border-bottom-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .notifications-box .dropdown-item,
    .vertical-dark .notifications-box .nav-link {
        border-bottom-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .card {
        background-color: #2b273d;
    }

    .vertical-dark .bg-boxshadow {
        border-color: transparent;
    }

    .vertical-dark .footer-area {
        background-color: #1a1d27;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .az-content-label {
        color: #ffffff;
    }

    .vertical-dark h1,
    .vertical-dark h2,
    .vertical-dark h3,
    .vertical-dark h4,
    .vertical-dark h5,
    .vertical-dark h6 {
        color: #ffffff;
    }

    .vertical-dark .text-black {
        color: #fff !important;
    }

    .vertical-dark .border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .vertical-dark .widget-new-content {
        background-color: #2b273d !important;
    }

    .vertical-dark .list-wrapper ul li {
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

    .vertical-dark .add-items .form-control {
        border: 1px solid rgba(255, 255, 255, 0.05);
        background-color: transparent;
    }

    .vertical-dark small {
        color: #ffffff;
    }

    .vertical-dark .table thead th {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .table {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .project-table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .table td,
    .vertical-dark .table th {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

    .vertical-dark .choose-layout-area,
    .vertical-dark .choose-layout-area .setting-trigger-icon {
        background-color: #2b273d;
        -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
        box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
    }

        .vertical-dark .choose-layout-area .single-demos a {
            -webkit-box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
            box-shadow: 0 0 20px rgba(115, 105, 215, 0.15);
        }

    .vertical-dark .card-footer.bg-white,
    .vertical-dark .bg-boxshadow.bg-white,
    .vertical-dark .widget-chart-content.bg-white,
    .vertical-dark .widget-content-area-3.bg-white {
        background-color: #2b273d !important;
    }

    .vertical-dark .widget-content-area-3.bg-white {
        border-color: transparent;
    }

    .vertical-dark .widget-content-area-3 .footer-widget-3 {
        border-top: 1px solid transparent;
    }

    .vertical-dark .white-opacity-0_2 {
        border-color: transparent;
    }

    .vertical-dark .vertical-timeline-content .vertical-date {
        color: #ffffff;
    }

    .vertical-dark .light--timeline .vertical-timeline-content,
    .vertical-dark .llight--timeline.center-orientation .vertical-timeline-content {
        background: #2b273d;
    }

        .vertical-dark .light--timeline .vertical-timeline-content::before {
            border-color: transparent transparent transparent #2b273d;
        }

    .vertical-dark .light--timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before,
    .vertical-dark .light--timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content::before {
        border-color: transparent transparent transparent #2b273d;
    }

    .vertical-dark .light--timeline.center-orientation .vertical-timeline-content::before {
        border-color: transparent #2b273d transparent transparent;
    }

    .vertical-dark .accordian-style-1 a.collapsed {
        color: #ffffff;
    }

    .vertical-dark .card-header {
        border: none;
    }

    .vertical-dark p,
    .vertical-dark body {
        color: #757575;
    }

    .vertical-dark .button-demo,
    .vertical-dark .progress-demo,
    .vertical-dark .button-checkbox,
    .vertical-dark .md-content > div {
        background-color: #2b273d;
    }

    .vertical-dark .alert,
    .vertical-dark abbr,
    .vertical-dark address,
    .vertical-dark .tpography-unordered ul li {
        color: #ffffff;
    }

    .vertical-dark .alert-light-default,
    .vertical-dark .alert-light-primary,
    .vertical-dark .alert-light-warning,
    .vertical-dark .alert-light-success,
    .vertical-dark .alert-light-info,
    .vertical-dark .alert-light-danger,
    .vertical-dark .alert-light-dark {
        border-color: transparent;
        color: #222 !important;
    }

    .vertical-dark .border {
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .vertical-dark .modal-content {
        border: 1px solid transparent;
        background-color: #2b273d;
    }

    .vertical-dark .modal-backdrop {
        background-color: transparent;
    }

    .vertical-dark .modal-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .modal-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .md-content,
    .vertical-dark .md-content h3,
    .vertical-dark .swal-modal,
    .vertical-dark .swal-icon--success__hide-corners {
        background-color: #2b273d;
    }

    .vertical-dark .invoice-content span,
    .vertical-dark div {
        color: #ffffff;
    }

    .vertical-dark .form-control {
        border: 1px solid rgba(255, 255, 255, 0.05);
        background-color: transparent;
    }

    .vertical-dark .swal-icon--success::after,
    .vertical-dark .swal-icon--success::before {
        background: transparent;
    }

    .vertical-dark .warning-element .agile-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .g-bg-gray-light-v5 {
        background-color: #2b273d !important;
    }

    .vertical-dark .single-banner .single-banner__title,
    .vertical-dark .single-banner .single-banner__category {
        color: #ffffff;
    }

    .vertical-dark .copy-cut-page-btn a {
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

    .vertical-dark .wizard > .content {
        background: #2b273d;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

        .vertical-dark .wizard > .content > .body input {
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

    .vertical-dark .text-dark {
        color: #ffffff !important;
    }

    .vertical-dark .dropzone.dz-clickable * {
        color: #ffffff;
    }

    .vertical-dark .external-event.dot-outline {
        background-color: #2b273d;
    }

    .vertical-dark .fc-month-button.btn.btn-primary,
    .vertical-dark .fc-agendaWeek-button.btn.btn-primary,
    .vertical-dark .fc-agendaDay-button.btn.btn-primary,
    .vertical-dark .fc-prev-button.btn.btn-primary,
    .vertical-dark .fc-next-button.btn.btn-primary,
    .vertical-dark .fc-today-button.btn.btn-primary.disabled {
        color: #fff !important;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .btn-primary:not(:disabled):not(.disabled).active,
    .vertical-dark .btn-primary:not(:disabled):not(.disabled):active,
    .vertical-dark .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .table-bordered td,
    .vertical-dark .table-bordered th {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .html5buttons-tables .btn.btn-default {
        background-color: #2b273d;
    }

    .vertical-dark table.table-bordered.dataTable tbody th,
    .vertical-dark table.table-bordered.dataTable tbody td,
    .vertical-dark table.table-bordered.dataTable th,
    .vertical-dark table.table-bordered.dataTable td,
    .vertical-dark .pagination li a {
        color: #ffffff;
    }

    .vertical-dark table.sortable > thead th:hover:not([data-defaultsort="disabled"]) {
        background: transparent;
    }

    .vertical-dark table.sortable th::after {
        color: #ffffff;
    }

    .vertical-dark .price-table-area--1 {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .bg-gray {
        background-color: #2b273d;
    }

    .vertical-dark .chat-header-text {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .chat .chat-history .my-message,
    .vertical-dark .form-control.contact {
        background: #1c1a24;
    }

    .vertical-dark .chat .chat-history {
        border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .people-list .chat-list li.active,
    .vertical-dark .people-list .chat-list li:hover {
        background-color: #1c1a24;
    }

    .vertical-dark .skill .info .bootstrap-tagsinput input {
        border: 1px solid rgba(255, 255, 255, 0.05);
        background-color: #1c1a24;
        color: #ffffff;
    }

    .vertical-dark .profile-navbar a,
    .vertical-dark .contact-content-area .address-contact-area p,
    .vertical-dark .contact-content-area .address-contact-area a,
    .vertical-dark .call-to-action-text-1 p,
    .vertical-dark .folder-list li a,
    .vertical-dark .category-list li a {
        color: #9b9b9b;
    }

    .vertical-dark .card-footer-comment > a,
    .vertical-dark .error-content h2 {
        color: #ffffff;
    }

    .vertical-dark .mail-box-header {
        background-color: #2b273d;
        border: 1px solid transparent;
    }

    .vertical-dark .admi-mail-list {
        border-right: 1px solid transparent;
    }

    .vertical-dark .admi-mail-item {
        border-top: 1px solid transparent;
        background-color: transparent;
    }

    .vertical-dark .mail-subject--text-- {
        color: #fff !important;
    }

    .vertical-dark .mail-windoe-body-area .mail-window-header {
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
    }

        .vertical-dark .mail-windoe-body-area .mail-window-header a,
        .vertical-dark .mail-btn-group a {
            color: #ffffff;
        }

            .vertical-dark .mail-windoe-body-area .mail-window-header a:hover,
            .vertical-dark .mail-btn-group a:hover {
                color: #04a9f5;
            }

    .vertical-dark .mail-windoe-body-area {
        border-right: 1px solid transparent;
    }

    .vertical-dark ul.wysihtml5-toolbar {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

        .vertical-dark ul.wysihtml5-toolbar .btn-default {
            background-color: transparent;
            color: #ffffff;
        }

    .vertical-dark .jvectormap-zoomin,
    .vertical-dark .jvectormap-zoomout,
    .vertical-dark .jvectormap-goback {
        background: #1c1a24;
    }

    .vertical-dark .blog-details-text .post-meta a {
        color: #ffffff;
    }

    .vertical-dark .post-author-area {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

        .vertical-dark .post-author-area .popular-tags li a,
        .vertical-dark .post-author-area .author-social-info p,
        .vertical-dark .post-author-area .author-social-info a {
            color: #9b9b9b;
        }

    .vertical-dark .comment_area .comment-content .comment-meta a.like,
    .vertical-dark .comment_area .comment-content .comment-meta a.reply {
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #9b9b9b;
    }

    .vertical-dark .comment_area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .side-menu-area {
        margin-top: 30px;
    }

    .vertical-dark .left-side-navbar .nav-item.dropdown .btn {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .right-side-navbar .nav-item.dropdown .btn,
    .vertical-dark .mail-subject--text-- span {
        color: #757575;
    }

    .vertical-dark .dashboard-clock #dashboardDate {
        color: #fff;
    }

    .vertical-dark .user-important-data-info .downloads--data-btn li a {
        color: #fff;
    }

        .vertical-dark .user-important-data-info .downloads--data-btn li a:hover, .vertical-dark .user-important-data-info .downloads--data-btn li a:focus {
            color: #04a9f5;
        }

    .vertical-dark .user-important-data-info .sales-reports li span:last-child {
        color: #fff;
    }

    .vertical-dark .widget-slider-area.style-2 .owl-prev,
    .vertical-dark .widget-slider-area.style-2 .owl-next {
        color: #fff;
    }

    .vertical-dark .ticket-data-list li {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .widget-slider-3-area .slider-content-text h6 span {
        color: #fff;
    }

    .vertical-dark .project-table a {
        color: #fff;
    }

    .vertical-dark .widget-content-area-3 .footer-widget-3 a {
        color: #fff;
    }

    .vertical-dark .chat .chat-message .form-control {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .folder-list li.active a,
    .vertical-dark .category-list li.active a,
    .vertical-dark .folder-list li a:hover,
    .vertical-dark .category-list li a:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .mail-attach-file span {
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #757575;
    }

    .vertical-dark .note-editor.note-frame {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .admi-mail-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .note-editor.note-frame .note-editing-area .note-editable {
        background-color: transparent;
    }

    .vertical-dark .single-card-three-area {
        background-color: #2b273d;
    }

    .vertical-dark .bg-light {
        background-color: #2b273d !important;
    }

    .vertical-dark .single-card-three-area .icon {
        background-color: transparent;
    }

    .vertical-dark .warning-element span {
        color: #757575;
    }

    .vertical-dark .breadcrumb {
        background-color: #1c1a24;
    }

    .vertical-dark .accordian-style-2 a.collapsed {
        color: #fff;
    }

    .vertical-dark .dd-item > button::before {
        color: #fff;
    }

    .vertical-dark .page-link {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .dd-handle {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

        .vertical-dark .dd-handle:hover {
            color: #2ea8e5;
            background: rgba(255, 255, 255, 0.05);
        }

    .vertical-dark .widgets-todo-list-area .new-todo-item {
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: transparent;
    }

    .vertical-dark .img-thumbnail {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .input-group-text {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .custom-file-label {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .nice-select {
        background-color: rgba(255, 255, 255, 0.05);
        border: solid 1px rgba(255, 255, 255, 0.05);
    }

        .vertical-dark .nice-select .list {
            background-color: #1c1a24;
        }

        .vertical-dark .nice-select .option:hover,
        .vertical-dark .nice-select .option.focus,
        .vertical-dark .nice-select .option.selected.focus {
            background-color: #2b273d;
        }

    .vertical-dark .clockpicker-popover .popover-title {
        background-color: #1c1a24;
    }

    .vertical-dark .clockpicker-popover .popover-content {
        background-color: #2b273d;
    }

    .vertical-dark .clockpicker-tick {
        color: #1c1a24;
    }

    .vertical-dark .btn-default {
        background-color: #1c1a24;
        color: #fff;
    }

    .vertical-dark .wizard > .steps .disabled a {
        background: #1c1a24;
        color: #434a54;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .vertical-dark .dataTables_wrapper .dataTables_filter input,
    .vertical-dark .dataTables_wrapper .dataTables_filter input:focus {
        background-color: #1c1a24;
        color: #fff;
    }

    .vertical-dark div.dataTables_wrapper div.dataTables_info {
        color: #fff;
    }

    .vertical-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: #fff;
    }

    .vertical-dark .error-page-area {
        background-color: #1c1a24;
    }

    .vertical-dark .search-result .search-link {
        color: #fff;
    }

    .vertical-dark .vote-item {
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

        .vertical-dark .vote-item .vote-title {
            color: #fff;
        }

    .vertical-dark .single-shop-area .product-desc {
        background-color: #2b273d;
    }

    .vertical-dark .tabs-container .form-group label {
        color: #fff;
    }

    .vertical-dark .shopping-cart .product-item .product-title a {
        color: #fff;
    }

    .vertical-dark .border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .vertical-dark .jvectormap-container {
        background-color: transparent !important;
    }

    .vertical-dark .single_icon i {
        color: #fff;
    }

/* :: Sidebar Background Image */
.ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area {
    background-image: url(img/bg-img/bg-1.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv {
        background-color: transparent;
    }

        .ecaps-page-wrapper.sidebar-bg-img .ecaps-sidemenu-area .slimScrollDiv::after {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            z-index: -2;
            content: "";
            background-color: rgba(18, 18, 27, 0.7);
        }

/* :: Sidebar colorfull CSS */
.sidebar-color .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv {
    background-color: #6967ce;
    -webkit-box-shadow: -7px 0 15px 0 rgba(69, 90, 100, 0.09);
    box-shadow: -7px 0 15px 0 rgba(69, 90, 100, 0.09);
}

    .sidebar-color .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu li a {
        color: rgba(255, 255, 255, 0.8);
    }

    .sidebar-color .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu > li.active > a,
    .sidebar-color .ecaps-page-wrapper .ecaps-sidemenu-area .slimScrollDiv .sidebar-menu > li.menu-open > a {
        color: #fff;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 0.15);
    }

.sidebar-color .color-white {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-color .ecaps-logo a {
    background-color: #fff;
}

.sidebar-color .top-header-area {
    background-color: #6967ce;
}

.sidebar-color .menu-collasped > i {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-color .app-search .form-control,
.sidebar-color .app-search .form-control:focus {
    background-color: #fff;
    color: #111;
    border: none;
}

.sidebar-color .full-screen-mode a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-color .right-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.85) !important;
}

.sidebar-color .right-side-navbar .nav-item.dropdown .active-status {
    background-color: #fff;
}

table.table.align-items-center td a {
    margin: 0 2px;
}

.apexcharts-legend.left.position-top {
    left: 0 !important;
    right: auto !important;
}


.mb5{
    margin-bottom:5px !important
}


.ml5 {
    margin-left: 5px !important
}


.ml4 {
    margin-left: 4px !important
}