﻿@charset "UTF-8";

@font-face {
    font-family: material icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),url(../fonts/MaterialIcons-Regular.woff) format("woff"),url(../fonts/MaterialIcons-Regular.ttf) format("truetype")
}

@font-face {
    font-family: circularstd;
    font-style: normal;
    font-weight: 400;
    src: local("Circular Std Book"),url(../fonts/CircularStd-Book.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: italic;
    font-weight: 400;
    src: local("Circular Std Book Italic"),url(../fonts/CircularStd-BookItalic.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: normal;
    font-weight: 500;
    src: local("Circular Std Medium"),url(../fonts/CircularStd-Medium.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: italic;
    font-weight: 500;
    src: local("Circular Std Medium Italic"),url(../fonts/CircularStd-MediumItalic.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: normal;
    font-weight: 600;
    src: local("Circular Std Bold"),url(../fonts/CircularStd-Bold.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: italic;
    font-weight: 600;
    src: local("Circular Std Bold Italic"),url(../fonts/CircularStd-BoldItalic.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: normal;
    font-weight: 800;
    src: local("Circular Std Black"),url(../fonts/CircularStd-Black.woff) format("woff")
}

@font-face {
    font-family: circularstd;
    font-style: italic;
    font-weight: 800;
    src: local("Circular Std Black Italic"),url(../fonts/CircularStd-BlackItalic.woff) format("woff")
}

h1, .h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

h2, .h2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

h3, .h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

h4, .h4 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

h5, .h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

h6, .h6 {
    font-size: .875rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0
}

.text-fixed-white {
    color: #fff !important
}

.blockquote-container {
    padding: 1.25rem;
    margin: 0;
    border-left: 4px solid #ededed;
    position: relative
}

    .blockquote-container.text-end {
        border-right: 4px solid #ededed;
        border-left: 0
    }

.blockquote.custom-blockquote {
    font-size: .85rem;
    font-weight: 600;
    padding: 1rem;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative
}

    .blockquote.custom-blockquote:before {
        content: "\f10d";
        font-family: Fontawesome;
        z-index: 0;
        font-size: 2rem;
        position: absolute;
        inset-block-start: 0;
        inset-inline-start: .5rem
    }

    .blockquote.custom-blockquote.primary {
        background-color: rgba(255,159,67,.1);
        border-inline-start: 2px solid #ff9b44
    }

        .blockquote.custom-blockquote.primary:before {
            color: rgba(255,159,67,.1)
        }

    .blockquote.custom-blockquote.secondary {
        background-color: rgba(9,44,76,.1);
        border-inline-start: 2px solid #1f1f1f
    }

        .blockquote.custom-blockquote.secondary:before {
            color: rgba(9,44,76,.1)
        }

    .blockquote.custom-blockquote.info {
        background-color: rgba(23,162,184,.1);
        border-inline-start: 2px solid #17a2b8
    }

        .blockquote.custom-blockquote.info:before {
            color: rgba(23,162,184,.1)
        }

    .blockquote.custom-blockquote.warning {
        background-color: rgba(255,153,0,.1);
        border-inline-start: 2px solid #f90
    }

        .blockquote.custom-blockquote.warning:before {
            color: rgba(255,153,0,.1)
        }

    .blockquote.custom-blockquote.success {
        background-color: rgba(40,199,111,.1);
        border-inline-start: 2px solid #28c76f
    }

        .blockquote.custom-blockquote.success:before {
            color: rgba(40,199,111,.1)
        }

    .blockquote.custom-blockquote.danger {
        background-color: rgba(255,0,0,.1);
        border-inline-start: 2px solid red
    }

        .blockquote.custom-blockquote.danger:before {
            color: rgba(255,0,0,.1)
        }

body {
    font-family: circularstd,sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #4d5154;
    background-color: #f7f7f7;
    overflow-x: hidden;
    line-height: 1.5
}

::selection {
    background: #ff902f;
    color: #fff;
    text-shadow: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    color: #ff902f;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

    a:hover {
        color: #fb7500;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

    a:focus {
        outline: 0
    }

p {
    margin-bottom: 1rem
}

    p:last-child {
        margin-bottom: 0
    }

strong {
    font-weight: 700
}

ol, ul {
    list-style: none;
    margin-block-end: 0;
    padding: 0
}

ul {
    list-style: none
}

    ul.list-disc {
        list-style: disc;
        padding-left: 15px
    }

        ul.list-disc ul {
            list-style-type: circle
        }

    ul.list-decimal {
        list-style: decimal;
        padding-left: 15px
    }

        ul.list-decimal ul {
            list-style-type: decimal
        }

    ul.list-icon {
        list-style: none;
        padding-left: 0
    }

        ul.list-icon > li {
            padding-left: 1.875rem;
            counter-increment: li
        }

            ul.list-icon > li i, ul.list-icon > li .feather-icon, ul.list-icon > li .svg-icon {
                display: inline-block;
                height: 20px;
                width: 20px;
                text-align: center;
                margin-left: -1.25rem;
                position: relative;
                left: -10px;
                padding: 1px;
                top: -1px
            }

            ul.list-icon > li i {
                font-size: 20px;
                top: 5px
            }

    ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
        box-shadow: none
    }

.alert {
    padding: .625rem .85rem;
    border-radius: 10px;
    font-size: .8125rem
}

    .alert.alert-dismissible {
        padding: .625rem 2.25rem .625rem .85rem
    }

    .alert i {
        font-size: 20px
    }

    .alert .btn-close {
        background-image: none;
        padding: .85rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .alert .btn-close i {
            font-size: 18px;
            line-height: 18px
        }

    .alert:last-child {
        margin-bottom: 0
    }

    .alert .alert-link {
        font-weight: 600
    }

[dir=rtl] .alert.alert-dismissible {
    padding: .625rem .85rem .625rem 2.25rem
}

.alert-warning {
    background-color: rgba(255,188,52,.1);
    color: #ffbc34;
    border-color: rgba(255,188,52,.1)
}

    .alert-warning .alert-link {
        color: #ffbc34
    }

    .alert-warning .btn-close {
        color: #ffbc34
    }

.alert-primary {
    background-color: rgba(255,144,47,.1);
    color: #ff902f;
    border-color: rgba(255,144,47,.1)
}

    .alert-primary .alert-link {
        color: #ff902f
    }

    .alert-primary .custom-alert-icon {
        color: #ff902f
    }

    .alert-primary .btn-close {
        color: #ff902f
    }

        .alert-primary .btn-close.custom-close {
            background: #ff902f;
            border-radius: 50px;
            opacity: 1
        }

.alert-secondary {
    background-color: rgba(33,37,41,.1);
    color: #212529;
    border-color: rgba(33,37,41,.1)
}

    .alert-secondary .alert-link {
        color: #212529
    }

    .alert-secondary .btn-close {
        color: #212529;
        opacity: 1
    }

        .alert-secondary .btn-close.custom-close {
            background: #212529;
            border-radius: 50px;
            opacity: 1
        }

.alert-success {
    background-color: rgba(85,206,99,.1);
    color: #55ce63;
    border-color: rgba(85,206,99,.1)
}

    .alert-success .alert-link {
        color: #55ce63
    }

    .alert-success .btn-close {
        color: #55ce63;
        opacity: 1
    }

.alert-warning .btn-close.custom-close {
    background: #ffbc34;
    border-radius: 50px;
    opacity: 1
}

.alert-info {
    background-color: rgba(0,158,251,.1);
    color: #009efb;
    border-color: rgba(0,158,251,.1)
}

    .alert-info .alert-link {
        color: #009efb
    }

    .alert-info .btn-close {
        color: #009efb;
        opacity: 1
    }

.alert-danger {
    background-color: rgba(252,19,61,.1);
    color: #fc133d;
    border-color: rgba(252,19,61,.1)
}

    .alert-danger .alert-link {
        color: #fc133d
    }

    .alert-danger .btn-close {
        color: #fc133d;
        opacity: 1
    }

        .alert-danger .btn-close.custom-close {
            background: #fc133d;
            border-radius: 50px;
            opacity: 1
        }

.alert-light {
    background-color: #eefaef;
    color: #7a7c7f;
    border-color: #eefaef
}

    .alert-light .alert-link {
        color: #7a7c7f
    }

    .alert-light .btn-close {
        color: #7a7c7f;
        opacity: 1
    }

.alert-dark {
    background-color: rgba(0,0,0,.1);
    color: #7a7c7f;
    border-color: rgba(0,0,0,.1)
}

    .alert-dark .alert-link {
        color: #7a7c7f
    }

    .alert-dark .btn-close {
        color: #fff
    }

.alert-solid-light {
    background-color: #eefaef;
    color: #7a7c7f;
    border-color: #f7f8f9
}

.alert-outline-light {
    background-color: #fff;
    color: #7a7c7f;
    border-color: #eefaef
}

.alert-primary.custom-alert-icon > i {
    color: #ff902f
}

.alert-secondary.custom-alert-icon > i {
    color: #212529
}

.alert-warning.custom-alert-icon > i {
    color: #ffbc34
}

.alert-danger.custom-alert-icon > i {
    color: #fc133d
}

.custom-alert1 {
    margin-block-end: 0;
    background-color: #fff;
    border: 0;
    padding: 1.25rem;
    color: #7a7c7f
}

    .custom-alert1 p {
        margin-block-end: 2.5rem;
        font-size: .8rem
    }

    .custom-alert1 .custom-alert-icon {
        font-size: 40px;
        margin-bottom: .85rem
    }

        .custom-alert1 .custom-alert-icon i {
            font-size: 40px
        }

    .custom-alert1 .btn-close {
        padding: 0;
        margin-block-end: 1rem
    }

    .custom-alert1.alert-primary {
        border-block-start: .313rem solid #ff902f
    }

        .custom-alert1.alert-primary .custom-alert-icon {
            color: #ff902f
        }

    .custom-alert1.alert-secondary {
        border-block-start: .313rem solid #212529
    }

        .custom-alert1.alert-secondary .custom-alert-icon {
            color: #212529
        }

    .custom-alert1.alert-warning {
        border-block-start: .313rem solid #ffbc34
    }

        .custom-alert1.alert-warning .custom-alert-icon {
            color: #ffbc34
        }

    .custom-alert1.alert-danger {
        border-block-start: .313rem solid #fc133d
    }

        .custom-alert1.alert-danger .custom-alert-icon {
            color: #fc133d
        }

.alert-img {
    display: flex;
    align-items: center
}

    .alert-img .avatar {
        border: 1px solid rgba(0,0,0,.1)
    }

@media screen and (max-width:400px) {
    .btn-close.custom-close {
        margin: 9px 9px 9px 0
    }
}

.op-1-1 {
    opacity: 1
}

.op-0 {
    opacity: 0
}

.op-1 {
    opacity: .1
}

.op-2 {
    opacity: .2
}

.op-3 {
    opacity: .3
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

.op-9 {
    opacity: .9
}

.alert .btn-close i {
    color: #fff
}

.alert-solid-primary {
    background: #ff902f;
    color: #fff
}

    .alert-solid-primary .btn-close i {
        color: #fff !important
    }

.alert-solid-secondary {
    background: #212529;
    color: #fff
}

    .alert-solid-secondary .btn-close i {
        color: #fff !important
    }

.alert-solid-info {
    background: #009efb;
    color: #fff
}

    .alert-solid-info .btn-close i {
        color: #fff !important
    }

.alert-solid-warning {
    background: #ffbc34;
    color: #fff
}

    .alert-solid-warning .btn-close i {
        color: #fff !important
    }

.alert-solid-success {
    background: #55ce63;
    color: #fff
}

    .alert-solid-success .btn-close i {
        color: #fff !important
    }

.alert-solid-danger {
    background: #fc133d;
    color: #fff
}

    .alert-solid-danger .btn-close i {
        color: #fff !important
    }

.alert-solid-light {
    background-color: #f8f9fa;
    color: #5b6670;
    border-color: #dbe0e6
}

    .alert-solid-light .btn-close i {
        color: #fff !important
    }

.alert-solid-dark {
    background: #000;
    color: #fff
}

.alert-outline-primary {
    border-color: #ff902f;
    color: #ff902f
}

    .alert-outline-primary .btn-close i {
        color: #ff902f
    }

.alert-outline-secondary {
    border-color: #212529;
    color: #212529
}

    .alert-outline-secondary .btn-close i {
        color: #212529
    }

.alert-outline-info {
    border-color: #009efb;
    color: #009efb
}

    .alert-outline-info .btn-close i {
        color: #009efb
    }

.alert-outline-warning {
    border-color: #ffbc34;
    color: #ffbc34
}

    .alert-outline-warning .btn-close i {
        color: #ffbc34
    }

.alert-outline-success {
    border-color: #55ce63;
    color: #55ce63
}

    .alert-outline-success .btn-close i {
        color: #55ce63
    }

.alert-outline-danger {
    border-color: #fc133d;
    color: #fc133d
}

    .alert-outline-danger .btn-close i {
        color: #fc133d
    }

.alert-outline-light {
    border-color: #5b6670;
    color: #5b6670
}

    .alert-outline-light .btn-close i {
        color: #5b6670
    }

.alert-outline-dark {
    border-color: #000;
    color: #000
}

    .alert-outline-dark .btn-close i {
        color: #000
    }

.border.border-primary {
    border-color: #ff902f !important
}

    .border.border-primary .btn-close i {
        color: #ff902f
    }

.border.border-secondary .btn-close i {
    color: #212529
}

.border.border-warning .btn-close i {
    color: #ffbc34
}

.border.border-danger .btn-close i {
    color: #fc133d
}

.border.border-warning .btn-close i {
    color: #ffbc34
}

.alert-primary.custom-alert-icon {
    border-inline-start: .313rem solid #ff902f !important;
    color: #9595b5;
    background-color: #fff;
    border: 1px solid #dbe0e6;
    font-size: .813rem
}

.alert-secondary.custom-alert-icon {
    border-inline-start: .313rem solid #212529 !important;
    color: #9595b5;
    background-color: #fff;
    border: 1px solid #dbe0e6;
    font-size: .813rem
}

.alert-warning.custom-alert-icon {
    border-inline-start: .313rem solid #ffbc34 !important;
    color: #9595b5;
    background-color: #fff;
    border: 1px solid #dbe0e6;
    font-size: .813rem
}

.alert-danger.custom-alert-icon {
    border-inline-start: .313rem solid #fc133d !important;
    color: #9595b5;
    background-color: #fff;
    border: 1px solid #dbe0e6;
    font-size: .813rem
}

.alert {
    border-radius: 4px
}

[data-layout-mode=dark] body .custom-alert-icon, [data-layout-mode=dark] body .custom-alert1 {
    background: #2b2f32
}

.alert.alert-primary .btn-close i {
    color: #ff902f
}

.alert.alert-primary .btn-close.custom-close i, .alert.alert-primary .btn-close.text-fixed-white i {
    color: #fff
}

.alert.alert-secondary .btn-close i {
    color: #212529
}

.alert.alert-secondary .btn-close.custom-close i, .alert.alert-secondary .btn-close.text-fixed-white i {
    color: #fff
}

.alert.alert-warning .btn-close i {
    color: #ffbc34
}

.alert.alert-warning .btn-close.custom-close i, .alert.alert-warning .btn-close.text-fixed-white i {
    color: #fff
}

.alert.alert-success .btn-close i {
    color: #55ce63
}

.alert.alert-success .btn-close.custom-close i, .alert.alert-success .btn-close.text-fixed-white i {
    color: #fff
}

.alert.alert-danger .btn-close i {
    color: #fc133d
}

.alert.alert-danger .btn-close.custom-close i, .alert.alert-danger .btn-close.text-fixed-white i {
    color: #fff
}

.alert.alert-info .btn-close i {
    color: #009efb
}

.alert.alert-light .btn-close i {
    color: #fc133d
}

.alert.alert-dark .btn-close i {
    color: #000
}

.btn-close-center .alert-dismissible .btn-close {
    top: 50%;
    transform: translateY(-50%)
}

.avatar {
    background-color: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 34px;
    position: relative;
    white-space: nowrap;
    margin: 0 10px 0 0;
    border-radius: 50%
}

    .avatar.avatar-xs {
        width: 24px;
        height: 24px;
        line-height: 24px;
        display: inline-flex
    }

    .avatar > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%
    }

    .avatar .avatar-title {
        width: 100%;
        height: 100%;
        background-color: #1aa8fb;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

    .avatar.avatar-online::before {
        width: 25%;
        height: 25%;
        border-radius: 50%;
        content: "";
        border: 2px solid #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #55ce63
    }

    .avatar.avatar-offline::before {
        width: 25%;
        height: 25%;
        border-radius: 50%;
        content: "";
        border: 2px solid #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fc133d
    }

    .avatar.avatar-away::before {
        width: 25%;
        height: 25%;
        border-radius: 50%;
        content: "";
        border: 2px solid #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #ffbc34
    }

    .avatar .border {
        border-width: 3px !important
    }

    .avatar .rounded {
        border-radius: 6px !important
    }

    .avatar .avatar-title {
        font-size: 18px
    }

    .avatar .avatar-xs {
        width: 1.65rem;
        height: 1.65rem
    }

        .avatar .avatar-xs .border {
            border-width: 2px !important
        }

        .avatar .avatar-xs .rounded {
            border-radius: 4px !important
        }

        .avatar .avatar-xs .avatar-title {
            font-size: 12px
        }

        .avatar .avatar-xs.avatar-away::before, .avatar .avatar-xs.avatar-offline::before, .avatar .avatar-xs.avatar-online::before {
            border-width: 1px
        }

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem
}

    .avatar-sm .border {
        border-width: 3px !important
    }

    .avatar-sm .rounded {
        border-radius: 4px !important
    }

    .avatar-sm .avatar-title {
        font-size: 15px
    }

    .avatar-sm.avatar-away::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-online::before {
        border-width: 2px
    }

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem
}

    .avatar-lg .border {
        border-width: 3px !important
    }

    .avatar-lg .rounded {
        border-radius: 8px !important
    }

    .avatar-lg .avatar-title {
        font-size: 24px
    }

    .avatar-lg.avatar-away::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-online::before {
        border-width: 3px
    }

.avatar-xl {
    width: 5rem;
    height: 5rem
}

    .avatar-xl .border {
        border-width: 4px !important
    }

    .avatar-xl .rounded {
        border-radius: 8px !important
    }

    .avatar-xl .avatar-title {
        font-size: 28px
    }

    .avatar-xl.avatar-away::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-online::before {
        border-width: 4px
    }

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem
}

@media(min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem
    }
}

.avatar-xxl .border {
    border-width: 6px !important
}

@media(min-width:768px) {
    .avatar-xxl .border {
        border-width: 4px !important
    }
}

.avatar-xxl .rounded {
    border-radius: 8px !important
}

@media(min-width:768px) {
    .avatar-xxl .rounded {
        border-radius: 12px !important
    }
}

.avatar-xxl .avatar-title {
    font-size: 30px
}

@media(min-width:768px) {
    .avatar-xxl .avatar-title {
        font-size: 42px
    }
}

.avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
    border-width: 4px
}

@media(min-width:768px) {
    .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
        border-width: 4px
    }
}

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .avatar-group .avatar + .avatar {
        margin-left: -.75rem
    }

    .avatar-group .avatar:hover {
        z-index: 1
    }

    .avatar-group .avatar-xs + .avatar-xs {
        margin-left: -.40625rem
    }

    .avatar-group .avatar-sm + .avatar-sm {
        margin-left: -.625rem
    }

    .avatar-group .avatar-lg + .avatar-lg {
        margin-left: -1rem
    }

    .avatar-group .avatar-xl + .avatar-xl {
        margin-left: -1.28125rem
    }

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem
}

.leave-employee-table .avatar {
    line-height: normal
}

.leave-employee-table .avatar-xs {
    line-height: normal
}

.avatar-group .avatar {
    margin: 0
}

.avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem
}

.avatar.avatar-radius-0 img {
    border-radius: 0
}

.avatar.border-thumb img {
    border-radius: 5px
}

.border-thumb .avatar > img {
    border-radius: 5px !important
}

.avatar.online:before {
    background-color: #55ce63
}

.avatar.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem
}

.avatar .avatar-badge {
    position: absolute;
    inset-block-start: -4%;
    inset-inline-end: -.375rem;
    width: 1.4rem;
    height: 1.4rem;
    font-size: .625rem;
    border: 2px solid #fff;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar.online:before, .avatar.offline:before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    inset-inline-end: 0;
    inset-block-end: 0;
    border: 2px solid #fff !important;
    z-index: 1
}

.avatar.online:before {
    background-color: #55ce63
}

.avatar.offline:before {
    background-color: #d5d8da
}

.avatar.avatar-xs {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .65rem
}

    .avatar.avatar-xs .avatar-badge {
        padding: .25rem;
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .5rem;
        inset-block-start: -25%;
        inset-inline-end: -.5rem
    }

.avatar.avatar-sm {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: .65rem
}

    .avatar.avatar-sm .avatar-badge {
        padding: .3rem;
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem;
        font-size: .5rem;
        inset-block-start: -28%;
        inset-inline-end: -.45rem
    }

    .avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
        width: .5rem;
        height: .5rem
    }

.avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .8rem
}

    .avatar.avatar-md .avatar-badge {
        padding: .4rem;
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .65rem;
        inset-block-start: -6%;
        inset-inline-end: -13%
    }

    .avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
        width: .75rem;
        height: .75rem
    }

    .avatar.avatar-md svg {
        width: 1.5rem;
        height: 1.5rem
    }

.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem
}

    .avatar.avatar-lg .avatar-badge {
        inset-block-start: -15%;
        inset-inline-end: -.25%
    }

    .avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
        width: .8rem;
        height: .8rem
    }

    .avatar.avatar-lg svg {
        width: 1.8rem;
        height: 1.8rem
    }

.avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem
}

    .avatar.avatar-xl .avatar-badge {
        inset-block-start: -8%;
        inset-inline-end: -.2%
    }

    .avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
        width: .95rem;
        height: .95rem
    }

.avatar.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem
}

    .avatar.avatar-xxl .avatar-badge {
        inset-block-start: -4%;
        inset-inline-end: 0
    }

    .avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
        width: 1.05rem;
        height: 1.05rem;
        inset-block-end: .25rem
    }

.avatar.avatar-xxxl {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.75rem
}

    .avatar.avatar-xxxl .avatar-badge {
        inset-block-start: -4%;
        inset-inline-end: 0
    }

    .avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
        width: 1.05rem;
        height: 1.05rem;
        inset-block-end: .25rem
    }

.bg-primary .avatar-title {
    background: #ff902f;
    border-radius: 50%
}

.bg-success .avatar-title {
    background: #55ce63
}

.bg-danger .avatar-title {
    background: #fc133d
}

.bg-warning .avatar-title {
    background: #ffbc34
}

.bg-info .avatar-title {
    background: #009efb
}

.border-thumb .avatar-title {
    border-radius: 4px
}

.avatar-radius-0 .avatar-title {
    border-radius: 0 !important
}

.avatar-rounded .avatar-title {
    border-radius: 50%
}

.bg-soft-secondary .avatar-title {
    background: rgba(33,37,41,.5)
}

.bg-soft-primary .avatar-title {
    background: rgba(255,144,47,.5)
}

.bg-soft-danger .avatar-title {
    background: rgba(252,19,61,.5)
}

.bg-soft-success .avatar-title {
    background: rgba(85,206,99,.5)
}

.bg-soft-info .avatar-title {
    background: rgba(0,158,251,.5)
}

.avatar-list-stacked {
    padding: 0
}

    .avatar-list-stacked.avatar-group-overlapped .avatar {
        margin-right: -.875rem
    }

        .avatar-list-stacked.avatar-group-overlapped .avatar:hover {
            z-index: 1
        }

    .avatar-list-stacked.avatar-group-lg .avatar {
        width: 3.25rem;
        height: 3.25rem
    }

        .avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
            font-size: .95rem
        }

    .avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
        margin-right: -1rem
    }

    .avatar-list-stacked.avatar-group-sm .avatar {
        width: 2rem;
        height: 2rem
    }

        .avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
            font-size: .6rem
        }

    .avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
        margin-right: -.625rem
    }

    .avatar-list-stacked .avatar {
        margin-inline-end: -.875rem !important;
        border: 1px solid rgba(0,0,0,.05);
        vertical-align: middle;
        transition: transform ease 200ms
    }

        .avatar-list-stacked .avatar:last-child {
            margin-inline-end: 0 !important
        }

        .avatar-list-stacked .avatar:hover {
            z-index: 1;
            transform: translateY(-0.188rem)
        }

.border-thumb .avatar-list-stacked .avatar {
    border-radius: 5px
}

    .border-thumb .avatar-list-stacked .avatar img {
        border-radius: 5px
    }

.accordion-button:not(.collapsed) {
    color: #5b6670;
    background-color: #f7f8f9;
    box-shadow: none
}

.accordion-button:after {
    content: "\f078";
    background-color: #fff;
    border-radius: 3.125rem;
    font-size: 10px;
    font-family: fontawesome;
    font-size: 12px;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-title p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
    margin-block-start: .5rem
}

.accordions-items-seperate .accordion-item {
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    overflow: hidden
}

    .accordions-items-seperate .accordion-item button {
        padding: 10px
    }

.accordion-body {
    padding: 10px;
    font-size: .8125rem
}

.accordion.accordion-primary .accordion-button {
    background-color: rgba(255,144,47,.1);
    color: #ff902f
}

    .accordion.accordion-primary .accordion-button:after {
        background-color: #ff902f;
        color: #fff
    }

    .accordion.accordion-primary .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-primary .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-primary .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-secondary .accordion-button {
    background-color: rgba(33,37,41,.1);
    color: #212529
}

    .accordion.accordion-secondary .accordion-button:after {
        background-color: #212529;
        color: #fff
    }

    .accordion.accordion-secondary .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-secondary .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-secondary .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-primary .accordion-button {
    background-color: #ff902f;
    color: #fff
}

    .accordion.accordion-solid-primary .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-primary .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-primary .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-primary .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-secondary .accordion-button {
    background-color: #212529;
    color: #fff
}

    .accordion.accordion-solid-secondary .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-secondary .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-secondary .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-secondary .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-warning .accordion-button {
    background-color: #ffbc34;
    color: #fff
}

    .accordion.accordion-solid-warning .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-warning .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-warning .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-warning .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-info .accordion-button {
    background-color: #009efb;
    color: #fff
}

    .accordion.accordion-solid-info .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-info .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-info .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-info .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-success .accordion-button {
    background-color: #55ce63;
    color: #fff
}

    .accordion.accordion-solid-success .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-success .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-success .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-success .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-solid-danger .accordion-button {
    background-color: #fc133d;
    color: #fff
}

    .accordion.accordion-solid-danger .accordion-button:after {
        background-color: #fff;
        color: #212529
    }

    .accordion.accordion-solid-danger .accordion-button.collapsed {
        background-color: #fff;
        color: #212529
    }

        .accordion.accordion-solid-danger .accordion-button.collapsed:after {
            background-color: #f7f8f9;
            color: #212529
        }

    .accordion.accordion-solid-danger .accordion-button:focus {
        box-shadow: none;
        outline: 0
    }

.accordion.accordion-border-primary .accordion-item {
    border: 1px solid #ff902f
}

.accordion.accordion-border-primary .accordion-button {
    background-color: #fff;
    color: #ff902f;
    border-block-end: 0
}

    .accordion.accordion-border-primary .accordion-button:after {
        background-color: #fff;
        color: #ff902f;
        border: 1px solid #ff902f
    }

    .accordion.accordion-border-primary .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #ff902f
    }

.accordion.accordion-border-secondary .accordion-item {
    border: 1px solid #212529
}

.accordion.accordion-border-secondary .accordion-button {
    background-color: #fff;
    color: #212529;
    border-block-end: 0
}

    .accordion.accordion-border-secondary .accordion-button:after {
        background-color: #fff;
        color: #212529;
        border: 1px solid #212529
    }

    .accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #212529
    }

.accordion.accordion-border-warning .accordion-item {
    border: 1px solid #ffbc34
}

.accordion.accordion-border-warning .accordion-button {
    background-color: #fff;
    color: #ffbc34;
    border-block-end: 0
}

    .accordion.accordion-border-warning .accordion-button:after {
        background-color: #fff;
        color: #ffbc34;
        border: 1px solid #ffbc34
    }

    .accordion.accordion-border-warning .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #ffbc34
    }

.accordion.accordion-border-success .accordion-item {
    border: 1px solid #55ce63
}

.accordion.accordion-border-success .accordion-button {
    background-color: #fff;
    color: #55ce63;
    border-block-end: 0
}

    .accordion.accordion-border-success .accordion-button:after {
        background-color: #fff;
        color: #55ce63;
        border: 1px solid #55ce63
    }

    .accordion.accordion-border-success .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #55ce63
    }

.accordion.accordion-border-info .accordion-item {
    border: 1px solid #009efb
}

.accordion.accordion-border-info .accordion-button {
    background-color: #fff;
    color: #009efb;
    border-block-end: 0
}

    .accordion.accordion-border-info .accordion-button:after {
        background-color: #fff;
        color: #009efb;
        border: 1px solid #009efb
    }

    .accordion.accordion-border-info .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #009efb
    }

.accordion.accordion-border-danger .accordion-item {
    border: 1px solid #fc133d
}

.accordion.accordion-border-danger .accordion-button {
    background-color: #fff;
    color: #fc133d;
    border-block-end: 0
}

    .accordion.accordion-border-danger .accordion-button:after {
        background-color: #fff;
        color: #fc133d;
        border: 1px solid #fc133d
    }

    .accordion.accordion-border-danger .accordion-button:not(.collapsed) {
        border-block-end: 1px solid #fc133d
    }

.accordion.accordionicon-none .accordion-button:after {
    display: none
}

.accordion.accordionicon-left .accordion-button {
    padding-inline-start: 2.5rem
}

    .accordion.accordionicon-left .accordion-button:after {
        position: absolute;
        inset-inline-start: .625rem
    }

.accordion.accordion-customicon1 .accordion-button:after {
    content: "+";
    font-family: fontawesome
}

.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: fontawesome;
    background-color: #fff
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
    background-color: rgba(255,144,47,.1);
    border-inline-start: .25rem solid rgba(255,144,47,.6)
}

    .customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
        background-color: rgba(255,144,47,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
    background-color: rgba(255,144,47,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(255,144,47,.6)
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
    background-color: rgba(33,37,41,.1);
    border-inline-start: .25rem solid rgba(33,37,41,.6)
}

    .customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
        background-color: rgba(33,37,41,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
    background-color: rgba(33,37,41,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(33,37,41,.6)
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
    background-color: rgba(255,188,52,.1);
    border-inline-start: .25rem solid rgba(255,188,52,.6)
}

    .customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
        background-color: rgba(255,188,52,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
    background-color: rgba(255,188,52,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(255,188,52,.6)
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
    background-color: rgba(0,158,251,.1);
    border-inline-start: .25rem solid rgba(0,158,251,.6)
}

    .customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
        background-color: rgba(0,158,251,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
    background-color: rgba(0,158,251,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(0,158,251,.6)
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
    background-color: rgba(85,206,99,.1);
    border-inline-start: .25rem solid rgba(85,206,99,.6)
}

    .customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
        background-color: rgba(85,206,99,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
    background-color: rgba(85,206,99,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(85,206,99,.6)
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
    background-color: rgba(252,19,61,.1);
    border-inline-start: .25rem solid rgba(252,19,61,.6)
}

    .customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
        background-color: rgba(252,19,61,.6);
        color: #fff
    }

.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
    background-color: rgba(252,19,61,.1);
    padding-block-start: 0;
    border-inline-start: .25rem solid rgba(252,19,61,.6)
}

.accordion-button:focus {
    outline: none;
    box-shadow: none
}

[data-layout-mode=dark] body .accordion-body {
    background: #4d5154;
    color: #bcbebf
}

.badge-outline-primary {
    border-color: #ff902f;
    color: #ff902f
}

.badge-outline-secondary {
    border-color: #212529;
    color: #212529
}

.badge-soft-primary {
    background: rgba(255,144,47,.5);
    color: #ff902f
}

.badge-soft-secondary {
    background: rgba(33,37,41,.3);
    color: #212529
}

.badge.badge-xs {
    font-size: 10px;
    padding: 0 5px;
    line-height: 18px
}

.badge.badge-sm {
    font-size: 11px;
    padding: 5px 8px;
    line-height: 11px
}

.badge.badge-md {
    font-size: 12px;
    padding: 5px 12px;
    line-height: 1.5
}

.badge.badge-lg {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px
}

.badge.badge-xl {
    font-size: 16px;
    padding: 0 15px;
    line-height: 35px
}

.bg-outline-secondary {
    background-color: #fff;
    border: 1px solid #212529;
    color: #212529
}

.bg-outline-success {
    border: 1px solid #55ce63;
    color: #55ce63
}

.bg-outline-info {
    border: 1px solid #009efb;
    color: #009efb
}

.bg-outline-warning {
    border: 1px solid #ffbc34;
    color: #ffbc34
}

.bg-outline-danger {
    border: 1px solid #fc133d;
    color: #fc133d
}

.border-container {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f8f9fa
}

.border {
    border: 1px solid #dbe0e6 !important
}

    .border.border-1 {
        border-width: 1px !important
    }

    .border.border-2 {
        border-width: 2px !important
    }

    .border.border-3 {
        border-width: 3px !important
    }

    .border.border-4 {
        border-width: 4px !important
    }

    .border.border-5 {
        border-width: 5px !important
    }

    .border.border-secondary {
        border-color: #212529 !important
    }

    .border.border-success {
        border-color: #55ce63 !important
    }

    .border.border-warning {
        border-color: #ffbc34 !important
    }

    .border.border-info {
        border-color: #009efb !important
    }

    .border.border-danger {
        border-color: #fc133d !important
    }

    .border.border-light {
        border-color: #f8f9fa !important
    }

    .border.border-dark {
        border-color: #000 !important
    }

    .border.border-block-start-dashed {
        border-top-style: dashed
    }

    .border.border-block-start-dotted {
        border-top-style: dotted
    }

    .border.border-inline-end-dashed {
        border-inline-end-style: dashed
    }

    .border.border-inline-end-dotted {
        border-inline-end-style: dotted
    }

    .border.border-block-end-dashed {
        border-bottom-style: dashed
    }

    .border.border-block-end-dotted {
        border-bottom-style: dotted
    }

    .border.border-inline-start-dashed {
        border-inline-start-style: dashed
    }

    .border.border-inline-start-dotted {
        border-inline-start-style: dotted
    }

    .border.border-0 {
        border: 0 !important
    }

    .border.border-start-0 {
        border-inline-start: 0 !important
    }

.bg-info.bg-opacity-10 {
    background-color: rgba(23,162,184,.1) !important
}

.border.border-top-0 {
    border-block-start: 0 !important
}

.border.border-end-0 {
    border-inline-end: 0 !important
}

.border.border-bottom-0 {
    border-block-end: 0 !important
}

.border.border-start-0 {
    border-inline-start: 0 !important
}

.br-1 {
    border-radius: .0625rem
}

.br-2 {
    border-radius: .125rem
}

.br-3 {
    border-radius: .1875rem
}

.br-4 {
    border-radius: .25rem
}

.br-5 {
    border-radius: .3125rem
}

.br-6 {
    border-radius: .375rem
}

.br-7 {
    border-radius: .4375rem
}

.br-8 {
    border-radius: .5rem
}

.br-9 {
    border-radius: .5625rem
}

.br-10 {
    border-radius: .625rem
}

.br-15 {
    border-radius: .9375rem
}

.br-20 {
    border-radius: 1.25rem
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border.border-success.border-opacity-10 {
    border-color: rgba(40,199,111,.1) !important
}

.border.border-success.border-opacity-25 {
    border-color: rgba(40,199,111,.25) !important
}

.border.border-success.border-opacity-50 {
    border-color: rgba(40,199,111,.5) !important
}

.border.border-success.border-opacity-75 {
    border-color: rgba(40,199,111,.75) !important
}

.bd-placeholder-img {
    margin: .125rem
}

.border-pg img.avatar {
    border-radius: 4px
}

.color-container {
    width: 5rem;
    height: 5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem
}

    .color-container.bg-secondary {
        background: #212529 !important
    }

.color-box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-right: .75rem;
    margin-bottom: .75rem
}

    .color-box.bg-secondary {
        background: #212529 !important
    }

.bg-soft-primary {
    background: rgba(255,144,47,.3);
    color: #ff902f
}

.bg-primary-gradient {
    background: linear-gradient(to right,#FF9F43 0%,#8e77fa 100%) !important;
    color: #fff
}

.bg-secondary-gradient {
    background: linear-gradient(to right,#092C4C 0%,#28b7f9 100%) !important;
    color: #fff
}

.bg-warning-gradient {
    background: linear-gradient(to right,#FF9900 0%,#fbc434 100%) !important;
    color: #fff
}

.bg-info-gradient {
    background: linear-gradient(to right,#17a2b8 0%,#00f2fe 100%) !important;
    color: #fff
}

.bg-success-gradient {
    background: linear-gradient(to right,#28C76F 0%,#5cf9e2 100%) !important;
    color: #fff
}

.bg-danger-gradient {
    background: linear-gradient(to right,#FF0000 0%,#fd4a68 100%) !important;
    color: #fff
}

.bg-light-gradient {
    background: linear-gradient(to right,#f8f9fa 0%,#D1D6DE 100%) !important;
    color: #000
}

.bg-dark-gradient {
    background: linear-gradient(to right,#29344a 0%,#54505D 100%) !important;
    color: #fff
}

.bg-outline-primary {
    border-color: #ff902f;
    border: 1px solid #ff902f
}

.bg-outline-light {
    border: 1px solid #d1d6de
}

.bg-outline-dark {
    border: 1px solid #000
}

.bg-gray-100 {
    background-color: #f3f6f9
}

.bg-gray-200 {
    background-color: #eff2f7
}

.bg-gray-300 {
    background-color: #e8ebed
}

.bg-gray-400 {
    background-color: #dbe0e6
}

.bg-gray-500 {
    background-color: #adb5bd
}

.bg-gray-600 {
    background-color: #67748e
}

.bg-gray-700 {
    background-color: #495057
}

.bg-gray-800 {
    background-color: #343a40
}

.bg-gray-900 {
    background-color: #212529
}

.bg-primary.bg-opacity-75 {
    background-color: rgba(255,159,67,.75) !important
}

.bg-primary.bg-opacity-50 {
    background-color: rgba(255,159,67,.5) !important
}

.bg-primary.bg-opacity-25 {
    background-color: rgba(255,159,67,.25) !important
}

.bg-primary.bg-opacity-10 {
    background-color: rgba(255,159,67,.1) !important
}

.callout {
    padding: 1.25rem;
    margin-block-start: 1.25rem;
    margin-block-end: 1.25rem;
    background-color: #f8f9fa;
    border-inline-start: .25rem solid #dbe0e6
}

.callout-info {
    background: rgba(0,158,251,.1)
}

.callout-warning {
    background: rgba(255,188,52,.1)
}

.callout-danger {
    background: rgba(252,19,61,.1)
}

.text-primary.text-opacity-75 {
    color: rgba(255,144,47,.75) !important
}

.text-primary.text-opacity-50 {
    color: rgba(255,144,47,.5) !important
}

.text-primary.text-opacity-25 {
    color: rgba(255,144,47,.25) !important
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.btn.focus, .btn:focus {
    box-shadow: unset
}

.btn.btn-rounded {
    border-radius: 50px
}

.btn-white {
    background-color: #fff;
    border: 1px solid #d3d3d4;
    color: #373b3e
}

.bg-primary, .badge-primary {
    background-color: #ff902f !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #fb7500 !important
}

.bg-success, .badge-success {
    background-color: #55ce63 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #36ba45 !important
}

.bg-info, .badge-info {
    background-color: #009efb !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #007ec8 !important
}

.bg-warning, .badge-warning {
    background-color: #ffbc34 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #ffab01 !important
}

.bg-danger, .badge-danger {
    background-color: #fc133d !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d90329 !important
}

.bg-white {
    background-color: #fff
}

.bg-purple, .badge-purple {
    background-color: #9368e9 !important
}

.text-primary {
    color: #ff902f !important
}

.text-pink {
    color: #fc6075
}

.dropdown-menu li > a.text-primary {
    color: #ff902f !important
}

.dropdown-menu li > a.text-success {
    color: #36ba45 !important
}

.dropdown-menu li > a.text-danger {
    color: #fc133d !important
}

.dropdown-menu li > a.text-info {
    color: #009efb !important
}

.dropdown-menu li > a.text-warning {
    color: #ffbc34 !important
}

.dropdown-menu li > a.text-purple {
    color: #9368e9 !important
}

.text-success {
    color: #36ba45 !important
}

.text-danger {
    color: #fc133d !important
}

.text-info {
    color: #009efb !important
}

.text-warning {
    color: #ffbc34 !important
}

.text-purple {
    color: #9368e9 !important
}

.text-muted {
    color: #7a7c7f !important
}

.btn-primary {
    background-color: #ff902f;
    border: 1px solid #ff902f;
    color: #fff !important
}

    .btn-primary:hover {
        border-color: #fb7500
    }

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #fb7500;
        border-color: #fb7500
    }

        .btn-primary:focus .open > .dropdown-toggle.btn-primary, .btn-primary:hover .open > .dropdown-toggle.btn-primary, .btn-primary:active .open > .dropdown-toggle.btn-primary, .btn-primary.active .open > .dropdown-toggle.btn-primary {
            background-color: #fb7500;
            border: 1px solid #fb7500
        }

        .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
            background-color: #fb7500;
            border: 1px solid #fb7500
        }

        .btn-primary:active:focus, .btn-primary:active:hover {
            background-color: #fb7500;
            border: 1px solid #fb7500
        }

        .btn-primary .active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled) {
            background-color: #fb7500;
            border-color: #fb7500;
            color: #fff
        }

        .btn-primary .active:focus:not(:disabled):not(.disabled), .btn-primary:active:focus:not(:disabled):not(.disabled) {
            box-shadow: unset
        }

    .btn-primary .show > .btn-primary.dropdown-toggle {
        background-color: #fb7500;
        border-color: #fb7500;
        color: #fff
    }

        .btn-primary .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: unset
        }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ff902f;
        border-color: #ff902f;
        color: #fff
    }

.btn-secondary.active:focus :not(:disabled):not(.disabled), .btn-secondary:active:focus :not(:disabled):not(.disabled) {
    box-shadow: unset
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset
}

.show > .btn-success.dropdown-toggle {
    background-color: #36ba45;
    border-color: #36ba45;
    color: #fff
}

    .show > .btn-success.dropdown-toggle:focus {
        box-shadow: unset
    }

.show > .btn-info.dropdown-toggle {
    background-color: #007ec8;
    border-color: #007ec8;
    color: #fff
}

    .show > .btn-info.dropdown-toggle:focus {
        box-shadow: unset
    }

.show > .btn-warning.dropdown-toggle {
    background-color: #ffab01;
    border-color: #ffab01;
    color: #fff
}

    .show > .btn-warning.dropdown-toggle:focus {
        box-shadow: unset
    }

.show > .btn-danger.dropdown-toggle {
    background-color: #d90329;
    border-color: #d90329;
    color: #fff
}

    .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: unset
    }

.show > .btn-light.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: unset
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: #ff902f;
    border-color: #ff902f
}

    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: none
    }

.show > .btn-outline-success.dropdown-toggle {
    background-color: #55ce63;
    border-color: #55ce63
}

    .show > .btn-outline-success.dropdown-toggle:focus {
        box-shadow: none
    }

.show > .btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb
}

    .show > .btn-outline-info.dropdown-toggle:focus {
        box-shadow: none
    }

.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34
}

    .show > .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: none
    }

.show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34
}

    .show > .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: none
    }

.btn-success {
    background-color: #55ce63;
    border: 1px solid #55ce63
}

    .btn-success:hover, .btn-success:focus .btn-success.active, .btn-success:active {
        background-color: #36ba45;
        border: 1px solid #36ba45;
        color: #fff
    }

    .btn-success .open > .dropdown-toggle.btn-success {
        background-color: #36ba45;
        border: 1px solid #36ba45;
        color: #fff
    }

        .btn-success .open > .dropdown-toggle.btn-success.focus, .btn-success .open > .dropdown-toggle.btn-success:hover, .btn-success .open > .dropdown-toggle.btn-success:focus {
            background-color: #36ba45;
            border: 1px solid #36ba45
        }

    .btn-success.active:focus, .btn-success.active.focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active:focus, .btn-success:active:hover {
        background-color: #36ba45;
        border: 1px solid #36ba45
    }

    .btn-success.active:not(:disabled):not(.disabled), .btn-success:active:not(:disabled):not(.disabled) {
        background-color: #36ba45;
        border-color: #36ba45;
        color: #fff
    }

    .btn-success.active:focus:not(:disabled):not(.disabled), .btn-success:active:focus:not(:disabled):not(.disabled) {
        box-shadow: unset
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #55ce63;
        border-color: #55ce63;
        color: #fff
    }

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        background-color: #007ec8;
        border: 1px solid #007ec8
    }

        .btn-info.active:focus, .btn-info.active.focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active:focus, .btn-info:active:hover {
            background-color: #007ec8;
            border: 1px solid #007ec8
        }

        .btn-info.active:not(:disabled):not(.disabled), .btn-info:active:not(:disabled):not(.disabled) {
            background-color: #007ec8;
            border-color: #007ec8;
            color: #fff
        }

            .btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:active:not(:disabled):not(.disabled):focus {
                box-shadow: unset
            }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #009efb;
        border-color: #009efb;
        color: #fff
    }

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        background-color: #ffab01;
        border: 1px solid #ffab01
    }

        .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning:active:focus, .btn-warning:active:hover {
            background-color: #ffab01;
            border: 1px solid #ffab01
        }

        .btn-warning.active:not(:disabled):not(.disabled), .btn-warning:active:not(:disabled):not(.disabled) {
            background-color: #ffab01;
            border-color: #ffab01;
            color: #fff
        }

            .btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:active:not(:disabled):not(.disabled):focus {
                box-shadow: unset
            }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffbc34;
        border-color: #ffbc34;
        color: #fff
    }

.btn-danger {
    background-color: #fc133d;
    border: 1px solid #fc133d
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        background-color: #d90329;
        border: 1px solid #d90329
    }

        .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger:active:focus, .btn-danger:active:hover {
            background-color: #d90329;
            border: 1px solid #d90329
        }

        .btn-danger.active:not(:disabled):not(.disabled), .btn-danger:active:not(:disabled):not(.disabled) {
            background-color: #d90329;
            border-color: #d90329;
            color: #fff
        }

            .btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:active:not(:disabled):not(.disabled):focus {
                box-shadow: unset
            }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #fc133d;
        border-color: #fc133d;
        color: #fff
    }

.open > .dropdown-toggle.btn-info {
    background-color: #007ec8;
    border: 1px solid #007ec8
}

    .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        background-color: #007ec8;
        border: 1px solid #007ec8
    }

.open > .dropdown-toggle.btn-warning {
    background-color: #ffab01;
    border: 1px solid #ffab01
}

    .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
        background-color: #ffab01;
        border: 1px solid #ffab01
    }

.open > .dropdown-toggle.btn-danger {
    background-color: #d90329;
    border: 1px solid #d90329
}

    .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
        background-color: #d90329;
        border: 1px solid #d90329
    }

.btn-light.active:focus:not(:disabled):not(.disabled), .btn-light:active:focus:not(:disabled):not(.disabled), .btn-dark.active:focus:not(:disabled):not(.disabled), .btn-dark:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset
}

.btn-outline-primary {
    color: #ff902f;
    border-color: #ff902f
}

    .btn-outline-primary:hover {
        background-color: #ff902f;
        border-color: #ff902f
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: none
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #ff902f;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
        background-color: #ff902f;
        border-color: #ff902f
    }

.btn-outline-success {
    color: #55ce63;
    border-color: #55ce63
}

    .btn-outline-success:hover {
        background-color: #55ce63;
        border-color: #55ce63
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: none
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #55ce63;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
        background-color: #55ce63;
        border-color: #55ce63
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
            box-shadow: none
        }

.btn-outline-info {
    color: #009efb;
    border-color: #009efb
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #009efb;
        border-color: #009efb
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        background-color: transparent;
        color: #009efb
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: none
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
        background-color: #009efb;
        border-color: #009efb
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
            box-shadow: none
        }

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffbc34;
        border-color: #ffbc34
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        background-color: transparent;
        color: #ffbc34
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: none
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
        background-color: #ffbc34;
        border-color: #ffbc34
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
            box-shadow: none
        }

.btn-outline-danger {
    color: #fc133d;
    border-color: #fc133d
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #fc133d;
        border-color: #fc133d
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        background-color: transparent;
        color: #fc133d
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: none
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
        background-color: #fc133d;
        border-color: #fc133d
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
            box-shadow: none
        }

.btn-outline-light {
    color: #a6a8a9;
    border-color: #e9e9ea
}

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #a6a8a9
    }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #ff902f;
    border-color: #ff902f
}

.pagination > .active > a, .pagination > .active > span {
    color: #ff902f
}

.pagination > li > a, .pagination > li > span {
    color: #ff902f
}

.page-link:hover {
    color: #ff902f
}

.page-link:focus {
    box-shadow: unset
}

.page-item.active .page-link {
    background-color: #ff902f;
    border-color: #ff902f;
    color: #fff
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 3px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0
}

.card {
    border: 1px solid #eff0f1;
    margin-bottom: 1.875rem
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ff902f
}

.navbar-nav__.open--.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background-color: #fff
}

.btn-light {
    border-color: #e9e9ea;
    color: #a6a8a9
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ff902f;
    text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #ff902f
}

.bg-info-light {
    background-color: rgba(2,182,179,.12) !important;
    color: #1aa8fb !important
}

.bg-primary-light {
    background-color: rgba(17,148,247,.12) !important;
    color: #ffc38f !important
}

.bg-danger-light {
    background-color: rgba(242,17,54,.12) !important;
    color: #f74262 !important
}

.bg-warning-light {
    background-color: rgba(255,152,0,.12) !important;
    color: #ffc348 !important
}

.bg-success-light {
    background-color: rgba(15,183,107,.12) !important;
    color: #66d373 !important
}

.bg-purple-light {
    background-color: rgba(197,128,255,.12) !important;
    color: #9e77eb !important
}

.bg-default-light {
    background-color: rgba(40,52,71,.12) !important;
    color: #373b3e !important
}

.text-xs {
    font-size: 12px !important
}

.text-sm {
    font-size: 14px !important
}

.text-lg {
    font-size: 20px !important
}

.text-xl {
    font-size: 24px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-r-10 {
    margin-right: 10px
}

.breadcrumb {
    background-color: transparent;
    color: #4d5154;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

@media(max-width:575px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb .breadcrumb-item.active {
    color: #ff902f
}

.breadcrumb a {
    color: #373b3e
}

.breadcrumb .breadcrumb-item a {
    color: #373b3e
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #4d5154;
    content: "/"
}

.comp-section {
    margin: 0;
    padding: 10px 0
}

    .comp-section .btn {
        margin: 0 0 5px
    }

@media(max-width:575px) {
    .comp-section .breadcrumb {
        display: flex
    }
}

.breadcrumb-line .breadcrumb-item:before {
    content: "-"
}

.breadcrumb-line .breadcrumb-item:first-child:before {
    content: ""
}

.breadcrumb-dot .breadcrumb-item:before {
    content: "•"
}

.breadcrumb-dot .breadcrumb-item:first-child:before {
    content: ""
}

.breadcrumb-separatorless .breadcrumb-item:before {
    content: ""
}

.breadcrumb {
    margin: 0
}

.breadcrumb-colored {
    margin: 0 0 10px;
    padding: 12px 16px;
    border-radius: 4px
}

    .breadcrumb-colored li a {
        color: #fff
    }

    .breadcrumb-colored .breadcrumb-item.active {
        color: #fff;
        opacity: .8
    }

    .breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
        color: #fff
    }

.twitter-bs-wizard-pager-link {
    display: inline-block
}

.page-header h5 {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
    color: #9595b5;
    content: "\f101";
    font-family: fontawesome !important
}

.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
    color: #9595b5;
    content: "\f061";
    font-family: fontawesome !important
}

.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
    color: #9595b5;
    content: "-"
}

.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
    color: #9595b5;
    content: "•"
}

.breadcrumb-divide .breadcrumb-item + .breadcrumb-item::before {
    color: #9595b5;
    content: "\f054";
    font-family: fontawesome !important
}

.breadcrumb-separatorless .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: none
}

.bg-soft-primary {
    background-color: rgba(255,144,47,.3);
    color: #ff902f
}

    .bg-soft-primary li i {
        color: #fff
    }

    .bg-soft-primary li a {
        color: #fff !important
    }

.bg-soft-primary {
    background-color: rgba(255,144,47,.3);
    color: #ff902f
}

    .bg-soft-primary li i {
        color: #fff
    }

    .bg-soft-primary li a {
        color: #fff !important
    }

.bg-soft-secondary {
    background-color: rgba(33,37,41,.3);
    color: #212529
}

    .bg-soft-secondary li i {
        color: #fff
    }

    .bg-soft-secondary li a {
        color: #fff !important
    }

.bg-soft-warning {
    background-color: rgba(255,188,52,.3);
    color: #ffbc34
}

    .bg-soft-warning li i {
        color: #fff
    }

    .bg-soft-warning li a {
        color: #fff !important
    }

.bg-soft-success {
    background-color: rgba(85,206,99,.3);
    color: #55ce63
}

    .bg-soft-success li i {
        color: #fff
    }

    .bg-soft-success li a {
        color: #fff !important
    }

.bg-soft-danger {
    background-color: rgba(252,19,61,.3);
    color: #ffbc34
}

    .bg-soft-danger li i {
        color: #fff
    }

    .bg-soft-danger li a {
        color: #fff !important
    }

.bg-soft-info {
    background-color: rgba(0,158,251,.3);
    color: #009efb
}

    .bg-soft-info li i {
        color: #fff
    }

    .bg-soft-info li a {
        color: #fff !important
    }

.bg-soft-dark {
    background-color: rgba(0,0,0,.3);
    color: #000
}

    .bg-soft-dark li i {
        color: #fff
    }

    .bg-soft-dark li a {
        color: #fff !important
    }

.colored-breadcrumb .breadcrumb-item a {
    color: #fff
}

    .colored-breadcrumb .breadcrumb-item a i {
        color: #fff
    }

.apply-btn {
    background: #00c5fb;
    background: linear-gradient(to right,#ff9b44 0%,#fc6075 100%);
    border-color: transparent;
    box-shadow: 0 6px 15px rgba(36,37,38,.08);
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px
}

.form-control:focus {
    border-color: #ff9b44;
    box-shadow: none
}

.btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: #ccc
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: #ccc
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff
}

.personal-info li .text .avatar-box {
    position: relative;
    top: 0
}

.chat-footer .message-bar .message-area .btn:hover {
    border-color: transparent
}

.chat-footer .message-bar .message-area .btn i {
    color: #fff
}

.btn.btn-assign:hover, .btn.btn-assign:active {
    border-color: #ff9b44
}

.btn.btn-assign:active {
    background-color: #ff9b44
}

[data-layout-mode=orange] .top-nav-search .form-control::-moz-placeholder {
    color: #ecedee !important
}

.btn.add-btn:active {
    background: #ff902f;
    color: #fff
}

.header .has-arrow .dropdown-toggle.job-view-flag:after {
    border-bottom: 2px solid #373b3e;
    border-right: 2px solid #373b3e
}

.top-nav-search .form-control.job-view-search::-moz-placeholder {
    color: #373b3e !important
}

[data-layout-mode=light] .top-nav-search .form-control::-moz-placeholder {
    color: #373b3e !important
}

table td a.download-offer:hover {
    color: #fff
}

table td .dropdown.action-label a.btn-rounded.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

    table td .dropdown.action-label a.btn-rounded.dropdown-toggle::after {
        margin-left: 0
    }

.comp-section .card-title {
    margin-bottom: .5rem
}

.comp-section .pagination {
    margin-bottom: 1rem;
    flex-wrap: wrap
}

.setting-pref-btn {
    height: 44px;
    font-size: 16px;
    padding: 10px 15px
}

.offcanvas-footer button.btn-light:hover {
    color: #000;
    background-color: #f9fafb
}

.files-cont .files-action .dropdown-action a:hover {
    border-color: transparent
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #dee2e6
}

.custom_check {
    display: inline-block;
    position: relative;
    font-size: 14px !important;
    margin-bottom: 15px;
    padding-left: 0;
    cursor: pointer;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px
}

    .custom_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .custom_check input:checked ~ .checkmark {
            background-color: #ff9b44;
            border-color: #ff9b44
        }

    .custom_check .checkmark {
        position: absolute;
        top: 3px;
        left: -6px;
        height: 18px;
        width: 18px;
        border: 1px solid #e4e4e8;
        background-color: #fff;
        border-radius: 5px;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .custom_check input:checked ~ .checkmark:after {
        display: block
    }

    .custom_check .checkmark::after {
        content: "\f00c";
        font-family: "font awesome 6 free" !important;
        font-weight: 900;
        position: absolute;
        display: none;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 11px
    }

.continue-btn:focus, .cancel-btn:focus {
    color: #fff !important
}

.btn-info.download-offer, .btn.btn-info {
    color: #fff
}

.swal2-confirm {
    margin-right: 10px
}

.select2-container {
    min-width: 100% !important;
    width: auto !important;
    z-index: 99;
    padding: 0 !important
}

.btn.btn-outline-primary {
    border-color: #ff902f
}

.nav-pills .nav-link {
    color: #212529
}

    .nav-pills .nav-link.active {
        background: #ff902f;
        color: #fff
    }

.card-buttons .card-link {
    color: #ff902f
}

ul.bullets {
    padding-left: 20px
}

    ul.bullets li {
        list-style-type: disc
    }

.card ol {
    padding-left: 20px
}

.progress-example .progress .progress-bar {
    background-color: #ff902f
}

.btn-list button {
    margin: 0 .375rem .375rem 0
}

.btn.btn-teal {
    background-color: #02a8b5 !important;
    border: 1px solid #02a8b5 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(2,168,181,.15)
}

.btn.btn-purple {
    background-color: #7367f0 !important;
    border: 1px solid #7367f0 !important;
    color: #fff;
    box-shadow: 0 4px 20px rgba(115,103,240,.15)
}

.btn-soft-primary {
    background: rgba(255,144,47,.4);
    color: #ff902f
}

    .btn-soft-primary:hover {
        background: #ff902f;
        color: #fff
    }

.btn-soft-success {
    background: rgba(85,206,99,.4);
    color: #55ce63
}

    .btn-soft-success:hover {
        background: #55ce63;
        color: #fff
    }

.btn-soft-secondary {
    background: rgba(33,37,41,.4);
    color: #212529
}

    .btn-soft-secondary:hover {
        background: #212529;
        color: #fff
    }

.btn-soft-warning {
    background: rgba(255,188,52,.4);
    color: #ffbc34
}

    .btn-soft-warning:hover {
        background: #ffbc34;
        color: #fff
    }

.btn-soft-danger {
    background: rgba(252,19,61,.4);
    color: #fc133d
}

    .btn-soft-danger:hover {
        background: #fc133d;
        color: #fff
    }

.btn-soft-info {
    background: rgba(0,158,251,.4);
    color: #009efb
}

    .btn-soft-info:hover {
        background: #009efb;
        color: #fff
    }

.btn-soft-light {
    background: rgba(211,211,212,.4);
    color: #d3d3d4
}

    .btn-soft-light:hover {
        background: #d3d3d4;
        color: #fff
    }

.btn-soft-dark {
    background: rgba(0,0,0,.4);
    color: #000
}

    .btn-soft-dark:hover {
        background: #000;
        color: #fff
    }

.btn-group.btn-group-pill {
    border-radius: 50px
}

.btn-group-pill .btn:first-child {
    border-radius: 60px 0 0 60px
}

.btn-group-pill .btn:last-child {
    border-radius: 0 60px 60px 0
}

.btn-warning {
    color: #fff
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #ff9f43;
    border-color: #ff9f43;
    color: #fff !important
}

.btn-check + .btn:hover {
    background-color: #ff9f43;
    border-color: #ff9f43;
    color: #fff !important
}

.button-group-input input {
    height: 46px
}

.row-cols-1 .col {
    width: 25%
}

@media(max-width:1199px) {
    .row-cols-1 .col {
        width: 50%
    }
}

@media(max-width:767px) {
    .row-cols-1 .col {
        width: 100%
    }
}

.fs-1 {
    font-size: .0625rem
}

.fs-2 {
    font-size: .125rem
}

.fs-3 {
    font-size: .1875rem
}

.fs-4 {
    font-size: .25rem
}

.fs-5 {
    font-size: .3125rem
}

.fs-6 {
    font-size: .375rem
}

.fs-7 {
    font-size: .4375rem
}

.fs-8 {
    font-size: .5rem
}

.fs-9 {
    font-size: .5625rem
}

.fs-10 {
    font-size: .625rem
}

.fs-11 {
    font-size: .6875rem
}

.fs-12 {
    font-size: .75rem
}

.fs-13 {
    font-size: .8125rem
}

.fs-14 {
    font-size: .875rem
}

.fs-15 {
    font-size: .9375rem
}

.fs-16 {
    font-size: 1rem
}

.fs-17 {
    font-size: 1.0625rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-19 {
    font-size: 1.1875rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-21 {
    font-size: 1.3125rem
}

.fs-22 {
    font-size: 1.375rem
}

.fs-23 {
    font-size: 1.4375rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-25 {
    font-size: 1.5625rem
}

.fs-26 {
    font-size: 1.625rem
}

.fs-27 {
    font-size: 1.6875rem
}

.fs-28 {
    font-size: 1.75rem
}

.fs-29 {
    font-size: 1.8125rem
}

.fs-30 {
    font-size: 1.875rem
}

.fs-32 {
    font-size: 2rem
}

.fs-34 {
    font-size: 2.125rem
}

.fs-36 {
    font-size: 2.25rem
}

.fs-38 {
    font-size: 2.375rem
}

.fs-40 {
    font-size: 2.5rem
}

.card.card-bg-primary {
    background: #ff902f;
    color: #fff;
    border-color: #ff902f
}

.card.card-bg-secondary {
    background: #212529;
    color: #fff;
    border-color: #212529
}

.card.card-bg-warning {
    background: #ffbc34;
    color: #fff;
    border-color: #ffbc34
}

.card.card-bg-info {
    background: #009efb;
    color: #fff;
    border-color: #009efb
}

.card.card-bg-success {
    background: #55ce63;
    color: #fff;
    border-color: #55ce63
}

.card.card-bg-danger {
    background: #fc133d;
    color: #fff;
    border-color: #fc133d
}

.card.card-bg-light {
    background: #f8f9fa;
    color: #5b6670;
    border-color: #f8f9fa
}

.card.card-bg-dark {
    background: #000;
    color: #fff;
    border-color: #000
}

.card.card-fullscreen {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-start: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0
}

.card .collapse-close {
    display: none
}

.card.card .collapsed .collapse-close {
    display: block
}

.card.card .collapsed .collapse-open {
    display: none
}

.bg-primary-transparent {
    background: rgba(255,144,47,.5);
    color: #ff902f;
    font-weight: 400
}

.bg-secondary-transparent {
    background: rgba(33,37,41,.5);
    color: #212529;
    font-weight: 400
}

.bg-info-transparent {
    background: rgba(0,158,251,.5);
    color: #009efb;
    font-weight: 400
}

.bg-danger-transparent {
    background: rgba(252,19,61,.5);
    color: #fc133d;
    font-weight: 400
}

.bg-success-transparent {
    background: rgba(85,206,99,.5);
    color: #55ce63;
    font-weight: 400
}

.bg-warning-transparent {
    background: rgba(255,188,52,.5);
    color: #ffbc34;
    font-weight: 400
}

.card .card-text {
    font-size: .813rem
}

.card {
    border: 0;
    margin-bottom: 24px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

    .card .leave-inline-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        min-height: 44px
    }

        .card .leave-inline-form .input-group-text {
            background-color: #f7f7f7;
            border-color: #e2e4e6
        }

@media(max-width:575px) {
    .card .leave-inline-form {
        display: block
    }
}

.card .card-title {
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.card .card-header {
    padding: 12px;
    border-bottom: 0;
    background: 0 0
}

    .card .card-header .card-title {
        color: #212529;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0
    }

        .card .card-header .card-title.with-switch {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between
        }

.card h6.counter {
    font-size: 16px
}

.card h6.card-text {
    font-size: 14px
}

.card .card-body {
    padding: 24px
}

.card-group .card {
    margin-bottom: 1.5rem
}

.card.custom-card {
    border-radius: 5px;
    border: 0;
    background-color: #fff;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%
}

    .card.custom-card .card-header {
        padding: 1rem 1.25rem;
        background-color: transparent !important;
        border-block-end: 1px solid #dbe0e6;
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        gap: .25rem
    }

        .card.custom-card .card-header:first-child {
            border-radius: .625rem .625rem 0 0
        }

        .card.custom-card .card-header .card-title {
            position: relative;
            margin-block-end: 0;
            font-size: .9375rem;
            font-weight: 700;
            text-transform: capitalize
        }

            .card.custom-card .card-header .card-title .subtitle {
                margin-block-end: 0;
                text-transform: initial
            }

    .card.custom-card .card-footer {
        background-color: transparent !important;
        border-block-start: 1px solid #dbe0e6;
        padding: 1rem 1.5rem;
        font-size: 16px
    }

    .card.custom-card .card-body {
        padding: 1.5rem;
        color: #7a7c7f
    }

    .card.custom-card .card-link {
        font-size: .75rem
    }

.card .card-text {
    font-size: .813rem
}

.card .footer-card-icon {
    width: 60px;
    height: 60px
}

.card.overlay-card {
    position: relative;
    overflow: hidden;
    color: rgba(255,255,255,.9)
}

    .card.overlay-card .card-header {
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

    .card.overlay-card .card-footer {
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

    .card.overlay-card .over-content-bottom {
        top: auto
    }

    .card.overlay-card:before {
        content: "";
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
        inset-block-end: 0;
        background-color: rgba(0,0,0,.2);
        position: absolute
    }

.card.card-bg-primary {
    background-color: #ff902f;
    color: #fff
}

    .card.card-bg-primary .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-primary .card-header:before {
            background-color: #fff
        }

    .card.card-bg-primary .card-body {
        color: #fff
    }

    .card.card-bg-primary .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-secondary {
    background-color: #212529;
    color: #fff
}

    .card.card-bg-secondary .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-secondary .card-header:before {
            background-color: #fff
        }

    .card.card-bg-secondary .card-body {
        color: #fff
    }

    .card.card-bg-secondary .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-warning {
    background-color: #ffbc34;
    color: #fff
}

    .card.card-bg-warning .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-warning .card-header:before {
            background-color: #fff
        }

    .card.card-bg-warning .card-body {
        color: #fff
    }

    .card.card-bg-warning .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-info {
    background-color: #009efb;
    color: #fff
}

    .card.card-bg-info .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-info .card-header:before {
            background-color: #fff
        }

    .card.card-bg-info .card-body {
        color: #fff
    }

    .card.card-bg-info .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-success {
    background-color: #55ce63;
    color: #fff
}

    .card.card-bg-success .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-success .card-header:before {
            background-color: #fff
        }

    .card.card-bg-success .card-body {
        color: #fff
    }

    .card.card-bg-success .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-danger {
    background-color: #fc133d;
    color: #fff
}

    .card.card-bg-danger .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-danger .card-header:before {
            background-color: #fff
        }

    .card.card-bg-danger .card-body {
        color: #fff
    }

    .card.card-bg-danger .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card.card-bg-light {
    background-color: #e9e9ea;
    color: #7a7c7f
}

    .card.card-bg-light .card-header {
        background-color: rgba(0,0,0,.05) !important;
        color: #7a7c7f;
        border-block-end: #909294
    }

    .card.card-bg-light .card-body {
        color: #7a7c7f
    }

    .card.card-bg-light .card-footer {
        background-color: rgba(0,0,0,.05) !important;
        color: #7a7c7f;
        border-block-start: #909294
    }

.card.card-bg-dark {
    background-color: #4d5154;
    color: #fff
}

    .card.card-bg-dark .card-header {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-end: 1px solid rgba(255,255,255,.1)
    }

        .card.card-bg-dark .card-header:before {
            background-color: #fff
        }

    .card.card-bg-dark .card-body {
        color: #fff
    }

    .card.card-bg-dark .card-footer {
        background-color: rgba(255,255,255,.1) !important;
        color: #fff;
        border-block-start: 1px solid rgba(255,255,255,.1)
    }

.card .card-anchor {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    pointer-events: auto;
    content: ""
}

.card .collapse-close {
    display: none
}

.card.card .collapsed .collapse-close {
    display: block
}

.card.card .collapsed .collapse-open {
    display: none
}

.card.card-fullscreen {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-start: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0
}

.cals-icon {
    color: #4d5154
}

.callout {
    padding: 1.25rem;
    margin-block-start: 1.25rem;
    margin-block-end: 1.25rem;
    background-color: #e9e9ea;
    border-inline-start: .25rem solid #909294
}

.callout-info {
    background-color: rgba(0,158,251,.075);
    border-color: rgba(0,158,251,.5)
}

.callout-warning {
    background-color: rgba(255,188,52,.075);
    border-color: rgba(255,188,52,.5)
}

.callout-danger {
    background-color: rgba(252,19,61,.075);
    border-color: rgba(252,19,61,.5)
}

.btn-facebook {
    background-color: #009efb;
    color: #fff;
    border: 1px solid #009efb
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
        background-color: #009efb !important;
        color: #fff !important;
        border: 1px solid #009efb !important
    }

.btn-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433",endColorstr="#bc1888",GradientType=1 );
    color: #fff;
    border: 1px solid transparent
}

    .btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
        color: #fff;
        border: 1px solid transparent
    }

.btn-twitter {
    background-color: #00acee;
    color: #fff;
    border: 1px solid #00acee
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
        background-color: #00acee !important;
        color: #fff !important;
        border: 1px solid #00acee !important
    }

.btn-icon {
    width: 2.313rem;
    height: 2.313rem;
    font-size: .95rem;
    flex-shrink: 0
}

.btn-wave {
    display: inline-block !important
}

@media(max-width:575px) {
    .overlay-card .card-text {
        font-size: .613rem !important
    }
}

@media(max-width:400px) {
    .overlay-card .card-text {
        font-size: .413rem !important
    }
}

.apexcharts-legend.apexcharts-align-center.position-right {
    display: none
}

.apexcharts-toolbar {
    display: none !important
}

#sales_charts, .chart-set {
    overflow: hidden
}

.apexcharts-canvas {
    width: 100% !important
}

.bd-example > .dropdown-menu {
    position: static;
    display: block
}

.grid-showcase {
    margin-bottom: -10px
}

    .grid-showcase span, .grid-showcase .grid-wrapper {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
        background-color: rgba(242,243,247,.7)
    }

.grid-align {
    margin-bottom: -16px
}

    .grid-align .row {
        padding: 15px 0;
        min-height: 7rem;
        margin-bottom: 16px
    }

.grid-vertical {
    min-height: 150px;
    padding: 10px
}

.nav-tabs {
    border-bottom: 1px solid #d5d8da
}

    .nav-tabs.nav-tabs-bottom li {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .nav-tabs li a {
        color: #7a7c7f;
        border-bottom-width: 2px
    }

        .nav-tabs li a.active {
            border-color: transparent;
            border-bottom-color: #ff902f;
            background-color: transparent;
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease
        }

.content-full {
    height: 100%;
    position: relative;
    width: 100%
}

    .content-full .display-table {
        display: table;
        table-layout: fixed;
        border-spacing: 0;
        width: 100%;
        height: 100%
    }

        .content-full .display-table .table-row {
            display: table-row;
            height: 100%
        }

            .content-full .display-table .table-row .table-body {
                position: relative;
                height: 100%;
                width: 100%
            }

                .content-full .display-table .table-row .table-body .table-content {
                    bottom: 0;
                    left: 0;
                    overflow: auto;
                    position: absolute;
                    top: 0;
                    right: 0
                }

                    .content-full .display-table .table-row .table-body .table-content .chat-profile-img {
                        padding: 30px;
                        position: relative;
                        text-align: center
                    }

                        .content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img {
                            height: 120px;
                            margin: 0 auto;
                            position: relative;
                            width: 120px;
                            cursor: pointer
                        }

                            .content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img img {
                                height: auto;
                                margin: 0;
                                width: 120px;
                                border-radius: 50%
                            }

                            .content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img .change-img {
                                background-color: rgba(0,0,0,.3);
                                color: #fff;
                                display: none;
                                height: 100%;
                                line-height: 120px;
                                width: 100%;
                                border-radius: 50%;
                                position: absolute;
                                top: 0;
                                left: 0
                            }

                            .content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img .edit-btn {
                                height: 36px;
                                width: 36px;
                                border-radius: 40px;
                                position: absolute;
                                top: 15px;
                                right: 15px
                            }

                        .content-full .display-table .table-row .table-body .table-content .chat-profile-img .user-name {
                            color: #373b3e
                        }

                    .content-full .display-table .table-row .table-body .table-content .chat-profile-info {
                        padding: 15px
                    }

                        .content-full .display-table .table-row .table-body .table-content .chat-profile-info .user-det-list {
                            list-style: none;
                            padding: 0
                        }

                            .content-full .display-table .table-row .table-body .table-content .chat-profile-info .user-det-list li {
                                padding: 6px 15px
                            }

.nav-tabs .nav-tabs-solid {
    background-color: #fcfcfc;
    border: 0
}

    .nav-tabs .nav-tabs-solid .active {
        background-color: #ff902f;
        border-color: #ff902f;
        color: #fff
    }

.nav-tabs .nav-link:hover {
    background-color: #ecedee;
    border-color: transparent;
    color: #373b3e
}

.nav-tabs.nav-tabs-top li a {
    border-width: 2px 0 0
}

    .nav-tabs.nav-tabs-top li a.active {
        border-top-color: #ff902f;
        border-radius: 0
    }

.nav-tabs.nav-tabs-bottom li a {
    border-width: 0 0 2px
}

    .nav-tabs.nav-tabs-bottom li a.active {
        border-bottom-color: #ff902f;
        background: 0 0;
        border-radius: 0
    }

.nav-tabs.nav-tabs-solid {
    background-color: #fcfcfc;
    border: 0
}

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
        background-color: #ff902f;
        border-color: #ff902f;
        color: #fff;
        border-radius: 50px
    }

    .nav-tabs.nav-tabs-solid li a.active {
        background-color: #ff902f;
        border-color: #ff902f;
        color: #fff;
        border-radius: 0
    }

.page-menu .nav-tabs li a {
    font-size: 16px
}

@media(max-width:768px) {
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        border: 1px solid #d5d8da;
        padding: 5px 0;
        border-radius: 3px
    }
}

.nav.nav-style-1 {
    border: 0
}

    .nav.nav-style-1 .nav-item {
        margin-inline-end: .25rem
    }

        .nav.nav-style-1 .nav-item:last-child {
            margin-inline-end: 0
        }

    .nav.nav-style-1 .nav-link.active {
        background-color: rgba(255,144,47,.1);
        color: #ff902f
    }

        .nav.nav-style-1 .nav-link.active:hover {
            background: rgba(255,144,47,.1)
        }

    .nav.nav-style-1 .nav-link:hover {
        background: 0 0;
        color: #ff902f
    }

.nav.nav-style-2 .nav-item .nav-link {
    border-block-start: 3px solid transparent
}

    .nav.nav-style-2 .nav-item .nav-link.active {
        background-color: rgba(255,144,47,.1);
        border-block-start: 3px solid #ff902f;
        color: #ff902f
    }

    .nav.nav-style-2 .nav-item .nav-link:hover {
        color: #ff902f
    }

.nav.nav-style-3 .nav-link {
    border-radius: 0
}

.nav.nav-style-3 .nav-link {
    border-block-end: 3px solid transparent
}

    .nav.nav-style-3 .nav-link:hover {
        color: #ff902f
    }

    .nav.nav-style-3 .nav-link.active {
        background-color: transparent;
        border-block-end: 3px solid #ff902f;
        color: #ff902f
    }

.nav.nav-style-4 {
    border: 0
}

    .nav.nav-style-4 .nav-link {
        border: 0;
        border-radius: 4px
    }

    .nav.nav-style-4 .nav-link {
        margin-bottom: 3px
    }

        .nav.nav-style-4 .nav-link.active {
            background-color: #d5d8da;
            border: 0
        }

        .nav.nav-style-4 .nav-link:hover, .nav.nav-style-4 .nav-link:focus {
            border: 0
        }

        .nav.nav-style-4 .nav-link:hover {
            background-color: #d5d8da
        }

.nav-tabs.nav-style-5 {
    border: 0
}

    .nav-tabs.nav-style-5 .nav-link {
        border: 0;
        color: #7a7c7f;
        margin-bottom: 3px;
        border-radius: 4px
    }

        .nav-tabs.nav-style-5 .nav-link.active {
            background-color: #ff902f;
            color: #fff;
            border: 0
        }

        .nav-tabs.nav-style-5 .nav-link:hover, .nav-tabs.nav-style-5 .nav-link:focus {
            border: 0;
            background-color: #ff902f;
            color: #fff
        }

.nav-style-6 {
    border: 0
}

    .nav-style-6.nav-pills .nav-link.active {
        border: 1px solid #ff902f;
        border-block-end: 2px solid #ff902f;
        background-color: transparent;
        color: #ff902f
    }

.nav-tabs-header {
    border: 0 !important
}

    .nav-tabs-header .nav-item {
        margin-inline-end: .5rem
    }

        .nav-tabs-header .nav-item:last-child {
            margin-inline-end: 0
        }

        .nav-tabs-header .nav-item .nav-link {
            border: 1px solid transparent;
            font-size: .8rem;
            padding: .4rem .5rem;
            font-weight: 500
        }

            .nav-tabs-header .nav-item .nav-link.active {
                background: rgba(255,144,47,.1);
                color: #ff902f;
                border: 1px solid transparent
            }

            .nav-tabs-header .nav-item .nav-link:hover, .nav-tabs-header .nav-item .nav-link:focus {
                border: 1px solid transparent;
                background-color: transparent;
                color: #ff902f
            }

.nav-tabs-footer {
    border: 0
}

    .nav-tabs-footer .nav-item {
        margin-inline-end: .5rem
    }

        .nav-tabs-footer .nav-item:last-child {
            margin-inline-end: 0
        }

        .nav-tabs-footer .nav-item .nav-link {
            background-color: transparent;
            color: #ff902f;
            border: 1px solid #ff902f;
            border-radius: 4px;
            font-size: .8rem
        }

            .nav-tabs-footer .nav-item .nav-link.active {
                background: #ff902f;
                color: #fff;
                border: 1px solid #ff902f
            }

            .nav-tabs-footer .nav-item .nav-link:hover, .nav-tabs-footer .nav-item .nav-link:focus {
                border: 1px solid #ff902f;
                background-color: transparent;
                color: #ff902f
            }

.vertical-tabs-2 {
    border: 0
}

    .vertical-tabs-2 .nav-item {
        margin-inline-end: .5rem
    }

        .vertical-tabs-2 .nav-item:last-child {
            margin-inline-end: 0
        }

        .vertical-tabs-2 .nav-item .nav-link {
            min-width: 7.5rem;
            max-width: 7.5rem;
            text-align: center;
            border: 1px solid #d5d8da;
            margin-bottom: .5rem;
            background-color: #d5d8da
        }

            .vertical-tabs-2 .nav-item .nav-link i {
                font-size: 1rem
            }

            .vertical-tabs-2 .nav-item .nav-link.active {
                background-color: #ff902f;
                color: #fff;
                position: relative
            }

                .vertical-tabs-2 .nav-item .nav-link.active:before {
                    content: "";
                    position: absolute;
                    inset-inline-end: -.5rem;
                    inset-block-start: 38%;
                    transform: rotate(45deg);
                    width: 1rem;
                    height: 1rem;
                    background-color: #ff902f
                }

                .vertical-tabs-2 .nav-item .nav-link.active:hover {
                    color: #fff
                }

            .vertical-tabs-2 .nav-item .nav-link:hover {
                color: #ff902f
            }

.vertical-tabs-3 {
    border: 0
}

    .vertical-tabs-3 .nav-item {
        border: 0;
        margin-inline-end: .5rem
    }

        .vertical-tabs-3 .nav-item:last-child {
            margin-inline-end: 0
        }

        .vertical-tabs-3 .nav-item .nav-link {
            min-width: 160px;
            max-width: 160px;
            border: 1px solid #ff902f;
            padding: 1.3rem;
            margin-block-end: .5rem;
            border-radius: 4px
        }

            .vertical-tabs-3 .nav-item .nav-link i {
                width: 2rem;
                height: 2rem;
                line-height: 2rem;
                text-align: center;
                font-size: 1rem;
                background: #ff902f;
                color: #fff;
                border-radius: 3.125rem;
                font-weight: 500
            }

            .vertical-tabs-3 .nav-item .nav-link.active {
                background-color: #ff902f;
                border: 1px solid #ff902f;
                color: #fff
            }

                .vertical-tabs-3 .nav-item .nav-link.active:hover {
                    background-color: #ff902f;
                    border: 1px solid #ff902f;
                    color: #fff
                }

                .vertical-tabs-3 .nav-item .nav-link.active i {
                    background: #fff;
                    color: #ff902f
                }

            .vertical-tabs-3 .nav-item .nav-link:hover, .vertical-tabs-3 .nav-item .nav-link:focus {
                border: 1px solid #ff902f;
                color: #ff902f;
                background: 0 0
            }

.nav.tab-style-1 {
    border-block-end: 0;
    padding: .65rem;
    background-color: #d5d8da;
    border-radius: 7px;
    margin-block-end: 1rem
}

    .nav.tab-style-1 .nav-item {
        margin-inline-end: .5rem
    }

        .nav.tab-style-1 .nav-item:last-child {
            margin-inline-end: 0
        }

    .nav.tab-style-1 .nav-link {
        border-radius: 7px;
        padding: .35rem 1rem
    }

        .nav.tab-style-1 .nav-link.active {
            background-color: #ff902f !important;
            color: #fff !important;
            box-shadow: 0 4px 60px 0 rgba(231,231,231,.47);
            transition: color .15s ease-in;
            border: 0
        }

.nav-tabs.tab-style-1 .nav-link:hover {
    background: 0 0;
    color: #ff902f
}

.tab-style-2 {
    border-block-end: 0
}

    .tab-style-2 .nav-item {
        margin-inline-end: .5rem
    }

        .tab-style-2 .nav-item:last-child {
            margin-inline-end: 0
        }

        .tab-style-2 .nav-item .nav-link {
            color: #7a7c7f;
            border: 0
        }

            .tab-style-2 .nav-item .nav-link i {
                width: 1.875rem;
                height: 1.875rem;
                padding: .4rem;
                border-radius: 50px;
                background-color: #d5d8da;
                display: inline-block;
                display: inline-flex;
                align-items: center;
                justify-content: center
            }

            .tab-style-2 .nav-item .nav-link:hover {
                border: 0;
                background: 0 0;
                color: #ff902f
            }

                .tab-style-2 .nav-item .nav-link:hover i {
                    color: #ff902f
                }

            .tab-style-2 .nav-item .nav-link.active {
                background-color: transparent;
                position: relative;
                border: 0;
                color: #ff902f
            }

                .tab-style-2 .nav-item .nav-link.active i {
                    background-color: rgba(255,144,47,.1);
                    color: #ff902f
                }

                .tab-style-2 .nav-item .nav-link.active:before {
                    content: "";
                    position: absolute;
                    inset-inline-start: 0;
                    inset-inline-end: 0;
                    inset-block-end: 0;
                    width: 100%;
                    height: .175rem;
                    background-color: #ff902f;
                    border-radius: 50px
                }

.tab-style-3 {
    border-block-end: 0
}

    .tab-style-3 .nav-item {
        position: relative;
        margin-inline-end: .5rem
    }

        .tab-style-3 .nav-item:last-child {
            margin-inline-end: 0
        }

        .tab-style-3 .nav-item .nav-link {
            position: relative;
            border: 0;
            font-size: .75rem;
            color: #7a7c7f
        }

            .tab-style-3 .nav-item .nav-link:before {
                position: absolute;
                content: "";
                inset-block-end: -1.063rem;
                inset-inline-end: 0;
                inset-inline-start: 0;
                width: 100%;
                height: .1rem;
                background-color: #d5d8da;
                border-radius: 50%
            }

            .tab-style-3 .nav-item .nav-link:after {
                position: absolute;
                content: "";
                inset-block-end: -2rem;
                inset-inline-start: 1.75rem;
                inset-inline-end: 0;
                inset-inline-start: 30%;
                width: 2rem;
                height: 2rem;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #fff;
                border-radius: 50%;
                border: 2px solid #d5d8da
            }

            .tab-style-3 .nav-item .nav-link.home:after {
                content: "1"
            }

            .tab-style-3 .nav-item .nav-link.about:after {
                content: "2"
            }

            .tab-style-3 .nav-item .nav-link.services:after {
                content: "3"
            }

            .tab-style-3 .nav-item .nav-link:hover {
                border: 0;
                background: 0 0;
                color: #ff902f
            }

            .tab-style-3 .nav-item .nav-link.active {
                background-color: transparent;
                border: 0;
                color: #ff902f
            }

                .tab-style-3 .nav-item .nav-link.active:before {
                    background-color: #ff902f
                }

                .tab-style-3 .nav-item .nav-link.active:after {
                    border-color: #ff902f;
                    color: #ff902f
                }

.tab-style-4.nav-tabs {
    border: 0
}

    .tab-style-4.nav-tabs .nav-item {
        margin-inline-end: .5rem
    }

        .tab-style-4.nav-tabs .nav-item:last-child {
            margin-inline-end: 0
        }

    .tab-style-4.nav-tabs .nav-link {
        border: 0;
        color: #7a7c7f
    }

        .tab-style-4.nav-tabs .nav-link:hover {
            border: 0;
            background: 0 0;
            color: #ff902f
        }

        .tab-style-4.nav-tabs .nav-link.active {
            background-color: transparent;
            border: 0;
            color: #ff902f;
            position: relative;
            overflow: hidden
        }

            .tab-style-4.nav-tabs .nav-link.active::before {
                position: absolute;
                content: "";
                width: .75rem;
                inset-block-start: 31px;
                transform: rotate(45deg);
                inset-inline-start: 47%;
                overflow: hidden;
                z-index: 1;
                height: .75rem;
                background-color: #ff902f;
                border: 1px solid #ff902f
            }

            .tab-style-4.nav-tabs .nav-link.active:after {
                position: absolute;
                content: "";
                width: 40%;
                height: 1px;
                inset-inline-start: 30%;
                inset-block-end: 0;
                background-color: #ff902f
            }

#tab-style-4 .tab-pane.active {
    border: 1px solid #ff902f;
    background-color: #ff902f;
    color: #fff;
    padding: 16px;
    border-radius: 7px
}

.tab-style-5 .nav-item {
    margin-inline-end: .5rem
}

    .tab-style-5 .nav-item:last-child {
        margin-inline-end: 0
    }

    .tab-style-5 .nav-item .nav-link.active {
        background: #ff902f
    }

.nav-pills .nav-link {
    color: #7a7c7f
}

.tab-style-6 {
    border: 0;
    background-color: #fff;
    border-radius: 7px;
    color: #ff902f;
    padding: .5rem
}

    .tab-style-6 .nav-item {
        border: 0;
        margin-inline-end: .5rem
    }

        .tab-style-6 .nav-item:last-child {
            margin-inline-end: 0
        }

        .tab-style-6 .nav-item .nav-link {
            color: #ff902f;
            padding: .5rem 1rem;
            font-size: .813rem;
            border: 0;
            font-weight: 500;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            border-radius: 4px
        }

            .tab-style-6 .nav-item .nav-link.active {
                border: 0;
                background-color: #ff902f;
                color: #fff;
                border: 0;
                box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb),0.05)
            }

                .tab-style-6 .nav-item .nav-link.active over, .tab-style-6 .nav-item .nav-link.active:hover, .tab-style-6 .nav-item .nav-link.active:focus {
                    background-color: #ff902f;
                    border: 0;
                    color: #fff
                }

            .tab-style-6 .nav-item .nav-link:hover, .tab-style-6 .nav-item .nav-link:focus {
                background: 0 0;
                border: 0;
                color: #ff902f
            }

.bg-info-transparent {
    background-color: rgba(0,158,251,.1) !important;
    color: #009efb !important
}

    .bg-info-transparent:hover {
        background-color: rgba(0,158,251,.1) !important;
        color: #009efb !important
    }

.tab-style-7 .nav-link {
    margin-block-end: .5rem;
    font-size: .813rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .tab-style-7 .nav-link:active, .tab-style-7 .nav-link.active {
        background-color: rgba(255,144,47,.1);
        color: #ff902f
    }

    .tab-style-7 .nav-link:hover {
        color: #ff902f
    }

.nav-style-1 .nav-item .nav-link.active {
    background-color: rgba(255,144,47,.1);
    color: #ff902f
}

@media screen and (max-width:400px) {
    .tab-style-4 .nav-link {
        padding-inline: .5rem
    }
}

.disabled > .page-link, .page-link.disabled {
    opacity: .7;
    color: #ff902f
}

.pagination-style-1 .pagination .page-item {
    margin: 0 .25rem
}

    .pagination-style-1 .pagination .page-item .page-link {
        border: 0;
        border-radius: 4px;
        font-size: .8125rem
    }

        .pagination-style-1 .pagination .page-item .page-link i {
            font-weight: 600
        }

    .pagination-style-1 .pagination .page-item.active .page-link {
        border-radius: 4px;
        background-color: #ff902f;
        color: #fff
    }

    .pagination-style-1 .pagination .page-item.active:hover .page-link {
        border-radius: 4px;
        background-color: #ff902f;
        color: #fff
    }

    .pagination-style-1 .pagination .page-item:hover .page-link {
        background-color: #f9f9f9;
        color: #ff902f
    }

.pagination-style-2 .pagination {
    border-radius: 4px
}

    .pagination-style-2 .pagination .page-item {
        margin: 0 .25rem
    }

        .pagination-style-2 .pagination .page-item .page-link {
            border: 0 !important;
            font-size: .8125rem
        }

        .pagination-style-2 .pagination .page-item.active .page-link {
            background-color: #fff;
            color: #ff902f;
            position: relative;
            font-weight: 700
        }

            .pagination-style-2 .pagination .page-item.active .page-link:before {
                position: absolute;
                content: "";
                inset-block-end: 0;
                inset-inline-start: 0;
                width: 100%;
                height: .1rem;
                background-color: #ff902f
            }

        .pagination-style-2 .pagination .page-item:hover .page-link {
            background-color: transparent
        }

.pagination-style-3 .pagination {
    border-radius: 50px;
    padding: .25rem;
    align-items: center
}

    .pagination-style-3 .pagination .page-item {
        margin: 0 .25rem
    }

        .pagination-style-3 .pagination .page-item .page-link {
            border: 0;
            border-radius: 50px;
            font-size: .8125rem
        }

            .pagination-style-3 .pagination .page-item .page-link i {
                font-weight: 600
            }

        .pagination-style-3 .pagination .page-item.active .page-link {
            background-color: #ff902f;
            color: #fff
        }

        .pagination-style-3 .pagination .page-item.active:hover .page-link {
            background-color: #ff902f
        }

        .pagination-style-3 .pagination .page-item:hover .page-link {
            background-color: #f9f9f9
        }

.pagination-style-4 .pagination .page-item .page-link {
    border: 0 !important;
    font-size: .8125rem;
    border-radius: 4px
}

    .pagination-style-4 .pagination .page-item .page-link i {
        font-weight: 600
    }

.pagination-style-4 .pagination .page-item.active .page-link {
    border: 0;
    border-radius: 4px;
    background-color: #ff902f;
    color: #fff
}

.pagination-style-4 .pagination .page-item.active:hover .page-link {
    background-color: #ff902f
}

.pagination-style-4 .pagination .page-item:hover .page-link {
    background-color: transparent
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px
}

    .custom-modal .modal-content .modal-header {
        border: 0;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        padding: 30px 30px 0
    }

        .custom-modal .modal-content .modal-header .modal-title {
            font-size: 22px
        }

        .custom-modal .modal-content .modal-header .btn-close {
            background-color: #a6a8a9;
            border: 0;
            color: #fff;
            font-size: 13px;
            height: 20px;
            line-height: 20px;
            opacity: 1;
            width: 20px;
            z-index: 99;
            margin: 0;
            padding: 0;
            border-radius: 50%
        }

    .custom-modal .modal-content .modal-body {
        padding: 30px
    }

        .custom-modal .modal-content .modal-body .attach-files ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .custom-modal .modal-content .modal-body .attach-files ul li {
                display: inline-block;
                margin-right: 10px;
                position: relative
            }

                .custom-modal .modal-content .modal-body .attach-files ul li img {
                    width: 50px
                }

                .custom-modal .modal-content .modal-body .attach-files ul li .file-remove {
                    color: #fc133d;
                    position: absolute;
                    top: -7px;
                    right: -6px
                }

        .custom-modal .modal-content .modal-body .status-toggle {
            float: left
        }

        .custom-modal .modal-content .modal-body .input-block {
            margin-bottom: 1rem;
            float: left;
            width: 100%
        }

            .custom-modal .modal-content .modal-body .input-block.col-sm-4 {
                width: 33.3%
            }

            .custom-modal .modal-content .modal-body .input-block.col-sm-6 {
                width: 50%
            }

        .custom-modal .modal-content .modal-body .add-group-btn .btn-primary {
            margin-top: 15px
        }

        .custom-modal .modal-content .modal-body .chat-user-list {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .custom-modal .modal-content .modal-body .chat-user-list .chat-block {
                border-bottom: 1px solid #e9e9ea;
                border-radius: inherit;
                background-color: #fff;
                padding: 10px
            }

                .custom-modal .modal-content .modal-body .chat-user-list .chat-block .user-name {
                    color: #373b3e
                }

                .custom-modal .modal-content .modal-body .chat-user-list .chat-block .designation {
                    color: #909294;
                    font-size: 12px
                }

                .custom-modal .modal-content .modal-body .chat-user-list .chat-block .online-date {
                    color: #909294;
                    font-size: 12px
                }

                .custom-modal .modal-content .modal-body .chat-user-list .chat-block:hover {
                    background-color: #f7f7f7
                }

.submit-section {
    text-align: center;
    margin-top: 40px;
    float: left;
    width: 100%
}

@media(max-width:575px) {
    .submit-section {
        margin-top: 20px
    }
}

.submit-section .submit-btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    border-radius: 50px;
    padding: 10px 20px
}

@media(max-width:575px) {
    .submit-section .submit-btn {
        margin: 10px 0 0;
        font-size: 14px
    }
}

.task-follower-list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .task-follower-list span {
        position: relative
    }

        .task-follower-list span i {
            cursor: pointer;
            color: #fc133d;
            position: absolute;
            top: -5px;
            right: 5px
        }

.task-board-color .board-color-list {
    height: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .task-board-color .board-color-list {
        margin-bottom: 40px
    }
}

.task-board-color .board-color-list .board-control {
    position: relative;
    min-height: 1.5rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    margin: 0 1rem 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .task-board-color .board-color-list .board-control .board-indicator {
        width: 36px;
        height: 36px
    }

.task-board-color .board-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .task-board-color .board-control-input:checked ~ .board-indicator:before {
        content: "\f00c";
        display: block;
        width: 16px;
        height: 16px;
        color: #fff;
        border: none;
        font-family: FontAwesome;
        text-align: center;
        line-height: 16px;
        border-radius: 2px;
        position: relative;
        top: 10px;
        left: 10px
    }

.task-board-color .board-primary .board-indicator {
    background: #ff9b44
}

.task-board-color .board-success .board-indicator {
    background: #4caf50
}

.task-board-color .board-info .board-indicator {
    background: #42a5f5
}

.task-board-color .board-purple .board-indicator {
    background: #7460ee
}

.task-board-color .board-warning .board-indicator {
    background: #ffb300
}

.task-board-color .board-danger .board-indicator {
    background: #ef5350
}

.leave-duallist {
    background-color: #f9f9f9;
    border: 1px solid #e2e4e6;
    display: block;
    padding: 15px
}

    .leave-duallist select.form-control[multiple] {
        height: 200px;
        padding: 7px
    }

        .leave-duallist select.form-control[multiple] option {
            border-radius: 3px;
            padding: 7px 12px
        }

.form-header {
    text-align: center;
    margin-bottom: 30px
}

.continue-btn, .cancel-btn {
    background-color: #fff;
    border: 1px solid #ff902f;
    color: #ff902f !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px
}

    .continue-btn:hover, .cancel-btn:hover {
        color: #fff !important
    }

.popover-list button {
    margin: 0 .375rem .375rem 0
}

.popover-list a {
    margin: 0 .375rem .375rem 0
}

.header-primary .popover-header {
    background-color: #ff902f;
    color: #fff
}

.header-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #ff902f
}

.header-secondary .popover-header {
    background-color: #212529;
    color: #fff
}

.header-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #212529
}

.header-warning .popover-header {
    background-color: #ffbc34;
    color: #fff
}

.header-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #ffbc34
}

.header-info .popover-header {
    background-color: #009efb;
    color: #fff
}

.header-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #009efb
}

.header-success .popover-header {
    background-color: #55ce63;
    color: #fff
}

.header-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #55ce63
}

.header-danger .popover-header {
    background-color: #fc133d;
    color: #fff
}

.header-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #fc133d
}

.popover-primary.popover {
    border: 1px solid #ff902f
}

    .popover-primary.popover .popover-header {
        background-color: #ff902f;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-primary.popover .popover-body {
        background-color: #ff902f;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-primary.bs-popover-top > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-primary.bs-popover-top > .popover-arrow::before {
    border-top-color: #ff902f
}

.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-primary.bs-popover-end > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-primary.bs-popover-end > .popover-arrow::before {
    border-right-color: #ff902f
}

.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-primary.bs-popover-start > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-primary.bs-popover-start > .popover-arrow::before {
    border-left-color: #ff902f
}

.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-primary.bs-popover-bottom > .popover-arrow::after, .popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-primary.bs-popover-bottom > .popover-arrow::before, .popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-primary.bs-popover-bottom .popover-header::before {
    border-bottom-color: #ff902f
}

.popover-secondary.popover {
    border: 1px solid #212529
}

    .popover-secondary.popover .popover-header {
        background-color: #212529;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-secondary.popover .popover-body {
        background-color: #212529;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-secondary.bs-popover-top > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-secondary.bs-popover-top > .popover-arrow::before {
    border-top-color: #212529
}

.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-secondary.bs-popover-end > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-secondary.bs-popover-end > .popover-arrow::before {
    border-right-color: #212529
}

.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-secondary.bs-popover-start > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-secondary.bs-popover-start > .popover-arrow::before {
    border-left-color: #212529
}

.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-secondary.bs-popover-bottom > .popover-arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-secondary.bs-popover-bottom > .popover-arrow::before, .popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-secondary.bs-popover-bottom .popover-header::before {
    border-bottom-color: #212529
}

.popover-warning.popover {
    border: 1px solid #ffbc34
}

    .popover-warning.popover .popover-header {
        background-color: #ffbc34;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-warning.popover .popover-body {
        background-color: #ffbc34;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-warning.bs-popover-top > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-warning.bs-popover-top > .popover-arrow::before {
    border-top-color: #ffbc34
}

.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-warning.bs-popover-end > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-warning.bs-popover-end > .popover-arrow::before {
    border-right-color: #ffbc34
}

.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-warning.bs-popover-start > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-warning.bs-popover-start > .popover-arrow::before {
    border-left-color: #ffbc34
}

.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-warning.bs-popover-bottom > .popover-arrow::after, .popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-warning.bs-popover-bottom > .popover-arrow::before, .popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-warning.bs-popover-bottom .popover-header::before {
    border-bottom-color: #ffbc34
}

.popover-info.popover {
    border: 1px solid #009efb
}

    .popover-info.popover .popover-header {
        background-color: #009efb;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-info.popover .popover-body {
        background-color: #009efb;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-info.bs-popover-top > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-info.bs-popover-top > .popover-arrow::before {
    border-top-color: #009efb
}

.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-info.bs-popover-end > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-info.bs-popover-end > .popover-arrow::before {
    border-right-color: #009efb
}

.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-info.bs-popover-start > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-info.bs-popover-start > .popover-arrow::before {
    border-left-color: #009efb
}

.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-info.bs-popover-bottom > .popover-arrow::after, .popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-info.bs-popover-bottom > .popover-arrow::before, .popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-info.bs-popover-bottom .popover-header::before {
    border-bottom-color: #009efb
}

.popover-success.popover {
    border: 1px solid #55ce63
}

    .popover-success.popover .popover-header {
        background-color: #55ce63;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-success.popover .popover-body {
        background-color: #55ce63;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-success.bs-popover-top > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-success.bs-popover-top > .popover-arrow::before {
    border-top-color: #55ce63
}

.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-success.bs-popover-end > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-success.bs-popover-end > .popover-arrow::before {
    border-right-color: #55ce63
}

.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-success.bs-popover-start > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-success.bs-popover-start > .popover-arrow::before {
    border-left-color: #55ce63
}

.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-success.bs-popover-bottom > .popover-arrow::after, .popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-success.bs-popover-bottom > .popover-arrow::before, .popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-success.bs-popover-bottom .popover-header::before {
    border-bottom-color: #55ce63
}

.popover-danger.popover {
    border: 1px solid #fc133d
}

    .popover-danger.popover .popover-header {
        background-color: #fc133d;
        border-block-end: 1px solid rgba(255,255,255,.1);
        color: #fff;
        border-radius: .3rem .3rem 0 0
    }

    .popover-danger.popover .popover-body {
        background-color: #fc133d;
        color: #fff;
        border-radius: 0 0 .3rem .3rem
    }

.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .popover-danger.bs-popover-top > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .popover-danger.bs-popover-top > .popover-arrow::before {
    border-top-color: #fc133d
}

.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .popover-danger.bs-popover-end > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .popover-danger.bs-popover-end > .popover-arrow::before {
    border-right-color: #fc133d
}

.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .popover-danger.bs-popover-start > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .popover-danger.bs-popover-start > .popover-arrow::before {
    border-left-color: #fc133d
}

.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .popover-danger.bs-popover-bottom > .popover-arrow::after, .popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .popover-danger.bs-popover-bottom > .popover-arrow::before, .popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover-danger.bs-popover-bottom .popover-header::before {
    border-bottom-color: #fc133d
}

@keyframes progress-animate {
    0% {
        width: 0
    }
}

.progress-animate {
    position: relative;
    border-radius: .625rem
}

    .progress-animate .progress-bar {
        position: relative;
        border-radius: .625rem;
        animation: 2s progress-animate
    }

.progress.progress-xs, .progress-stacked.progress-xs {
    height: .3125rem
}

.progress.progress-sm, .progress-stacked.progress-sm {
    height: .5rem
}

.progress.progress-lg, .progress-stacked.progress-lg {
    height: 1rem
}

.progress.progress-xl, .progress-stacked.progress-xl {
    height: 1.25rem
}

.progress-item-1, .progress-item-2, .progress-item-3 {
    position: absolute;
    margin-block-start: -.25rem;
    z-index: 1;
    height: .938rem;
    width: .938rem;
    border-radius: 1.563rem;
    background-color: #d5d8da
}

.progress-item-1 {
    inset-inline-start: 25%
}

.progress-item-2 {
    inset-inline-start: 50%
}

.progress-item-3 {
    inset-inline-start: 75%
}

.progress-custom {
    overflow: visible;
    position: relative
}

    .progress-custom .progress-bar {
        position: relative;
        overflow: visible
    }

        .progress-custom .progress-bar:after {
            content: "";
            width: 1.15rem;
            height: 1.15rem;
            border-radius: 50%;
            box-shadow: 0 .313rem .313rem rgba(255,144,47,.5);
            background: #fff;
            position: absolute;
            inset-inline-end: -.375rem;
            inset-block-start: -.375rem;
            border: .25rem solid #ff902f
        }

        .progress-custom .progress-bar.bg-secondary:after {
            border: .25rem solid #212529;
            box-shadow: 0 .313rem .313rem rgba(33,37,41,.2)
        }

        .progress-custom .progress-bar.bg-warning:after {
            border: .25rem solid #ffbc34;
            box-shadow: 0 .313rem .313rem rgba(255,188,52,.2)
        }

        .progress-custom .progress-bar.bg-info:after {
            border: .25rem solid #009efb;
            box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb),0.2)
        }

        .progress-custom .progress-bar.bg-success:after {
            border: .25rem solid #55ce63;
            box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb),0.2)
        }

        .progress-custom .progress-bar.bg-danger:after {
            border: .25rem solid #fc133d;
            box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb),0.2)
        }

    .progress-custom .progress-bar-value {
        width: 1.875rem;
        height: 1.25rem;
        line-height: 1.25rem;
        border-radius: .188rem;
        background: #ff902f;
        box-shadow: 0 .313rem .313rem rgba(0,0,0,.4);
        font-size: .625rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
        position: absolute;
        inset-block-end: 1.5rem;
        inset-inline-end: -.688rem
    }

        .progress-custom .progress-bar-value:after {
            content: "";
            border-block-start: .438rem solid #ff902f;
            border-inline-start: .438rem solid transparent;
            border-inline-end: .438rem solid transparent;
            position: absolute;
            inset-block-end: -.375rem;
            inset-inline-start: 28%
        }

        .progress-custom .progress-bar-value.bg-secondary {
            background-color: #212529
        }

            .progress-custom .progress-bar-value.bg-secondary:after {
                border-block-start: .438rem solid #212529
            }

        .progress-custom .progress-bar-value.bg-success {
            background-color: #55ce63
        }

            .progress-custom .progress-bar-value.bg-success:after {
                border-block-start: .438rem solid #55ce63
            }

        .progress-custom .progress-bar-value.bg-warning {
            background-color: #ffbc34
        }

            .progress-custom .progress-bar-value.bg-warning:after {
                border-block-start: .438rem solid #ffbc34
            }

        .progress-custom .progress-bar-value.bg-danger {
            background-color: #fc133d
        }

            .progress-custom .progress-bar-value.bg-danger:after {
                border-block-start: .438rem solid #fc133d
            }

        .progress-custom .progress-bar-value.bg-info {
            background-color: #009efb
        }

            .progress-custom .progress-bar-value.bg-info:after {
                border-block-start: .438rem solid #009efb
            }

.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

    .progress-vertical .progress-bar {
        width: 100%
    }

    .progress-vertical.progress-xl {
        width: 15px
    }

    .progress-vertical.progress-lg {
        width: 12px
    }

    .progress-vertical.progress-sm {
        width: 8px
    }

    .progress-vertical.progress-xs {
        width: 5px
    }

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        bottom: 0;
        position: absolute
    }

    .progress-vertical-bottom.progress-xl {
        width: 15px
    }

    .progress-vertical-bottom.progress-lg {
        width: 12px
    }

    .progress-vertical-bottom.progress-sm {
        width: 8px
    }

    .progress-vertical-bottom.progress-xs {
        width: 5px
    }

.custom-progress-3 {
    overflow: visible;
    border-radius: .625rem
}

    .custom-progress-3 .progress-bar {
        position: relative;
        overflow: visible;
        margin: .313rem;
        border-radius: .25rem
    }

        .custom-progress-3 .progress-bar:before {
            content: "";
            position: absolute;
            width: .25rem;
            height: .25rem;
            inset-inline-start: .125rem;
            background-color: #fff;
            border-radius: 50%
        }

        .custom-progress-3 .progress-bar .progress-bar-value {
            border: .125rem solid #ff902f;
            width: 2.5rem;
            height: 1.563rem;
            line-height: 1.313rem;
            border-radius: 3.125rem;
            background: #fff;
            font-size: .625rem;
            font-weight: 600;
            color: #ff902f;
            text-align: center;
            position: absolute;
            inset-inline-end: -.625rem
        }

            .custom-progress-3 .progress-bar .progress-bar-value.secondary {
                border: .125rem solid #212529;
                color: #212529
            }

            .custom-progress-3 .progress-bar .progress-bar-value.warning {
                border: .125rem solid #ffbc34;
                color: #ffbc34
            }

            .custom-progress-3 .progress-bar .progress-bar-value.info {
                border: .125rem solid #009efb;
                color: #009efb
            }

            .custom-progress-3 .progress-bar .progress-bar-value.success {
                border: .125rem solid #55ce63;
                color: #55ce63
            }

            .custom-progress-3 .progress-bar .progress-bar-value.danger {
                border: .125rem solid #fc133d;
                color: #fc133d
            }

.custom-progress-4.progress {
    background-color: rgba(255,144,47,.1);
    border-radius: .25rem
}

    .custom-progress-4.progress.secondary {
        background-color: rgba(33,37,41,.1)
    }

        .custom-progress-4.progress.secondary .progress-bar-label {
            color: #212529
        }

    .custom-progress-4.progress.warning {
        background-color: rgba(255,188,52,.1)
    }

        .custom-progress-4.progress.warning .progress-bar-label {
            color: #ffbc34
        }

    .custom-progress-4.progress.info {
        background-color: rgba(0,158,251,.1)
    }

        .custom-progress-4.progress.info .progress-bar-label {
            color: #009efb
        }

    .custom-progress-4.progress.success {
        background-color: rgba(85,206,99,.1)
    }

        .custom-progress-4.progress.success .progress-bar-label {
            color: #55ce63
        }

    .custom-progress-4.progress.danger {
        background-color: rgba(252,19,61,.1)
    }

        .custom-progress-4.progress.danger .progress-bar-label {
            color: #fc133d
        }

    .custom-progress-4.progress .progress-bar {
        border-radius: .25rem
    }

    .custom-progress-4.progress .progress-bar-label {
        position: absolute;
        inset-inline-end: .313rem;
        font-weight: 600;
        font-size: .813rem;
        color: #ff902f
    }

.ribbon-primary {
    background: #ff902f
}

    .ribbon-primary.ribbon-corner:before {
        border-top-color: #ff902f;
        border-left-color: #ff902f
    }

    .ribbon-primary.ribbon-corner.ribbon-right:before {
        border-right-color: #ff902f;
        border-left-color: transparent
    }

    .ribbon-primary.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #ff902f
    }

    .ribbon-primary.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #43f;
        border-right-color: #43f
    }

    .ribbon-primary.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #43f;
        border-left-color: #43f
    }

    .ribbon-primary.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #43f;
        border-right-color: #43f
    }

    .ribbon-primary.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #43f;
        border-right-color: transparent;
        border-left-color: #43f
    }

.ribbon-bookmark.ribbon-primary:before {
    border-color: #ff902f;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
    border-right-color: #ff902f;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
    border-right-color: #f73164;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
    border-right-color: #51bb25;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
    border-right-color: #dc3545;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
    border-right-color: #ff902f;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-light:before {
    border-right-color: #f4f4f4;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-dark:before {
    border-right-color: #2c323f;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
    border-right-color: #f8d62b;
    border-left-color: transparent
}

.ribbon-bookmark.ribbon-secondary:before {
    border-color: #f73164;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-success:before {
    border-color: #51bb25;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-danger:before {
    border-color: #dc3545;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-info:before {
    border-color: #ff902f;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-light:before {
    border-color: #f4f4f4;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-dark:before {
    border-color: #2c323f;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-warning:before {
    border-color: #f8d62b;
    border-right-color: transparent
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
    border-right-color: #ff902f;
    border-bottom-color: transparent
}

.ribbon-secondary {
    background: #f73164;
    background: #f73164
}

    .ribbon-secondary.ribbon-corner:before {
        border-top-color: #f73164;
        border-left-color: #f73164
    }

    .ribbon-secondary.ribbon-corner.ribbon-right:before {
        border-right-color: #f73164;
        border-left-color: transparent
    }

    .ribbon-secondary.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #f73164
    }

    .ribbon-secondary.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #ec0944;
        border-right-color: #ec0944
    }

    .ribbon-secondary.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #ec0944;
        border-left-color: #ec0944
    }

    .ribbon-secondary.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #ec0944;
        border-right-color: #ec0944
    }

    .ribbon-secondary.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #ec0944;
        border-right-color: transparent;
        border-left-color: #ec0944
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
    border-right-color: #f73164;
    border-bottom-color: transparent
}

.ribbon-success {
    background: #51bb25;
    background: #51bb25
}

    .ribbon-success.ribbon-corner:before {
        border-top-color: #51bb25;
        border-left-color: #51bb25
    }

    .ribbon-success.ribbon-corner.ribbon-right:before {
        border-right-color: #51bb25;
        border-left-color: transparent
    }

    .ribbon-success.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #51bb25
    }

    .ribbon-success.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #3f901d;
        border-right-color: #3f901d
    }

    .ribbon-success.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #3f901d;
        border-left-color: #3f901d
    }

    .ribbon-success.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #3f901d;
        border-right-color: #3f901d
    }

    .ribbon-success.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #3f901d;
        border-right-color: transparent;
        border-left-color: #3f901d
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
    border-right-color: #51bb25;
    border-bottom-color: transparent
}

.ribbon-danger {
    background: #dc3545;
    background: #dc3545
}

    .ribbon-danger.ribbon-corner:before {
        border-top-color: #dc3545;
        border-left-color: #dc3545
    }

    .ribbon-danger.ribbon-corner.ribbon-right:before {
        border-right-color: #dc3545;
        border-left-color: transparent
    }

    .ribbon-danger.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #dc3545
    }

    .ribbon-danger.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #bd2130;
        border-right-color: #bd2130
    }

    .ribbon-danger.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #bd2130;
        border-left-color: #bd2130
    }

    .ribbon-danger.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #bd2130;
        border-right-color: #bd2130
    }

    .ribbon-danger.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #bd2130;
        border-right-color: transparent;
        border-left-color: #bd2130
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
    border-right-color: #dc3545;
    border-bottom-color: transparent
}

.ribbon-info {
    background: #ff902f;
    background: #ff902f
}

    .ribbon-info.ribbon-corner:before {
        border-top-color: #ff902f;
        border-left-color: #ff902f
    }

    .ribbon-info.ribbon-corner.ribbon-right:before {
        border-right-color: #ff902f;
        border-left-color: transparent
    }

    .ribbon-info.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #ff902f
    }

    .ribbon-info.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #9106e7;
        border-right-color: #9106e7
    }

    .ribbon-info.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #9106e7;
        border-left-color: #9106e7
    }

    .ribbon-info.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #9106e7;
        border-right-color: #9106e7
    }

    .ribbon-info.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #9106e7;
        border-right-color: transparent;
        border-left-color: #9106e7
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
    border-right-color: #ff902f;
    border-bottom-color: transparent
}

.ribbon-light {
    background: #f4f4f4;
    background: #f4f4f4
}

    .ribbon-light.ribbon-corner:before {
        border-top-color: #f4f4f4;
        border-left-color: #f4f4f4
    }

    .ribbon-light.ribbon-corner.ribbon-right:before {
        border-right-color: #f4f4f4;
        border-left-color: transparent
    }

    .ribbon-light.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #f4f4f4
    }

    .ribbon-light.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #dbdbdb;
        border-right-color: #dbdbdb
    }

    .ribbon-light.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #dbdbdb;
        border-left-color: #dbdbdb
    }

    .ribbon-light.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #dbdbdb;
        border-right-color: #dbdbdb
    }

    .ribbon-light.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #dbdbdb;
        border-right-color: transparent;
        border-left-color: #dbdbdb
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
    border-right-color: #f4f4f4;
    border-bottom-color: transparent
}

.ribbon-dark {
    background: #2c323f;
    background: #2c323f
}

    .ribbon-dark.ribbon-corner:before {
        border-top-color: #2c323f;
        border-left-color: #2c323f
    }

    .ribbon-dark.ribbon-corner.ribbon-right:before {
        border-right-color: #2c323f;
        border-left-color: transparent
    }

    .ribbon-dark.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #2c323f
    }

    .ribbon-dark.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #171a21;
        border-right-color: #171a21
    }

    .ribbon-dark.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #171a21;
        border-left-color: #171a21
    }

    .ribbon-dark.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #171a21;
        border-right-color: #171a21
    }

    .ribbon-dark.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #171a21;
        border-right-color: transparent;
        border-left-color: #171a21
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
    border-right-color: #2c323f;
    border-bottom-color: transparent
}

.ribbon-warning {
    background: #f8d62b;
    background: #f8d62b
}

    .ribbon-warning.ribbon-corner:before {
        border-top-color: #f8d62b;
        border-left-color: #f8d62b
    }

    .ribbon-warning.ribbon-corner.ribbon-right:before {
        border-right-color: #f8d62b;
        border-left-color: transparent
    }

    .ribbon-warning.ribbon-corner.ribbon-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #f8d62b
    }

    .ribbon-warning.ribbon-clip:before {
        border-color: transparent;
        border-top-color: #e8c308;
        border-right-color: #e8c308
    }

    .ribbon-warning.ribbon-clip-right:before {
        border-right-color: transparent;
        border-top-color: #e8c308;
        border-left-color: #e8c308
    }

    .ribbon-warning.ribbon-clip-bottom:before {
        border-top-color: transparent;
        border-bottom-color: #e8c308;
        border-right-color: #e8c308
    }

    .ribbon-warning.ribbon-clip-bottom-right:before {
        border-top-color: transparent;
        border-bottom-color: #e8c308;
        border-right-color: transparent;
        border-left-color: #e8c308
    }

.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
    border-right-color: #f8d62b;
    border-bottom-color: transparent
}

.ribbon-wrapper {
    position: relative;
    padding-top: 40px
}

    .ribbon-wrapper .card-body, .ribbon-vertical-left-wrapper .card-body, .ribbon-vertical-right-wrapper .card-body {
        position: unset
    }

.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: left;
    position: absolute;
    top: 12px;
    left: 0;
    color: #fff;
    z-index: 1
}

.ribbon-right {
    left: auto;
    right: -2px
}

.ribbon-vertical-left-wrapper {
    padding-left: 40px;
    position: relative
}

.ribbon-vertical-left {
    clear: none;
    padding: 0 5px;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    left: 12px;
    top: -2px
}

.ribbon-vertical-right-wrapper {
    padding-right: 40px
}

.ribbon-vertical-right {
    clear: none;
    padding: 0 5px;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    top: -2px;
    left: auto;
    right: 12px
}

.ribbone-card {
    overflow: hidden
}

    .ribbone-card .card-body {
        padding: 25px
    }

.power-ribbone {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 6
}

    .power-ribbone span {
        position: absolute;
        display: block;
        width: 82px;
        padding: 8px 0;
        color: #fff;
        font: 500 16px/1 CircularStd,sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-transform: capitalize;
        text-align: center
    }

.power-ribbone-top-left {
    inset-block-start: -6px;
    inset-inline-start: -9px
}

    .power-ribbone-top-left span {
        inset-inline-end: -5px;
        inset-block-start: 1px;
        transform: rotate(-45deg)
    }

        .power-ribbone-top-left span i {
            transform: rotate(45deg);
            padding-block-start: 2px;
            padding-inline-start: 7px
        }

.power-ribbone-bottom-left {
    inset-block-end: -6px;
    inset-inline-start: -9px
}

    .power-ribbone-bottom-left span {
        inset-inline-end: -5px;
        inset-block-end: 1px;
        transform: rotate(45deg)
    }

        .power-ribbone-bottom-left span i {
            transform: rotate(-45deg);
            padding-block-end: 2px;
            padding-inline-start: 7px
        }

.power-ribbone-top-right {
    inset-block-start: -6px;
    inset-inline-end: -9px
}

    .power-ribbone-top-right span {
        inset-inline-start: -5px;
        inset-block-start: 1px;
        transform: rotate(45deg)
    }

        .power-ribbone-top-right span i {
            transform: rotate(-45deg);
            padding-block-start: 2px;
            padding-inline-end: 7px
        }

.power-ribbone-bottom-right {
    inset-block-end: -6px;
    inset-inline-end: -9px
}

    .power-ribbone-bottom-right span {
        inset-inline-start: -5px;
        inset-block-end: 1px;
        transform: rotate(-45deg)
    }

        .power-ribbone-bottom-right span i {
            transform: rotate(45deg);
            padding-block-end: 2px;
            padding-inline-end: 7px
        }

.ribbone-top-left {
    inset-block-start: -10px;
    inset-inline-start: -10px
}

    .ribbone-top-left::after {
        border-block-start-color: transparent;
        border-inline-start-color: transparent;
        inset-block-end: 50px;
        inset-inline-start: 0
    }

    .ribbone-top-left::before {
        border-block-start-color: transparent;
        border-inline-start-color: transparent;
        inset-block-start: 0;
        inset-inline-end: 50px
    }

    .ribbone-top-left span {
        inset-inline-end: 0;
        inset-block-start: 24px;
        transform: rotate(-45deg)
    }

.ribbone-top-right {
    inset-block-start: -10px;
    inset-inline-end: -10px
}

    .ribbone-top-right::after {
        border-block-start-color: transparent;
        border-inline-end-color: transparent;
        inset-block-end: 50px;
        inset-inline-end: 0
    }

    .ribbone-top-right::before {
        border-block-start-color: transparent;
        border-inline-end-color: transparent;
        inset-block-start: 0;
        inset-inline-start: 50px
    }

    .ribbone-top-right span {
        inset-inline-start: 0;
        inset-block-start: 24px;
        transform: rotate(45deg)
    }

[dir=rtl] .power-ribbone-top-left span {
    transform: rotate(45deg)
}

    [dir=rtl] .power-ribbone-top-left span i {
        transform: rotate(-45deg)
    }

[dir=rtl] .power-ribbone-bottom-left span {
    transform: rotate(-45deg)
}

    [dir=rtl] .power-ribbone-bottom-left span i {
        transform: rotate(45deg)
    }

[dir=rtl] .power-ribbone-top-right span {
    transform: rotate(-45deg)
}

    [dir=rtl] .power-ribbone-top-right span i {
        transform: rotate(45deg)
    }

[dir=rtl] .power-ribbone-bottom-right span {
    transform: rotate(45deg)
}

    [dir=rtl] .power-ribbone-bottom-right span i {
        transform: rotate(-45deg)
    }

[dir=rtl] .ribbone-top-left span {
    transform: rotate(45deg)
}

[dir=rtl] .ribbone-top-right span {
    transform: rotate(-45deg)
}

[dir=rtl] .ribbon-price .badge {
    transform: rotate(-45deg)
}

.ribbone {
    width: 100%;
    position: relative;
    background-size: cover;
    text-transform: uppercase;
    color: #fff;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 6
}

    .ribbone::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        border: 5px solid
    }

    .ribbone::before {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        border: 5px solid
    }

    .ribbone span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 3px 0;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-transform: capitalize;
        text-align: center;
        font-size: 11px
    }

.arrow-ribbone-left {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: 0;
    z-index: 6;
    font-size: 13px
}

    .arrow-ribbone-left.bg-primary {
        background-color: #ff902f !important
    }

        .arrow-ribbone-left.bg-primary:before {
            position: absolute;
            inset-inline-end: 0;
            inset-block-start: 0;
            inset-block-end: 0;
            content: "";
            inset-inline-end: -12px;
            border-block-start: 12px solid transparent;
            border-block-end: 11px solid transparent;
            width: 0
        }

    .arrow-ribbone-left.bg-secondary {
        background-color: #212529 !important
    }

        .arrow-ribbone-left.bg-secondary:before {
            position: absolute;
            inset-inline-end: 0;
            inset-block-start: 0;
            inset-block-end: 0;
            content: "";
            inset-inline-end: -12px;
            border-block-start: 12px solid transparent;
            border-inline-start: 12px solid #212529;
            border-block-end: 11px solid transparent;
            width: 0
        }

    .arrow-ribbone-left.bg-info:before {
        position: absolute;
        inset-inline-end: 0;
        inset-block-start: 0;
        inset-block-end: 0;
        content: "";
        inset-inline-end: -12px;
        border-block-start: 12px solid transparent;
        border-inline-start: 12px solid #009efb;
        border-block-end: 11px solid transparent;
        width: 0
    }

    .arrow-ribbone-left.bg-warning:before {
        position: absolute;
        inset-inline-end: 0;
        inset-block-start: 0;
        inset-block-end: 0;
        content: "";
        inset-inline-end: -12px;
        border-block-start: 12px solid transparent;
        border-inline-start: 12px solid #ffbc34;
        border-block-end: 11px solid transparent;
        width: 0
    }

.arrow-ribbone-right {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 0;
    z-index: 6;
    font-size: 13px
}

    .arrow-ribbone-right.bg-info:before {
        position: absolute;
        inset-inline-start: 0;
        inset-block-start: 0;
        inset-block-end: 0;
        content: "";
        inset-inline-start: -12px;
        border-block-start: 12px solid transparent;
        border-inline-end: 12px solid #009efb;
        border-block-end: 11px solid transparent;
        width: 0
    }

    .arrow-ribbone-right.bg-danger:before {
        position: absolute;
        inset-inline-start: 0;
        inset-block-start: 0;
        inset-block-end: 0;
        content: "";
        inset-inline-start: -12px;
        border-block-start: 12px solid transparent;
        border-inline-end: 12px solid #fc133d;
        border-block-end: 11px solid transparent;
        width: 0
    }

.ribbone-success-left {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-start: 10px;
    color: #fff
}

    .ribbone-success-left:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-inline-start: 20px solid transparent;
        border-inline-end: 20px solid transparent;
        border-block-start: 10px solid #55ce63;
        z-index: 6
    }

    .ribbone-success-left span {
        position: relative;
        display: block;
        text-align: center;
        background: #55ce63;
        font-size: 13px;
        line-height: 1;
        padding: 10px 0 5px;
        border-start-start-radius: 10px;
        z-index: 6
    }

        .ribbone-success-left span:after {
            position: absolute;
            content: "";
            inset-inline-end: -6px;
            background: #55ce63;
            height: 6px;
            width: 10px;
            inset-inline-end: -9px;
            inset-block-start: 0;
            border-start-start-radius: 0;
            border-start-end-radius: 50px;
            border-end-start-radius: 0;
            border-end-end-radius: 0
        }

        .ribbone-success-left span:before {
            position: absolute;
            content: "";
            height: 5px;
            width: 10px;
            inset-inline-end: -9px;
            inset-block-start: 3px;
            background: #55ce63
        }

    .ribbone-success-left i {
        color: #fff;
        font-size: 14px;
        padding-inline-start: 7px;
        padding-inline-end: 7px
    }

.ribbone-info-left {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-start: 10px;
    color: #fff
}

    .ribbone-info-left:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-inline-start: 20px solid transparent;
        border-inline-end: 20px solid transparent;
        border-block-start: 10px solid #009efb;
        z-index: 6
    }

    .ribbone-info-left span {
        position: relative;
        display: block;
        text-align: center;
        background: #009efb;
        font-size: 13px;
        line-height: 1;
        padding: 10px 0 5px;
        border-start-start-radius: 10px;
        z-index: 6
    }

        .ribbone-info-left span:after {
            position: absolute;
            content: "";
            inset-inline-end: -6px;
            background: #009efb;
            height: 6px;
            width: 10px;
            inset-inline-end: -9px;
            inset-block-start: 0;
            border-start-start-radius: 0;
            border-start-end-radius: 50px;
            border-end-start-radius: 0;
            border-end-end-radius: 0
        }

        .ribbone-info-left span:before {
            position: absolute;
            content: "";
            height: 5px;
            width: 10px;
            inset-inline-end: -9px;
            inset-block-start: 3px;
            background: #009efb
        }

    .ribbone-info-left i {
        color: #fff;
        font-size: 14px;
        padding-inline-start: 7px;
        padding-inline-end: 7px
    }

.ribbone-warning-right {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-end: 10px;
    color: #fff
}

    .ribbone-warning-right:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-inline-start: 20px solid transparent;
        border-inline-end: 20px solid transparent;
        border-block-start: 10px solid #ffbc34;
        z-index: 6
    }

    .ribbone-warning-right span {
        position: relative;
        display: block;
        text-align: center;
        background: #ffbc34;
        font-size: 13px;
        line-height: 1;
        padding: 10px 0 5px;
        border-start-end-radius: 10px;
        z-index: 6
    }

        .ribbone-warning-right span:after {
            position: absolute;
            content: "";
            inset-inline-end: -6px;
            background: #ffbc34;
            height: 6px;
            width: 10px;
            inset-inline-start: -9px;
            inset-block-start: 0;
            border-start-start-radius: 50px;
            border-start-end-radius: 0;
            border-end-start-radius: 0;
            border-end-end-radius: 0
        }

        .ribbone-warning-right span:before {
            position: absolute;
            content: "";
            height: 5px;
            width: 10px;
            inset-inline-start: -9px;
            inset-block-start: 3px;
            background: #ffbc34
        }

    .ribbone-warning-right i {
        color: #fff;
        font-size: 14px;
        padding-inline-start: 7px;
        padding-inline-end: 7px
    }

.ribbone-danger-right {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-end: 10px;
    color: #fff
}

    .ribbone-danger-right:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-inline-start: 20px solid transparent;
        border-inline-end: 20px solid transparent;
        border-block-start: 10px solid #fc133d;
        z-index: 6
    }

    .ribbone-danger-right span {
        position: relative;
        display: block;
        text-align: center;
        background: #fc133d;
        font-size: 13px;
        line-height: 1;
        padding: 10px 0 5px;
        border-start-end-radius: 10px;
        z-index: 6
    }

        .ribbone-danger-right span:after {
            position: absolute;
            content: "";
            inset-inline-end: -6px;
            background: #fc133d;
            height: 6px;
            width: 10px;
            inset-inline-start: -9px;
            inset-block-start: 0;
            border-start-start-radius: 50px;
            border-start-end-radius: 0;
            border-end-start-radius: 0;
            border-end-end-radius: 0
        }

        .ribbone-danger-right span:before {
            position: absolute;
            content: "";
            height: 5px;
            width: 10px;
            inset-inline-start: -9px;
            inset-block-start: 3px;
            background: #fc133d
        }

    .ribbone-danger-right i {
        color: #fff;
        font-size: 14px;
        padding-inline-start: 7px;
        padding-inline-end: 7px
    }

.table {
    padding: 0;
    background: #fff
}

    .table .table > :not(:first-child) {
        border-top: 0
    }

    .table th {
        font-weight: 500;
        white-space: nowrap;
        border-top: 1px solid #e9e9ea;
        padding: 1rem .75rem
    }

    .table td {
/*        border-top: 1px solid #e9e9ea;*/
        white-space: nowrap;
        vertical-align: middle;
        padding: .5rem;
        font-size: 14px
    }

        .table td a {
            color: #373b3e
        }

        .table td .pro-avatar {
            height: 1.65rem;
            margin-right: 5px;
            width: auto;
            border-radius: .25rem
        }

        .table td h2 {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            vertical-align: middle
        }

            .table td h2 a {
                color: #373b3e;
                font-weight: 500
            }

                .table td h2 a span {
                    font-weight: 400
                }

        .table td a {
            color: #373b3e
        }

    .table > :not(:first-child) {
        border-top: 0
    }

.user-add-shedule-list h2 a {
    padding: 10px;
    display: inline-block
}

    .user-add-shedule-list h2 a span {
        color: #7a7c7f;
        display: block;
        font-size: 12px;
        margin-top: 3px
    }

.user-add-shedule-list a {
    border: 1px dashed #a6a8a9;
    color: #a6a8a9;
    border-radius: 5px;
    display: inline-block;
    padding: 10px
}

.table-bordered td {
    border: 1px solid #d3d3d4
}

.table-bordered th {
    border: 1px solid #d3d3d4
}

.filter-row .select2-container .select2-selection.select2-selection--single {
    height: 50px
}

.filter-row .btn {
    min-height: 50px;
    text-transform: uppercase;
    padding: 12px
}

.card-table .card-header {
    border-bottom: 0;
    padding: 15px
}

.card-table .card-body {
    padding: 0
}

.card-table .card-footer {
    text-align: center
}

    .card-table .card-footer a {
        color: #373b3e
    }

.dropdown-action .dropdown-toggle::after {
    border: 0
}

.action-icon {
    color: #7a7c7f;
    font-size: 18px;
    display: inline-block
}

.table-inbox td {
    padding: .5rem
}

.table-inbox .starred.fa-star {
    color: #ffd200
}

.unread .name, .unread .subject, .unread .maildate {
    color: #000;
    font-weight: 600
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f5f6f7
}

.custom-table tr.holiday-completed {
    color: #a6a8a9
}

.custom-table td {
    padding: 10px 20px
}

.leave-table .l-name {
    width: 200px
}

.leave-table .l-days {
    width: 140px
}

.review-section {
    margin: 0 0 30px
}

    .review-section .review-header {
        background-color: #fff;
        border: 1px solid #d5d8da;
        text-align: center;
        margin: 0;
        padding: 15px
    }

        .review-section .review-header h3 {
            font-size: 1.4rem;
            margin-bottom: 3px
        }

.form-control-sm.form-control {
    height: 30px;
    appearance: auto;
    border-radius: 0
}

.note-editor.note-frame .note-statusbar {
    border-top: 0
}

.bootstrap-datetimepicker-widget {
    font-size: 13px
}

    .bootstrap-datetimepicker-widget table td.today:before {
        border-bottom-color: #7638ff
    }

.bg-primary-light {
    background-color: rgba(17,148,247,.12) !important;
    color: #2196f3 !important
}

.bg-danger-light {
    background-color: rgba(255,218,218,.49) !important;
    color: red !important
}

.bg-purple-light {
    background-color: rgba(197,128,255,.12) !important;
    color: #c580ff !important
}

.bg-default-light {
    background-color: rgba(40,52,71,.12) !important;
    color: #283447 !important
}

.bg-success-light {
    background-color: #eefaef !important;
    color: #66d373 !important
}

.card-two {
    border: 1px solid #dbdfea;
    border-radius: 5px
}

.badge-soft-primary {
    color: #405189;
    background-color: rgba(64,81,137,.1)
}

.badge-soft-secondary {
    color: #3577f1;
    background-color: rgba(53,119,241,.1)
}

.badge-soft-success {
    color: #0ab39c;
    background-color: rgba(10,179,156,.1)
}

.badge-soft-info {
    color: #299cdb;
    background-color: rgba(41,156,219,.1)
}

.badge-soft-warning {
    color: #f7b84b;
    background-color: rgba(247,184,75,.1)
}

.badge-soft-danger {
    color: #f06548;
    background-color: rgba(240,101,72,.1)
}

.badge-soft-dark {
    color: #212529;
    background-color: rgba(33,37,41,.1)
}

.badge-soft-light {
    color: #f3f6f9;
    background-color: rgba(243,246,249,.1)
}

.badge-outline-primary {
    color: #405189;
    border: 1px solid #405189;
    background-color: transparent
}

.badge-outline-secondary {
    color: #3577f1;
    border: 1px solid #3577f1;
    background-color: transparent
}

.badge-outline-success {
    color: #0ab39c;
    border: 1px solid #0ab39c;
    background-color: transparent
}

.badge-outline-info {
    color: #299cdb;
    border: 1px solid #299cdb;
    background-color: transparent
}

.badge-outline-warning {
    color: #f7b84b;
    border: 1px solid #f7b84b;
    background-color: transparent
}

.badge-outline-danger {
    color: #f06548;
    border: 1px solid #f06548;
    background-color: transparent
}

.badge-outline-dark {
    color: #212529;
    border: 1px solid #212529;
    background-color: transparent
}

.badge-outline-light {
    color: #f3f6f9;
    border: 1px solid #f3f6f9;
    background-color: transparent
}

.badge-gray-outline {
    background-color: #fff;
    border: 1px solid #eff0f1;
    color: gray
}

.badge-gradient-primary {
    background: linear-gradient(135deg,#405189 0,#0ab39c 100%)
}

.badge-gradient-secondary {
    background: linear-gradient(135deg,#3577f1 0,#299cdb 100%)
}

.badge-gradient-success {
    background: linear-gradient(135deg,#0ab39c 0,#f7b84b 100%)
}

.badge-gradient-danger {
    background: linear-gradient(135deg,#f06548 0,#3577f1 100%)
}

.badge-gradient-warning {
    background: linear-gradient(135deg,#f7b84b 0,#eb990a 100%)
}

.badge-gradient-info {
    background: linear-gradient(135deg,#299cdb 0,#0ab39c 100%)
}

.badge-gradient-dark {
    background: linear-gradient(135deg,#212529 0,#405189 100%)
}

li.previous {
    margin-right: 0
}

.cal-icon {
    position: relative;
    width: 100%
}

    .cal-icon:after {
        color: #979797;
        content: "\f073";
        display: block;
        font-family: "font awesome 5 free";
        font-weight: 700;
        font-size: 15px;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 10px
    }

.cal-icon-info:after {
    font-family: feather;
    content: "\e926";
    color: gray;
    font-weight: 400;
    font-size: 18px;
    top: 8px
}

.table th.no-sort::before {
    display: none !important
}

.table th.no-sort::after {
    display: none !important
}

.tooltip.tooltip-primary .tooltip-inner {
    background-color: #ff902f
}

.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ff902f
}

.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ff902f
}

.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ff902f
}

.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #ff902f
}

.tooltip.tooltip-secondary .tooltip-inner {
    background-color: #212529
}

.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #212529
}

.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #212529
}

.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #212529
}

.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #212529
}

.tooltip.tooltip-warning .tooltip-inner {
    background-color: #ffbc34
}

.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffbc34
}

.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ffbc34
}

.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ffbc34
}

.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #ffbc34
}

.tooltip.tooltip-info .tooltip-inner {
    background-color: #009efb
}

.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #009efb
}

.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #009efb
}

.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #009efb
}

.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #009efb
}

.tooltip.tooltip-success .tooltip-inner {
    background-color: #55ce63
}

.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #55ce63
}

.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #55ce63
}

.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #55ce63
}

.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #55ce63
}

.tooltip.tooltip-danger .tooltip-inner {
    background-color: #fc133d
}

.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fc133d
}

.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #fc133d
}

.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #fc133d
}

.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #fc133d
}

.tooltip.tooltip-light .tooltip-inner {
    background-color: #d5d8da
}

.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #d5d8da
}

.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #d5d8da
}

.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #d5d8da
}

.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
    border-bottom-color: #d5d8da
}

.tooltip.tooltip-light .tooltip-inner {
    color: #a6a8a9
}

.btn-list button {
    margin: 0 .375rem .375rem 0
}

.btn-list {
    margin-block-end: -.5rem
}

    .btn-list .btn-warning {
        color: #fff
    }

.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        margin-left: -1.5px;
        background-color: #e9ecef
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px
    }

        .timeline > li:after {
            clear: both;
            clear: both
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            padding: 20px;
            border: 1px solid #e9ecef;
            border-radius: .25rem;
            -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.05);
            box-shadow: 0 1px 6px rgba(0,0,0,.05)
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -8px;
                border-top: 8px solid transparent;
                border-right: 0 solid #e9ecef;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #e9ecef
            }

            .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -7px;
                border-top: 7px solid transparent;
                border-right: 0 solid #fff;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #fff
            }

        .timeline > li > .timeline-badge {
            z-index: 1;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50% 50% 50% 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            overflow: hidden
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -8px;
                border-right-width: 8px;
                border-left-width: 0
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -7px;
                border-right-width: 7px;
                border-left-width: 0
            }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
            content: " ";
            display: table
        }

.timeline-badge.primary {
    background-color: #fb9678
}

.timeline-badge.success {
    background-color: #00c292
}

.timeline-badge.warning {
    background-color: #fec107
}

.timeline-badge.danger {
    background-color: #e46a76
}

.timeline-badge.info {
    background-color: #03a9f3
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0
}

    .timeline-body > p + p {
        margin-top: 5px
    }

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

    .cd-horizontal-timeline .events {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 30px;
        height: 2px;
        background: #dfdfdf;
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s
    }

        .cd-horizontal-timeline .events a {
            padding-bottom: 6px;
            color: #ff902f;
            position: absolute;
            bottom: 0;
            z-index: 2;
            text-align: center;
            font-size: 14px;
            padding-bottom: 15px;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0)
        }

            .cd-horizontal-timeline .events a.selected {
                pointer-events: none
            }

                .cd-horizontal-timeline .events a.selected::after {
                    border-color: #ff902f;
                    background-color: #ff902f;
                    border-color: #ff902f
                }

            .cd-horizontal-timeline .events a::after {
                content: "";
                position: absolute;
                left: 50%;
                right: 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 .3s,border-color .3s;
                -moz-transition: background-color .3s,border-color .3s;
                transition: background-color .3s,border-color .3s
            }

            .cd-horizontal-timeline .events a.older-event::after {
                border-color: #ff902f
            }

    .cd-horizontal-timeline .m-t-40 {
        margin-top: 25px !important
    }

    .cd-horizontal-timeline table {
        border-collapse: collapse;
        border-spacing: 0
    }

    .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 .timeline:before {
            content: " ";
            display: none;
            bottom: 0;
            left: 0%;
            width: 0;
            margin-left: -1.5px;
            background-color: #eee
        }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden
    }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0
        }

    .cd-horizontal-timeline .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #ff902f;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s
    }

    .cd-horizontal-timeline .events-content {
        position: relative;
        width: 100%;
        margin: 2em 0;
        overflow: hidden;
        -webkit-transition: height .4s;
        -moz-transition: height .4s;
        transition: height .4s
    }

        .cd-horizontal-timeline .events-content li {
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 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: .4s;
            -moz-animation-duration: .4s;
            animation-duration: .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 {
                position: relative;
                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 > * {
                max-width: 800px;
                margin: 0 auto
            }

        .cd-horizontal-timeline .events-content h2 {
            font-weight: 600;
            margin-bottom: 0
        }

        .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 .filling-line, .cd-horizontal-timeline .events a.selected::after {
        background: #ff902f
    }

    .cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
        list-style: none
    }

.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
    border-color: #ff902f
}

.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus {
    color: #ff902f
}

.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 .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #ff902f;
    border-color: #ff902f
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.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 .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}

    .cd-timeline-navigation a::after {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: 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(../img/arrow.svg) no-repeat 0 0
    }

    .cd-timeline-navigation a.prev {
        left: 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)
    }

    .cd-timeline-navigation a.next {
        right: 0
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px
        }

.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 em, .cd-horizontal-timeline .events-content p {
    line-height: 30px
}

.h-250 {
    height: 250px
}

.icons-list {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .icons-list li {
        display: block;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        border-radius: 50px;
        box-shadow: 0 2px 3px #d7c5ff;
        border: 1px solid #e6ebf1;
        color: #ff902f;
        margin: 5px
    }

.select2-results__option {
    padding: 6px 15px
}

.select2-container .select2-selection.select2-selection--single {
    border: 1px solid #d5d8da;
    height: 44px
}

    .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        padding-right: 30px;
        padding-left: 15px
    }

.select2-dropdown {
    z-index: 1055
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
    top: -4px !important
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-style: solid;
        border-width: 0 2px 2px 0 !important;
        border-color: #373b3e !important;
        padding: 3px;
        height: 0;
        margin-left: -10px;
        margin-top: -2px;
        width: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(45deg)
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #373b3e;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #373b3e !important;
    border-width: 2px 0 0 2px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff902f
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d5d8da;
    min-height: 46px
}

.select2-dropdown {
    border-color: #d5d8da
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px
}

.page-wrapper {
    left: 0;
    position: relative;
    transition: all .2s ease-in-out;
    margin: 0 0 0 250px;
    padding: 60px 0 0
}

@media(max-width:991px) {
    .page-wrapper {
        margin: 0;
        padding: 60px 0 0
    }
}

.page-wrapper .content {
   padding: 7px !important;
}

@media(max-width:767px) {
    .page-wrapper .content {
        padding: 15px
    }
}

.page-wrapper .content .page-header {
    margin-bottom: 6px
}

    .page-wrapper .content .page-header .page-title {
        color: #212529;
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 5px
    }

@media(max-width:575px) {
    .page-wrapper .content .page-header .page-title {
        font-size: 20px
    }
}

.page-header .breadcrumb .breadcrumb-item.active {
    color: #4d5154
}

.logo2 {
    display: none
}

@media(max-width:991px) {
    .filter-row {
        margin-bottom: 15px
    }
}

.form-check-inline .form-check-label {
    line-height: 25px
}

.bg-inverse-danger {
    background-color: rgba(242,17,54,.12) !important;
    color: #e63c3c !important
}

.bg-inverse-success {
    background-color: rgba(15,183,107,.12) !important;
    color: #26af48 !important
}

.bg-inverse-info {
    background-color: rgba(2,182,179,.12) !important;
    color: #1db9aa !important
}

.bg-inverse-warning {
    background-color: rgba(255,152,0,.12) !important;
    color: #f39c12 !important
}

.progress-xs {
    height: 4px
}

.progress .progress-bar {
    background-color: #25628f
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    width: 200%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.onoffswitch-switch {
    background: #fff;
    display: block;
    height: 20px;
    margin: 5px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 43px;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 20px
}

.block {
    display: block !important
}

.text-muted {
    color: #7a7c7f !important
}

.input-block {
    margin-bottom: 1rem
}

input[type=file].form-control {
    height: 44px
}

.form-text {
    color: #909294;
    font-size: 12px;
    margin: 7px 0
}

.form-control {
    border-color: #d3d3d4;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    color: #4d5154;
    height: 44px;
    line-height: 2
}

    .form-control.search-message {
        height: 38px;
        margin-left: 5px;
        width: 180px;
        border-radius: 4px
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9e9ea;
        opacity: 1
    }

.cal-icon {
    position: relative;
    width: 100%
}

    .cal-icon:after {
        color: #909294;
        content: "\f073";
        display: block;
        font-family: fontawesome;
        font-size: 15px;
        margin: auto;
        position: absolute;
        top: 10px;
        right: 15px
    }

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.form-focus {
    height: 50px;
    position: relative
}

    .form-focus.select-focus .focus-label {
        opacity: 1;
        font-weight: 300;
        top: -20px;
        font-size: 12px;
        z-index: 1
    }

    .form-focus .cal-icon:after {
        top: 15px
    }

    .form-focus .focus-label {
        font-size: 14px;
        font-weight: 400;
        opacity: .4;
        pointer-events: none;
        z-index: 1;
        color: #7a7c7f;
        margin-bottom: 0;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        position: absolute;
        top: -8px;
        left: 12px;
        transform-origin: left top;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform: translate3d(0,22px,0) scale(1);
        -webkit-transform: translate3d(0,22px,0) scale(1);
        -ms-transform: translate3d(0,22px,0) scale(1)
    }

    .form-focus .form-control {
        height: 50px;
        padding: 21px 12px 6px
    }

        .form-focus .form-control:focus {
            border-color: #ff902f
        }

    .form-focus.focused .focus-label {
        opacity: 1;
        font-weight: 300;
        top: -20px;
        font-size: 12px;
        z-index: 1
    }

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none
}

    .onoffswitch .onoffswitch-checkbox {
        display: none
    }

    .onoffswitch .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 14px !important;
        background-color: #d3d3d4;
        color: #fff;
        text-align: right;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        line-height: 32px;
        padding: 0;
        width: 50%
    }

    .onoffswitch .onoffswitch-inner:before {
        background-color: #55ce63;
        color: #fff;
        content: "ON";
        padding-left: 14px
    }

    .onoffswitch .onoffswitch-inner:after {
        box-sizing: border-box;
        color: #fff;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        line-height: 32px;
        padding: 0;
        width: 50%
    }

    .onoffswitch .onoffswitch-inner:before {
        box-sizing: border-box;
        color: #fff;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        line-height: 32px;
        padding: 0;
        width: 50%
    }

    .onoffswitch .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 0;
        border-radius: 20px
    }

    .onoffswitch .onoffswitch-checkbox .onoffswitch-inner {
        display: block;
        margin-left: -100%;
        width: 200%;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

    .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 0;
        border-radius: 20px
    }

        .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
            margin-left: 0
        }

            .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:before {
                background-color: #55ce63;
                color: #fff;
                content: "ON";
                padding-left: 14px
            }

        .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
            right: 0
        }

.status-toggle {
    float: right
}

    .status-toggle .check {
        display: block;
        height: 0;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        margin: 0;
        padding: 0
    }

        .status-toggle .check:checked + .checktoggle {
            background-color: #55ce63
        }

            .status-toggle .check:checked + .checktoggle:after {
                left: 100%;
                transform: translate(calc(-100% - 5px),-50%)
            }

    .status-toggle .checktoggle {
        background-color: #fc133d;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 24px;
        margin-bottom: 0;
        position: relative;
        width: 48px;
        border-radius: 12px
    }

        .status-toggle .checktoggle:after {
            content: " ";
            display: block;
            width: 16px;
            height: 16px;
            background-color: #fff;
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease;
            transform: translate(5px,-50%);
            -webkit-transform: translate(5px,-50%);
            -ms-transform: translate(5px,-50%);
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 50%
        }

.filter-section {
    margin-top: 30px
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.settings-icon {
    z-index: 99999;
    position: fixed;
    right: 20px;
    bottom: 20px
}

@media(max-width:991px) {
    .settings-icon {
        display: none
    }
}

.settings-icon span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    background-color: #ff902f;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.header {
    border-bottom: 1px solid transparent;
    height: 60px;
    z-index: 1040;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
}

    .header .header-left {
        float: left;
        height: 60px;
        position: relative;
        text-align: center;
        width: 250px;
        z-index: 1;
        padding: 0 20px;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

        .header .header-left .logo {
            display: inline-block;
            line-height: 60px
        }

@media(max-width:991px) {
    .header .header-left {
        position: absolute;
        width: 100%
    }
}

@media(min-width:992px) {
    .header #toggle_btn {
        color: #909294;
        float: left;
        font-size: 26px;
        line-height: 70px;
        padding: 0 10px
    }

        .header #toggle_btn .bar-icon {
            display: inline-block;
            width: 21px
        }

            .header #toggle_btn .bar-icon span {
                background-color: #fff;
                display: block;
                float: left;
                height: 2px;
                width: 21px;
                margin: 0 0 5px;
                border-radius: 50px
            }

                .header #toggle_btn .bar-icon span:nth-child(2) {
                    width: 15px
                }
}

.header .page-title-box {
    float: left;
    height: 60px;
    margin-bottom: 0;
    padding: 17px 20px;
    border-radius: 0
}

@media(max-width:991px) {
    .header .page-title-box {
        display: none
    }
}

.header .page-title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.header .mobile_btn {
    display: none;
    float: left
}

@media(max-width:991px) {
    .header .mobile_btn {
        color: #fff;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 60px;
        z-index: 10;
        padding: 0 20px;
        position: absolute;
        top: 0;
        left: 0;
        display: block
    }
}

.header .responsive-search {
    display: none;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px
}

@media(max-width:991px) {
    .header .responsive-search {
        display: block
    }
}

.header .top-nav-search form {
    position: relative;
    width: 180px
}

@media(max-width:1199px) {
    .header .top-nav-search form {
        width: 145px
    }
}

@media(max-width:991px) {
    .header .top-nav-search form {
        display: none
    }
}

.header .top-nav-search form .form-control {
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    height: 40px;
    padding: 10px 50px 10px 15px;
    border-radius: 5px
}

    .header .top-nav-search form .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,.7)
    }

.header .top-nav-search form .btn {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255,255,255,.7);
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px
}

@media(max-width:991px) {
    .header .top-nav-search.active form {
        display: block;
        position: absolute;
        left: 0
    }

        .header .top-nav-search.active form .form-control {
            background-color: #fff;
            border-color: #e2e4e6;
            color: #373b3e
        }

        .header .top-nav-search.active form .btn {
            background-color: transparent;
            border-color: transparent;
            color: #909294;
            min-height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            padding: 7px 15px
        }
}

.header .user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    align-items: center;
    margin-top: 10px
}

@media(max-width:575px) {
    .header .user-menu {
        display: none
    }
}

.header .user-menu .dropdown-toggle::after {
    border: 0
}

.header .user-menu.nav > li.main-drop a.nav-link {
    background: 0 0;
    width: auto;
    display: inline;
    margin: 0
}

.header .user-menu.nav > li.dropdown .nav-link {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.1);
    margin: 0 5px
}

.header .user-menu.nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 0 15px
}

@media(max-width:1199px) {
    .header .user-menu.nav > li > a {
        padding: 0 9px
    }
}

.header .user-menu.nav > li > a .badge {
    color: #fff;
    font-weight: 700;
    background-color: #9368e9;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 12px;
    height: 12px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .user-menu.nav > li > a i {
    font-size: 20px
}

.header .user-menu.nav > li.flag-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .header .user-menu.nav > li.flag-nav a img {
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .header .user-menu.nav > li.flag-nav a .dropdown-menu {
        max-height: 150px;
        min-width: 120px;
        overflow-y: auto
    }

        .header .user-menu.nav > li.flag-nav a .dropdown-menu .dropdown-item {
            padding: 5px 15px
        }

    .header .user-menu.nav > li.flag-nav a.dropdown-toggle {
        background-color: rgba(255,255,255,.1);
        height: 40px;
        border-radius: 5px;
        margin: 0 25px 0 10px;
        width: auto;
        position: relative
    }

        .header .user-menu.nav > li.flag-nav a.dropdown-toggle::before {
            content: "";
            width: 2px;
            height: 19px;
            background: #fd909e;
            position: absolute;
            right: -15px
        }

.header .user-menu.nav > li.flag-nav .dropdown-menu {
    max-height: 150px;
    min-width: 120px;
    overflow-y: auto
}

    .header .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item {
        color: #212529;
        padding: 5px 15px
    }

@media(max-width:991px) {
    .header .has-arrow .dropdown-toggle > span:nth-child(2) {
        display: none
    }

    .header .has-arrow .dropdown-toggle:after {
        display: none !important
    }
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg)
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    pointer-events: none;
    width: 8px;
    height: 8px;
    vertical-align: 2px;
    transform-origin: 66% 66%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.header .user-img {
    display: inline-block;
    position: relative
}

    .header .user-img img {
        width: 30px;
        border-radius: 50%
    }

    .header .user-img .status {
        border: 2px solid #fff;
        height: 10px;
        width: 10px;
        background-color: #55ce63;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        display: inline-block
    }

.header .mobile-user-menu {
    color: #fff;
    display: none;
    float: right;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:575px) {
    .header .mobile-user-menu {
        display: block
    }
}

.header .mobile-user-menu a {
    color: #fff;
    padding: 0
}

    .header .mobile-user-menu a::after {
        display: none
    }

.header .mobile-user-menu .dropdown-menu {
    padding: 0
}

    .header .mobile-user-menu .dropdown-menu a {
        color: #373b3e;
        border-bottom: 1px solid #d3d3d4;
        line-height: 40px;
        padding: 0 10px
    }

#layout-position .radio input:checked + label {
    background: #fd8e2d;
    color: #fff
}

@media(min-width:992px) {
    .mini-sidebar .header-left {
        width: 60px;
        padding: 0 5px
    }

        .mini-sidebar .header-left .logo img {
            height: auto;
            max-height: 30px;
            width: auto
        }

    .mini-sidebar .menu-arrow {
        display: none !important
    }

    .mini-sidebar .chat-user {
        display: none !important
    }

    .mini-sidebar.expand-menu .menu-arrow {
        display: block !important
    }

    .mini-sidebar.expand-menu .chat-user {
        display: block !important
    }

    .mini-sidebar.expand-menu .badge {
        display: inline-block !important
    }

    .mini-sidebar .noti-dot:before {
        display: none
    }
}

.collapse-logo {
    display: none !important
}

.mini-sidebar .logo {
    display: none !important
}

    .mini-sidebar .logo.collapse-logo {
        display: block !important
    }

.sidebar, .two-col-bar {
    background-color: #4d5154;
    border-right: 1px solid transparent;
    margin-top: 0;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 250px;
    z-index: 1001
}

@media(max-width:991px) {
    .sidebar, .two-col-bar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 1041
    }
}

.sidebar .sidebar-inner, .two-col-bar .sidebar-inner {
    height: 100%;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.sidebar .sidebar-menu, .two-col-bar .sidebar-menu {
    padding: 10px 0
}

    .sidebar .sidebar-menu ul, .two-col-bar .sidebar-menu ul {
        font-size: 15px;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        width: 100%
    }

        .sidebar .sidebar-menu ul li, .two-col-bar .sidebar-menu ul li {
            position: relative
        }

            .sidebar .sidebar-menu ul li.submenu .noti-dot:before, .two-col-bar .sidebar-menu ul li.submenu .noti-dot:before {
                content: "";
                width: 5px;
                height: 5px;
                border: 5px solid #55ce63;
                background-color: #55ce63;
                z-index: 10;
                position: absolute;
                top: 15px;
                right: 37px;
                border-radius: 30px
            }

            .sidebar .sidebar-menu ul li.submenu .noti-dot:after, .two-col-bar .sidebar-menu ul li.submenu .noti-dot:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation: pulsate1 2s;
                animation: pulsate1 2s;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: steps;
                animation-timing-function: steps;
                opacity: 1;
                border-radius: 50%;
                border: 5px solid rgba(85,206,99,.5);
                right: 31px;
                top: 9px;
                background: #55ce63
            }

@media(max-width:1399px) {
    .sidebar .sidebar-menu ul li.submenu .noti-dot:after, .two-col-bar .sidebar-menu ul li.submenu .noti-dot:after {
        top: 10px;
        right: 32px
    }
}

.sidebar .sidebar-menu ul li.submenu .submenu a span, .two-col-bar .sidebar-menu ul li.submenu .submenu a span {
    margin-left: 0
}

.sidebar .sidebar-menu ul li.menu-title, .two-col-bar .sidebar-menu ul li.menu-title {
    color: #e2e4e6;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
    margin: 11px 0 2px
}

    .sidebar .sidebar-menu ul li.menu-title .newly-added-features, .two-col-bar .sidebar-menu ul li.menu-title .newly-added-features {
        background: linear-gradient(90.31deg,#FF8620 -1.02%,#FF2D3D 132.59%);
        font-size: 10px;
        color: #fff;
        border-radius: 5px;
        margin-left: 5px;
        padding: 2px 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize
    }

    .sidebar .sidebar-menu ul li.menu-title span, .two-col-bar .sidebar-menu ul li.menu-title span {
        position: relative;
        padding-left: 10px
    }

        .sidebar .sidebar-menu ul li.menu-title span:before, .two-col-bar .sidebar-menu ul li.menu-title span:before {
            content: "";
            width: 3px;
            height: 3px;
            background: #ff902f;
            border-radius: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .sidebar .sidebar-menu ul li.menu-title a, .two-col-bar .sidebar-menu ul li.menu-title a {
        color: #ff902f;
        display: inline-block;
        margin-left: auto;
        padding: 0
    }

        .sidebar .sidebar-menu ul li.menu-title a i, .two-col-bar .sidebar-menu ul li.menu-title a i {
            font-size: 16px
        }

    .sidebar .sidebar-menu ul li.menu-title:first-child, .two-col-bar .sidebar-menu ul li.menu-title:first-child {
        margin-top: 9px
    }

.sidebar .sidebar-menu ul li a, .two-col-bar .sidebar-menu ul li a {
    position: relative;
    font-size: 15px;
    color: #909294;
    height: auto;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start
}

    .sidebar .sidebar-menu ul li a:hover, .two-col-bar .sidebar-menu ul li a:hover {
        color: #fff
    }

    .sidebar .sidebar-menu ul li a span, .two-col-bar .sidebar-menu ul li a span {
        display: inline-block;
        margin-left: 15px;
        white-space: nowrap;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

        .sidebar .sidebar-menu ul li a span.chat-user, .two-col-bar .sidebar-menu ul li a span.chat-user {
            margin-left: 0;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .sidebar .sidebar-menu ul li a .menu-arrow, .two-col-bar .sidebar-menu ul li a .menu-arrow {
        display: inline-block;
        font-family: fontawesome;
        text-rendering: auto;
        line-height: 40px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 16px;
        top: 11px;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        position: absolute;
        right: 15px
    }

        .sidebar .sidebar-menu ul li a .menu-arrow::before, .two-col-bar .sidebar-menu ul li a .menu-arrow::before {
            content: "\f105"
        }

    .sidebar .sidebar-menu ul li a i, .two-col-bar .sidebar-menu ul li a i {
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
        vertical-align: middle;
        width: 20px;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }

        .sidebar .sidebar-menu ul li a i.mail-label, .two-col-bar .sidebar-menu ul li a i.mail-label {
            font-size: 16px;
            margin-right: 5px
        }

    .sidebar .sidebar-menu ul li a.subdrop .menu-arrow, .two-col-bar .sidebar-menu ul li a.subdrop .menu-arrow {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .sidebar .sidebar-menu ul li a .chat-avatar-sm, .two-col-bar .sidebar-menu ul li a .chat-avatar-sm {
        display: inline-block;
        float: left;
        margin-left: 0 !important;
        margin-right: 10px;
        position: relative;
        width: 24px
    }

        .sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status, .two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status {
            bottom: 0;
            right: -3px
        }

        .sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status, .two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status {
            border: 2px solid #fff;
            height: 10px;
            margin: 0;
            width: 10px;
            border-radius: 50px;
            position: absolute;
            right: 0;
            bottom: 0
        }

            .sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.online, .two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.online {
                background-color: #55ce63
            }

            .sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.offline, .two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.offline {
                background-color: #fc133d
            }

    .sidebar .sidebar-menu ul li a span, .two-col-bar .sidebar-menu ul li a span {
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        display: inline-block;
        margin-left: 15px;
        white-space: nowrap
    }

        .sidebar .sidebar-menu ul li a span.badge, .two-col-bar .sidebar-menu ul li a span.badge {
            margin-left: auto
        }

.sidebar .sidebar-menu ul li.active a, .two-col-bar .sidebar-menu ul li.active a {
    color: #fff;
    background-color: rgba(0,0,0,.2)
}

.sidebar .sidebar-menu ul ul, .two-col-bar .sidebar-menu ul ul {
    display: none
}

    .sidebar .sidebar-menu ul ul a, .two-col-bar .sidebar-menu ul ul a {
        display: block;
        font-size: 14px;
        position: relative;
        padding: 9px 10px 9px 50px
    }

        .sidebar .sidebar-menu ul ul a.active, .two-col-bar .sidebar-menu ul ul a.active {
            color: #ff902f;
            text-decoration: underline
        }

.badge {
    font-weight: 500 !important
}

.slide-nav .sidebar {
    margin-left: 0
}

.two-col-bar {
    background-color: transparent
}

.greedy > button {
    display: none
}

.sidebar-overlay {
    display: none;
    z-index: 90;
    height: 100%;
    width: 100%;
    z-index: 1040;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(0,0,0,.6)
}

    .sidebar-overlay.opened {
        display: block
    }

.card-radio .form-check-input:checked + .form-check-label {
    border-color: #405189 !important
}

.card-radio .form-check-label {
    background-color: #405189;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 32px
}

.img-switch .card-radio .form-check-input:checked + .form-check-label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(64,81,137,.5)
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.img-switch .card-radio .form-check-input:checked + .form-check-label::after {
    content: "✓";
    font-family: line awesome free;
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 10px;
    background: #fff;
    font-weight: 900;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #405189
}

.bg-vertical-gradient {
    background: linear-gradient(to right,#405189,#0ab39c)
}

.bg-vertical-gradient-2 {
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%)
}

.bg-vertical-gradient-3 {
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%)
}

.bg-vertical-gradient-4 {
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%)
}

@media(min-width:992px) {
    .mini-sidebar .sidebar {
        width: 60px
    }

        .mini-sidebar .sidebar .menu-title {
            visibility: hidden;
            white-space: nowrap
        }

    .mini-sidebar.expand-menu .sidebar {
        width: 250px
    }

        .mini-sidebar.expand-menu .sidebar .menu-title {
            visibility: hidden;
            white-space: nowrap
        }

        .mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.menu-title {
            visibility: visible
        }
}

@media(min-width:991px) {
    .mini-sidebar .page-wrapper {
        margin-left: 60px
    }
}

.sidebar-twocol .slide-nav .sidebar {
    margin-left: 0
}

.sidebar-twocol.sidebar {
    background-color: transparent;
    border-right: 0;
    margin-top: 0;
    z-index: 1001;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .sidebar-twocol.sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 1041
    }
}

.sidebar-twocol.sidebar .slimScrollDiv {
    width: 70px !important
}

.sidebar-twocol.sidebar .nav-link {
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

    .sidebar-twocol.sidebar .nav-link.active {
        background: #fff;
        color: #34444c
    }

.sidebar-twocol.sidebar .sidebar-left {
    background: #ff902f;
    width: 70px;
    padding: 10px
}

.sidebar-twocol.sidebar .sidebar-right {
    background: #fff;
    width: 190px;
    height: 100%;
    -webkit-box-shadow: 0 4px 4px rgba(209,209,209,.25);
    -moz-box-shadow: 0 4px 4px rgba(209,209,209,.25);
    box-shadow: 0 4px 4px rgba(209,209,209,.25);
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    overflow: auto
}

    .sidebar-twocol.sidebar .sidebar-right .tab-content {
        padding-top: 20px
    }

    .sidebar-twocol.sidebar .sidebar-right p {
        font-size: 10px;
        color: #909294;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px
    }

    .sidebar-twocol.sidebar .sidebar-right ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .sidebar-twocol.sidebar .sidebar-right ul li {
            padding: 7px 0
        }

            .sidebar-twocol.sidebar .sidebar-right ul li a {
                font-weight: 400;
                font-size: 14px;
                color: #38414a
            }

                .sidebar-twocol.sidebar .sidebar-right ul li a.active {
                    color: #ff902f
                }

    .sidebar-twocol.sidebar .sidebar-right .menu-arrow {
        -webkit-transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        transition: transform .15s;
        display: inline-block;
        font-family: "font awesome 5 free";
        text-rendering: auto;
        line-height: 40px;
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 18px;
        top: 0;
        position: relative;
        font-weight: 700;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0)
    }

        .sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
            content: "\f105"
        }

.sidebar-twocol.sidebar .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.sidebar-twocol.sidebar li a.subdrop .menu-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

@media(min-width:991px) {
    .sidebar-twocol .mini-sidebar .page-wrapper {
        margin-left: 60px
    }

    .sidebar-twocol .mini-sidebar #toggle_btn {
        margin-left: 10px
    }

    .sidebar-twocol .mini-sidebar .sidebar-right {
        display: none
    }

    .sidebar-twocol .expand-menu .sidebar-right {
        display: block;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease
    }
}

.greedys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    height: 60px
}

    .greedys .viewmoremenu {
        background: 0 0;
        color: #fff;
        border: 0;
        min-width: 150px
    }

.sidebar .sidebar-horizantal {
    display: none !important
}

.mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none
}

.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span {
    display: block
}

.sidebar-horizantal ul li.submenu a i {
    height: 20px;
    line-height: 19px
}

.sidebar-horizantal ul li.submenu a span.menu-arrow {
    top: 12px
}

.mini-sidebar .sidebar .sidebar-menu ul li a.noti-dot::before {
    display: block;
    top: 5px;
    right: 10px
}

.mini-sidebar .sidebar .sidebar-menu ul li a.noti-dot::after {
    top: 0;
    right: 5px
}

.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a.noti-dot::before {
    display: block;
    top: 15px;
    right: 37px
}

.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a.noti-dot::after {
    top: 10px;
    right: 32px
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(85,206,99,.75),0 0 25px 10px rgba(85,206,99,.75)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

.sidebar .sidebar-menu ul ul {
    background: #373b3e;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 0
}

    .sidebar .sidebar-menu ul ul li a {
        color: #a6a8a9;
        position: relative;
        padding: 5px 10px 5px 25px
    }

        .sidebar .sidebar-menu ul ul li a::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 10px;
            background: #a6a8a9;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

        .sidebar .sidebar-menu ul ul li a.active {
            text-decoration: none
        }

            .sidebar .sidebar-menu ul ul li a.active::before {
                background: #ff902f
            }

    .sidebar .sidebar-menu ul ul li.submenu ul li a {
        padding-left: 40px
    }

        .sidebar .sidebar-menu ul ul li.submenu ul li a::before {
            left: 25px
        }

[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot::after {
    display: none
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a {
    padding: 10px 25px
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li.submenu ul li a {
    padding-left: 25px
}

    [data-layout=horizontal] body .sidebar .sidebar-menu ul ul li.submenu ul li a::before {
        left: 10px
    }

[data-layout=horizontal] body .sidebar .sidebar-menu ul.hidden-links li a:hover {
    color: #ff902f
}

[data-sidebar=light] .sidebar .sidebar-menu ul ul li a:hover {
    color: #fff
}

[data-sidebar=light] .sidebar .sidebar-menu ul ul li.submenu ul li a {
    color: #a6a8a9
}

    [data-sidebar=light] .sidebar .sidebar-menu ul ul li.submenu ul li a span {
        color: #a6a8a9
    }

[data-layout-width=boxed] body, [data-layout-width=boxed] .header {
    max-width: 1300px;
    margin: auto
}

[data-layout-width=boxed] .sidebar ul .menu-title {
    display: none !important
}

[data-layout-width=boxed] .sidebar ul li span {
    display: none !important
}

[data-layout-width=boxed] .sidebar ul ul li {
    display: none !important
}

[data-layout-width=boxed] .page-wrapper {
    margin: 0 0 0 230px
}

[data-layout-width=boxed] .main-wrapper {
    position: relative
}

    [data-layout-width=boxed] .main-wrapper #toggle_btn {
        display: none
    }

[data-layout-width=boxed] .sidebar {
    position: absolute;
    width: 230px
}

    [data-layout-width=boxed] .sidebar .noti-dot {
        display: none !important
    }

    [data-layout-width=boxed] .sidebar ul .menu-title {
        display: block !important
    }

    [data-layout-width=boxed] .sidebar ul li span {
        display: block !important
    }

    [data-layout-width=boxed] .sidebar ul ul li {
        display: block !important
    }

[data-sidebar-size=sm-hover] #toggle_btn {
    display: none
}

[data-sidebar-size=sm-hover] .sidebar ul .menu-title {
    display: none !important
}

[data-sidebar-size=sm-hover] .sidebar ul li span {
    display: none !important
}

[data-sidebar-size=sm-hover] .sidebar ul ul li {
    display: none !important;
    width: 100%
}

[data-sidebar-size=sm-hover] .two-col-bar:hover .sidebar-right {
    display: block
}

[data-sidebar-size=sm-hover] .two-col-bar .sidebar-left {
    display: block
}

[data-sidebar-size=sm-hover] .two-col-bar .sidebar-right {
    display: none
}

[data-sidebar-size=sm-hover] .page-wrapper {
    margin: 0 0 0 60px
}

[data-sidebar-size=sm-hover] .sidebar {
    width: 60px
}

    [data-sidebar-size=sm-hover] .sidebar .noti-dot {
        display: none !important
    }

    [data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
        display: none !important
    }

    [data-sidebar-size=sm-hover] .sidebar:hover {
        width: 230px
    }

        [data-sidebar-size=sm-hover] .sidebar:hover ul .menu-title {
            display: inline-block !important
        }

        [data-sidebar-size=sm-hover] .sidebar:hover ul li span {
            display: inline-block !important
        }

        [data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
            display: inline-block !important
        }

[data-sidebar-size=md] .page-wrapper {
    margin: 0 0 0 200px
}

[data-sidebar-size=md] .sidebar {
    width: 200px
}

    [data-sidebar-size=md] .sidebar .menu-title {
        justify-content: center
    }

    [data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
        flex-direction: column;
        text-align: center;
        padding: 10px
    }

[data-sidebar-size=md] #toggle_btn {
    display: none
}

[data-layout-position=scrollable] .main-wrapper {
    position: relative
}

    [data-layout-position=scrollable] .main-wrapper .sidebar {
        position: absolute
    }

[data-layout-position=scrollable] .slimScrollDiv, [data-layout-position=scrollable] .slimscroll {
    overflow: auto !important;
    height: auto !important
}

[data-sidebar=dark][data-layout-position=scrollable] .slimscroll {
    background-color: #34444c
}

[data-layout=twocolumn] .two-col-bar {
    display: block
}

[data-layout=twocolumn] #sidebar {
    display: none
}

@media(max-width:991px) {
    [data-layout=twocolumn] #sidebar {
        display: block
    }
}

[data-layout=twocolumn] #sidebar-view, [data-layout=twocolumn] #sidebar-size, [data-layout=twocolumn] #layout-width, [data-layout=twocolumn] #layout-position {
    display: none
}

[data-layout=twocolumn] .mini-sidebar .sidebar .sidebar-right {
    display: none
}

[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar .sidebar-right {
    display: block
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
    width: 200px
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul .menu-title {
    display: block !important;
    text-align: center
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
    display: block !important
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
    display: block !important
}

[data-layout-mode=light][data-topbar=dark] body .header {
    background: #263238
}

    [data-layout-mode=light][data-topbar=dark] body .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

[data-layout-mode=light] .header {
    background: #fff;
    border-color: transparent
}

    [data-layout-mode=light] .header .page-title-box h3 {
        color: #373b3e
    }

    [data-layout-mode=light] .header .logo {
        display: none
    }

    [data-layout-mode=light] .header .logo2 {
        display: inline-block;
        line-height: 60px
    }

    [data-layout-mode=light] .header #toggle_btn .bar-icon span {
        background-color: #373b3e
    }

    [data-layout-mode=light] .header .top-nav-search form .form-control {
        border: 1px solid #d3d3d4;
        color: #373b3e;
        height: 40px;
        padding: 10px 50px 10px 15px;
        border-radius: 5px
    }

        [data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: #373b3e
        }

        [data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder {
            color: #373b3e
        }

        [data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
            color: #373b3e
        }

    [data-layout-mode=light] .header .top-nav-search form .btn {
        color: #373b3e
    }

    [data-layout-mode=light] .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #373b3e;
        border-right: 2px solid #373b3e
    }

[data-layout-mode=light] nav.greedy button {
    color: #373b3e !important
}

[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left {
    background: #fff;
    border-right: 1px solid #d3d3d4
}

    [data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link {
        color: #373b3e
    }

        [data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
            background: #4d5154;
            color: #fff
        }

[data-layout-mode=light] .sidebar {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
}

    [data-layout-mode=light] .sidebar .sidebar-menu ul ul {
        display: none;
        width: 200px
    }

    [data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
        color: #4d5154
    }

    [data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
        color: #4d5154
    }

[data-layout-mode=light] .user-menu.nav > li > a {
    color: #373b3e
}

[data-layout-mode=light] .mini-sidebar .header-left .logo2 img {
    height: auto;
    max-height: 30px;
    width: auto
}

[data-layout-mode=light] .header .header-left .logo {
    display: none !important;
    line-height: 60px
}

[data-layout-mode=light] .sidebar-menu ul li a:hover, [data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
    color: #373b3e
}

[data-topbar=light][data-layout-mode=blue] .header {
    background: #00c5fb;
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%);
    border-color: transparent
}

    [data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=light][data-layout-mode=blue] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .logo2 {
        display: none !important
    }

    [data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
        color: #fff
    }

        [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
            color: #fff
        }

    [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
        color: #fff
    }

[data-layout-mode=blue] .header {
    background: #00c5fb !important;
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%) !important;
    border-color: transparent
}

    [data-layout-mode=blue] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-layout-mode=blue] .header .user-menu.nav > li > a {
        color: #fff !important
    }

    [data-layout-mode=blue] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-layout-mode=blue] .header .page-title-box h3 {
        color: #fff
    }

    [data-layout-mode=blue] .header .logo2 {
        display: none
    }

[data-layout-mode=blue] .page-item.active .page-link {
    background-color: #00c5fb;
    border-color: #00c5fb
}

[data-layout-mode=blue] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #00c5fb;
    border-color: #00c5fb
}

[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-left {
    background: #4d5154
}

[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #00c5fb
}

[data-layout-mode=blue] #layout-position .radio input:checked + label {
    background: #00c5fb;
    color: #fff
}

[data-layout-mode=blue] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(0,197,251,.2);
    color: #00c5fb
}

[data-layout-mode=blue] .bg-primary, [data-layout-mode=blue] .badge-primary {
    background-color: #00c5fb !important
}

[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
    color: #00c5fb;
    text-decoration: underline
}

[data-layout-mode=blue] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #00c5fb
}

[data-layout-mode=blue] .btn-primary {
    background-color: #00c5fb;
    border: 1px solid #00c5fb
}

    [data-layout-mode=blue] .btn-primary:focus, [data-layout-mode=blue] .btn-primary:hover, [data-layout-mode=blue] .btn-primary:active, [data-layout-mode=blue] .btn-primary.active {
        color: #fff;
        background-color: #009dc8;
        border-color: #009dc8
    }

        [data-layout-mode=blue] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=blue] .btn-primary.active .open > .dropdown-toggle.btn-primary {
            background-color: #009dc8;
            border: 1px solid #009dc8
        }

        [data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=blue] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
            background-color: #009dc8;
            border: 1px solid #009dc8
        }

        [data-layout-mode=blue] .btn-primary:active:focus, [data-layout-mode=blue] .btn-primary:active:hover {
            background-color: #009dc8;
            border: 1px solid #009dc8
        }

        [data-layout-mode=blue] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=blue] .btn-primary:active:not(:disabled):not(.disabled) {
            background-color: #009dc8;
            border-color: #009dc8;
            color: #fff
        }

        [data-layout-mode=blue] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=blue] .btn-primary:active:focus:not(:disabled):not(.disabled) {
            box-shadow: unset
        }

    [data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle {
        background-color: #009dc8;
        border-color: #009dc8;
        color: #fff
    }

        [data-layout-mode=blue] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: unset
        }

    [data-layout-mode=blue] .btn-primary.disabled, [data-layout-mode=blue] .btn-primary:disabled {
        background-color: #00c5fb;
        border-color: #00c5fb;
        color: #fff
    }

[data-layout-mode=blue] .roles-menu ul li.active a {
    border-color: #00c5fb;
    color: #00c5fb
}

[data-layout-mode=blue] .settings-icon span {
    background-color: #00c5fb
}

[data-layout-mode=blue] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%)
}

    [data-layout-mode=blue] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
        border-color: #00c5fb
    }

[data-layout-mode=blue] a {
    color: #00c5fb
}

    [data-layout-mode=blue] a:hover {
        color: #009dc8
    }

[data-layout-mode=blue] .nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #00c5fb
}

[data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close {
    background-color: #00c5fb;
    border: 1px solid #00c5fb
}

    [data-layout-mode=blue] .custom-modal .modal-content .modal-header .btn-close:hover {
        background-color: transparent;
        color: #00c5fb
    }

[data-layout-mode=blue] .breadcrumb .breadcrumb-item.active {
    color: #00c5fb
}

[data-layout-mode=blue] ::selection {
    background: #00c5fb;
    color: #fff;
    text-shadow: none
}

[data-topbar=light][data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%);
    border-color: transparent
}

    [data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header .logo2 {
        display: none
    }

[data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%);
    border-color: transparent
}

    [data-layout-mode=maroon] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-layout-mode=maroon] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-layout-mode=maroon] .header .page-title-box h3 {
        color: #fff
    }

    [data-layout-mode=maroon] .header .logo2 {
        display: none
    }

[data-layout-mode=maroon] .page-item.active .page-link {
    background-color: #f43b48;
    border-color: #f43b48
}

[data-layout-mode=maroon] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #f43b48;
    border-color: #f43b48
}

[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-left {
    background: #4d5154
}

[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #f43b48
}

[data-layout-mode=maroon] .bg-primary, [data-layout-mode=maroon] .badge-primary {
    background-color: #f43b48 !important
}

[data-layout-mode=maroon] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(244,59,72,.2);
    color: #f43b48
}

[data-layout-mode=maroon] #layout-position .radio input:checked + label {
    background: #f43b48;
    color: #fff
}

[data-layout-mode=maroon] .sidebar .sidebar-menu ul ul a.active {
    color: #f43b48;
    text-decoration: underline
}

[data-layout-mode=maroon] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #f43b48
}

[data-layout-mode=maroon] .roles-menu ul li.active a {
    border-color: #f43b48;
    color: #f43b48
}

[data-layout-mode=maroon] .settings-icon span {
    background-color: #f43b48
}

[data-layout-mode=maroon] .btn-primary {
    background-color: #f43b48;
    border: 1px solid #f43b48
}

    [data-layout-mode=maroon] .btn-primary:focus, [data-layout-mode=maroon] .btn-primary:hover, [data-layout-mode=maroon] .btn-primary:active, [data-layout-mode=maroon] .btn-primary.active {
        color: #fff;
        background-color: #ef0d1d;
        border-color: #ef0d1d
    }

        [data-layout-mode=maroon] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=maroon] .btn-primary.active .open > .dropdown-toggle.btn-primary {
            background-color: #ef0d1d;
            border: 1px solid #ef0d1d
        }

        [data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=maroon] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
            background-color: #ef0d1d;
            border: 1px solid #ef0d1d
        }

        [data-layout-mode=maroon] .btn-primary:active:focus, [data-layout-mode=maroon] .btn-primary:active:hover {
            background-color: #ef0d1d;
            border: 1px solid #ef0d1d
        }

        [data-layout-mode=maroon] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=maroon] .btn-primary:active:not(:disabled):not(.disabled) {
            background-color: #ef0d1d;
            border-color: #ef0d1d;
            color: #fff
        }

        [data-layout-mode=maroon] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=maroon] .btn-primary:active:focus:not(:disabled):not(.disabled) {
            box-shadow: unset
        }

    [data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle {
        background-color: #ef0d1d;
        border-color: #ef0d1d;
        color: #fff
    }

        [data-layout-mode=maroon] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: unset
        }

    [data-layout-mode=maroon] .btn-primary.disabled, [data-layout-mode=maroon] .btn-primary:disabled {
        background-color: #f43b48;
        border-color: #f43b48;
        color: #fff
    }

[data-layout-mode=maroon] .roles-menu ul li.active a {
    border-color: #f43b48;
    color: #f43b48
}

[data-layout-mode=maroon] .settings-icon span {
    background-color: #f43b48
}

[data-layout-mode=maroon] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%)
}

    [data-layout-mode=maroon] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
        border-color: #f43b48
    }

[data-layout-mode=maroon] a {
    color: #f43b48
}

    [data-layout-mode=maroon] a:hover {
        color: #ef0d1d
    }

[data-layout-mode=maroon] .nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #f43b48
}

[data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close {
    background-color: #f43b48;
    border: 1px solid #f43b48
}

    [data-layout-mode=maroon] .custom-modal .modal-content .modal-header .btn-close:hover {
        background-color: transparent;
        color: #f43b48
    }

[data-layout-mode=maroon] .breadcrumb .breadcrumb-item.active {
    color: #f43b48
}

[data-layout-mode=maroon] ::selection {
    background: #f43b48;
    color: #fff;
    text-shadow: none
}

[data-layout-mode=purple] .header {
    background: #667eea;
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%);
    border-color: transparent
}

    [data-layout-mode=purple] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-layout-mode=purple] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-layout-mode=purple] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-layout-mode=purple] .header .page-title-box h3 {
        color: #fff
    }

    [data-layout-mode=purple] .header .logo2 {
        display: none
    }

[data-layout-mode=purple] .page-item.active .page-link {
    background-color: #667eea;
    border-color: #667eea
}

[data-layout-mode=purple] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #667eea;
    border-color: #667eea
}

[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-left {
    background: #4d5154
}

[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #667eea
}

[data-layout-mode=purple] .bg-primary, [data-layout-mode=purple] .badge-primary {
    background-color: #667eea !important
}

[data-layout-mode=purple] #layout-position .radio input:checked + label {
    background: #667eea;
    color: #fff
}

[data-layout-mode=purple] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(102,126,234,.2);
    color: #667eea
}

[data-layout-mode=purple] .sidebar .sidebar-menu ul ul a.active {
    color: #667eea;
    text-decoration: underline
}

[data-layout-mode=purple] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #667eea
}

[data-layout-mode=purple] .bg-primary, [data-layout-mode=purple] .badge-primary {
    background-color: #667eea !important
}

[data-layout-mode=purple] .roles-menu ul li.active a {
    border-color: #667eea;
    color: #667eea
}

[data-layout-mode=purple] .settings-icon span {
    background-color: #667eea
}

[data-layout-mode=purple] .btn-primary {
    background-color: #667eea;
    border: 1px solid #667eea
}

    [data-layout-mode=purple] .btn-primary:focus, [data-layout-mode=purple] .btn-primary:hover, [data-layout-mode=purple] .btn-primary:active, [data-layout-mode=purple] .btn-primary.active {
        color: #fff;
        background-color: #3958e4;
        border-color: #3958e4
    }

        [data-layout-mode=purple] .btn-primary:focus .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary:hover .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary:active .open > .dropdown-toggle.btn-primary, [data-layout-mode=purple] .btn-primary.active .open > .dropdown-toggle.btn-primary {
            background-color: #3958e4;
            border: 1px solid #3958e4
        }

        [data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, [data-layout-mode=purple] .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
            background-color: #3958e4;
            border: 1px solid #3958e4
        }

        [data-layout-mode=purple] .btn-primary:active:focus, [data-layout-mode=purple] .btn-primary:active:hover {
            background-color: #3958e4;
            border: 1px solid #3958e4
        }

        [data-layout-mode=purple] .btn-primary .active:not(:disabled):not(.disabled), [data-layout-mode=purple] .btn-primary:active:not(:disabled):not(.disabled) {
            background-color: #3958e4;
            border-color: #3958e4;
            color: #fff
        }

        [data-layout-mode=purple] .btn-primary .active:focus:not(:disabled):not(.disabled), [data-layout-mode=purple] .btn-primary:active:focus:not(:disabled):not(.disabled) {
            box-shadow: unset
        }

    [data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle {
        background-color: #3958e4;
        border-color: #3958e4;
        color: #fff
    }

        [data-layout-mode=purple] .btn-primary .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: unset
        }

    [data-layout-mode=purple] .btn-primary.disabled, [data-layout-mode=purple] .btn-primary:disabled {
        background-color: #667eea;
        border-color: #667eea;
        color: #fff
    }

[data-layout-mode=purple] .roles-menu ul li.active a {
    border-color: #667eea;
    color: #667eea
}

[data-layout-mode=purple] .settings-icon span {
    background-color: #667eea
}

[data-layout-mode=purple] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%)
}

    [data-layout-mode=purple] .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
        border-color: #667eea
    }

[data-layout-mode=purple] a {
    color: #667eea
}

    [data-layout-mode=purple] a:hover {
        color: #3958e4
    }

[data-layout-mode=purple] .nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #667eea
}

[data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close {
    background-color: #667eea;
    border: 1px solid #667eea
}

    [data-layout-mode=purple] .custom-modal .modal-content .modal-header .btn-close:hover {
        background-color: transparent;
        color: #667eea
    }

[data-layout-mode=purple] .breadcrumb .breadcrumb-item.active {
    color: #667eea
}

[data-layout-mode=purple] ::selection {
    background: #667eea;
    color: #fff;
    text-shadow: none
}

[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
    max-width: 100%;
    padding: 0
}

    [data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
        top: 60px;
        border-radius: 0;
        left: 0;
        position: relative
    }

[data-layout-style=detached] .main-wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding-left: 1.5rem;
    position: relative
}

    [data-layout-style=detached] .main-wrapper .sidebar {
        position: fixed;
        top: 80px;
        border-radius: 10px;
        left: 50px
    }

        [data-layout-style=detached] .main-wrapper .sidebar.sidebar-twocol {
            top: 30px;
            left: 50px;
            position: absolute
        }

@media(max-width:991px) {
    [data-layout-style=detached] .main-wrapper .sidebar {
        left: 0
    }
}

[data-layout-style=detached] .sidebar .sidebar-menu, [data-layout-style=detached] .two-col-bar .sidebar-menu {
    padding: 0
}

[data-layout-style=detached] #toggle_btn {
    display: none
}

[data-layout-mode=dark] body {
    background-color: #263238;
    color: #bcbebf
}

    [data-layout-mode=dark] body .stats-box {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .card {
        color: #bcbebf;
        background-color: #263238 !important
    }

        [data-layout-mode=dark] body .card .card-body {
            background-color: #263238
        }

    [data-layout-mode=dark] body .disabled > .page-link, [data-layout-mode=dark] body .page-link.disabled {
        --bs-pagination-disabled-color: #6c757d
    }

    [data-layout-mode=dark] body .w-sidebar ul a {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .card .card-title {
        color: #bcbebf
    }

    [data-layout-mode=dark] body.mini-sidebar .sidebar {
        background-color: #34444c
    }

    [data-layout-mode=dark] body .header .logo {
        display: block
    }

    [data-layout-mode=dark] body .profile-view .profile-basic .profile-info-left .user-name {
        color: #bbc4cc
    }

    [data-layout-mode=dark] body .personal-info li .title {
        color: #bbc4cc
    }

    [data-layout-mode=dark] body .experience-box .experience-list li .experience-content {
        background-color: #2e3840;
        padding: 10px
    }

    [data-layout-mode=dark] body .experience-box .experience-list li .experience-user {
        border-radius: 50px
    }

    [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left {
        background: #16191c
    }

        [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
            color: #bbc4cc;
            background: #2e3840
        }

            [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
                color: #2e3840;
                background: #fff
            }

    [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right {
        background: #2e3840
    }

        [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a {
            color: #bcbebf
        }

            [data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
                color: #fff
            }

    [data-layout-mode=dark] body .dash-statistics .stats-info {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body table.table {
        background-color: #16191c;
        border: 1px solid #2e3840;
        background: #16191c;
        --bs-table-bg: $black-bg
    }

        [data-layout-mode=dark] body table.table th {
            color: #bcbebf;
            border-top: 1px solid #2e3840
        }

        [data-layout-mode=dark] body table.table td {
            border-top: 1px solid transparent;
            color: #bcbebf
        }

        [data-layout-mode=dark] body table.table .btn-white {
            background-color: #16191c;
            border: 1px solid #2e3840
        }

    [data-layout-mode=dark] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header, [data-layout-mode=dark] body .chat-footer {
        background-color: #16191c;
        border-bottom: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .video-window .fixed-header .nav li a {
        color: #fff
    }

    [data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .sidebar ul li span {
        display: inline-block;
        color: #bcbebf
    }

    [data-layout-mode=dark] body .contact-list > li {
        background-color: #16191c;
        border-bottom: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .btn-white {
        background-color: #16191c;
        border: 1px solid #2e3840;
        color: #fff
    }

    [data-layout-mode=dark] body .page-item .page-link {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .dataTables_length .form-control {
        background-color: #16191c;
        color: #fff;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: #2c3034
    }

    [data-layout-mode=dark] body .nav-tabs.nav-tabs-solid {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .select2-container--default .select2-selection--single {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: 1px solid #e2e4e6
    }

    [data-layout-mode=dark] body .modal-body .bootstrap-tagsinput {
        background-color: transparent
    }

    [data-layout-mode=dark] body .activity-box .activity-list li {
        background-color: #16191c;
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .breadcrumb .breadcrumb-item a, [data-layout-mode=dark] body .employee-field .img-reset-btn a {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .breadcrumb-item.active {
        --bs-breadcrumb-item-active-color: #6c757d
    }

    [data-layout-mode=dark] body .page-wrapper .content .page-header .page-title {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .page-wrapper .content .page-header h5 {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .leave-info-box {
        border: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .card-header {
        background-color: #16191c;
        border-bottom: 1px solid #2e3840
    }

    [data-layout-mode=dark] body .faq-card .card .card-header {
        background-color: #2e3840
    }

        [data-layout-mode=dark] body .faq-card .card .card-header a {
            color: #bcbebf
        }

    [data-layout-mode=dark] body .custom-table td {
        color: #fff !important
    }

    [data-layout-mode=dark] body .table td a {
        color: #fff
    }

[data-layout-mode=dark] .border {
    border: 1px solid #16191c !important
}

[data-layout-mode=dark] .bg-light {
    background-color: #4d5154 !important
}

[data-layout-mode=dark] .nav-link:focus {
    color: #7a7c7f
}

[data-layout-mode=dark] .nav-tabs .dropdown-menu {
    background-color: #4d5154
}

[data-layout-mode=dark] .nav-pills .dropdown-menu {
    background-color: #4d5154
}

    [data-layout-mode=dark] .nav-pills .dropdown-menu .dropdown-item {
        color: #7a7c7f
    }

[data-layout-mode=dark] .grid-showcase span {
    color: #bcbebf;
    background-color: #4d5154
}

    [data-layout-mode=dark] .grid-showcase span.bg-white {
        background-color: #263238 !important
    }

        [data-layout-mode=dark] .grid-showcase span.bg-white.text-dark {
            color: #bcbebf
        }

[data-layout-mode=dark] .grid-showcase .bg-white {
    background-color: #263238 !important
}

    [data-layout-mode=dark] .grid-showcase .bg-white.text-dark {
        color: #bcbebf !important
    }

[data-layout-mode=dark] .grid-showcase .grid-wrapper {
    color: #bcbebf;
    background-color: #4d5154
}

[data-layout-mode=dark] hr {
    color: #16191c
}

[data-layout-mode=dark] .modal-content {
    background-color: #263238
}

    [data-layout-mode=dark] .modal-content .modal-header {
        border-bottom: 1px solid #2e3840
    }

    [data-layout-mode=dark] .modal-content .modal-footer {
        border-top: 1px solid #2e3840
    }

[data-layout-mode=dark] .nav-tabs .nav-item.show .nav-link, [data-layout-mode=dark] .nav-tabs .nav-link.active {
    background-color: #4d5154;
    color: #bcbebf
}

[data-layout-mode=dark] .priority-info .dropdown .dropdown-menu {
    background-color: #16191c
}

[data-layout-mode=dark] .action-drop .dropdown-toggle {
    color: #16191c !important
}

[data-layout-mode=dark] .nav-tabs .nav-link.active, [data-layout-mode=dark] .nav-tabs .nav-link:hover {
    background-color: #4d5154;
    color: #bcbebf
}

[data-layout-mode=dark] .tab-style-6 {
    background-color: #4d5154
}

[data-layout-mode=dark] .nav.tab-style-1 {
    background-color: #4d5154
}

[data-layout-mode=dark] .tab-style-2 .nav-item .nav-link i {
    background-color: #4d5154
}

[data-layout-mode=dark] .tab-style-3 .nav-item .nav-link:after {
    background-color: #4d5154
}

[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link.active:before {
    background-color: #4d5154
}

[data-layout-mode=dark] .vertical-tabs-3 .nav-item .nav-link.active {
    background-color: #ff902f;
    color: #fff
}

[data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link {
    border-color: #4d5154
}

    [data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link .active {
        border-color: #4d5154
    }

        [data-layout-mode=dark] .vertical-tabs-2 .nav-item .nav-link .active::before {
            background-color: #4d5154
        }

[data-layout-mode=dark] .pagination-style-2 .pagination .page-item.active .page-link {
    background-color: #16191c
}

[data-layout-mode=dark] .nav-tabs.nav-tabs-solid li a.active {
    border-color: #4d5154
}

[data-layout-mode=dark] .popover {
    border-color: #16191c
}

    [data-layout-mode=dark] .popover .popover-header {
        background-color: #16191c
    }

    [data-layout-mode=dark] .popover .popover-body {
        background-color: #263238;
        color: #bcbebf
    }

[data-layout-mode=dark] .figure-caption {
    color: #bcbebf
}

[data-layout-mode=dark] .view-icons .btn {
    background-color: #16191c;
    border: 1px solid #2e3840;
    color: #bcbebf
}

[data-layout-mode=dark] .header {
    background: #263238;
    border-color: #2e3840
}

    [data-layout-mode=dark] .header .user-menu.nav > li > a {
        color: #bcbebf
    }

    [data-layout-mode=dark] .header #toggle_btn .bar-icon span {
        background-color: #bcbebf
    }

    [data-layout-mode=dark] .header .page-title-box h3 {
        color: #bcbebf
    }

    [data-layout-mode=dark] .header .logo2 {
        display: none
    }

[data-layout-mode=dark] .due-info, [data-layout-mode=dark] .assigned-info {
    color: #fff
}

[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container {
    background: #263238;
    border: 1px solid #2e3840
}

    [data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container .task-label {
        color: #bcbebf
    }

[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li.completed .task-container {
    background: #16191c
}

[data-layout-mode=dark] .task-chat-contents, [data-layout-mode=dark] .people-select-tab {
    background-color: #263238
}

[data-layout-mode=dark] .sidebar {
    background-color: #16191c
}

[data-layout-mode=dark] .welcome-box {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
    background-color: #16191c;
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
    background-color: #16191c;
    border: 1px solid #2e3840;
    padding: 10px !important
}

    [data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content .chat-time {
        color: #fff
    }

[data-layout-mode=dark] .chat-sidebar .chat-contents {
    background-color: #263238
}

[data-layout-mode=dark] .chat-footer .message-bar .message-area .input-group .form-control {
    background-color: #16191c;
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .chat-line .chat-date {
    background-color: #16191c;
    top: 9px;
    left: -15px
}

[data-layout-mode=dark] .search-box .input-group {
    background-color: #16191c;
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-window {
    background-color: transparent
}

[data-layout-mode=dark] .dash-section .dash-info-list .dash-card {
    background-color: #16191c;
    border: 1px solid #2e3840;
    color: #575757
}

[data-layout-mode=dark] .card {
    border: 1px solid #16191c;
    background: #16191c
}

[data-layout-mode=dark] .time-list .dash-stats-list h4 {
    color: #bcbebf
}

[data-layout-mode=dark] .topics, [data-layout-mode=dark] .w-sidebar {
    background-color: #16191c;
    border: 1px solid #2e3840
}

    [data-layout-mode=dark] .topics .topic-title a, [data-layout-mode=dark] .w-sidebar .topic-title a {
        color: #bcbebf
    }

    [data-layout-mode=dark] .topics .topics .topics-list li a, [data-layout-mode=dark] .w-sidebar .topics .topics-list li a {
        color: #bcbebf
    }

[data-layout-mode=dark] .roles-menu ul {
    border: 1px solid #16191c;
    background: #16191c
}

    [data-layout-mode=dark] .roles-menu ul li a {
        color: #bcbebf
    }

[data-layout-mode=dark] .list-group-item, [data-layout-mode=dark] .activity-box, [data-layout-mode=dark] .punch-info .punch-hours, [data-layout-mode=dark] .punch-det, [data-layout-mode=dark] .att-statistics .stats-info, [data-layout-mode=dark] .stats-info {
    border: 1px solid #2e3840;
    background: #16191c;
    color: #bcbebf
}

[data-layout-mode=dark] .form-control {
    border: 1px solid #2e3840;
    background: #16191c;
    color: #bcbebf
}

    [data-layout-mode=dark] .form-control::-webkit-input-placeholder {
        color: #fff
    }

    [data-layout-mode=dark] .form-control:-ms-input-placeholder {
        color: #fff
    }

    [data-layout-mode=dark] .form-control::placeholder {
        color: #fff
    }

[data-layout-mode=dark] .project-title a {
    color: #fff
}

[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bcbebf
}

[data-layout-mode=dark] .profile-widget {
    border: 1px solid #2e3840;
    background: #16191c
}

    [data-layout-mode=dark] .profile-widget .user-name a {
        color: #fff
    }

[data-layout-mode=dark] .stats-info h6 {
    color: #bcbebf
}

[data-layout-mode=dark] .people-select-tab label .people-profile a {
    color: #bcbebf
}

[data-layout-mode=dark] .contacts-action .dropdown-toggle {
    color: #bcbebf
}

[data-layout-mode=dark] .modal-body .custom_radio .form-control {
    color: #bcbebf
}

[data-layout-mode=dark] .modal-body .form-control, [data-layout-mode=dark] .modal-body .custom_radio {
    border-color: #e2e4e6;
    box-shadow: none;
    background-color: transparent;
    color: #bcbebf
}

[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-sidebar {
    border-left: 1px solid #2e3840
}

[data-layout-mode=dark] .nav-tabs {
    border-bottom: 1px solid #2e3840
}

[data-layout-mode=dark] .chat-line {
    border-bottom: 1px solid #2e3840
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-header {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
    color: #bcbebf
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list {
    background-color: #16191c
}

    [data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
        color: #bcbebf
    }

[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840
}

    [data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header span {
        color: #bcbebf
    }

[data-layout-mode=dark] .file-content .file-body {
    background-color: #16191c
}

    [data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner {
        padding: 15px;
        width: 100%
    }

        [data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
            background-color: #263238
        }

[data-layout-mode=dark] .file-content .file-search {
    background-color: #263238;
    border-bottom: 1px solid #2e3840
}

    [data-layout-mode=dark] .file-content .file-search .form-control {
        background-color: #263238;
        color: #bcbebf
    }

[data-layout-mode=dark] .file-wrap .file-sidebar .file-search {
    background-color: #263238;
    border-bottom: 1px solid #2e3840
}

    [data-layout-mode=dark] .file-wrap .file-sidebar .file-search .form-control {
        background-color: #16191c
    }

[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
    color: #bcbebf
}

[data-layout-mode=dark] .file-wrap {
    border: 1px solid #2e3840
}

    [data-layout-mode=dark] .file-wrap .file-sidebar {
        border-right: 1px solid #2e3840
    }

        [data-layout-mode=dark] .file-wrap .file-sidebar .file-search .input-group .form-control {
            color: #bcbebf;
            background-color: #263238
        }

[data-layout-mode=dark] .table-bordered td {
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .nav-tabs.nav-tabs-bottom li a.active {
    color: #fff
}

[data-layout-mode=dark] .offcanvas {
    background-color: #263238;
    color: #bbc4cc
}

    [data-layout-mode=dark] .offcanvas .sidebar-headerset {
        border-bottom: 1px solid #2e3840
    }

    [data-layout-mode=dark] .offcanvas .settings-mains .layout-head h5 {
        color: #ced4da
    }

    [data-layout-mode=dark] .offcanvas .settings-mains .layout-head h6 {
        color: #ced4da
    }

    [data-layout-mode=dark] .offcanvas .card-radio .form-check-label {
        border-color: #ced4da
    }

    [data-layout-mode=dark] .offcanvas .offcanvas-footer {
        border-top: 1px solid #2e3840 !important
    }

[data-layout-mode=dark] .review-section .review-header {
    background-color: #263238;
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .table-bordered th {
    border: 1px solid #2e3840
}

[data-layout-mode=dark] .page-title {
    color: #bbc4cc
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .chat-time {
    color: #727272
}

[data-layout-mode=dark] .col-form-label, [data-layout-mode=dark] .form-upload-profile h6 {
    color: #bcbebf
}

[data-layout-mode=dark] .drag-upload {
    background-color: #263238
}

[data-layout-mode=dark] .upload-file {
    background-color: #263238
}

    [data-layout-mode=dark] .upload-file h6 {
        color: #bcbebf
    }

[data-layout-mode=dark] h1, [data-layout-mode=dark] h2, [data-layout-mode=dark] h3, [data-layout-mode=dark] h4, [data-layout-mode=dark] h5, [data-layout-mode=dark] h6 {
    color: #bcbebf
}

[data-layout-mode=dark] .contact-sidebar ul {
    border-color: #16191c
}

[data-layout-mode=dark] .pipeline-list {
    border-color: #2e3840
}

[data-layout-mode=dark] .contact-tab-wrap {
    background-color: #263238
}

[data-layout-mode=dark] .contact-tab-view {
    background-color: #263238
}

[data-layout-mode=dark] .contact-nav li a {
    border-color: #263238;
    color: #bcbebf
}

[data-layout-mode=dark] .pipeline-list ul li a::after {
    -webkit-box-shadow: 2px -2px 0 1px #263238,3px -3px 0 2px rgba(38,50,56,.1);
    box-shadow: 2px -2px 0 1px #263238,3px -3px 0 2px rgba(38,50,56,.1)
}

[data-layout-mode=dark] .set-info li a {
    color: #bcbebf
}

[data-layout-mode=dark] .priority-info .dropdown a {
    color: #bcbebf
}

[data-layout-mode=dark] .contact-wrap {
    color: #bcbebf;
    background-color: #263238 !important
}

    [data-layout-mode=dark] .contact-wrap .contact-profile h4 {
        color: #bcbebf
    }

[data-layout-mode=dark] .notes-activity .calls-box h5 {
    color: #bcbebf
}

[data-layout-mode=dark] .notes-activity .calls-box .calls-user h6 {
    color: #bcbebf
}

[data-layout-mode=dark] .notes-activity .note-download a {
    color: #bcbebf
}

[data-layout-mode=dark] .notes-activity .note-download .note-info h6 {
    color: #bcbebf
}

[data-layout-mode=dark] .notes-activity .note-download:hover a {
    background-color: #16191c
}

[data-layout-mode=dark] .notes-activity .reply-box {
    background-color: #34444c
}

[data-layout-mode=dark] .badge-day, [data-layout-mode=dark] .form-sorts.dropdown {
    background-color: #16191c
}

[data-layout-mode=dark] .form-sorts.dropdown {
    background-color: #16191c
}

    [data-layout-mode=dark] .form-sorts.dropdown a {
        color: #bcbebf
    }

    [data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu {
        background-color: #16191c;
        border-color: #16191c
    }

        [data-layout-mode=dark] .form-sorts.dropdown .filter-dropdown-menu ul {
            background-color: rgba(38,50,56,.9)
        }

[data-layout-mode=dark] .search-set .search-input input[type=search] {
    background-color: #16191c;
    color: #bcbebf
}

    [data-layout-mode=dark] .search-set .search-input input[type=search]::placeholder {
        color: #bcbebf
    }

[data-layout-mode=dark] .title-head .form-sort .list-view {
    background-color: #16191c;
    color: #bcbebf;
    border-color: #16191c
}

[data-layout-mode=dark] #filter_search:after {
    background: #16191c
}

[data-layout-mode=dark] td ul.social-links li a i {
    color: #bcbebf
}

[data-layout-mode=dark] td ul.social-links li a:hover i {
    color: #16191c
}

[data-layout-mode=dark] .calls-box .caller-info .calls-user p span {
    color: #bcbebf
}

[data-layout-mode=dark] .calls-box .caller-info .calls-action .dropdown-toggle {
    color: #bcbebf
}

[data-layout-mode=dark] .sync-radio .radio-item label {
    color: #bcbebf
}

[data-layout-mode=dark] .signature-wrap, [data-layout-mode=dark] .form-upload-profile {
    background-color: #263238
}

[data-layout-mode=dark] .custom_check.check-box {
    color: #bcbebf
}

[data-layout-mode=dark] .status-radio:checked + label, [data-layout-mode=dark] .status-radio:not(:checked) + label {
    color: #bcbebf
}

[data-layout-mode=dark] .view-header, [data-layout-mode=dark] .activity-wrap, [data-layout-mode=dark] .calls-box, [data-layout-mode=dark] .files-wrap {
    border-color: #16191c
}

    [data-layout-mode=dark] .view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
        color: #bcbebf
    }

[data-layout-mode=dark] .projects-info li a {
    background-color: #16191c;
    color: #bcbebf
}

    [data-layout-mode=dark] .projects-info li a:hover {
        color: #bcbebf
    }

[data-layout-mode=dark] .contact-grid {
    background-color: #263238;
    border-color: #263238
}

    [data-layout-mode=dark] .contact-grid .grid-head .users-profile .name-user a {
        color: #bcbebf
    }

    [data-layout-mode=dark] .contact-grid .grid-body .address-info span {
        color: #bcbebf
    }

    [data-layout-mode=dark] .contact-grid .grid-footer .social-links li a {
        color: #bcbebf
    }

[data-layout-mode=dark] .kanban-wrapper .kanban-list-items {
    background-color: #263238;
    border-color: #16191c
}

    [data-layout-mode=dark] .kanban-wrapper .kanban-list-items .kanban-list-head {
        background-color: #263238;
        border: 1px solid #16191c
    }

        [data-layout-mode=dark] .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head h5 {
            color: #bcbebf
        }

[data-layout-mode=dark] .kanban-card {
    background-color: #263238;
    border-color: #16191c
}

    [data-layout-mode=dark] .kanban-card .kanban-card-head .kanban-card-title span {
        color: #bcbebf
    }

    [data-layout-mode=dark] .kanban-card .kanban-card-body ul li {
        color: #bcbebf
    }

    [data-layout-mode=dark] .kanban-card .kanban-card-footer ul li a {
        color: #bcbebf
    }

        [data-layout-mode=dark] .kanban-card .kanban-card-footer ul li a:hover {
            color: #16191c
        }

[data-layout-mode=dark] .existing-company {
    background-color: #263238
}

[data-layout-mode=dark] .email-item li label {
    color: #bcbebf !important
}

[data-layout-mode=dark] .add-details-wizard ul li {
    background: #263238
}

[data-layout-mode=dark] .activities-list ul li {
    background: #34444c
}

    [data-layout-mode=dark] .activities-list ul li .activity-name h5, [data-layout-mode=dark] .activities-list ul li .activity-name p {
        color: #bcbebf
    }

[data-layout-mode=dark] .card.analytics-card {
    border-color: #16191c
}

    [data-layout-mode=dark] .card.analytics-card .card-header {
        background-color: transparent
    }

    [data-layout-mode=dark] .card.analytics-card .card-body .table th {
        background-color: #34444c;
        color: #bcbebf
    }

        [data-layout-mode=dark] .card.analytics-card .card-body .table th:first-child {
            border: 0
        }

        [data-layout-mode=dark] .card.analytics-card .card-body .table th:last-child {
            border: 0
        }

    [data-layout-mode=dark] .card.analytics-card .card-body .table td:first-child {
        border: 0
    }

    [data-layout-mode=dark] .card.analytics-card .card-body .table td:last-child {
        border: 0
    }

[data-layout-mode=dark] .clock-in-list .nav {
    border-color: #16191c
}

[data-layout-mode=dark] .attendance-list {
    border-color: #16191c
}

[data-layout-mode=dark] .statistic-header h4 {
    color: #bcbebf
}

[data-layout-mode=dark] .statistic-header .important-notification a {
    color: #bcbebf
}

[data-layout-mode=dark] .statistic-header .statistic-dropdown .dropdown-toggle {
    color: #bcbebf
}

    [data-layout-mode=dark] .statistic-header .statistic-dropdown .dropdown-toggle::after {
        border-bottom: 2px solid #bcbebf;
        border-right: 2px solid #bcbebf
    }

[data-layout-mode=dark] .notification-tab .nav-tabs li a {
    color: #bcbebf
}

[data-layout-mode=dark] .view-attendance a {
    color: #bcbebf
}

[data-layout-mode=dark] .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content h6 a {
    color: #bcbebf
}

[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
    color: #fff !important
}

[data-sidebar=gradient] .sidebar {
    background: linear-gradient(92.08deg,#FF0000 0%,#764BA2 100%)
}

[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(92.08deg,#FF0000 0%,#764BA2 100%)
}

[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #405189
}

[data-sidebar=gradient][data-layout-position=scrollable] .slimScrollDiv, [data-sidebar=gradient] [data-layout-position=scrollable].slimscroll [data-layout-position=scrollable] .slimScrollDiv, [data-sidebar=gradient] [data-layout-position=scrollable].slimscroll {
    background: linear-gradient(92.08deg,#FF0000 0%,#764BA2 100%)
}

[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar {
    position: absolute;
    left: 30px
}

    [data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar .slimscroll {
        background: #34444c;
        border-radius: 10px
    }

[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimscroll {
    background: linear-gradient(92.08deg,#FF0000 0%,#764BA2 100%) !important;
    border-radius: 10px !important
}

[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimScrollDiv {
    background: 0 0 !important
}

[data-sidebar=gradient-2] .sidebar {
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%)
}

[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%)
}

[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #00c5fb
}

[data-sidebar=gradient-2] #layout-position .radio input:checked + label {
    background: #00c5fb;
    color: #fff
}

[data-sidebar=gradient-3] .sidebar {
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%)
}

[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%)
}

[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #f43b48
}

[data-sidebar=gradient-3] #layout-position .radio input:checked + label {
    background: #f43b48;
    color: #fff
}

[data-sidebar=gradient-4] .sidebar {
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%)
}

[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%)
}

[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #667eea
}

[data-sidebar=gradient-4] #layout-position .radio input:checked + label {
    background: #667eea;
    color: #fff
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
    margin: 0
}

    [data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-left {
        display: block
    }

    [data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-right {
        display: none
    }

[data-layout=horizontal] body .sidebar {
    width: 100% !important;
    bottom: inherit
}

    [data-layout=horizontal] body .sidebar .sidebar-menu ul li span {
        display: inline-block !important
    }

    [data-layout=horizontal] body .sidebar .slimScrollDiv, [data-layout=horizontal] body .sidebar .sidebar-inner {
        height: auto !important;
        overflow: inherit !important
    }

    [data-layout=horizontal] body .sidebar .hidden {
        display: none !important
    }

    [data-layout=horizontal] body .sidebar .sidebar-menu {
        padding: 0 !important;
        height: 60px;
        display: flex;
        align-items: center
    }

    [data-layout=horizontal] body .sidebar .sidebar-vertical {
        display: none !important
    }

    [data-layout=horizontal] body .sidebar .sidebar-horizantal {
        display: flex !important
    }

    [data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
        flex-direction: inherit;
        text-align: left
    }

    [data-layout=horizontal] body .sidebar .sidebar-menu .menu-title {
        display: none !important
    }

    [data-layout=horizontal] body .sidebar ul li span {
        display: inline-block !important
    }

    [data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
        box-shadow: 0 5px 4px rgba(0,0,0,.2);
        border: 1px solid #d5d5d5
    }

    [data-layout=horizontal] body .sidebar .hidden-links li a:hover {
        color: #373b3e
    }

    [data-layout=horizontal] body .sidebar .sidebar-menu ul {
        display: flex;
        align-items: center;
        -webkit-align-items: center
    }

        [data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot:before {
            display: none
        }

        [data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
            right: 0
        }

        [data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
            display: none;
            width: 200px;
            background-color: #4d5154;
            position: absolute;
            top: 45px;
            left: 0
        }

            [data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a .menu-arrow {
                right: 15px
            }

            [data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
                padding: 8px 15px
            }

    [data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
        color: #fff
    }

[data-layout=horizontal] body #sidebar-view, [data-layout=horizontal] body #sidebar-size, [data-layout=horizontal] body #layout-width, [data-layout=horizontal] body #layout-position {
    display: none
}

[data-layout=horizontal] body #toggle_btn {
    display: none
}

[data-layout=horizontal] body ul.hidden-links {
    position: absolute !important;
    right: 0;
    background: #fff;
    width: 100%;
    top: 60px;
    justify-content: start;
    align-items: start !important;
    flex-wrap: wrap;
    border-top: 1px dashed #e2e4e6;
    padding: 12px 3px;
    box-shadow: 0 5px 4px rgba(0,0,0,.2)
}

    [data-layout=horizontal] body ul.hidden-links ul {
        left: 0 !important;
        position: absolute !important;
        top: 40px !important;
        background-color: #fff !important;
        width: 100% !important;
        z-index: 9999
    }

        [data-layout=horizontal] body ul.hidden-links ul li a {
            width: 100%
        }

            [data-layout=horizontal] body ul.hidden-links ul li a:hover {
                color: #373b3e
            }

    [data-layout=horizontal] body ul.hidden-links > li {
        width: 20%
    }

        [data-layout=horizontal] body ul.hidden-links > li a {
            display: block;
            padding: 5px 15px
        }

    [data-layout=horizontal] body ul.hidden-links li a .menu-arrow {
        right: 10px !important
    }

[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
    padding: 10px 15px
}

[data-layout=horizontal] body .greedy ul.list-inline-item.list-unstyled.links {
    width: 95%
}

[data-layout=horizontal] body .greedy > button {
    display: block
}

[data-layout=horizontal] body nav.greedy button {
    align-self: stretch;
    transition: all .4s ease-out;
    padding: 5px 0 0 5px;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    min-width: 100px;
    margin-right: 20px
}

[data-layout=horizontal] body nav.greedy {
    position: relative;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start
}

    [data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
        display: none
    }

[data-layout=horizontal] body .page-wrapper {
    margin: 0;
    padding-top: 120px
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
    position: absolute;
    right: -200px;
    top: 0;
    left: auto
}

[data-layout=horizontal] body .sidebar ul ul li {
    display: inline-block !important;
    width: 100%
}

[data-layout=horizontal] body .hidden-links .menu-title {
    display: inline-block !important;
    color: #373b3e !important
}

[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left {
    background-color: #4d5154
}

    [data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link {
        color: #333;
        background: 0 0
    }

        [data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
            color: #fff;
            background: #333
        }

[data-sidebar=dark] .sidebar {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    background-color: #212529
}

    [data-sidebar=dark] .sidebar .sidebar-menu .greedy ul li a:hover {
        color: #fff
    }

    [data-sidebar=dark] .sidebar .sidebar-menu ul li a:hover {
        color: #fff
    }

[data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link {
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

    [data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link.active {
        background: #fff;
        color: #34444c
    }

[data-topbar=light] body .header {
    background: #fff;
    border-color: transparent
}

    [data-topbar=light] body .header .page-title-box h3 {
        color: #373b3e
    }

    [data-topbar=light] body .header .top-nav-search form .form-control {
        border: 1px solid #d5d5d5;
        color: #333
    }

        [data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: #333
        }

        [data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
            color: #333
        }

        [data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
            color: #333
        }

    [data-topbar=light] body .header .top-nav-search form .btn {
        color: #333
    }

    [data-topbar=light] body .header .header-left .logo2 {
        display: inline-block;
        line-height: 60px
    }

    [data-topbar=light] body .header .header-left .logo {
        display: none;
        line-height: 60px
    }

    [data-topbar=light] body .header #toggle_btn .bar-icon span {
        background-color: #373b3e
    }

    [data-topbar=light] body .header .user-menu.nav > li > a {
        color: #373b3e
    }

    [data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
        border-right: 2px solid #000
    }

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right {
    background: #fff
}

    [data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
        color: #333
    }

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
    color: #34444c;
    background: #fff
}

    [data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
        color: #333;
        background: #fff
    }

[data-sidebar=light] body .sidebar {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
}

    [data-sidebar=light] body .sidebar ul li span {
        display: inline-block;
        color: #373b3e
    }

        [data-sidebar=light] body .sidebar ul li span:hover {
            display: inline-block !important
        }

    [data-sidebar=light] body .sidebar .sidebar-menu {
        padding: 10px 0;
        background: #fff
    }

    [data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
        color: #333 !important
    }

[data-sidebar=light] body .greedys .viewmoremenu {
    color: #333
}

[data-sidebar=light] body nav.greedy button {
    color: #333 !important
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left {
    background: #fafafa
}

    [data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
        background: #34444c;
        color: #fff
    }

[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
    display: block !important
}

[data-sidebar=light] body .mini-sidebar .sidebar {
    background-color: #fff;
    color:black;
}

    [data-sidebar=light] body .mini-sidebar .sidebar ul li span {
        display: none !important
    }

[data-sidebar=light] body nav.greedy button {
    color: #373b3e
}

[data-sidebar=light] body .sidebar-menu ul li a:hover, [data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
    color: #373b3e
}

[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a, [data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
    color: #373b3e;
    background-color: #eff0f1
}

[data-topbar=dark] .header {
    background: #263238;
    border-color: #2e3840
}

    [data-topbar=dark] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=dark] .header .top-nav-search form .form-control {
        border: 1px solid #bbc4cc;
        color: #bbc4cc
    }

        [data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: #bbc4cc
        }

        [data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder {
            color: #bbc4cc
        }

        [data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
            color: #bbc4cc
        }

    [data-topbar=dark] .header .top-nav-search form .btn {
        color: #bbc4cc
    }

    [data-topbar=dark] .header .user-menu.nav > li > a {
        color: #bcbebf
    }

    [data-topbar=dark] .header #toggle_btn .bar-icon span {
        background-color: #bcbebf
    }

    [data-topbar=dark] .header .page-title-box h3 {
        color: #bcbebf
    }

    [data-topbar=dark] .header .logo2 {
        display: none
    }

[data-layout-mode=orange] body .header {
    background: #ff902f;
    background: linear-gradient(to right,#FF902F 0%,#fc6075 100%)
}

    [data-layout-mode=orange] body .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-layout-mode=orange] body .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-layout-mode=orange] body .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-layout-mode=orange] body .header .page-title-box h3 {
        color: #fff
    }

    [data-layout-mode=orange] body .header .header-left .logo2 {
        display: none
    }

    [data-layout-mode=orange] body .header .top-nav-search form .form-control {
        background-color: rgba(255,255,255,.15);
        border: 0;
        color: #fff;
        height: 40px;
        padding: 10px 50px 10px 15px
    }

        [data-layout-mode=orange] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: rgba(255,255,255,.7)
        }

    [data-layout-mode=orange] body .header .top-nav-search form .btn {
        color: rgba(255,255,255,.7)
    }

[data-layout-mode=orange] body .sidebar-twocol.sidebar .sidebar-left {
    background-color: #4d5154
}

[data-layout-mode=orange][data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

[data-layout-mode=orange][data-topbar=dark] body .header {
    background: #263238
}

    [data-layout-mode=orange][data-topbar=dark] body .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

.two-col-bar {
    display: none
}

[data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu {
    background-color: #34444c
}

    [data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item {
        color: #bbc4cc
    }

        [data-layout-mode=dark] body .header .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item:hover {
            background: #bbc4cc;
            color: #34444c
        }

[data-layout-mode=dark] body .header .dropdown-menu {
    background-color: #34444c
}

    [data-layout-mode=dark] body .header .dropdown-menu .notification-title {
        color: #bbc4cc
    }

    [data-layout-mode=dark] body .header .dropdown-menu .topnav-dropdown-header {
        border-bottom-color: #bdbdbd
    }

    [data-layout-mode=dark] body .header .dropdown-menu .notification-list li {
        border-bottom-color: #bdbdbd
    }

        [data-layout-mode=dark] body .header .dropdown-menu .notification-list li .noti-title {
            color: #fff
        }

        [data-layout-mode=dark] body .header .dropdown-menu .notification-list li .list-item .list-body .message-author {
            color: #fff
        }

        [data-layout-mode=dark] body .header .dropdown-menu .notification-list li .list-item .list-body .message-content {
            color: #fff
        }

    [data-layout-mode=dark] body .header .dropdown-menu .topnav-dropdown-footer a {
        color: #bbc4cc
    }

    [data-layout-mode=dark] body .header .dropdown-menu .dropdown-item {
        color: #bbc4cc
    }

        [data-layout-mode=dark] body .header .dropdown-menu .dropdown-item:hover {
            background: #bbc4cc;
            color: #34444c
        }

[data-layout-mode=dark] body table.table th {
    background-color: #34444c
}

[data-layout-mode=dark] body table.table td {
    background-color: #34444c
}

[data-layout-mode=dark] body .custom-modal .modal-content {
    background-color: #34444c
}

[data-layout-mode=dark] body .select2-container--default .select2-results > .select2-results__options {
    background-color: #34444c
}

[data-layout-mode=dark] body .select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #bbc4cc
}

[data-layout-mode=dark] body .dropdown.action-label .dropdown-menu {
    background-color: #000
}

[data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu {
    background-color: #000
}

    [data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item {
        color: #bbc4cc !important
    }

        [data-layout-mode=dark] body .dropdown.dropdown-action .dropdown-menu .dropdown-item:hover {
            background: #bbc4cc;
            color: #34444c !important
        }

[data-layout-mode=dark] body .card-table .card-footer a {
    color: #bbc4cc
}

[data-layout-mode=dark] body .profile-view .profile-img {
    background-color: #34444c
}

[data-layout-mode=dark] body .profile-view .profile-img-wrap {
    border-radius: 50%
}

[data-layout-mode=dark] body .bootstrap-datetimepicker-widget {
    background-color: #34444c;
    color: #bbc4cc
}

[data-layout-mode=dark] body .custom-modal .modal-content .modal-body .chat-user-list .chat-block {
    background-color: transparent
}

    [data-layout-mode=dark] body .custom-modal .modal-content .modal-body .chat-user-list .chat-block .user-name {
        color: #bbc4cc
    }

[data-layout-mode=dark] body .list-body .message-author {
    color: #bbc4cc
}

[data-layout-mode=dark] body .list-body .message-content {
    color: #bbc4cc
}

[data-topbar=light][data-layout-mode=purple] .header {
    background: #667eea;
    background: linear-gradient(to right,#667eea 0%,#764ba2 100%);
    border-color: transparent
}

    [data-topbar=light][data-layout-mode=purple] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=light][data-layout-mode=purple] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=purple] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-topbar=light][data-layout-mode=purple] .header .page-title-box h3 {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=purple] .header .logo2 {
        display: none
    }

    [data-topbar=light][data-layout-mode=purple] .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

    [data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control {
        color: #fff
    }

        [data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control::placeholder {
            color: #fff
        }

    [data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .btn {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=purple] .header .header-left .logo2 {
        display: none
    }

[data-topbar=light][data-layout-mode=blue] .header {
    background: #00c5fb;
    background: linear-gradient(to right,#00c5fb 0%,#0253cc 100%);
    border-color: transparent
}

    [data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=light][data-layout-mode=blue] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .logo2 {
        display: none !important
    }

    [data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }

    [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
        color: #fff
    }

        [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
            color: #fff
        }

    [data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
        color: #fff
    }

[data-topbar=light][data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right,#f43b48 0%,#453a94 100%);
    border-color: transparent
}

    [data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav > li > a {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
        background-color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
        color: #fff
    }

    [data-topbar=light][data-layout-mode=maroon] .header .logo2 {
        display: none
    }

[data-layout-mode=maroon] .add-btn {
    background-color: #f43b48
}

[data-layout-mode=blue] .add-btn {
    background-color: #00c5fb;
    border-color: #00c5fb
}

.settings-mains .colorscheme-cardradio h5 {
    margin-bottom: 10px
}

[data-layout-mode=dark] body .project-slider .project-grid {
    background: #263238;
    border-color: #000
}

    [data-layout-mode=dark] body .project-slider .project-grid .project-top h5 a {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .project-slider .project-grid .project-top p {
        color: #e9e9ea
    }

    [data-layout-mode=dark] body .project-slider .project-grid .project-bottom .project-leader .nav li {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .project-slider .project-grid .project-middle {
        background: #4d5154
    }

        [data-layout-mode=dark] body .project-slider .project-grid .project-middle .project-tasks h4 {
            color: #bcbebf
        }

        [data-layout-mode=dark] body .project-slider .project-grid .project-middle .project-tasks p {
            color: #e9e9ea
        }

[data-layout-mode=dark] body .employee-month-card .employee-month-details h4 {
    color: #bcbebf
}

[data-layout-mode=dark] body .clock-in-list .nav li {
    background: #4d5154
}

    [data-layout-mode=dark] body .clock-in-list .nav li h6 {
        color: #e9e9ea
    }

[data-sidebar-size=md] .sidebar .sidebar-menu ul li a span {
    margin-left: 0
}

[data-sidebar-size=md] .sidebar .sidebar-menu ul li a .menu-arrow {
    top: 20px
}

[data-sidebar-size=md] .sidebar .sidebar-menu ul ul {
    max-width: 180px
}

    [data-sidebar-size=md] .sidebar .sidebar-menu ul ul li a {
        padding: 5px
    }

        [data-sidebar-size=md] .sidebar .sidebar-menu ul ul li a .menu-arrow {
            top: 5px
        }

[data-sidebar-size=md] .two-col-bar .sidebar-menu ul li a span {
    margin-left: 0
}

[data-sidebar-size=md] .two-col-bar .sidebar-menu ul li a .menu-arrow {
    top: 20px
}

[data-sidebar=light] .sidebar .sidebar-menu ul ul {
    background: #f7f7f7
}

    [data-sidebar=light] .sidebar .sidebar-menu ul ul li a {
        color: #373b3e
    }

        [data-sidebar=light] .sidebar .sidebar-menu ul ul li a:hover {
            color: #ff902f
        }

[data-layout-mode=light] .header .user-menu.nav > li.dropdown .nav-link {
    background: #eff0f1
}

[data-layout-mode=light] .header .user-menu.nav > li.main-drop a.nav-link {
    background: 0 0;
    width: auto;
    display: inline;
    margin: 0
}

[data-layout-mode=dark] .pipeline-stages li .edit-delete-stage a {
    color: #bcbebf
}

[data-layout-mode=dark] .access-info-tab .custom_radio .checkmark::after {
    background: 0 0
}

[data-layout-mode=dark] .access-info-tab .custom_radio.active .checkmark::after {
    background: #fff
}

[data-layout-mode=dark] .person-selected li .profile-pic {
    color: #bcbebf
}

[data-layout-mode=dark] #last-chart text {
    fill: #bcbebf
}

[data-layout-mode=dark] #won-chart text {
    fill: #bcbebf
}

[data-layout-mode=dark] #year-chart text {
    fill: #bcbebf
}

[data-layout-mode=dark] #leadchart text {
    fill: #bcbebf
}

[data-layout-mode=dark] .apexcharts-legend-text {
    color: #bcbebf !important
}

[data-layout-mode=dark] .analytics-card text {
    fill: #bcbebf
}

[data-layout-mode=dark][data-topbar=light] body .header {
    background: #263238;
    border-color: #2e3840
}

    [data-layout-mode=dark][data-topbar=light] body .header .header-left .logo {
        display: block;
        line-height: 60px
    }

    [data-layout-mode=dark][data-topbar=light] body .header .dropdown-toggle::after {
        border-color: #fff !important
    }

    [data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control {
        border: 1px solid #bbc4cc;
        color: #bbc4cc
    }

        [data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
            color: #bbc4cc
        }

        [data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
            color: #bbc4cc
        }

        [data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
            color: #bbc4cc
        }

    [data-layout-mode=dark][data-topbar=light] body .header .top-nav-search form .btn {
        color: #bbc4cc
    }

    [data-layout-mode=dark][data-topbar=light] body .header .user-menu.nav > li > a {
        color: #bcbebf
    }

    [data-layout-mode=dark][data-topbar=light] body .header #toggle_btn .bar-icon span {
        background-color: #bcbebf
    }

    [data-layout-mode=dark][data-topbar=light] body .header .page-title-box h3 {
        color: #bcbebf
    }

    [data-layout-mode=dark][data-topbar=light] body .header .logo2 {
        display: none
    }

.activity-box {
    position: relative
}

    .activity-box .activity-list {
        list-style: none;
        position: relative
    }

        .activity-box .activity-list::before {
            content: "";
            width: 2px;
            background: #d5d8da;
            position: absolute;
            top: 8px;
            bottom: 0;
            left: 23px
        }

        .activity-box .activity-list li {
            background-color: #fff;
            position: relative;
            border: 1px solid #e9e9ea;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
            margin: 0 0 10px;
            padding: 10px
        }

            .activity-box .activity-list li::before {
                background: #d5d8da;
                bottom: 0;
                content: "";
                width: 2px;
                position: absolute;
                top: 12px;
                left: 22px
            }

            .activity-box .activity-list li .activity-user {
                height: 32px;
                width: 32px;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 12px;
                left: 8px
            }

                .activity-box .activity-list li .activity-user .avatar {
                    height: 32px;
                    line-height: 32px;
                    width: 32px;
                    margin: 0
                }

            .activity-box .activity-list li .activity-content {
                position: relative;
                margin: 0 0 0 40px;
                padding: 0
            }

                .activity-box .activity-list li .activity-content .timeline-content {
                    color: #909294
                }

                    .activity-box .activity-list li .activity-content .timeline-content a {
                        color: #646669
                    }

            .activity-box .activity-list li .time {
                color: #bcbebf;
                display: block;
                font-size: 13px
            }

.total-widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    text-align: center;
    transition: all .5s;
    position: relative;
    top: 0;
    border: 1px solid transparent
}

    .total-widget:hover {
        position: relative;
        top: -5px;
        border-color: #ff902f
    }

    .total-widget h6 {
        font-size: 18px;
        color: #373b3e
    }

    .total-widget h4 {
        font-size: 32px;
        color: #ff902f;
        margin: 0
    }

.split-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .split-head li {
        margin: 0 5px
    }

@media(max-width:991px) {
    .split-head li {
        margin: 10px
    }
}

.split-head li .btn-whiteline {
    border: 1px solid #e9e9ea;
    color: #646669;
    font-size: 16px;
    background: #fff
}

.split-head li .btn {
    padding: 12px;
    border-radius: 6px
}

    .split-head li .btn:hover {
        background: #ff902f;
        color: #fff
    }

.split-head li .bookingrange {
    border: 1px solid #e9e9ea
}

.table-imgname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .table-imgname img {
        width: 30px;
        border-radius: 5px
    }

    .table-imgname span {
        color: #646669
    }

.table.table-new {
    background: 0 0
}

    .table.table-new tbody {
        background: #fff
    }

.table-namesplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .table-namesplit .table-profileimage img {
        width: 27px;
        height: 27px;
        border-radius: 50px;
        min-width: 27px
    }

    .table-namesplit .table-name span {
        font-size: 13px;
        color: #646669;
        font-weight: 400
    }

    .table-namesplit .table-name p {
        color: #909294;
        margin: 0;
        font-size: 11px
    }

.delete-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #f5f6f7;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    color: #646669
}

    .delete-table:hover {
        background-color: #ff8012
    }

        .delete-table:hover img {
            filter: brightness(0) invert(1)
        }

.table-new thead tr th {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1c2d40;
    background: #edf3f9
}

    .table-new thead tr th:first-child {
        border-radius: 10px 0 0 0
    }

    .table-new thead tr th:last-child {
        border-radius: 0 10px 0 0
    }

.table .btn-assign {
    font-size: 12px;
    padding: 3px
}

.btn-assign {
    background-color: #ff8012;
    border: 1px solid #ff8012;
    color: #fff !important;
    font-weight: 500;
    min-width: 80px
}

    .btn-assign:hover {
        background: #fb7500
    }

.assets-info {
    background: #fff;
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #e9e9ea;
    border-radius: 8px;
    width: 100%
}

    .assets-info.assets-image h2 {
        border: 0
    }

    .assets-info.assets-image ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-top: 25px
    }

        .assets-info.assets-image ul li {
            margin: 0 10px;
            border: 0;
            padding: 0
        }

    .assets-info h2 {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid #e9e9ea
    }

    .assets-info li {
        border-bottom: 1px solid #e9e9ea;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        padding: 15px 0
    }

@media(max-width:575px) {
    .assets-info li {
        flex-direction: column
    }
}

.assets-info li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.assets-info li span {
    color: #000
}

.assets-info li p {
    margin: 0
}

.assign-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px
}

    .assign-head .assign-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .assign-head .assign-content h6 {
            margin: 0;
            font-size: 18px;
            margin-left: 20px
        }

table.table-new.dataTable > thead .sorting:after, table.table-new.dataTable > thead .sorting_asc:after, table.table-new.dataTable > thead .sorting_desc:after, table.table-new.dataTable > thead .sorting_asc_disabled:after, table.table-new.dataTable > thead .sorting_desc_disabled:after {
    right: .5em;
    content: "\f0d7";
    font-family: fontawesome;
    top: 24px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.table-new.dataTable > thead .sorting:hover:after, table.table-new.dataTable > thead .sorting_asc:hover:after, table.table-new.dataTable > thead .sorting_desc:hover:after, table.table-new.dataTable > thead .sorting_asc_disabled:hover:after, table.table-new.dataTable > thead .sorting_desc_disabled:hover:after {
    color: #8291a5
}

table.table-new.dataTable > thead .sorting:focus:after, table.table-new.dataTable > thead .sorting_asc:focus:after, table.table-new.dataTable > thead .sorting_desc:focus:after, table.dataTable > thead .sorting_asc_disabled:focus:after, table.table-new.dataTable > thead .sorting_desc_disabled:focus:after {
    color: #8291a5
}

table.table-new.dataTable > thead .sorting:before, table.table-new.dataTable > thead .sorting_asc:before, table.table-new.dataTable > thead .sorting_desc:before, table.table-new.dataTable > thead .sorting_asc_disabled:before, table.table-new.dataTable > thead .sorting_desc_disabled:before {
    right: .5em;
    content: "\f0d8";
    font-family: fontawesome;
    top: 13px;
    color: #c1ccdb;
    font-size: 12px;
    opacity: 1
}

table.table-new.dataTable > thead .sorting:hover:before, table.table-new.dataTable > thead .sorting_asc:hover:before, table.table-new.dataTable > thead .sorting_desc:hover:before, table.table-new.dataTable > thead .sorting_asc_disabled:hover:before, table.table-new.dataTable > thead .sorting_desc_disabled:hover:before {
    color: #8291a5
}

table.table-new.dataTable > thead .sorting:focus:before, table.table-new.dataTable > thead .sorting_asc:focus:before, table.table-new.dataTable > thead .sorting_desc:focus:before, table.table-new.dataTable > thead .sorting_asc_disabled:focus:before, table.table-new.dataTable > thead .sorting_desc_disabled:focus:before {
    color: #8291a5
}

.file-upload-popup {
    position: relative
}

    .file-upload-popup .file-upload-popupcontent input {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 88px;
        opacity: 0;
        z-index: 999
    }

    .file-upload-popup .file-upload-popupcontent span {
        background: #f2f2f2;
        position: absolute;
        right: 0;
        top: 0;
        width: 88px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 4px 4px 0
    }

.selectnew .select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 44px
}

.selectnew .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9597a9;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    transform: rotate(45deg)
}

.selectnew .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #9597a9;
    border-width: 2px 0 0 2px;
    padding: 3px;
    margin-top: -2px
}

.custom-modal .modal-content .modal-header .btn-close {
    background-color: #f5f6f7;
    height: 30px;
    width: 30px;
    border: 1px solid #f5f6f7;
    font-size: 20px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

    .custom-modal .modal-content .modal-header .btn-close:hover {
        background-color: #ff902f;
        color: #ff8012;
        border-color: #ff902f
    }

        .custom-modal .modal-content .modal-header .btn-close:hover span {
            color: #fff
        }

    .custom-modal .modal-content .modal-header .btn-close span {
        color: #373b3e
    }

.submit-btns {
    width: 430px;
    max-width: 100%;
    padding: 12px;
    background: #ff8012
}

.table-newdatatable {
    margin-top: 25px
}

    .table-newdatatable .dataTables_length {
        display: none
    }

    .table-newdatatable .dataTables_info {
        display: none
    }

.asset-box h5 {
    font-size: 18px;
    margin-bottom: 15px
}

.asset-box .asset-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 30px
}

    .asset-box .asset-info .asset-info-img {
        margin-right: 30px
    }

        .asset-box .asset-info .asset-info-img img {
            width: 200px;
            border-radius: 6px
        }

    .asset-box .asset-info .asset-info-det h6 {
        font-size: 18px;
        margin-bottom: 7px
    }

    .asset-box .asset-info .asset-info-det p {
        font-size: 14px;
        color: #646669
    }

    .asset-box .asset-info .asset-info-det ul li {
        font-size: 14px;
        margin-bottom: 15px
    }

        .asset-box .asset-info .asset-info-det ul li span {
            float: right;
            color: #646669;
            margin-left: 15px
        }

        .asset-box .asset-info .asset-info-det ul li:last-child {
            margin-bottom: 0
        }

.asset-box .assets-image h2 {
    border: 0
}

.asset-box .assets-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 25px
}

    .asset-box .assets-image ul li {
        margin: 0 10px;
        border: 0;
        padding: 0
    }

        .asset-box .assets-image ul li:first-child {
            margin-left: 0
        }

        .asset-box .assets-image ul li img {
            border-radius: 4px
        }

.asset-box .asset-history ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 28px
}

    .asset-box .asset-history ul li .aset-img {
        margin-right: 28px;
        min-width: 25px
    }

    .asset-box .asset-history ul li h6 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .asset-box .asset-history ul li p {
        font-size: 14px;
        margin-bottom: 0
    }

.cals-icon {
    position: relative
}

    .cals-icon .icon-text {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%)
    }

    .cals-icon .form-control {
        padding: 10px 10px 10px 30px
    }

.cat-upload {
    position: relative
}

.cat-upload {
    width: 87px;
    height: 80px;
    color: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border: 1px solid #e6e9e8;
    border-radius: 6px
}

    .cat-upload .upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        opacity: 0;
        margin: 0;
        padding: 5px;
        position: absolute;
        top: -3px;
        right: -3px
    }

.cat-upload-view {
    position: relative
}

    .cat-upload-view .img-close {
        position: absolute;
        top: -10px;
        right: -10px;
        color: #fc133d
    }

@media(max-width:992px) {
    .assets-image {
        margin-bottom: 20px
    }
}

@media(max-width:768px) {
    .asset-box .asset-info {
        display: block
    }

        .asset-box .asset-info .asset-info-img {
            margin-bottom: 15px
        }
}

.punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e2e4e6;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 10px 15px
}

    .punch-det h6 {
        line-height: 20px;
        margin: 0
    }

    .punch-det p {
        color: #646669;
        font-size: 14px;
        margin: 0
    }

.punch-info {
    margin: 0 0 20px
}

    .punch-info .punch-hours {
        background-color: #f9f9f9;
        border: 5px solid #e2e4e6;
        font-size: 18px;
        height: 120px;
        width: 120px;
        margin: 0 auto;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

.punch-btn-section {
    text-align: center;
    margin: 0 0 20px
}

    .punch-btn-section .punch-btn {
        font-size: 18px;
        font-weight: 600;
        max-width: 100%;
        padding: 8px 40px;
        border-radius: 50px
    }

    .punch-btn-section .stats-box {
        background-color: #f9f9f9;
        border: 1px solid #e2e4e6;
        margin: 0 0 15px;
        padding: 5px
    }

        .punch-btn-section .stats-box p {
            font-size: 12px;
            margin: 0
        }

        .punch-btn-section .stats-box h6 {
            margin: 0
        }

.recent-activity .res-activity-list {
    height: 328px;
    list-style-type: none;
    overflow-y: auto;
    position: relative;
    margin: 0;
    padding: 0 0 0 30px
}

    .recent-activity .res-activity-list:after {
        content: "";
        border: 1px solid #e9e9ea;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px
    }

    .recent-activity .res-activity-list li {
        margin: 0 0 15px;
        position: relative
    }

        .recent-activity .res-activity-list li:before {
            content: "";
            width: 10px;
            height: 10px;
            border: 2px solid #ff902f;
            z-index: 2;
            background: #fff;
            border-radius: 100%;
            margin: 0 0 0 15px;
            position: absolute;
            top: 0;
            left: -45px
        }

.recent-activity p {
    font-size: 13px;
    margin: 0
}

.recent-activity .res-activity-time {
    color: #bcbebf;
    font-size: 12px
}

.att-statistics .progress {
    height: 4px
}

.att-statistics .stats-info {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    text-align: center;
    border-radius: 4px;
    margin: 0 0 5px;
    padding: 15px
}

    .att-statistics .stats-info p {
        font-size: 12px;
        margin: 0 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between
    }

.chat-contents {
    display: table-row;
    height: 100%
}

    .chat-contents .chat-content-wrap {
        height: 100%;
        position: relative;
        width: 100%
    }

        .chat-contents .chat-content-wrap .chats {
            padding: 30px 15px
        }

            .chat-contents .chat-content-wrap .chats .chat-body {
                padding: 0 10px 0 48px
            }

            .chat-contents .chat-content-wrap .chats .chat-bubble {
                display: block;
                width: 100%;
                float: left;
                margin-bottom: 10px
            }

                .chat-contents .chat-content-wrap .chats .chat-bubble:first-child .chat-content {
                    border-top-right-radius: 20px !important
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble:last-child .chat-content {
                    border-bottom-right-radius: 20px !important
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .chat-time {
                    color: rgba(0,0,0,.5);
                    display: block;
                    font-size: 12px
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .attach-list {
                    color: #a6a8a9;
                    line-height: 24px;
                    list-style: none;
                    margin: 0;
                    padding: 5px 0 0
                }

                    .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .attach-list .task-attach-img {
                        margin: 0 0 20px
                    }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content .chat-img-group p {
                    margin: 0 0 20px
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-content p {
                    margin: 0
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble:hover .chat-action-btns {
                    display: block
                }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-action-btns {
                    display: none
                }

                    .chat-contents .chat-content-wrap .chats .chat-bubble .chat-action-btns ul {
                        list-style: none;
                        margin: 15px 15px 0;
                        padding: 0
                    }

                        .chat-contents .chat-content-wrap .chats .chat-bubble .chat-action-btns ul li {
                            display: inline-block;
                            margin-left: 5px;
                            font-size: 18px
                        }

                            .chat-contents .chat-content-wrap .chats .chat-bubble .chat-action-btns ul li a {
                                color: #7a7c7f
                            }

                .chat-contents .chat-content-wrap .chats .chat-bubble .chat-img-attach {
                    position: relative;
                    float: right;
                    border-radius: 4px;
                    margin: 0 0 12px 12px
                }

                    .chat-contents .chat-content-wrap .chats .chat-bubble .chat-img-attach .chat-placeholder {
                        background: rgba(69,81,97,.6);
                        border-radius: 4px;
                        color: #fff;
                        height: 100%;
                        width: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        justify-content: flex-end;
                        -webkit-justify-content: flex-end;
                        -ms-flex-pack: flex-end;
                        padding: 13px
                    }

                        .chat-contents .chat-content-wrap .chats .chat-bubble .chat-img-attach .chat-placeholder .chat-img-name {
                            font-size: 12px;
                            font-weight: 700;
                            line-height: 16px
                        }

                        .chat-contents .chat-content-wrap .chats .chat-bubble .chat-img-attach .chat-placeholder .chat-file-desc {
                            font-size: 11px
                        }

            .chat-contents .chat-content-wrap .chats .chat-right .chat-body {
                padding: 0 10px 0 48px
            }

                .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
                    background-color: #f2f3f4;
                    border: 1px solid #e2e4e6;
                    clear: both;
                    color: #646669;
                    display: block;
                    float: right;
                    max-width: 60%;
                    position: relative;
                    margin: 0;
                    padding: 8px 15px;
                    border-radius: 20px 2px 2px 20px
                }

                    .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content .chat-time {
                        text-align: right
                    }

                    .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content.img-content {
                        background-color: transparent;
                        border: 0;
                        color: #7a7c7f;
                        padding: 0;
                        text-align: right
                    }

                .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-time {
                    text-align: right
                }

                .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-action-btns {
                    float: right
                }

            .chat-contents .chat-content-wrap .chats .chat-left {
                width: 100%;
                float: left
            }

                .chat-contents .chat-content-wrap .chats .chat-left .chat-avatar {
                    float: left
                }

                    .chat-contents .chat-content-wrap .chats .chat-left .chat-avatar .avatar {
                        line-height: 30px;
                        height: 30px;
                        width: 30px
                    }

                .chat-contents .chat-content-wrap .chats .chat-left .chat-body {
                    margin: 0;
                    padding: 0 20px 0 0;
                    display: block;
                    overflow: hidden
                }

                .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
                    background-color: #fff;
                    border: 1px solid #e9e9ea;
                    color: #7a7c7f;
                    float: left;
                    position: relative;
                    max-width: 60%;
                    padding: 8px 15px;
                    border-radius: 2px 20px 20px 2px
                }

@media(max-width:575px) {
    .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
        max-width: 80%
    }
}

.chat-contents .chat-content-wrap .chats .chat-left .chat-bubble:first-child .chat-content {
    border-top-left-radius: 20px
}

.chat-contents .chat-content-wrap .chats .chat-left .chat-bubble:last-child .chat-content {
    border-bottom-left-radius: 20px
}

.chat-contents .chat-content-wrap .chats .chat-left .chat-img-attach {
    float: left;
    margin: 0 12px 12px 0
}

.chat-sidebar .chat-line .chat-date {
    background-color: #fff;
    top: 10px
}

.chat-line {
    border-bottom: 1px solid #e9e9ea;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 7px 0 20px
}

    .chat-line .chat-date {
        background-color: #f7f7f7;
        color: #646669;
        font-size: 12px;
        padding: 0 11px;
        position: relative;
        top: 7px;
        left: -15px
    }

.chat-main-row {
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    .chat-main-row .chat-main-wrapper {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%
    }

        .chat-main-row .chat-main-wrapper .message-view {
            display: table-cell;
            height: 100%;
            float: none;
            position: static;
            vertical-align: top;
            width: 75%;
            padding: 0
        }

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .message-view {
        width: 100%
    }
}

.chat-main-row .chat-main-wrapper .chat-sidebar {
    background-color: #fff;
    border-left: 1px solid #e9e9ea;
    width: 300px !important
}

.chat-sidebar .chat-contents {
    background-color: #fff
}

    .chat-sidebar .chat-contents .chats {
        padding: 15px 15px 30px
    }

        .chat-sidebar .chat-contents .chats .chat-left {
            margin: 0 0 20px
        }

            .chat-sidebar .chat-contents .chats .chat-left .chat-avatar {
                float: left
            }

                .chat-sidebar .chat-contents .chats .chat-left .chat-avatar .avatar {
                    width: 30px;
                    height: 30px;
                    line-height: 30px
                }

            .chat-sidebar .chat-contents .chats .chat-left .chat-body {
                margin: 0 0 0 50px;
                padding: 0
            }

                .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble {
                    display: block;
                    width: 100%;
                    float: left;
                    margin: 0 0 10px
                }

                    .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble .chat-content {
                        border: 0;
                        padding: 0;
                        background-color: transparent;
                        max-width: 100%;
                        border-radius: 0 !important
                    }

                        .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble .chat-content .task-chat-user {
                            color: #373b3e;
                            font-size: 13px
                        }

                        .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble .chat-content .chat-time {
                            color: #7a7c7f;
                            display: inline-block;
                            font-size: 11px
                        }

                        .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble .chat-content .call-details {
                            margin: 10px 0 0;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex
                        }

                            .chat-sidebar .chat-contents .chats .chat-left .chat-body .chat-bubble .chat-content .call-details .call-info {
                                margin-left: 10px;
                                width: 100%
                            }

.video-window .fixed-header {
    padding: 0 !important;
    border: 0
}

    .video-window .fixed-header .nav li a {
        padding: 18px 15px
    }

.chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center
}

    .chat-profile-img .edit-profile-img {
        height: 120px;
        margin: 0 auto;
        position: relative;
        width: 120px;
        cursor: pointer
    }

        .chat-profile-img .edit-profile-img img {
            height: auto;
            margin: 0;
            width: 120px;
            border-radius: 50%
        }

        .chat-profile-img .edit-profile-img .change-img {
            background-color: rgba(0,0,0,.3);
            color: #fff;
            display: none;
            height: 100%;
            line-height: 120px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%
        }

        .chat-profile-img .edit-profile-img:hover .change-img {
            display: block !important
        }

    .chat-profile-img .edit-btn {
        height: 36px;
        width: 36px;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

        .chat-profile-img .edit-btn i {
            font-size: 13px
        }

.files-list {
    list-style: none;
    padding-left: 0
}

    .files-list > li {
        border-bottom: 1px solid #e9e9ea;
        margin: 2px 0 0;
        padding: 10px;
        border-radius: inherit
    }

        .files-list > li .files-cont {
            position: relative
        }

            .files-list > li .files-cont .file-type {
                height: 48px;
                position: absolute;
                width: 48px
            }

                .files-list > li .files-cont .file-type .files-icon {
                    background-color: #f5f6f7;
                    border: 1px solid #d5d8da;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    width: 38px;
                    border-radius: 4px
                }

                    .files-list > li .files-cont .file-type .files-icon i {
                        color: #7a7c7f;
                        font-size: 20px
                    }

            .files-list > li .files-cont .files-info {
                padding: 0 30px 0 50px
            }

                .files-list > li .files-cont .files-info .text-ellipsis {
                    display: block;
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                .files-list > li .files-cont .files-info .file-author a {
                    color: #ff902f;
                    font-size: 12px;
                    text-decoration: underline
                }

                .files-list > li .files-cont .files-info .file-author .file-date {
                    color: #7a7c7f;
                    font-size: 12px
                }

            .files-list > li .files-cont .files-action {
                display: none;
                height: 30px;
                list-style: none;
                padding-left: 0;
                text-align: right;
                width: 30px;
                position: absolute;
                top: 0;
                right: 0
            }

                .files-list > li .files-cont .files-action a {
                    color: #7a7c7f
                }

        .files-list > li:hover .files-action {
            display: block
        }

.search-box {
    margin-top: 5px
}

@media(max-width:991px) {
    .search-box {
        display: none
    }
}

.search-box .input-group {
    background-color: #f7f7f7;
    border: 1px solid #e2e4e6;
    border-radius: 50px
}

    .search-box .input-group .form-control {
        background: 0 0;
        border: none
    }

    .search-box .input-group .btn {
        background-color: transparent;
        border: 0
    }

.upload-drop-zone {
    background-color: #fff;
    border: 2px dashed #e2e4e6;
    color: #d3d3d4;
    height: 200px;
    line-height: 200px;
    margin-bottom: 20px;
    text-align: center
}

    .upload-drop-zone .upload-text {
        font-size: 24px;
        margin-left: 10px
    }

.upload-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .upload-list .file-size {
        color: #7a7c7f
    }

    .upload-list .file-list {
        background-color: #fff;
        border-top: 1px solid #e2e4e6;
        padding: 10px 0
    }

        .upload-list .file-list:first-child {
            border-top: none
        }

    .upload-list .upload-wrap {
        position: relative;
        margin: 0 0 5px;
        padding: 0 20px 0 0
    }

    .upload-list .file-name {
        padding-right: 15px;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        color: #7a7c7f;
        margin: 0 5px 0 0;
        vertical-align: middle
    }

    .upload-list .file-close {
        border: none;
        background: 0 0;
        color: #d3d3d4;
        position: absolute;
        top: 2px;
        right: 0
    }

    .upload-list .progress {
        margin-bottom: 5px
    }

    .upload-list .upload-process {
        font-size: 10px;
        color: #7a7c7f
    }

.voice-call-avatar {
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column
}

    .voice-call-avatar .call-avatar {
        width: 150px;
        height: 150px;
        border: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        margin: 3px;
        padding: 3px;
        border-radius: 100%
    }

        .voice-call-avatar .call-avatar .username {
            font-size: 18px;
            text-transform: uppercase
        }

        .voice-call-avatar .call-avatar .call-timing-count {
            padding: 5px
        }

@media(max-width:768px) {
    .voice-call-avatar .call-avatar {
        width: 120px;
        height: 120px
    }
}

.call-users {
    z-index: 99;
    position: absolute;
    right: 20px;
    bottom: 20px
}

    .call-users ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .call-users ul li {
            float: left;
            width: 80px;
            margin-left: 10px
        }

            .call-users ul li img {
                background-color: #fff;
                border: 1px solid rgba(0,0,0,.1);
                border-radius: 6px;
                padding: 2px
            }

            .call-users ul li .call-mute {
                width: 80px;
                height: 80px;
                background-color: rgba(0,0,0,.5);
                text-align: center;
                line-height: 80px;
                font-size: 30px;
                color: #fff;
                display: none;
                border: 3px solid transparent;
                border-radius: 6px;
                position: absolute;
                top: 0
            }

            .call-users ul li a:hover .call-mute {
                display: block
            }

.call-icons {
    text-align: center;
    position: relative
}

    .call-icons .call-items {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        border-radius: 5px
    }

        .call-icons .call-items .call-item {
            display: inline-block;
            text-align: center;
            margin-right: 5px
        }

            .call-icons .call-items .call-item a {
                color: #7a7c7f;
                border: 1px solid #d5d8da;
                width: 50px;
                height: 50px;
                line-height: 50px;
                display: inline-block;
                font-size: 20px;
                border-radius: 50px
            }

    .call-icons .end-call {
        position: absolute;
        top: 7px;
        right: 0
    }

@media(max-width:575px) {
    .call-icons .end-call {
        margin-top: 10px;
        position: inherit
    }
}

.call-icons .end-call a {
    background-color: #f85774;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 50px
}

.chat-sidebar .chats {
    padding: 15px 15px 30px
}

.chat-sidebar .chat-left .chat-avatar {
    float: left
}

    .chat-sidebar .chat-left .chat-avatar .avatar {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

.chat-sidebar .chat-left .chat-body {
    margin: 0 0 0 50px;
    padding: 0
}

.user-video {
    overflow: auto;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    .user-video img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        display: block;
        margin: 0 auto
    }

.my-video {
    z-index: 99;
    position: absolute;
    right: 20px;
    bottom: 20px
}

    .my-video ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .my-video ul li {
            float: left;
            width: 120px;
            margin-right: 10px
        }

@media(max-width:575px) {
    .my-video ul li {
        width: 80px
    }
}

.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px
}

.call-box {
    display: block;
    background: #ff902f;
    background: linear-gradient(to right,#FF902F 0%,#FC6075 100%);
    position: sticky;
    top: 0;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden
}

    .call-box.incoming-box .call-end, .call-box.incoming-box .call-start {
        margin: 0 10px !important
    }

    .call-box .call-avatar {
        height: 150px;
        max-width: 150px;
        min-width: 150px;
        position: relative;
        width: 100%;
        border-radius: 100%
    }

    .call-box .call-wrapper {
        height: calc(100vh - 60px);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

        .call-box .call-wrapper .call-user {
            margin-bottom: 50px
        }

            .call-box .call-wrapper .call-user h4 {
                color: #fff
            }

            .call-box .call-wrapper .call-user .call-box .call-wrapper .call-user span {
                display: block;
                color: #fff;
                font-weight: 500;
                text-align: center
            }

        .call-box .call-wrapper .call-avatar {
            cursor: pointer;
            animation: ripple 2s infinite;
            margin: 0 0 50px;
            border-radius: 50%
        }

        .call-box .call-wrapper .call-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center
        }

            .call-box .call-wrapper .call-items .call-item {
                background-color: rgba(255,255,255,.2);
                border: 1px solid transparent;
                color: #fff;
                line-height: 0;
                margin: 0 5px;
                padding: 15px;
                border-radius: 100%
            }

@media(max-width:575px) {
    .call-box .call-wrapper .call-items .call-item {
        padding: 10px
    }
}

.call-box .call-wrapper .call-items .call-item.call-start {
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    margin: 30px 20px 0;
    padding: 20px;
    border-radius: 100%
}

@media(max-width:575px) {
    .call-box .call-wrapper .call-items .call-item.call-start {
        padding: 10px
    }
}

.call-box .call-wrapper .call-items .call-item:first-child {
    margin-top: -30px
}

.call-box .call-wrapper .call-items .call-item.call-end {
    background: #f85774;
    border: 1px solid #f85774;
    color: #fff;
    line-height: 0;
    margin: 30px 20px 0;
    padding: 20px;
    border-radius: 100%
}

@media(max-width:575px) {
    .call-box .call-wrapper .call-items .call-item.call-end {
        margin: 0 10px;
        padding: 10px
    }
}

.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px
}

.leave-delete-btn {
    font-weight: 500;
    min-height: 30px;
    margin: 0 0 0 10px;
    padding: 2px 15px
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px transparent
    }
}

@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.1);
        box-shadow: 0 0 0 0 rgba(0,0,0,.1)
    }

    100% {
        -moz-box-shadow: 0 0 0 50px transparent;
        box-shadow: 0 0 0 50px transparent
    }
}

.fc-button {
    background: #f2f3f4;
    border: none;
    color: #7a7c7f;
    text-transform: capitalize;
    box-shadow: none;
    height: auto;
    border-radius: 3px;
    margin: 0 3px !important;
    padding: 6px 12px
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #ff902f !important;
    color: #fff !important;
    text-shadow: none !important
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

th.fc-widget-header {
    background: #ecedee;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-color: #f5f6f7;
    padding: 10px 0
}

.fc-event {
    border: none;
    cursor: move;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    margin: 1px 7px;
    padding: 5px
}

.form-sort {
    position: relative
}

    .form-sort i {
        position: absolute;
        z-index: 101;
        width: 16px;
        height: 16px;
        top: 12px;
        left: 10px
    }

    .form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 35px
    }

    .form-sort span.select2-container.select2-container--default.select2-container--open {
        z-index: 99
    }

.search-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .search-set .search-input {
        position: relative;
        margin-right: 0
    }

        .search-set .search-input input[type=search] {
            height: 38px;
            border: 1px solid rgba(145,158,171,.3);
            background: #fff;
            width: 227px;
            border-radius: 8px;
            padding: 10px
        }

            .search-set .search-input input[type=search]::placeholder {
                color: #000
            }

@media(max-width:1199px) {
    .search-set .search-input input[type=search] {
        width: 200px
    }
}

@media(max-width:991px) {
    .search-set .search-input input[type=search] {
        width: 200px
    }
}

@media(max-width:767px) {
    .search-set .search-input input[type=search] {
        width: 130px
    }
}

@media(max-width:575px) {
    .search-set .search-input input[type=search] {
        width: auto
    }
}

.search-set .search-input .btn-searchset {
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0
}

    .search-set .search-input .btn-searchset .feather-search {
        width: 14px;
        height: 14px
    }

.filter-section > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end
}

@media(max-width:767px) {
    .filter-section > ul {
        margin-bottom: 20px
    }
}

@media(max-width:575px) {
    .filter-section > ul {
        flex-direction: column;
        align-items: start
    }
}

.filter-section > ul > li + li {
    margin-left: 10px
}

@media(max-width:575px) {
    .filter-section > ul > li + li {
        margin-left: 0;
        margin-top: 10px
    }
}

.filter-section > ul > li .select2-container {
    min-width: 200px !important
}

    .filter-section > ul > li .select2-container .select2-selection.select2-selection--single {
        height: 38px
    }

    .filter-section > ul > li .select2-container .select2-selection .select2-selection__rendered {
        line-height: 38px
    }

.filter-section > ul > li .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.view-icons .btn-link.active {
    background-color: #ff902f;
    border-color: #ff902f
}

    .view-icons .btn-link.active i {
        color: #fff
    }

.set-star i {
    color: #e2e4e6
}

    .set-star i.filled {
        color: #ffbc34
    }

.contact-table .action-label a {
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 20px
}

    .contact-table .action-label a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        background: #55ce63;
        margin-left: 10px
    }

    .contact-table .action-label a.badge-outline-success {
        color: #55ce63;
        border-color: #55ce63
    }

        .contact-table .action-label a.badge-outline-success::before {
            background: #55ce63
        }

    .contact-table .action-label a.badge-outline-danger {
        color: #fc133d;
        border-color: #fc133d
    }

        .contact-table .action-label a.badge-outline-danger::before {
            background: #fc133d
        }

.badge-soft-purple {
    background: #f4f0fd;
    color: #9368e9
}

.form-focus.focused .focus-label {
    z-index: 100
}

.form-sorts.dropdown {
    background: #fff;
    border: 1px solid rgba(145,158,171,.3);
    height: 38px;
    border-radius: 8px;
    padding: 10px
}

    .form-sorts.dropdown a {
        color: #000
    }

        .form-sorts.dropdown a.dropdown-toggle::after {
            margin-left: 8px
        }

.filter-checks .checkboxs {
    display: block;
    cursor: pointer;
    user-select: none
}

    .filter-checks .checkboxs input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

        .filter-checks .checkboxs input ~ .checkmarks {
            border: 1px solid #adb5bd;
            border-radius: 5px
        }

        .filter-checks .checkboxs input:checked ~ .checkmarks {
            background-color: #ff902f;
            border-color: #ff902f
        }

            .filter-checks .checkboxs input:checked ~ .checkmarks:after {
                display: block
            }

    .filter-checks .checkboxs .checkmarks {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 0;
        left: 0
    }

        .filter-checks .checkboxs .checkmarks:after {
            content: "";
            position: absolute;
            display: none
        }

        .filter-checks .checkboxs .checkmarks:after {
            left: 7px;
            top: 3px;
            width: 5px;
            height: 9px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

.filter-set-content-head a i {
    transition: .5s all
}

.filter-set-content-head a:not(.collapsed) i {
    transform: rotate(90deg);
    transition: .5s all
}

.form-sorts {
    position: relative
}

    .form-sorts .filter-dropdown-menu {
        padding: 24px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #d3d3d4;
        box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
        position: absolute;
        z-index: 1;
        min-width: 320px;
        right: 0;
        top: 40px;
        opacity: 0;
        display: none
    }

@media(max-width:575px) {
    .form-sorts .filter-dropdown-menu {
        right: unset;
        left: 0;
        min-width: 280px
    }
}

.form-sorts.table-filter-show .filter-dropdown-menu {
    display: block;
    opacity: 1
}

.form-sorts .filter-set-head h4 {
    font-size: 20px;
    border-bottom: 1px solid #d3d3d4;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.form-sorts .filter-set-content {
    margin-bottom: 15px
}

    .form-sorts .filter-set-content .filter-set-content-head a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

.form-sorts .filter-reset-btns {
    border-top: 1px solid #d3d3d4;
    padding-top: 15px
}

    .form-sorts .filter-reset-btns a {
        padding: 10px 40px
    }

@media(max-width:575px) {
    .form-sorts .filter-reset-btns a {
        padding: 10px 30px
    }
}

.form-sorts .filter-reset-btns .btn-light {
    background: #f5f6f7;
    border-color: #f5f6f7;
    margin-right: 15px
}

.filter-set-contents ul {
    background: #f5f6f7;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px
}

    .filter-set-contents ul li {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

        .filter-set-contents ul li:last-child {
            margin-bottom: 0
        }

        .filter-set-contents ul li .rating {
            margin-left: 28px
        }

            .filter-set-contents ul li .rating i {
                color: #e2e4e6
            }

                .filter-set-contents ul li .rating i.filled {
                    color: #ffbc34
                }

            .filter-set-contents ul li .rating span {
                margin-left: 5px
            }

        .filter-set-contents ul li .collapse-inside-text {
            margin-left: 28px
        }

            .filter-set-contents ul li .collapse-inside-text h5 {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 500
            }

.filter-filelds .filter-row .btn {
    background: #212529;
    color: #fff;
    border-color: #212529
}

td ul.social-links li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px
}

    td ul.social-links li a:hover {
        background: #e2e4e6
    }

    td ul.social-links li a i {
        color: #373b3e
    }

.title-head {
    justify-content: end;
    align-items: center
}

@media(max-width:767px) {
    .title-head {
        justify-content: start;
        margin-top: 20px
    }
}

@media(max-width:575px) {
    .title-head {
        flex-direction: column;
        row-gap: 20px;
        align-items: start
    }
}

.title-head .add-btn {
    margin-left: 10px;
    border-radius: 5px
}

@media(max-width:575px) {
    .title-head .add-btn {
        margin-left: 0
    }
}

.title-head .form-sort .list-view {
    padding: 10px 10px 10px 30px;
    background-color: #fff;
    border: 1px solid #e2e4e6;
    color: #7a7c7f;
    font-size: 14px;
    text-decoration: none;
    line-height: normal
}

.view-icons .btn-link:hover {
    background: #ff902f;
    border-color: #ff902f
}

    .view-icons .btn-link:hover i {
        color: #fff
    }

.view-icons .btn-link.active-filter {
    background: #ff902f;
    border-color: #ff902f
}

    .view-icons .btn-link.active-filter i {
        color: #fff
    }

.custom-modal-two .modal-dialog {
    max-width: 800px
}

.add-details-wizard ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

@media(max-width:575px) {
    .add-details-wizard ul {
        flex-direction: column
    }
}

.add-details-wizard ul li {
    line-height: normal;
    background: #f5f6f7;
    padding: 10px 20px;
    color: #4d5154;
    display: flex;
    align-items: center
}

@media(max-width:575px) {
    .add-details-wizard ul li {
        width: 100%;
        margin-bottom: 10px
    }
}

.add-details-wizard ul li span {
    margin-right: 5px
}

.add-details-wizard ul li .multi-step-info h6 {
    margin-bottom: 0;
    font-size: 14px
}

.add-details-wizard ul li.active {
    background: #ff902f;
    color: #fff
}

    .add-details-wizard ul li.active span i {
        color: #fff
    }

    .add-details-wizard ul li.active h6 {
        color: #fff
    }

.form-upload-profile {
    padding: 15px;
    background: #f5f6f7;
    border-radius: 5px;
    margin-bottom: 10px
}

.col-form-label {
    padding: 0 0 5px;
    font-size: 12px
}

.col-form-label, .form-upload-profile h6 {
    color: #373b3e;
    font-weight: 500; 
   
}

.form-upload-profile h6 {
    margin-bottom: 15px
}

    .form-upload-profile h6 span {
        color: #fc133d
    }

.modal-header.header-border {
    border-bottom: 1px solid #d3d3d4 !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px
}

    .modal-header.header-border h5 {
        font-size: 20px !important
    }

@media(max-width:767px) {
    .modal-header.header-border h5 {
        font-size: 18px !important
    }
}

.modal-padding .modal-content {
    padding: 24px
}

.profile-pic-upload {
    display: flex;
    align-items: center
}

    .profile-pic-upload .profile-pic {
        width: 80px;
        height: 80px;
        border: 1px dashed #d3d3d4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0
    }

@media(max-width:575px) {
    .profile-pic-upload .profile-pic {
        width: 60px;
        height: 60px
    }
}

.employee-field {
    display: flex;
    align-items: center
}

    .employee-field .image-upload {
        height: 38px;
        background: #ff902f;
        border-radius: 5px;
        width: 73px;
        position: relative;
        margin-right: 10px
    }

        .employee-field .image-upload input {
            width: 73px;
            height: 38px;
            opacity: 0;
            position: relative;
            z-index: 1
        }

        .employee-field .image-upload .image-uploads h4 {
            position: absolute;
            margin-bottom: 0;
            font-size: 15px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            line-height: normal
        }

    .employee-field .img-reset-btn a {
        color: #373b3e;
        padding: 10px
    }

.select2-container {
    z-index: unset !important
}

.status-toggle.small-toggle-btn {
    float: unset
}

    .status-toggle.small-toggle-btn .label-text {
        color: #909294;
        font-size: 12px;
        font-weight: 500
    }

    .status-toggle.small-toggle-btn .checktoggle {
        width: 30px;
        height: 14px
    }

        .status-toggle.small-toggle-btn .checktoggle:after {
            width: 10px;
            height: 10px
        }

    .status-toggle.small-toggle-btn .check:checked + .checktoggle:after {
        right: 0;
        width: 10px;
        height: 10px
    }

.select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    background: #e2e4e6;
    height: 10px
}

.select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e7e7e7;
    border-radius: 4px
}

.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #ff902f;
    border-radius: 4px
}

    .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #e2e4e6
    }

.contact-box {
    display: inline-table;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 30px 15px
}

.contact-list {
    list-style: none;
    width: 96%;
    margin: 0;
    padding: 0
}

    .contact-list > li {
        background-color: #fff;
        border-bottom: 1px solid #e9e9ea;
        border-radius: inherit;
        padding: 10px
    }

        .contact-list > li .contact-cont {
            position: relative
        }

            .contact-list > li .contact-cont .user-img {
                display: inline-block;
                position: relative
            }

                .contact-list > li .contact-cont .user-img .status {
                    background-color: #263238;
                    display: inline-block;
                    border: 2px solid #fff;
                    height: 10px;
                    margin: 0;
                    width: 10px;
                    border-radius: 50%;
                    position: absolute;
                    right: 0;
                    bottom: 0
                }

            .contact-list > li .contact-cont .contact-info {
                padding: 0 30px 0 50px
            }

                .contact-list > li .contact-cont .contact-info .text-ellipsis {
                    display: block;
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                .contact-list > li .contact-cont .contact-info .contact-date {
                    color: #7a7c7f;
                    font-size: 12px
                }

            .contact-list > li .contact-cont .contact-action {
                height: 30px;
                list-style: none;
                padding-left: 0;
                text-align: right;
                width: 30px;
                position: absolute;
                top: 10px;
                right: 0
            }

                .contact-list > li .contact-cont .contact-action .action-icon {
                    color: #7a7c7f;
                    font-size: 18px;
                    display: inline-block
                }

.bg-soft-dark {
    background-color: rgba(64,81,137,.18) !important
}

.bg-soft-light {
    background-color: rgba(243,246,249,.18) !important
}

.contact-alphapets {
    background-color: #fff;
    border-left: 1px solid #d5d8da;
    height: 100%;
    overflow: hidden;
    padding-bottom: 114px;
    width: 50px;
    position: fixed;
    top: 114px;
    right: 0;
    bottom: 0
}

    .contact-alphapets .alphapets-inner {
        height: 100%;
        overflow: auto
    }

        .contact-alphapets .alphapets-inner a {
            display: block;
            text-align: center;
            padding: 2px;
            color: #373b3e
        }

@media(max-width:991px) {
    .top-action-left .btn-group {
        margin-bottom: 15px
    }
}

.bg-maroon {
    background-color: #f43b48 !important
}

.bg-blue {
    background-color: #00c5fb !important
}

.bg-orange {
    background-color: #ff9b44 !important
}

.card-radio .form-check-input {
    display: none
}

.form-check .form-check-input {
    cursor: pointer
}

.form-check-input:checked {
    background-color: #405189;
    border-color: #405189
}

.card-radio .form-check-input:checked + .form-check-label {
    border-color: #3bb800 !important
}

.card-radio .form-check-label {
    background-color: var(--vz-card-bg);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 32px;
    padding: 10px
}

.form-check label {
    cursor: pointer
}

.card-radio .form-check-input:checked + .form-check-label:before {
    content: "✓";
    font-family: line awesome free;
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 10px;
    background: #3bb800;
    font-weight: 900;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #f4f4f9;
    transform: translate(0%)
}

.form-wizard-button .button, .form-wizard-button .btn {
    padding: 10px 12px;
    font-size: 15px;
    line-height: normal;
    border-radius: 5px
}

    .form-wizard-button .button.btn-lights, .form-wizard-button .btn.btn-lights {
        background: #f5f6f7;
        border: 1px solid #f5f6f7;
        margin-right: 10px;
        color: #373b3e
    }

.add-info-fieldset fieldset {
    display: none
}

    .add-info-fieldset fieldset#first-field {
        display: block
    }

    .add-info-fieldset fieldset#edit-first-field {
        display: block
    }

.access-info-tab .custom_radio {
    margin-right: 15px
}

    .access-info-tab .custom_radio .checkmark {
        background: 0 0
    }

        .access-info-tab .custom_radio .checkmark::after {
            opacity: 0;
            background: #fff;
            width: 8px;
            height: 8px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

    .access-info-tab .custom_radio.active .checkmark {
        background: #ff902f;
        border-color: #ff902f
    }

        .access-info-tab .custom_radio.active .checkmark::after {
            opacity: 1
        }

.people-select-tab {
    background: #f5f6f7;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 24px
}

    .people-select-tab h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .people-select-tab label {
        width: 100%;
        position: relative;
        padding: 5px;
        background: 0 0
    }

        .people-select-tab label.custom_check .checkmark {
            background: #f5f6f7;
            border-color: #d3d3d4;
            right: 10px;
            left: unset;
            top: 50%;
            transform: translatey(-50%)
        }

        .people-select-tab label.custom_check input:checked ~ .checkmark {
            background: #ff902f;
            border-color: #ff902f
        }

        .people-select-tab label .people-profile img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 5px
        }

        .people-select-tab label .people-profile a {
            color: #4d5154;
            font-size: 14px
        }

.select-people-checkbox.checkbox-checked .custom_check {
    background: #fff
}

    .select-people-checkbox.checkbox-checked .custom_check .checkmark {
        background: #ff902f;
        border-color: #ff902f
    }

        .select-people-checkbox.checkbox-checked .custom_check .checkmark::after {
            opacity: 1;
            display: block
        }

.select-confirm-btn {
    text-align: right
}

    .select-confirm-btn a {
        background: #fc6075;
        color: #fff;
        padding: 9px 12px;
        font-size: 15px
    }

        .select-confirm-btn a:hover {
            background: #fc133d;
            color: #fff;
            border-color: #fc133d
        }

.status-radio:checked, .status-radio:not(:checked) {
    position: absolute;
    left: -9999px
}

    .status-radio:checked + label, .status-radio:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666
    }

        .status-radio:checked + label:before, .status-radio:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #d3d3d4;
            border-radius: 100%;
            background: #fff
        }

        .status-radio:checked + label:before {
            background: #ff902f;
            border-color: #ff902f
        }

.status-radio[type=radio]:checked + label:after, .status-radio[type=radio]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.people-status-radio {
    margin-right: 10px
}

.success-message h3 {
    margin-bottom: 10px;
    font-size: 20px
}

.success-message p {
    margin-bottom: 0
}

.success-message .form-wizard-button {
    margin-top: 40px
}

.success-popup-icon {
    background: #ffebda;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px
}

    .success-popup-icon i {
        color: #ff902f;
        font-size: 42px
    }

    .success-popup-icon.bg-danger {
        background: #feeaee !important
    }

        .success-popup-icon.bg-danger i {
            color: #fc133d
        }

.contact-grid {
    box-shadow: 0 4px 54px 0 rgba(224,224,224,.2509803922);
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 24px;
    background: #fff;
    margin-bottom: 24px
}

    .contact-grid .grid-head {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .contact-grid .grid-head .users-profile {
            display: flex;
            align-items: center
        }

            .contact-grid .grid-head .users-profile .avatar {
                width: 45px;
                height: 45px
            }

            .contact-grid .grid-head .users-profile .name-user {
                margin-bottom: 0
            }

                .contact-grid .grid-head .users-profile .name-user a {
                    color: #373b3e;
                    font-size: 15px
                }

                .contact-grid .grid-head .users-profile .name-user span {
                    display: block;
                    color: #4d5154;
                    font-size: 14px;
                    font-weight: 400
                }

        .contact-grid .grid-head .dropdown .dropdown-toggle::after {
            display: none
        }

        .contact-grid .grid-head .dropdown .dropdown-toggle i {
            color: #373b3e
        }

    .contact-grid .grid-body .address-info {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin: 20px 0
    }

        .contact-grid .grid-body .address-info span {
            display: inline-flex;
            align-items: center;
            line-height: normal;
            margin-bottom: 10px;
            color: #4d5154;
            font-size: 14px
        }

            .contact-grid .grid-body .address-info span i {
                margin-right: 8px
            }

            .contact-grid .grid-body .address-info span:last-child {
                margin-bottom: 0
            }

    .contact-grid .grid-body .grid-badges span + span {
        margin-left: 5px
    }

    .contact-grid .grid-footer {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e9e9ea
    }

        .contact-grid .grid-footer .social-links li a {
            color: #373b3e;
            width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: .5s all
        }

            .contact-grid .grid-footer .social-links li a:hover {
                background: #ff902f;
                color: #fff;
                transition: .5s all
            }

#filter_inputs {
    display: none
}

#filter_search {
    position: relative;
    margin-right: 15px
}

    #filter_search:after {
        content: "";
        width: 1px;
        height: 25px;
        background: #d3d3d4;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%)
    }

@media(max-width:575px) {
    #filter_search:after {
        display: none
    }
}

.bootstrap-tagsinput {
    border-color: #d3d3d4;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    color: #4d5154;
    min-height: 44px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .bootstrap-tagsinput .tag {
        background: #f5f6f7;
        color: #373b3e;
        padding: 2px 5px;
        line-height: normal;
        border-radius: 5px;
        font-size: 14px
    }

.table-avatar .company-img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e4e6;
    border-radius: 50%
}

.star-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #f5f6f7;
    color: #ffbc34
}

    .star-icon i {
        font-size: 14px
    }

.contact-wrap {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.25);
    background: #fff;
    border-radius: 5px;
    margin: 0 0 24px;
    padding: 24px 24px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

    .contact-wrap .contact-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 10px
    }

        .contact-wrap .contact-profile .avatar {
            margin-right: 15px;
            flex-shrink: 0
        }

            .contact-wrap .contact-profile .avatar img {
                flex-shrink: 0
            }

@media(max-width:768px) {
    .contact-wrap .contact-profile .avatar {
        width: 60px;
        height: 60px
    }
}

.contact-wrap .contact-profile .avatar.company-avatar {
    border: 1px solid #d3d3d4;
    width: 80px;
    height: 80px
}

    .contact-wrap .contact-profile .avatar.company-avatar img {
        width: 48px;
        height: auto
    }

@media(max-width:768px) {
    .contact-wrap .contact-profile .avatar.company-avatar {
        width: 60px;
        height: 60px
    }
}

.contact-wrap .contact-profile .avatar.company-avatar .text-icon {
    color: #4d5154;
    font-size: 18px;
    font-weight: 500
}

.contact-wrap .contact-profile h4 {
    color: #373b3e;
    margin-bottom: 5px
}

.contact-wrap .contact-profile p {
    font-size: 14px;
    margin-bottom: 5px
}

.contact-wrap .contact-profile .status {
    border: 2px solid #fff;
    height: 10px;
    width: 10px;
    background-color: #55ce63;
    margin: 0;
    position: absolute;
    right: 7px;
    bottom: 5px;
    border-radius: 50%;
    display: inline-block
}

.contact-wrap .contact-profile .badge-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .contact-wrap .contact-profile .badge-rate .badge {
        font-size: 14px;
        font-weight: 400;
        border-radius: 5px;
        padding: 6px 10px;
        color: #373b3e;
        display: inline-block;
        margin-right: 15px
    }

        .contact-wrap .contact-profile .badge-rate .badge i {
            margin-right: 5px
        }

    .contact-wrap .contact-profile .badge-rate p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 0
    }

        .contact-wrap .contact-profile .badge-rate p i {
            color: #ffbc34;
            margin-right: 5px
        }

@media(max-width:767px) {
    .contact-wrap {
        margin: 0 0 24px;
        padding: 15px 15px 5px
    }
}

.bg-pink {
    background-color: #fc6075 !important
}

.action-drops {
    margin: 0 8px 10px 0
}

    .action-drops .dropdown-toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        border-radius: 5px;
        background: #55ce63;
        color: #fff;
        padding: 4px 13px;
        font-weight: 500;
        font-size: 14px
    }

        .action-drops .dropdown-toggle span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

    .action-drops .dropdown-menu {
        min-width: 100px
    }

        .action-drops .dropdown-menu a {
            font-size: 14px
        }

.contacts-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap
}

    .contacts-action > a {
        margin: 0 8px 10px 0
    }

        .contacts-action > a:last-child {
            margin-right: 0
        }

    .contacts-action .badge {
        margin: 0 8px 10px 0;
        padding: 7px 15px;
        font-size: 14px
    }

    .contacts-action .action-drops .dropdown-toggle {
        color: #fff
    }

    .contacts-action .dropdown-toggle {
        margin-right: 0;
        color: #373b3e
    }

        .contacts-action .dropdown-toggle::after {
            content: none
        }

    .contacts-action .btn {
        border-radius: 5px;
        padding: 6px 13px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 15px;
        font-weight: 500
    }

        .contacts-action .btn i {
            margin-right: 5px
        }

    .contacts-action .btn-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background: #f5f6f7;
        color: #373b3e
    }

        .contacts-action .btn-icon:hover {
            background: #ff902f;
            color: #fff !important
        }

.contact-sidebar {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.25);
    background: #fff;
    padding: 15px
}

    .contact-sidebar h5 {
        margin-bottom: 15px
    }

    .contact-sidebar .com-add {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 15px
    }

    .contact-sidebar ul {
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid #d3d3d4
    }

        .contact-sidebar ul:last-child {
            margin: 0;
            padding: 0;
            border: 0
        }

        .contact-sidebar ul li {
            font-size: 14px;
            margin-bottom: 15px
        }

            .contact-sidebar ul li:last-child {
                margin-bottom: 0
            }

    .contact-sidebar .social-info {
        padding-bottom: 15px
    }

        .contact-sidebar .social-info li {
            margin: 0 10px 5px 0
        }

    .contact-sidebar .tag-info {
        margin-bottom: 15px
    }

        .contact-sidebar .tag-info li {
            margin-bottom: 5px
        }

@media(max-width:1199px) {
    .contact-sidebar {
        margin-bottom: 24px
    }
}

.basic-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 14px
}

    .basic-info li span {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background: #f5f6f7;
        color: #373b3e;
        margin-right: 10px;
        flex-shrink: 0
    }

.set-info li a {
    color: #4d5154;
    display: flex;
    align-items: center
}

    .set-info li a:hover {
        color: #ff902f
    }

.set-info li i {
    margin-right: 5px
}

.other-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .other-info li .other-title {
        min-width: 110px;
        display: inline-block
    }

.company-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .company-info li span {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        border: 1px solid #d3d3d4;
        margin-right: 10px
    }

    .company-info li h6 {
        font-size: 14px;
        margin-bottom: 2px
    }

    .company-info li p {
        font-size: 14px;
        margin-bottom: 0
    }

.company-info.com-info li span {
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.company-info.com-info li p i {
    margin-right: 5px;
    color: #ffbc34
}

.deals-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .deals-info li img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-right: 10px
    }

    .deals-info li p {
        margin-bottom: 0
    }

.social-info li {
    display: inline-block
}

    .social-info li a {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background: #373b3e;
        color: #fff
    }

        .social-info li a:hover {
            background: #ff902f;
            color: #fff
        }

.tag-info li {
    margin-right: 5px;
    display: inline-block
}

    .tag-info li a {
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block
    }

    .tag-info li:last-child {
        margin-right: 0
    }

.projects-info li {
    margin-right: 5px;
    display: inline-block
}

    .projects-info li a {
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        padding: 8px 19px;
        display: inline-block
    }

        .projects-info li a:hover {
            color: #373b3e
        }

    .projects-info li:last-child {
        margin-right: 0
    }

.priority-info .dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    padding: 5px 10px
}

    .priority-info .dropdown .dropdown-toggle::after {
        content: none
    }

    .priority-info .dropdown .dropdown-toggle span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .priority-info .dropdown .dropdown-toggle span i {
            font-size: 6px
        }

.priority-info .dropdown a {
    font-size: 14px;
    color: #373b3e
}

    .priority-info .dropdown a span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .priority-info .dropdown a span i {
            font-size: 6px
        }

.priority-info .dropdown .dropdown-menu {
    width: 100%
}

.contact-tab-wrap {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.25);
    background: #fff;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px 15px 5px
}

    .contact-tab-wrap h4 {
        margin-bottom: 10px
    }

.contact-tab-view {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.25);
    background: #fff;
    border-radius: 5px;
    margin: 0;
    padding: 15px
}

.select-pipeline {
    position: relative
}

    .select-pipeline .pipe-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        z-index: 99;
        transform: translateY(-50%)
    }

    .select-pipeline .select2-container .select2-selection.select2-selection--single {
        height: 38px;
        border-radius: 5px
    }

        .select-pipeline .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
            padding-left: 30px;
            line-height: 38px
        }

        .select-pipeline .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
            height: 38px
        }

.pipeline-list {
    border-bottom: 1px solid #d3d3d4;
    margin-bottom: 13px
}

    .pipeline-list ul {
        margin-bottom: 8px
    }

        .pipeline-list ul li {
            display: inline-block
        }

            .pipeline-list ul li:first-child a {
                border-radius: 10px 0 0 10px
            }

            .pipeline-list ul li:last-child a {
                border-radius: 0
            }

            .pipeline-list ul li a {
                margin: 0 0 5px;
                padding: 12px 25px 12px 50px;
                font-size: 14px;
                font-weight: 500;
                display: inline-block;
                text-align: center;
                background: #f5f6f7;
                color: #373b3e;
                position: relative;
                min-width: 185px
            }

                .pipeline-list ul li a::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -23px;
                    width: 45px;
                    height: 45px;
                    -webkit-transform: scale(.707) rotate(45deg);
                    -ms-transform: scale(.707) rotate(45deg);
                    -moz-transform: scale(.707) rotate(45deg);
                    -transform: scale(.707) rotate(45deg);
                    z-index: 1;
                    background: #f5f6f7;
                    -webkit-box-shadow: 2px -2px 0 1px #fff,3px -3px 0 2px rgba(255,255,255,.1);
                    box-shadow: 2px -2px 0 1px #fff,3px -3px 0 2px rgba(255,255,255,.1);
                    border-radius: 0 5px 0 50px
                }

                .pipeline-list ul li a.bg-info {
                    color: #fff
                }

                    .pipeline-list ul li a.bg-info::after {
                        background: #009efb
                    }

                    .pipeline-list ul li a.bg-info:hover {
                        background: #009efb !important
                    }

                .pipeline-list ul li a.bg-warning {
                    color: #fff
                }

                    .pipeline-list ul li a.bg-warning::after {
                        background: #ffbc34
                    }

                    .pipeline-list ul li a.bg-warning:hover {
                        background: #ffbc34 !important
                    }

                .pipeline-list ul li a.bg-pending {
                    color: #fff
                }

                    .pipeline-list ul li a.bg-pending::after {
                        background: #9368e9
                    }

                    .pipeline-list ul li a.bg-pending:hover {
                        background: #9368e9 !important
                    }

                .pipeline-list ul li a.bg-pink {
                    color: #fff
                }

                    .pipeline-list ul li a.bg-pink::after {
                        background: #fc6075
                    }

                    .pipeline-list ul li a.bg-pink:hover {
                        background: #fc6075 !important
                    }

                .pipeline-list ul li a.bg-danger {
                    color: #fff
                }

                    .pipeline-list ul li a.bg-danger::after {
                        background: #fc133d
                    }

                    .pipeline-list ul li a.bg-danger:hover {
                        background: #fc133d !important
                    }

@media(max-width:575px) {
    .pipeline-list ul li a {
        width: calc(100% - 25px)
    }
}

@media(max-width:575px) {
    .pipeline-list ul li {
        display: block
    }
}

@media(max-width:575px) {
    .contact-nav {
        display: block
    }
}

.contact-nav li {
    display: inline-block;
    margin: 0 5px 10px 0
}

    .contact-nav li a {
        color: #4d5154;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding: 10px 20px
    }

        .contact-nav li a:hover, .contact-nav li a.active {
            color: #ff902f;
            border-color: #ff902f
        }

        .contact-nav li a i {
            font-size: 16px;
            margin-right: 5px
        }

@media(max-width:575px) {
    .contact-nav li {
        display: block
    }
}

.view-header {
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d3d3d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap
}

    .view-header h4 {
        margin-bottom: 15px
    }

    .view-header .com-add {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .view-header ul li {
        display: inline-block;
        margin: 0 20px 15px 0
    }

        .view-header ul li:last-child {
            margin-right: 0
        }

    .view-header .form-sort .select2-container {
        min-width: 140px !important
    }

        .view-header .form-sort .select2-container .select2-selection.select2-selection--single {
            height: 38px
        }

        .view-header .form-sort .select2-container .select2-selection .select2-selection__rendered {
            line-height: 38px;
            font-size: 14px;
            color: #4d5154
        }

    .view-header .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px
    }

.badge-day {
    background: #f4f0fd;
    color: #9368e9;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 4px 14px
}

    .badge-day i {
        margin-right: 5px
    }

.activity-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d3d3d4;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 5px
}

    .activity-wrap .activity-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        color: #fff;
        margin-right: 8px;
        flex-shrink: 0
    }

    .activity-wrap .activity-info h6 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .activity-wrap .activity-info p {
        font-size: 14px;
        margin-bottom: 5px
    }

        .activity-wrap .activity-info p:last-child {
            margin-bottom: 0
        }

    .activity-wrap .activity-info .avatar-xs img {
        width: 24px;
        height: 24px;
        border-radius: 50%
    }

.contact-head {
    margin-bottom: 5px
}

    .contact-head .contact-breadcrumb {
        margin-bottom: 5px
    }

        .contact-head .contact-breadcrumb li {
            color: #646669;
            position: relative;
            display: inline-block;
            margin: 0 2px 5px 0;
            padding: 0 0 0 10px
        }

            .contact-head .contact-breadcrumb li a {
                color: #646669
            }

                .contact-head .contact-breadcrumb li a i {
                    color: #fc6075;
                    margin-right: 5px
                }

                .contact-head .contact-breadcrumb li a:hover {
                    color: #fb7500
                }

            .contact-head .contact-breadcrumb li:last-child {
                margin-right: 0
            }

            .contact-head .contact-breadcrumb li:first-child {
                padding-left: 0
            }

                .contact-head .contact-breadcrumb li:first-child::before {
                    content: none
                }

            .contact-head .contact-breadcrumb li::before {
                content: "/";
                position: absolute;
                top: 0;
                left: 0
            }

            .contact-head .contact-breadcrumb li.before-none {
                padding-left: 5px
            }

                .contact-head .contact-breadcrumb li.before-none::before {
                    content: none
                }

    .contact-head .contact-pagination {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 10px
    }

        .contact-head .contact-pagination p {
            margin: 0 15px 0 0;
            font-size: 14px
        }

        .contact-head .contact-pagination ul li {
            display: inline-block;
            margin-right: 5px
        }

            .contact-head .contact-pagination ul li a {
                width: 26px;
                height: 26px;
                border-radius: 50%;
                background: #e2e4e6;
                color: #373b3e;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center
            }

                .contact-head .contact-pagination ul li a:hover {
                    background: #ff902f;
                    color: #fff
                }

            .contact-head .contact-pagination ul li:last-child {
                margin-right: 0
            }

.upcoming-info {
    background: rgba(245,246,247,.84);
    border-radius: 5px;
    padding: 15px 15px 5px
}

    .upcoming-info p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 8px;
        color: #373b3e
    }

    .upcoming-info .dropdown {
        margin-bottom: 10px
    }

        .upcoming-info .dropdown .dropdown-toggle {
            border: 1px solid #d3d3d4;
            border-radius: 5px;
            padding: 2px 9px;
            color: #373b3e;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-size: 14px
        }

            .upcoming-info .dropdown .dropdown-toggle::after {
                content: none
            }

        .upcoming-info .dropdown .avatar-xs {
            width: 16px;
            height: 16px;
            border-radius: 5px
        }

        .upcoming-info .dropdown .circle {
            font-size: 6px
        }

        .upcoming-info .dropdown .dropdown-menu a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-size: 14px;
            color: #373b3e
        }

.calls-activity .calls-box p:last-child {
    margin-bottom: 0
}

@media(max-width:767px) {
    .calls-activity .calls-box .caller-info {
        display: block
    }
}

.calls-box {
    margin: 0 0 20px;
    padding: 24px;
    border: 1px solid #d3d3d4;
    border-radius: 5px
}

    .calls-box:last-child {
        margin-bottom: 0
    }

    .calls-box .caller-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-bottom: 5px
    }

        .calls-box .caller-info .calls-user {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            margin-bottom: 10px
        }

            .calls-box .caller-info .calls-user img {
                width: 45px;
                height: 45px;
                border-radius: 50%;
                margin-right: 8px
            }

            .calls-box .caller-info .calls-user p {
                margin-bottom: 0
            }

                .calls-box .caller-info .calls-user p span {
                    color: #373b3e;
                    font-weight: 500
                }

        .calls-box .caller-info .calls-action {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            .calls-box .caller-info .calls-action .dropdown {
                margin: 0 8px 10px 0
            }

                .calls-box .caller-info .calls-action .dropdown:last-child {
                    margin-right: 0
                }

                .calls-box .caller-info .calls-action .dropdown.call-drop .dropdown-toggle {
                    background: #feeaee;
                    padding: 6px 11px;
                    color: #fc133d;
                    font-size: 12px
                }

            .calls-box .caller-info .calls-action .dropdown-toggle {
                font-size: 14px;
                border-radius: 5px;
                padding: 0;
                color: #373b3e
            }

                .calls-box .caller-info .calls-action .dropdown-toggle::after {
                    content: none
                }

            .calls-box .caller-info .calls-action .dropdown-menu {
                box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
                border: 1px solid #d3d3d4;
                border-radius: 5px;
                padding: 10px
            }

                .calls-box .caller-info .calls-action .dropdown-menu a {
                    font-size: 14px
                }

                    .calls-box .caller-info .calls-action .dropdown-menu a:hover {
                        background-color: #ff902f;
                        color: #fff;
                        border-radius: 5px
                    }

    .calls-box p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .calls-box .add-comment {
        font-size: 12px;
        font-weight: 500;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

.notes-activity .calls-box h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #373b3e
}

.notes-activity .calls-box .calls-user h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: #373b3e
}

.notes-activity .calls-box ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap
}

    .notes-activity .calls-box ul li {
        display: inline-block;
        margin-right: 15px
    }

        .notes-activity .calls-box ul li:last-child {
            margin-right: 0
        }

@media(max-width:575px) {
    .notes-activity .calls-box ul li {
        display: block;
        margin-right: 0
    }
}

@media(max-width:575px) {
    .notes-activity .calls-box ul {
        display: block
    }
}

.notes-activity .note-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border: 1px solid #d3d3d4;
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 5px
}

    .notes-activity .note-download .note-info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        margin-right: 24px
    }

        .notes-activity .note-download .note-info h6 {
            font-size: 14px;
            color: #373b3e;
            margin-bottom: 5px
        }

        .notes-activity .note-download .note-info p {
            margin-bottom: 0
        }

@media(max-width:767px) {
    .notes-activity .note-download .note-info {
        margin-right: 15px
    }
}

.notes-activity .note-download .note-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-right: 8px;
    flex-shrink: 0
}

    .notes-activity .note-download .note-icon img {
        width: 44px;
        height: 44px;
        border-radius: 50%
    }

.notes-activity .note-download:hover {
    border-color: #ff902f
}

    .notes-activity .note-download:hover a {
        background: rgba(245,246,247,.84)
    }

.notes-activity .note-download a {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    color: #373b3e
}

@media(max-width:767px) {
    .notes-activity .note-download {
        margin: 0 0 15px;
        padding: 10px
    }
}

.notes-activity .reply-box {
    background: #f9f9f9;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px
}

    .notes-activity .reply-box p {
        margin-bottom: 10px
    }

.avatar-xxs {
    width: 16px;
    height: 16px
}

.note-btns {
    margin-top: 5px
}

    .note-btns .btn {
        margin: 10px 10px 0 0;
        padding: 7px 15px
    }

        .note-btns .btn:last-child {
            margin-right: 0
        }

        .note-btns .btn.btn-primary {
            min-width: 110px
        }

.drag-upload {
    background: #fcfcfc;
    border: 1px dashed #d3d3d4;
    border-radius: 5px;
    position: relative
}

    .drag-upload input {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        cursor: pointer
    }

    .drag-upload i {
        font-size: 24px;
        margin-bottom: 10px
    }

    .drag-upload p {
        font-size: 14px;
        margin-bottom: 0
    }

    .drag-upload .img-upload {
        text-align: center;
        padding: 36px 20px
    }

.upload-file {
    background: rgba(245,246,247,.8);
    border: 1px solid #d3d3d4;
    margin: 0 0 5px;
    padding: 15px;
    border-radius: 5px
}

    .upload-file h6 {
        font-size: 15px;
        margin-bottom: 2px;
        color: #373b3e
    }

    .upload-file p {
        font-size: 14px
    }

    .upload-file .progress {
        height: 3px;
        margin-bottom: 4px
    }

    .upload-file.upload-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between
    }

.custom_check.check-box {
    padding-left: 25px;
    color: #4d5154;
    font-size: 12px !important
}

    .custom_check.check-box .checkmark {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px
    }

        .custom_check.check-box .checkmark::after {
            left: 50%;
            transform: translate(-50%,-50%)
        }

.action-drop .dropdown-toggle {
    color: #373b3e;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: rgba(245,246,247,.84)
}

    .action-drop .dropdown-toggle::after {
        content: none
    }

.action-drop .dropdown-menu {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
    border: 1px solid #e9e9ea;
    padding: 10px
}

    .action-drop .dropdown-menu a {
        color: #4d5154;
        border-radius: 5px;
        padding: 5px
    }

        .action-drop .dropdown-menu a:hover {
            background: rgba(245,246,247,.84)
        }

.files-wrap {
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 24px 24px 9px
}

    .files-wrap .file-info {
        margin-bottom: 15px
    }

        .files-wrap .file-info h4 {
            margin-bottom: 5px
        }

        .files-wrap .file-info p {
            font-size: 14px;
            margin-bottom: 10px
        }

            .files-wrap .file-info p:last-child {
                margin-bottom: 0
            }

        .files-wrap .file-info .file-user {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            .files-wrap .file-info .file-user img {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                margin-right: 10px
            }

            .files-wrap .file-info .file-user p {
                font-size: 14px;
                margin-bottom: 0
            }

                .files-wrap .file-info .file-user p span {
                    display: block;
                    font-size: 12px
                }

    .files-wrap .file-action {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 15px
    }

        .files-wrap .file-action li {
            display: inline-block
        }

        .files-wrap .file-action .btn {
            font-size: 15px;
            font-weight: 500
        }

        .files-wrap .file-action .badge {
            font-size: 14px;
            border-radius: 5px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            margin: 0 10px 0 0;
            padding: 6px 10px;
            font-weight: 400
        }

            .files-wrap .file-action .badge i {
                margin-right: 5px
            }

            .files-wrap .file-action .badge.priority-badge i {
                font-size: 4px
            }

.sync-radio .radio-item {
    margin-bottom: 16px
}

    .sync-radio .radio-item label {
        font-size: 14px;
        color: #373b3e
    }

.email-item li {
    margin: 0 15px 15px 0
}

    .email-item li label {
        color: #373b3e !important
    }

.custom-modal .modal-content .modal-body .existing-company .input-block {
    float: unset
}

.existing-company {
    background: #e2e4e6;
    padding: 24px;
    border-radius: 5px
}

    .existing-company p {
        margin-top: 10px
    }

.signature-wrap {
    background: #f5f6f7;
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px 15px 0
}

    .signature-wrap h4, .signature-wrap p {
        margin-bottom: 15px
    }

.add-sign {
    font-size: 16px
}

.sign-item li {
    margin-bottom: 15px
}

    .sign-item li .sign-title {
        display: block;
        font-weight: 500
    }

    .sign-item li:last-child {
        margin-bottom: 0
    }

.note-edit-wrap {
    display: none;
    margin-bottom: 15px
}

fieldset {
    display: none
}

    fieldset#first-field-file {
        display: block
    }

.send-success {
    border: 1px solid #55ce63;
    background: #daffde;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px
}

    .send-success p {
        color: #373b3e;
        margin-bottom: 0
    }

        .send-success p i {
            margin-right: 5px
        }

.task-wrap {
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px
}

    .task-wrap .task-info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .task-wrap .task-info p {
            color: #373b3e;
            font-weight: 500;
            margin-right: 24px;
            margin-bottom: 0;
            margin-right: 24px
        }

            .task-wrap .task-info p i {
                color: #e2e4e6;
                margin-right: 10px
            }

        .task-wrap .task-info .badge {
            font-size: 14px;
            border-radius: 5px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            margin: 0 10px 0 0;
            padding: 6px 10px;
            font-weight: 400
        }

            .task-wrap .task-info .badge i {
                margin-right: 5px
            }

            .task-wrap .task-info .badge.priority-badge i {
                font-size: 4px
            }

    .task-wrap .task-time {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-wrap: wrap
    }

        .task-wrap .task-time li {
            margin-right: 24px;
            display: inline-block;
            color: #373b3e
        }

            .task-wrap .task-time li:last-child {
                margin-right: 0
            }

            .task-wrap .task-time li i {
                margin-right: 10px
            }

            .task-wrap .task-time li.task-user img {
                width: 24px;
                height: 24px;
                border-radius: 50%
            }

.modal {
    z-index: 1050 !important
}

.modal-backdrop {
    z-index: 1040 !important
}

.badge-soft-pink {
    color: #fc6075;
    background-color: #ffeff1
}

.badge-soft-grey {
    color: #212529;
    background-color: #e9e9ea
}

.bg-pending {
    background: #9368e9 !important
}

.bg-light-pending {
    background: #f4f0fd !important;
    color: #9368e9 !important
}

.badge-light {
    background: #f5f6f7;
    color: #373b3e
}

.btn-pink {
    background-color: #fc6075;
    border: 1px solid #fc6075;
    color: #fff !important
}

    .btn-pink:focus, .btn-pink:hover, .btn-pink:active, .btn-pink.active {
        color: #fff;
        background-color: #fb2e4a;
        border-color: #fb2e4a
    }

.btn-lighter {
    background-color: #f5f6f7;
    border: 1px solid #f5f6f7;
    color: #373b3e !important;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500
}

    .btn-lighter:focus, .btn-lighter:hover, .btn-lighter:active, .btn-lighter.active {
        color: #fff;
        background-color: #d9dde0;
        border-color: #d9dde0
    }

.comp-section {
    margin: 0 0 30px;
    padding: 30px 0
}

    .comp-section .section-title {
        font-size: 18px;
        text-decoration: underline;
        text-transform: uppercase;
        margin: 0 0 20px
    }

.progress-example .progress {
    margin-bottom: 1.5rem
}

    .progress-example .progress .progress-lg {
        height: 18px
    }

.tab-content {
    padding-top: 20px
}

.page-title {
    color: #212529;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px
}

.notification-list .status-toggle {
    float: right
}

    .notification-list .status-toggle .check {
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        margin: 0;
        padding: 0
    }

        .notification-list .status-toggle .check:checked + .checktoggle {
            background-color: #55ce63
        }

            .notification-list .status-toggle .check:checked + .checktoggle:after {
                left: 100%;
                transform: translate(calc(-100% - 5px),-50%);
                -webkit-transform: translate(calc(-100% - 5px),-50%);
                -ms-transform: translate(calc(-100% - 5px),-50%)
            }

    .notification-list .status-toggle .checktoggle {
        background-color: #fc133d;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 24px;
        margin-bottom: 0;
        position: relative;
        width: 48px;
        border-radius: 12px
    }

        .notification-list .status-toggle .checktoggle:after {
            content: " ";
            display: block;
            width: 16px;
            height: 16px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 50%;
            transform: translate(5px,-50%);
            -webkit-transform: translate(5px,-50%);
            -ms-transform: translate(5px,-50%);
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease
        }

textarea.form-control {
    resize: vertical
}

.switch {
    cursor: pointer;
    position: relative
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .switch input:checked + span {
            background-color: #55ce63
        }

            .switch input:checked + span:after {
                left: 31px
            }

    .switch span {
        position: relative;
        width: 60px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #ecedee;
        border-color: rgba(0,0,0,.1);
        display: inline-block;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 30px
    }

        .switch span:after {
            content: "";
            background-color: #fff;
            width: 20px;
            height: 20px;
            -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
            -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
            box-shadow: 1px 1px 3px rgba(0,0,0,.25);
            position: absolute;
            top: 4px;
            bottom: 1px;
            left: 6px;
            border-radius: 30px;
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease
        }

.mailview-header {
    border-bottom: 1px solid #d5d8da;
    margin: 0 0 20px;
    padding: 0 0 15px
}

    .mailview-header .mail-view-title {
        font-weight: 500;
        font-size: 24px
    }

    .mailview-header .mail-view-action {
        float: right
    }

    .mailview-header .clearfix {
        margin-top: 10px
    }

.sender-info .sender-img {
    float: left;
    margin-right: 10px;
    width: 40px
}

.sender-info .sender-name {
    display: block
}

.sender-info .mail-sent-time {
    float: right
}

.attachments {
    padding: 0;
    margin: 0;
    list-style: none
}

    .attachments li {
        border: 1px solid #ecedee;
        float: left;
        width: 200px;
        margin: 0 0 10px 10px
    }

        .attachments li .attach-file {
            color: #7a7c7f;
            font-size: 60px;
            text-align: center;
            min-height: 153px;
            padding: 10px
        }

            .attachments li .attach-file i {
                line-height: 133px
            }

        .attachments li .attach-info {
            background-color: #f2f3f4;
            padding: 10px
        }

            .attachments li .attach-info .attach-filename {
                color: #7a7c7f;
                font-weight: 700
            }

.mailview-footer {
    border-top: 1px solid #d5d8da;
    margin: 20px 0 0;
    padding: 15px 0 0
}

@media(max-width:575px) {
    .mailview-footer .left-action {
        text-align: center;
        margin-bottom: 15px
    }
}

.mailview-footer .right-action {
    text-align: right
}

@media(max-width:575px) {
    .mailview-footer .right-action {
        text-align: center
    }
}

.error-page {
    background-color: rgba(255,155,68,.2);
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .error-page .main-wrapper {
        flex-wrap: wrap;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

        .error-page .main-wrapper .error-box {
            max-width: 480px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            padding: 40px 0
        }

            .error-page .main-wrapper .error-box h1 {
                color: #ff902f;
                font-size: 10em
            }

            .error-page .main-wrapper .error-box p {
                margin-bottom: 30px
            }

            .error-page .main-wrapper .error-box .btn-custom {
                background: #ff902f;
                background: linear-gradient(to right,#FF902F 0%,#FC6075 100%);
                color: #fff
            }

                .error-page .main-wrapper .error-box .btn-custom:hover {
                    border-color: transparent
                }

            .error-page .main-wrapper .error-box .btn {
                font-size: 18px;
                font-weight: 600;
                min-width: 200px;
                padding: 10px 20px;
                border-radius: 50px
            }

.maintenance-page {
    max-width: 1000px;
    margin: 100px auto;
    position: relative
}

@media(max-width:767px) {
    .maintenance-page {
        margin: 40px auto
    }
}

.maintenance-page .maintenance-bg img {
    position: absolute
}

    .maintenance-page .maintenance-bg img.small-bg-one {
        left: 20%;
        top: 0
    }

    .maintenance-page .maintenance-bg img.small-bg-two {
        right: 0;
        top: 0
    }

    .maintenance-page .maintenance-bg img.small-bg-three {
        left: 0;
        top: 50%
    }

    .maintenance-page .maintenance-bg img.small-bg-four {
        right: 20%;
        bottom: 20%
    }

    .maintenance-page .maintenance-bg img.small-bg-five {
        left: 30%;
        bottom: 20%
    }

@media(max-width:767px) {
    .maintenance-page .maintenance-bg {
        display: none
    }
}

.maintenance-page .maintenance-content {
    max-width: 400px;
    margin: 0 auto
}

    .maintenance-page .maintenance-content p {
        font-size: 14px
    }

    .maintenance-page .maintenance-content h3 {
        color: #212529;
        font-size: 30px
    }

    .maintenance-page .maintenance-content p {
        color: #373b3e
    }

        .maintenance-page .maintenance-content p a {
            color: #ff902f
        }

.coming-soon {
    max-width: 535px;
    margin: 100px auto
}

@media(max-width:767px) {
    .coming-soon {
        margin: 40px auto
    }
}

.coming-soon-countdown p {
    font-size: 14px;
    max-width: 380px;
    margin: 25px auto 15px
}

.coming-soon-countdown ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 100px
}

@media(max-width:767px) {
    .coming-soon-countdown ul {
        margin-bottom: 50px
    }
}

.coming-soon-countdown ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    font-size: 14px
}

@media(max-width:575px) {
    .coming-soon-countdown ul li {
        margin-right: 10px
    }
}

.coming-soon-countdown ul li span {
    width: 50px;
    height: 50px;
    background: #ff902f;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 5px
}

@media(max-width:575px) {
    .coming-soon-countdown ul li span {
        width: 45px;
        height: 45px;
        font-size: 20px
    }
}

.coming-soon-countdown ul li.seperate-dot {
    font-size: 30px;
    color: #d3d3d4
}

.coming-soon-countdown ul li:last-child {
    margin-right: 0
}

.subscribe-form .subscribe-box {
    border: 1px solid #e2e4e6;
    border-radius: 5px;
    padding: 10px;
    position: relative
}

    .subscribe-form .subscribe-box label {
        color: #212529;
        margin-bottom: 15px
    }

    .subscribe-form .subscribe-box .form-control {
        border: 0;
        padding-right: 110px
    }

    .subscribe-form .subscribe-box button {
        position: absolute;
        right: 10px;
        top: 10px
    }

.coming-soon .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

    .coming-soon .social-icons li {
        margin-right: 5px
    }

        .coming-soon .social-icons li:last-child {
            margin-right: 0
        }

        .coming-soon .social-icons li a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: linear-gradient(90.31deg,#FF8620 -1.02%,#FF2D3D 132.59%);
            border-radius: 50%;
            font-size: 14px;
            transition: .5s all
        }

            .coming-soon .social-icons li a:hover {
                background: #ff902f;
                transition: .5s all
            }

.dash-widget .card-body {
    flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .dash-widget .card-body .dash-widget-icon {
        background-color: rgba(255,155,68,.2);
        color: #ff902f;
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        margin-right: 10px;
        text-align: center;
        width: 60px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

    .dash-widget .card-body .dash-widget-info {
        text-align: right;
        width: calc(100% - 70px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .dash-widget .card-body .dash-widget-info h3 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 8px
        }

        .dash-widget .card-body .dash-widget-info span {
            font-size: 16px
        }

.dash-statistics .stats-list {
    height: auto
}

.dash-statistics .stats-info {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #e9e9ea;
    text-align: center;
    padding: 15px;
    border-radius: 4px
}

    .dash-statistics .stats-info p {
        font-size: 12px;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between
    }

.dash-statistics .progress {
    height: 4px
}

.punch-status .stats-box {
    margin-bottom: 0
}

.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e2e4e6;
    margin: 0 0 15px;
    padding: 5px
}

    .stats-box h3 {
        margin-bottom: 0
    }

    .stats-box p {
        margin: 0;
        font-size: 12px
    }

.leave-info-box {
    border: 1px solid #e9e9ea;
    margin: 0 0 15px;
    padding: 15px
}

.welcome-box {
    background-color: #fff;
    border-bottom: 1px solid #e9e9ea;
    position: relative;
    margin: -30px -30px 30px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .welcome-box .welcome-img {
        margin-right: 15px
    }

        .welcome-box .welcome-img img {
            width: 60px;
            border-radius: 8px
        }

    .welcome-box .welcome-det h3 {
        margin-bottom: 10px
    }

    .welcome-box .welcome-det p {
        color: #7a7c7f;
        font-size: 18px;
        margin-bottom: 0
    }

.dash-section {
    margin-bottom: 30px
}

    .dash-section .dash-sec-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .dash-section .dash-info-list .dash-card {
        background-color: #fff;
        border: 1px solid #e9e9ea;
        color: #373b3e;
        flex-grow: 1;
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px;
        padding: 15px
    }

    .dash-section .dash-info-list .dash-card-container {
        flex-direction: row;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .dash-section .dash-info-list .dash-card-container .dash-card-icon {
            flex-direction: row;
            font-size: 26px;
            padding-right: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            .dash-section .dash-info-list .dash-card-container .dash-card-icon i {
                width: 30px
            }

        .dash-section .dash-info-list .dash-card-container .dash-card-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            flex-direction: row
        }

            .dash-section .dash-info-list .dash-card-container .dash-card-content p {
                font-size: 22px;
                margin-bottom: 0
            }

@media(max-width:768px) {
    .dash-section .dash-info-list .dash-card-container .dash-card-content p {
        font-size: 16px
    }
}

.dash-section .dash-info-list .dash-card-container .dash-card-avatars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    flex-grow: 1;
    padding: 0 15px
}

    .dash-section .dash-info-list .dash-card-container .dash-card-avatars .e-avatar {
        background-color: #fff;
        border: 3px solid #e9e9ea;
        height: 45px;
        position: relative;
        width: 45px;
        margin-left: -20px;
        border-radius: 50%
    }

        .dash-section .dash-info-list .dash-card-container .dash-card-avatars .e-avatar:first-of-type {
            margin-left: 0 !important
        }

        .dash-section .dash-info-list .dash-card-container .dash-card-avatars .e-avatar img {
            border-radius: 50%;
            width: 100%
        }

.dash-section .dash-info-list + .dash-info-list {
    margin-top: 15px
}

.time-list {
    flex-grow: 1;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .time-list .dash-stats-list {
        flex-flow: column wrap;
        flex-grow: 1;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .time-list .dash-stats-list h4 {
            color: #212529;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 0
        }

        .time-list .dash-stats-list p {
            color: #7a7c7f;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 0;
            text-transform: uppercase
        }

        .time-list .dash-stats-list + .dash-stats-list {
            border-left: 1px solid #e9e9ea
        }

.request-btn {
    text-align: center
}

.dash-sidebar h5 {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase
}

.load-more a {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 3px
}

.employee-alert-box .alert-outline-success {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 24px;
    border: 1px solid #55ce63;
    background: #ddf5e0;
    color: #373b3e;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

    .employee-alert-box .alert-outline-success .employee-alert-request {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

@media(max-width:575px) {
    .employee-alert-box .alert-outline-success .employee-alert-request {
        display: block
    }
}

.employee-alert-box .alert-outline-success span {
    font-weight: 500
}

.employee-alert-box .alert-outline-success .btn-close {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0
}

@media(max-width:575px) {
    .employee-alert-box .alert-outline-success .btn-close {
        right: 5px
    }
}

.employee-alert-box .alert-outline-success i {
    margin-right: 6px
}

.employee-welcome-card {
    margin-bottom: 24px;
    position: relative;
    background: linear-gradient(90.31deg,#FF902F -1.02%,#FF2D3D 132.59%)
}

    .employee-welcome-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        border-radius: 0 0 10px 0;
        width: 100px;
        height: 100%;
        transform: skew(12deg);
        background: linear-gradient(90.31deg,#FF902F -1.02%,#FF2D3D 132.59%)
    }

@media(max-width:1399px) {
    .employee-welcome-card::before {
        display: none
    }
}

.employee-welcome-card .employee-img {
    position: absolute;
    right: 0
}

.employee-welcome-card .card-body {
    padding: 24px
}

.employee-welcome-card .welcome-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 24px;
    position: relative;
    z-index: 1
}

    .employee-welcome-card .welcome-info .welcome-content h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px
    }

    .employee-welcome-card .welcome-info .welcome-content p {
        color: #eff0f1;
        margin-bottom: 0
    }

        .employee-welcome-card .welcome-info .welcome-content p span {
            font-weight: 500;
            color: #fff;
            padding-bottom: 3px;
            border-bottom: 1px solid #fff
        }

    .employee-welcome-card .welcome-info .welcome-img {
        width: 45px;
        height: 45px;
        border-radius: 50%
    }

        .employee-welcome-card .welcome-info .welcome-img img {
            width: 45px;
            height: 45px;
            border-radius: 50%
        }

.employee-welcome-card .welcome-btn {
    position: relative;
    z-index: 1
}

    .employee-welcome-card .welcome-btn .btn {
        font-size: 15px;
        font-weight: 500;
        color: #373b3e;
        background: #ffebda;
        border: 1px solid #ffaf69;
        border-radius: 5px;
        line-height: normal;
        padding: 9px 12px;
        min-width: 110px
    }

        .employee-welcome-card .welcome-btn .btn:hover {
            color: #373b3e;
            background: #ffd7b4;
            border-color: #ffd7b4
        }

.statistic-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 15px
}

    .statistic-header h4 {
        font-size: 20px;
        font-weight: 500;
        color: #373b3e;
        margin-bottom: 0
    }

    .statistic-header .statistic-dropdown .dropdown-toggle {
        color: #4d5154;
        border: 1px solid #d3d3d4;
        padding: 6px 10px;
        border-radius: 5px;
        display: inline-block
    }

        .statistic-header .statistic-dropdown .dropdown-toggle:after {
            border-top: 0;
            border-left: 0;
            border-bottom: 2px solid #373b3e;
            border-right: 2px solid #373b3e;
            content: "";
            display: inline-block;
            pointer-events: none;
            width: 8px;
            height: 8px;
            vertical-align: 2px;
            transform-origin: 66% 66%;
            -webkit-transform-origin: 66% 66%;
            -ms-transform-origin: 66% 66%;
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg)
        }

        .statistic-header .statistic-dropdown .dropdown-toggle[aria-expanded=true]:after {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg)
        }

    .statistic-header .statistic-dropdown .dropdown-menu {
        padding: 15px;
        background: #fff;
        box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
        border: 1px solid #e9e9ea
    }

        .statistic-header .statistic-dropdown .dropdown-menu .dropdown-item {
            padding: 5px 10px;
            color: #4d5154;
            background: #fff;
            border-radius: 5px
        }

            .statistic-header .statistic-dropdown .dropdown-menu .dropdown-item:hover {
                color: #373b3e;
                background: #f5f6f7
            }

    .statistic-header .important-notification a {
        color: #373b3e;
        font-weight: 500;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        line-height: normal
    }

        .statistic-header .important-notification a:hover {
            color: #ff902f
        }

        .statistic-header .important-notification a i {
            margin-left: 4px
        }

.clock-in-info {
    background: #fff5ec;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 15px;
    padding: 24px
}

@media(max-width:575px) {
    .clock-in-info {
        display: block
    }
}

@media(max-width:575px) {
    .clock-in-info .clock-in-content {
        margin-bottom: 15px
    }
}

.clock-in-info .clock-in-content p {
    color: #4d5154;
    margin-bottom: 0
}

.clock-in-info .clock-in-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #373b3e;
    margin-bottom: 0
}

.clock-in-info .clock-in-btn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 15px;
    padding: 8px 14px
}

    .clock-in-info .clock-in-btn .btn img {
        margin-right: 4px
    }

.clock-in-list .nav {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3d3d4;
    padding-bottom: 5px;
    margin-bottom: 15px
}

    .clock-in-list .nav li {
        background: #fff;
        box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
        padding: 5px 8px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px
    }

        .clock-in-list .nav li:last-child {
            margin-right: 0
        }

@media(max-width:1399px) {
    .clock-in-list .nav li {
        padding: 5px
    }
}

.clock-in-list .nav li p {
    font-size: 14px;
    margin-bottom: 0
}

.clock-in-list .nav li h6 {
    font-size: 14px;
    color: #373b3e;
    margin-bottom: 0
}

.view-attendance a {
    color: #373b3e;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .view-attendance a:hover {
        color: #ff902f
    }

        .view-attendance a:hover i {
            margin-left: 7px;
            -webkit-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease
        }

    .view-attendance a i {
        margin-left: 4px;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease
    }

.info-card {
    background: #009efb;
    border: 1px solid #009efb;
    position: relative;
    overflow: hidden
}

    .info-card::before {
        position: absolute;
        content: "";
        background: url(../img/bg/card-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0
    }

    .info-card h4 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px
    }

    .info-card .holiday-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        position: relative;
        z-index: 1
    }

@media(max-width:575px) {
    .info-card .holiday-details {
        display: block
    }
}

.info-card .holiday-details .holiday-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media(max-width:575px) {
    .info-card .holiday-details .holiday-calendar {
        margin-bottom: 15px
    }
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-icon {
    margin-right: 10px
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content p {
    color: #fff;
    margin-bottom: 0
}

.info-card .holiday-details .holiday-btn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 15px;
    color: #373b3e;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    padding: 8px 14px
}

    .info-card .holiday-details .holiday-btn .btn:hover {
        color: #373b3e;
        background: #b3e2fe;
        border-color: #b3e2fe
    }

.attendance-list {
    border-bottom: 1px solid #d3d3d4;
    margin-bottom: 15px
}

    .attendance-list .attendance-details {
        margin-bottom: 15px
    }

        .attendance-list .attendance-details h4 {
            font-size: 20px;
            margin-bottom: 5px
        }

        .attendance-list .attendance-details p {
            max-width: 75px;
            line-height: 18px;
            margin-bottom: 0
        }

.notification-tab .nav-tabs {
    margin-bottom: 15px;
    border-bottom: 0;
    border: 0
}

    .notification-tab .nav-tabs li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        color: #4d5154;
        font-weight: 500;
        padding: 0 20px 10px;
        border-bottom: 1px solid transparent
    }

@media(max-width:575px) {
    .notification-tab .nav-tabs li a {
        padding: 0 8px 10px
    }
}

.notification-tab .nav-tabs li a:hover {
    color: #ff902f
}

.notification-tab .nav-tabs li a.active {
    color: #ff902f;
    border-bottom: 1px solid #ff902f
}

.notification-tab .nav-tabs li a i {
    font-size: 18px;
    margin-right: 6px
}

.notification-tab .tab-content {
    padding-top: 0
}

.employee-noti-content .employee-notification-list .employee-notification-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
    padding: 15px;
    margin-bottom: 5px
}

    .employee-noti-content .employee-notification-list .employee-notification-grid:last-child {
        margin-bottom: 0
    }

    .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-icon {
        margin-right: 8px;
        width: 45px;
        min-width: 45px;
        height: 45px
    }

        .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-icon span {
            font-weight: 500;
            width: 45px;
            min-width: 45px;
            height: 45px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center
        }

    .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content h6 {
        font-size: 15px;
        margin-bottom: 5px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box
    }

        .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content h6 a {
            color: #373b3e
        }

            .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content h6 a:hover {
                color: #ff902f
            }

    .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content .nav li {
        font-size: 12px;
        color: #7a7c7f;
        padding-right: 5px;
        position: relative
    }

        .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content .nav li:last-child {
            padding-left: 5px;
            padding-right: 0
        }

        .employee-noti-content .employee-notification-list .employee-notification-grid .employee-notification-content .nav li + li:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 10px;
            background: #d3d3d4
        }

.project-slider .project-grid {
    padding: 24px;
    background: #fff;
    border: 1px solid #d3d3d4;
    border-radius: 5px
}

    .project-slider .project-grid .project-top {
        padding-bottom: 15px
    }

        .project-slider .project-grid .project-top h6 {
            font-size: 14px;
            font-weight: 500;
            background: #ffeff1;
            border-radius: 5px;
            padding: 2px 8px 2px 24px;
            margin-bottom: 15px;
            position: relative;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            .project-slider .project-grid .project-top h6:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #fc6075;
                position: absolute;
                left: 10px
            }

            .project-slider .project-grid .project-top h6 a {
                color: #fc6075
            }

        .project-slider .project-grid .project-top h5 {
            font-size: 16px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            margin-bottom: 7px
        }

            .project-slider .project-grid .project-top h5 a {
                color: #373b3e
            }

                .project-slider .project-grid .project-top h5 a:hover {
                    color: #ff902f
                }

        .project-slider .project-grid .project-top p {
            font-size: 14px;
            color: #4d5154;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            margin-bottom: 0
        }

    .project-slider .project-grid .project-middle {
        background: #f5f6f7;
        padding: 15px 15px 0;
        margin-bottom: 15px
    }

        .project-slider .project-grid .project-middle .nav {
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between
        }

            .project-slider .project-grid .project-middle .nav li {
                margin-right: 15px
            }

                .project-slider .project-grid .project-middle .nav li:last-child {
                    margin-right: 0
                }

        .project-slider .project-grid .project-middle .project-tasks {
            padding-bottom: 15px
        }

            .project-slider .project-grid .project-middle .project-tasks h4 {
                font-size: 20px;
                color: #373b3e;
                margin-bottom: 4px
            }

            .project-slider .project-grid .project-middle .project-tasks p {
                font-size: 14px;
                color: #4d5154;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                margin-bottom: 0
            }

    .project-slider .project-grid .project-bottom .project-leader {
        margin-bottom: 10px
    }

        .project-slider .project-grid .project-bottom .project-leader:last-child {
            margin-bottom: 0
        }

        .project-slider .project-grid .project-bottom .project-leader .nav {
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .project-slider .project-grid .project-bottom .project-leader .nav li {
                font-size: 14px;
                color: #373b3e
            }

                .project-slider .project-grid .project-bottom .project-leader .nav li:first-child {
                    width: 105px
                }

@media(max-width:1199px) {
    .project-slider .project-grid .project-bottom .project-leader .nav li:first-child {
        width: auto;
        margin-right: 10px
    }
}

.project-slider .project-grid .project-bottom .project-leader .nav li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: -15px
}

    .project-slider .project-grid .project-bottom .project-leader .nav li a:first-child {
        margin-left: 0
    }

    .project-slider .project-grid .project-bottom .project-leader .nav li a:last-child {
        margin-left: 0
    }

    .project-slider .project-grid .project-bottom .project-leader .nav li a img {
        width: 100%;
        border-radius: 50%
    }

.project-slider .project-grid .project-bottom .project-leader .nav li .more-team-members {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90.31deg,#FF902F -1.02%,#FF2D3D 132.59%);
    line-height: 30px;
    position: relative;
    top: -2px
}

.owl-nav.project-nav button.owl-next, .owl-nav.project-nav button.owl-prev, .owl-carousel .owl-nav.project-nav button.owl-next, .owl-carousel .owl-nav.project-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e2e4e6;
    font-size: 14px;
    background: #e2e4e6;
    color: #373b3e;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -ms-transition: ease all .5s
}

    .owl-nav.project-nav button.owl-next:hover, .owl-nav.project-nav button.owl-prev:hover {
        background: #ff902f;
        border: 1px solid #ff902f;
        color: #fff;
        transition: ease all .5s;
        -webkit-transition: ease all .5s;
        -ms-transition: ease all .5s
    }

.owl-nav.project-nav .owl-prev {
    margin-right: 5px
}

.employee-month-card {
    background: #fedfe3;
    border: 1px solid #fc6075
}

    .employee-month-card .employee-month-details {
        margin-bottom: 20px
    }

        .employee-month-card .employee-month-details h4 {
            font-size: 18px;
            color: #373b3e;
            margin-bottom: 5px
        }

        .employee-month-card .employee-month-details p {
            font-size: 14px;
            color: #4d5154;
            margin-bottom: 0
        }

@media(max-width:991px) {
    .employee-month-card .employee-month-content {
        margin-bottom: 10px
    }
}

.employee-month-card .employee-month-content h6 {
    font-size: 15px;
    color: #fc6075;
    margin-bottom: 5px
}

.employee-month-card .employee-month-content p {
    font-size: 14px;
    color: #373b3e;
    margin-bottom: 0
}

.employee-month-card .employee-month-img {
    text-align: right
}

@media(max-width:991px) {
    .employee-month-card .employee-month-img {
        text-align: left
    }
}

.company-grid {
    padding: 15px;
    border-radius: 5px
}

    .company-grid .company-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 15px
    }

        .company-grid .company-top .company-icon {
            margin-right: 10px
        }

            .company-grid .company-top .company-icon span {
                font-weight: 500;
                width: 45px;
                min-width: 45px;
                height: 45px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center
            }

        .company-grid .company-top .company-link a {
            color: #212529;
            font-weight: 500
        }

            .company-grid .company-top .company-link a:hover {
                color: #ff902f
            }

    .company-grid .company-bottom {
        justify-content: space-between;
        align-items: center
    }

        .company-grid .company-bottom ul li {
            font-size: 12px;
            color: #4d5154
        }

            .company-grid .company-bottom ul li + li {
                margin-top: 5px
            }

        .company-grid .company-bottom .company-bottom-links {
            display: flex;
            align-items: center
        }

            .company-grid .company-bottom .company-bottom-links a {
                color: #373b3e
            }

                .company-grid .company-bottom .company-bottom-links a + a {
                    margin-left: 5px
                }

.company-soft-tertiary {
    background: #ffeff1
}

.company-icon-tertiary {
    background: #fedfe3;
    color: #fc6075
}

.company-soft-success {
    background: #eefaef
}

.company-icon-success {
    background: #ddf5e0;
    color: #55ce63
}

.company-soft-info {
    background: #e6f5ff
}

.company-icon-info {
    background: #ccecfe;
    color: #009efb
}

.owl-nav.project-nav {
    padding-bottom: 15px
}

.owl-nav.company-nav {
    padding-bottom: 15px
}

    .owl-nav.company-nav button.owl-next, .owl-nav.company-nav button.owl-prev, .owl-carousel .owl-nav.company-nav button.owl-next, .owl-carousel .owl-nav.company-nav button.owl-prev {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        border: 1px solid #e2e4e6;
        font-size: 14px;
        background: #e2e4e6;
        color: #373b3e;
        transition: ease all .5s;
        -webkit-transition: ease all .5s;
        -ms-transition: ease all .5s
    }

        .owl-nav.company-nav button.owl-next:hover, .owl-nav.company-nav button.owl-prev:hover {
            background: #ff902f;
            border: 1px solid #ff902f;
            color: #fff;
            transition: ease all .5s;
            -webkit-transition: ease all .5s;
            -ms-transition: ease all .5s
        }

    .owl-nav.company-nav .owl-prev {
        margin-right: 5px
    }

.file-wrap {
    border: 1px solid #e9e9ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

    .file-wrap.file-sidebar-toggle .file-sidebar {
        display: none
    }

@media(max-width:991px) {
    .file-wrap.file-sidebar-toggle .file-sidebar {
        left: 0;
        display: block
    }
}

.file-wrap.file-sidebar-toggle .file-cont-wrap {
    margin: 0
}

.file-wrap .file-sidebar {
    border-right: 1px solid #e9e9ea;
    z-index: 5;
    width: 300px;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width:991px) {
    .file-wrap .file-sidebar {
        position: absolute;
        left: -331px
    }
}

.file-wrap .file-sidebar .file-header {
    background-color: #fff;
    border-bottom: 1px solid #e9e9ea;
    color: #909294;
    height: 72px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

    .file-wrap .file-sidebar .file-header span {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize
    }

    .file-wrap .file-sidebar .file-header .file-side-close {
        display: none;
        background-color: #ecedee;
        border: 1px solid #e2e4e6;
        border-radius: 24px;
        color: #bcbebf;
        font-size: 14px;
        line-height: 24px;
        min-height: 26px;
        text-align: center;
        width: 26px;
        position: absolute;
        right: 15px
    }

@media(max-width:991px) {
    .file-wrap .file-sidebar .file-header .file-side-close {
        display: block
    }
}

.file-wrap .file-sidebar .file-search {
    background-color: #f5f6f7;
    border-bottom: 1px solid #e9e9ea;
    padding: 10px 15px;
    width: 100%
}

    .file-wrap .file-sidebar .file-search .input-group {
        width: 100%
    }

        .file-wrap .file-sidebar .file-search .input-group .form-control {
            background-color: #fff;
            border-radius: 50px;
            padding-left: 36px
        }

        .file-wrap .file-sidebar .file-search .input-group .input-group-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            color: #646669;
            pointer-events: none;
            z-index: 4;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border: 0;
            background: 0 0
        }

.file-wrap .file-sidebar .file-pro-list {
    background-color: #fff;
    padding: 15px
}

    .file-wrap .file-sidebar .file-pro-list .file-scroll {
        max-height: calc(100vh - 259px);
        min-height: 497px;
        overflow-y: auto
    }

        .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu {
            display: inline-block;
            margin: 0 0 10px;
            padding: 0;
            width: 100%
        }

            .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li {
                display: inline-block;
                width: 100%
            }

                .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li.active, .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li:hover {
                    background: rgba(33,33,33,.05)
                }

                .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
                    color: #373b3e;
                    display: inline-block;
                    width: 100%;
                    text-transform: capitalize;
                    padding: 10px 15px;
                    -webkit-transition: all .2s ease;
                    -ms-transition: all .2s ease;
                    transition: all .2s ease
                }

                .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li + li {
                    margin-top: 2px
                }

        .file-wrap .file-sidebar .file-pro-list .file-scroll .show-more {
            text-align: center
        }

            .file-wrap .file-sidebar .file-pro-list .file-scroll .show-more a {
                position: relative;
                padding: 0 20px 0 15px
            }

                .file-wrap .file-sidebar .file-pro-list .file-scroll .show-more a:before {
                    content: "\f107";
                    font-size: 18px;
                    line-height: inherit;
                    font-family: fontawesome;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    position: absolute;
                    top: 50%;
                    right: 0
                }

.file-cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width:991px) {
    .file-cont-wrap {
        margin: 0
    }
}

.file-cont-wrap .file-cont-inner {
    flex: 0 0 100%;
    max-width: 100%
}

    .file-cont-wrap .file-cont-inner .file-cont-header {
        background: #fff;
        border-bottom: 1px solid #e9e9ea;
        height: 72px;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between
    }

        .file-cont-wrap .file-cont-inner .file-cont-header .file-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
                color: #373b3e
            }

        .file-cont-wrap .file-cont-inner .file-cont-header span {
            color: #373b3e;
            font-size: 20px;
            font-weight: 600
        }

        .file-cont-wrap .file-cont-inner .file-cont-header .file-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .file-cont-wrap .file-cont-inner .file-cont-header .btn-file {
            display: inline-block;
            overflow: hidden;
            position: relative;
            vertical-align: middle
        }

            .file-cont-wrap .file-cont-inner .file-cont-header .btn-file input {
                cursor: pointer;
                direction: ltr;
                filter: alpha(opacity=0);
                font-size: 23px;
                height: 100%;
                margin: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%
            }

.file-content {
    flex: 0 0 100%;
    max-width: 100%
}

    .file-content .file-search {
        background-color: #f5f6f7;
        border-bottom: 1px solid #e9e9ea;
        width: 100%;
        padding: 10px 15px
    }

        .file-content .file-search .input-group-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            bottom: 0;
            color: #646669;
            pointer-events: none;
            z-index: 4;
            position: absolute;
            top: 0;
            left: 0;
            border: 0;
            background: 0 0
        }

        .file-content .file-search .form-control {
            background-color: #fff;
            padding-left: 36px;
            border-radius: 50px
        }

    .file-content .file-body {
        background-color: #f5f6f7
    }

        .file-content .file-body .file-scroll {
            max-height: calc(100vh - 259px);
            min-height: 497px;
            overflow-y: auto
        }

            .file-content .file-body .file-scroll .file-content-inner {
                padding: 15px;
                width: 100%
            }

                .file-content .file-body .file-scroll .file-content-inner .card-file {
                    padding: 10px;
                    position: relative;
                    -webkit-transition: all .2s ease;
                    -ms-transition: all .2s ease;
                    transition: all .2s ease
                }

                    .file-content .file-body .file-scroll .file-content-inner .card-file .card-body {
                        padding: 15px 0 0
                    }

                    .file-content .file-body .file-scroll .file-content-inner .card-file .dropdown-file {
                        position: absolute;
                        top: 10px;
                        right: 10px
                    }

                        .file-content .file-body .file-scroll .file-content-inner .card-file .dropdown-file .dropdown-link {
                            color: #7a7c7f;
                            width: 24px;
                            height: 24px;
                            display: -webkit-inline-box;
                            display: -ms-inline-flexbox;
                            display: inline-flex;
                            align-items: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            justify-content: center;
                            -webkit-justify-content: center;
                            -ms-flex-pack: center
                        }

                        .file-content .file-body .file-scroll .file-content-inner .card-file .dropdown-file .dropdown-menu {
                            border: 1px solid rgba(0,0,0,.1);
                            box-shadow: inherit;
                            background-color: #fff;
                            font-size: 13px;
                            transform-origin: left top 0;
                            -webkit-transform-origin: left top 0;
                            -ms-transform-origin: left top 0;
                            border-radius: 3px
                        }

                    .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
                        background-color: #f5f6f7;
                        color: #7a7c7f;
                        font-size: 48px;
                        height: 120px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        justify-content: center;
                        -webkit-justify-content: center;
                        -ms-flex-pack: center
                    }

                    .file-content .file-body .file-scroll .file-content-inner .card-file h6 {
                        margin-bottom: 0;
                        font-size: 14px
                    }

                        .file-content .file-body .file-scroll .file-content-inner .card-file h6 a {
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            display: block;
                            width: 100%;
                            color: #373b3e
                        }

                    .file-content .file-body .file-scroll .file-content-inner .card-file span {
                        font-size: 12px;
                        color: #7a7c7f
                    }

                .file-content .file-body .file-scroll .file-content-inner .card-footer {
                    font-size: 11px;
                    color: #a6a8a9;
                    border-top-width: 0;
                    background-color: transparent;
                    padding: 10px 0 0
                }

                    .file-content .file-body .file-scroll .file-content-inner .card-footer span {
                        font-size: 12px;
                        color: #7a7c7f
                    }

.account-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .account-page .main-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .account-page .main-wrapper .account-content {
            padding: 20px 0
        }

            .account-page .main-wrapper .account-content .account-logo {
                margin-bottom: 30px;
                text-align: center
            }

                .account-page .main-wrapper .account-content .account-logo img {
                    width: 100px
                }

@media(max-width:575px) {
    .account-page .main-wrapper .account-content .account-logo img {
        width: 70px
    }
}

.account-page .main-wrapper .account-content .account-box {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
    border-radius: 4px
}

@media(max-width:991px) {
    .account-page .main-wrapper .account-content .account-box {
        width: 100%;
        margin: 0 0 20px
    }
}

.account-page .main-wrapper .account-content .account-box .input-block {
    margin-bottom: 25px
}

.account-page .main-wrapper .account-content .account-box label {
    color: #212529;
    font-size: 16px;
    font-weight: 400
}

.account-page .main-wrapper .account-content .account-box .form-control {
    background-color: #f9f9f9;
    border: 1px solid #e2e4e6;
    height: 46px;
    border-radius: 4px
}

.account-page .main-wrapper .account-content .account-box #toggle-password {
    cursor: pointer;
    margin-right: 1px;
    position: absolute;
    top: 15px;
    right: 10px
}

.account-page .main-wrapper .account-content .account-box .account-btn {
    background: #ff902f;
    background: linear-gradient(to right,#FF902F 0%,#FC6075 100%);
    border: 0;
    display: block;
    font-size: 22px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 26px
}

.account-page .main-wrapper .account-content .account-box .account-wrapper {
    padding: 30px
}

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-footer {
        text-align: center
    }

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-title {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: center
    }

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-subtitle {
        color: #7a7c7f;
        font-size: 18px;
        text-align: center;
        margin: 0 0 30px
    }

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-box .input-block {
        margin: 0 0 25px
    }

        .account-page .main-wrapper .account-content .account-box .account-wrapper .account-box .input-block label {
            color: #212529;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 5px
        }

        .account-page .main-wrapper .account-content .account-box .account-wrapper .account-box .input-block .form-control {
            background-color: #f9f9f9;
            border: 1px solid #e2e4e6;
            height: 46px;
            border-radius: 4px
        }

.account-page .main-wrapper .account-content .account-box .otp-wrap {
    margin-bottom: 30px;
    text-align: center
}

    .account-page .main-wrapper .account-content .account-box .otp-wrap .otp-input {
        background-color: #fff;
        border: 1px solid #e2e4e6;
        display: inline-block;
        font-size: 24px;
        font-weight: 500;
        height: 70px;
        line-height: 29px;
        margin-right: 15px;
        text-align: center;
        width: 70px;
        border-radius: 4px
    }

@media(max-width:575px) {
    .account-page .main-wrapper .account-content .account-box .otp-wrap .otp-input {
        height: 50px;
        width: 52px;
        margin: 10px
    }
}

.account-page .main-wrapper .account-content .account-box .lock-user {
    margin-bottom: 20px;
    text-align: center
}

    .account-page .main-wrapper .account-content .account-box .lock-user img {
        margin-bottom: 15px;
        width: 100px
    }

#loader-wrapper {
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    #loader-wrapper #loader {
        background-position: center center;
        background-repeat: no-repeat;
        height: 200px;
        margin: -100px 0 0 -100px;
        width: 200px;
        position: absolute;
        top: 50%;
        left: 50%
    }

        #loader-wrapper #loader .loader-ellips {
            font-size: 20px;
            position: relative;
            width: 64px;
            margin: 100px auto 0
        }

            #loader-wrapper #loader .loader-ellips .loader-ellips__dot {
                display: block;
                width: 1em;
                height: 1em;
                position: absolute;
                border-radius: .5em;
                animation-duration: .5s;
                animation-timing-function: ease;
                animation-iteration-count: infinite
            }

                #loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(1) {
                    background: #373b3e;
                    animation-name: reveal;
                    left: 0
                }

                #loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(2) {
                    background: #ff902f;
                    left: 0;
                    animation-name: slide
                }

                #loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(3) {
                    background: #373b3e;
                    animation-name: slide;
                    left: 1.5em
                }

                #loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(4) {
                    background: #373b3e;
                    animation-name: reveal;
                    animation-direction: reverse;
                    left: 3em
                }

@keyframes reveal {
    from {
        transform: scale(.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.faq-card .card {
    border-color: #d5d8da;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 20px;
    overflow: hidden
}

    .faq-card .card .card-header {
        background-color: #fff;
        position: relative;
        padding: 20px
    }

        .faq-card .card .card-header h4 {
            margin-bottom: 0
        }

            .faq-card .card .card-header h4 a {
                color: #373b3e;
                display: block;
                font-size: 20px;
                font-weight: 400;
                padding-right: 60px;
                position: relative
            }

                .faq-card .card .card-header h4 a:after {
                    font-family: FontAwesome;
                    font-size: 19px;
                    font-weight: 400;
                    position: absolute;
                    right: 0
                }

                .faq-card .card .card-header h4 a.collapsed:after {
                    content: "\f067"
                }

                .faq-card .card .card-header h4 a:not(.collapsed):after {
                    content: "\f068"
                }

.view-icons {
    float: right;
    margin-right: 10px
}

@media(max-width:767px) {
    .view-icons {
        margin-right: 0
    }
}

.view-icons .btn {
    background-color: #fff;
    border: 1px solid #e2e4e6;
    color: #4d5154;
    font-size: 18px;
    min-width: 40px;
    margin: 0 5px 0 0;
    padding: 7px 0 3px
}

    .view-icons .btn.active {
        color: #373b3e
    }

@media(max-width:767px) {
    .view-icons .btn {
        min-width: 37px;
        margin: 0 5px 0 0;
        padding: 5px 0 3px
    }
}

@media(max-width:767px) {
    .page-header .view-icons {
        margin-right: 10px
    }
}

@media(max-width:575px) {
    .page-header .view-icons {
        margin-right: 0
    }
}

.add-btn {
    background-color: #ff902f;
    border: 1px solid #ff902f;
    color: #fff;
    float: right;
    font-weight: 500;
    min-width: 140px;
    border-radius: 50px
}

    .add-btn i {
        margin-right: 5px
    }

    .add-btn:hover {
        color: #fff;
        background-color: #ff902f;
        border: 1px solid #ff902f
    }

.avatar-dropdown .dropdown-toggle:after {
    display: none
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2)
}

    .profile-widget .profile-img {
        cursor: pointer;
        height: 80px;
        margin: 0 auto;
        position: relative;
        width: 80px
    }

        .profile-widget .profile-img .avatar {
            font-size: 24px;
            height: 80px;
            line-height: 80px;
            margin: 0;
            width: 80px
        }

    .profile-widget .dropdown.profile-action {
        text-align: right;
        position: absolute;
        top: 10px;
        right: 5px
    }

        .profile-widget .dropdown.profile-action .action-icon {
            color: #7a7c7f;
            font-size: 18px;
            display: inline-block
        }

        .profile-widget .dropdown.profile-action .dropdown-toggle::after {
            display: none
        }

    .profile-widget .user-name {
        color: #373b3e
    }

        .profile-widget .user-name a {
            color: #373b3e
        }

.stats-info {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    text-align: center;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 15px
}

    .stats-info h6 {
        color: #212529;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 5px
    }

    .stats-info h4 {
        font-size: 24px;
        margin-bottom: 0
    }

        .stats-info h4 span {
            color: #646669;
            font-size: 12px
        }

.leave-item {
    max-width: 653px
}

    .leave-item .leave-row {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .leave-item .leave-row .leave-left {
            flex: 1 1 auto
        }

            .leave-item .leave-row .leave-left .input-box {
                max-width: 410px
            }

        .leave-item .leave-row .input-block {
            margin-bottom: 0
        }

    .leave-item .leave-right {
        flex: 0 0 200px;
        margin-top: 31px;
        min-height: 44px;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end
    }

        .leave-item .leave-right .btn + .btn {
            margin-left: 10px
        }

        .leave-item .leave-right .leave-edit-btn {
            color: #009efb;
            background-color: transparent;
            border: 0;
            padding: 0 6px;
            transition: unset
        }

.leave-header {
    color: #212529;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

    .leave-header .title {
        flex: 1 1 auto
    }

    .leave-header .leave-action {
        flex: 1 1 auto;
        text-align: right
    }

.half-day {
    width: 15px
}

    .half-day .first-off {
        white-space: pre-wrap
    }

.project-title {
    margin: 0 0 5px
}

    .project-title a {
        color: #373b3e
    }

.team-members {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .team-members img {
        width: 100%
    }

    .team-members a {
        border: 2px solid #fff;
        display: block;
        height: 30px;
        overflow: hidden;
        width: 30px;
        border-radius: 100%
    }

    .team-members .all-users {
        background-color: #fc133d;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 30px;
        text-align: center
    }

.profile-action {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 5px
}

.project-members a {
    margin-left: -10px;
    margin-right: 0;
    position: relative
}

    .project-members a:first-child {
        margin-left: 0
    }

.project-members .team-members li a {
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.project-members .team-members li:first-child a {
    margin-left: 0
}

.project-members.task-followers :nth-child(2) {
    margin-left: 0
}

.pro-team-members h4 {
    margin-bottom: 0
}

table .team-members li a {
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

table .team-members li:first-child a {
    margin-left: 0
}

.modal .modal-body .input-block.row {
    margin-left: auto
}

.header .has-arrow.flag-nav .dropdown-toggle:after {
    position: relative;
    top: -2px
}

.dropdown .btn-rounded {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.table-avatar a.avatar {
    line-height: normal
}

.progress-bar.w-40 {
    width: 40%
}

.progress-bar.w-65 {
    width: 65%
}

.progress-bar.w-15 {
    width: 15%
}

.progress-bar.w-88 {
    width: 88%
}

.progress-bar.w-70 {
    width: 70%
}

.progress-bar.w-31 {
    width: 31%
}

.progress-bar.w-62 {
    width: 62%
}

.progress-bar.w-22 {
    width: 22%
}

.progress-bar.w-24 {
    width: 24%
}

.progress-bar.w-30 {
    width: 30%
}

.progress-bar.w-26 {
    width: 26%
}

.progress-bar.w-10 {
    width: 10%
}

.progress-bar.w-21 {
    width: 21%
}

.progress-bar.w-20 {
    width: 20%
}

th.width-pixel {
    width: 40px
}

.btn-close:focus {
    box-shadow: none
}

.progress.height-five {
    height: 5px
}

textarea.form-control {
    height: auto
}

td.tdata-width {
    width: 230px
}

th.width-thirty {
    width: 30px
}

.badge.min-w-90 {
    min-width: 90px
}

td.w-50pixel {
    width: 50px
}

td.w-300pixel {
    width: 300px
}

.progress.height-5 {
    height: 5px
}

.progress-bar.w-73 {
    width: 73%
}

.progress-bar.height-10 {
    height: 10px
}

.form-control.width-160 {
    width: 160px
}

thead .bg-thead {
    background: #f2f2f2
}

th.width-250 {
    width: 250px
}

th.width-70 {
    width: 70px
}

td.width-55 {
    min-width: 55px;
    max-width: 55px;
    width: 55px
}

a.green-border {
    border: 2px dashed #1eb53a
}

th.width-64 {
    width: 64px
}

.board-view-header {
    margin: 0 0 30px
}

    .board-view-header .pro-teams {
        text-align: center;
        margin: 0 20px 15px 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

@media(max-width:991px) {
    .board-view-header .pro-teams {
        display: none
    }
}

.board-view-header .pro-teams .avatar-title {
    background-color: #ffaf69
}

.board-view-header .pro-teams .pro-team-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .board-view-header .pro-teams .pro-team-lead h4 {
        font-size: 16px;
        margin: 0 0 0 6px
    }

        .board-view-header .pro-teams .pro-team-lead h4 .avatar-group {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .board-view-header .pro-teams .pro-team-lead h4 .avatar-group .avatar {
                margin-right: 0;
                position: relative;
                display: inline-block;
                width: 34px;
                height: 34px;
                background-color: transparent
            }

                .board-view-header .pro-teams .pro-team-lead h4 .avatar-group .avatar .border {
                    border: 3px solid #fff !important
                }

.board-view-header .pro-teams .pro-team-members {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.board-view-header .pro-teams .avatar-group .avatar {
    margin: 0 -.75rem 0 0
}

.board-view-header .pro-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

    .board-view-header .pro-progress-bar .progress {
        width: 100%;
        height: 15px;
        background-color: #e2e4e6;
        box-shadow: unset;
        margin: 0 10px 0 0
    }

    .board-view-header .pro-progress-bar h4 {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 13px;
        text-transform: uppercase
    }

.kanban-cont {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px
}

    .kanban-cont .kanban-list {
        align-self: flex-start;
        min-width: 300px;
        width: 300px;
        margin: 0 30px 0 0
    }

        .kanban-cont .kanban-list.kanban-danger {
            background-color: #feeaee
        }

            .kanban-cont .kanban-list.kanban-danger .kanban-header {
                background-color: #fc133d
            }

            .kanban-cont .kanban-list.kanban-danger .progress-bar {
                background-color: #fc133d
            }

        .kanban-cont .kanban-list .kanban-wrap {
            padding: 20px
        }

            .kanban-cont .kanban-list .kanban-wrap .task-board-header {
                font-size: 14px;
                font-weight: 500;
                padding: 15px 15px 5px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-content: space-between;
                -webkit-justify-content: space-between;
                -ms-flex-pack: space-between
            }

                .kanban-cont .kanban-list .kanban-wrap .task-board-header a {
                    color: #212529
                }

            .kanban-cont .kanban-list .kanban-wrap .task-board-body {
                font-size: 13px;
                padding: 0 15px 15px
            }

                .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-info {
                    font-size: 12px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center
                }

                    .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-info .progress {
                        width: 100%;
                        margin: 0 10px 0 0
                    }

                .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-footer {
                    font-size: 12px;
                    margin-top: 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: end;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    justify-content: space-between;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: space-between
                }

                    .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-footer .task-date {
                        display: block
                    }

                    .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-footer .task-avatar {
                        border-radius: 50%;
                        position: relative
                    }

                    .kanban-cont .kanban-list .kanban-wrap .task-board-body .kanban-footer .task-user-count {
                        font-size: 10px;
                        font-weight: 500;
                        display: inline-block;
                        margin-left: 3px;
                        position: relative;
                        top: 1px
                    }

            .kanban-cont .kanban-list .kanban-wrap .card {
                background-color: #fff;
                border: 1px solid #e2e4e6;
                border-radius: 2px;
                box-shadow: unset;
                margin: 0 0 12px
            }

        .kanban-cont .kanban-list .add-new-task {
            text-align: center;
            padding: 0 20px 20px
        }

            .kanban-cont .kanban-list .add-new-task a {
                color: #373b3e
            }

        .kanban-cont .kanban-list .kanban-header {
            padding: 10px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-pack: space-between
        }

            .kanban-cont .kanban-list .kanban-header .status-title {
                color: #fff;
                font-size: 16px;
                font-weight: 500
            }

            .kanban-cont .kanban-list .kanban-header .kanban-action > a {
                color: #fff;
                background-color: rgba(0,0,0,.3);
                width: 22px;
                height: 22px;
                border-radius: 50%;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                justify-content: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center
            }

        .kanban-cont .kanban-list.kanban-info {
            background-color: #e7f3fe
        }

            .kanban-cont .kanban-list.kanban-info .kanban-header {
                background-color: #42a5f5
            }

            .kanban-cont .kanban-list.kanban-info .progress-bar {
                background-color: #42a5f5
            }

        .kanban-cont .kanban-list.kanban-success {
            background-color: #eefaef
        }

            .kanban-cont .kanban-list.kanban-success .kanban-header {
                background-color: #55ce63
            }

            .kanban-cont .kanban-list.kanban-success .progress-bar {
                background-color: #55ce63
            }

        .kanban-cont .kanban-list.kanban-warning {
            background-color: #fcfcfc
        }

            .kanban-cont .kanban-list.kanban-warning .kanban-header {
                background-color: #ffbc34
            }

            .kanban-cont .kanban-list.kanban-warning .progress-bar {
                background-color: #ffbc34
            }

        .kanban-cont .kanban-list.kanban-purple {
            background-color: #f4f0fd
        }

            .kanban-cont .kanban-list.kanban-purple .kanban-header {
                background-color: #9368e9
            }

            .kanban-cont .kanban-list.kanban-purple .progress-bar {
                background-color: #9368e9
            }

        .kanban-cont .kanban-list.kanban-primary {
            background-color: #fff5ec
        }

            .kanban-cont .kanban-list.kanban-primary .kanban-header {
                background-color: #ffaf69
            }

            .kanban-cont .kanban-list.kanban-primary .progress-bar {
                background-color: #ffaf69
            }

.chat-main-row {
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

    .chat-main-row .chat-main-wrapper {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%
    }

        .chat-main-row .chat-main-wrapper .message-view {
            display: table-cell;
            height: 100%;
            float: none;
            padding: 0;
            position: static;
            vertical-align: top;
            width: 75%
        }

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .message-view.task-view {
        width: 100%
    }
}

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .message-view.chat-profile-view {
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        z-index: 1041;
        width: 300px;
        display: table-cell;
        margin: 60px -300px 0 0;
        padding: 0 0 60px;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px)
    }

        .chat-main-row .chat-main-wrapper .message-view.chat-profile-view.opened {
            margin-right: 0
        }
}

.chat-main-row .chat-main-wrapper .task-left-sidebar {
    width: 58.3333%
}

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .task-left-sidebar {
        width: 100%
    }

        .chat-main-row .chat-main-wrapper .task-left-sidebar.chat-sidebar {
            display: none
        }
}

.chat-main-row .chat-main-wrapper .task-right-sidebar {
    width: 41.6667%
}

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .task-right-sidebar {
        z-index: 1041;
        width: 300px;
        display: table-cell;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        margin: 60px -300px 0;
        padding: 0 0 60px;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease
    }

        .chat-main-row .chat-main-wrapper .task-right-sidebar.opened {
            margin-right: 0
        }
}

.chat-main-row .chat-main-wrapper .chat-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #f7f7f7
}

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header {
        background-color: #fff;
        border-bottom: 1px solid #e9e9ea;
        padding: 10px 15px
    }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .user-details a {
            color: #4d5154;
            text-transform: uppercase
        }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .user-details .typing-text {
            color: #ff902f;
            font-size: 12px;
            text-transform: lowercase
        }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .user-details .last-seen {
            color: #7a7c7f;
            display: block;
            font-size: 12px
        }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .navbar {
            border: 0;
            margin: 0;
            min-height: auto;
            padding: 0
        }

            .chat-main-row .chat-main-wrapper .chat-window .fixed-header .navbar .profile-rightbar {
                display: none;
                color: #bcbebf;
                font-size: 26px;
                margin-left: 15px
            }

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .navbar .profile-rightbar {
        display: block
    }
}

.chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu {
    margin: 1px 0 0
}

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li a {
        color: #bcbebf;
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 0 15px;
        padding: 0
    }

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li .dropdown-menu {
        left: auto;
        right: 0;
        margin: 15px 0 0;
        padding: 0
    }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li .dropdown-menu .dropdown-item {
            font-size: 14px;
            color: #373b3e;
            margin: 0;
            padding: 0 10px
        }

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li .custom-dropdown-menu {
        margin: 0;
        padding: 0
    }

        .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li .custom-dropdown-menu .dropdown-item {
            margin: 0;
            margin: 0;
            padding: 0 10px
        }

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu li .dropdown-menu-right a {
        font-size: 14px
    }

    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu .profile-rightbar {
        display: none
    }

@media(max-width:991px) {
    .chat-main-row .chat-main-wrapper .chat-window .fixed-header .custom-menu .profile-rightbar {
        display: block
    }
}

.task-wrapper {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

    .task-wrapper .task-list-body {
        max-height: 500px;
        overflow: auto
    }

        .task-wrapper .task-list-body #task-list {
            padding: 0;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #e9e9ea
        }

            .task-wrapper .task-list-body #task-list li {
                margin: 0;
                padding: 0
            }

                .task-wrapper .task-list-body #task-list li.completed .task-container {
                    background: #f9f9f9
                }

                    .task-wrapper .task-list-body #task-list li.completed .task-container .complete-btn {
                        background: #35ba67 !important;
                        border: 1px solid #35ba67 !important;
                        color: #fff
                    }

                .task-wrapper .task-list-body #task-list li .task-container {
                    display: table;
                    background: #fff;
                    width: 100%;
                    border: 1px solid #e9e9ea;
                    border-bottom: none;
                    box-sizing: border-box;
                    position: relative;
                    padding: 8px 15px;
                    -webkit-transition: all .2s ease;
                    -ms-transition: all .2s ease;
                    transition: all .2s ease
                }

                    .task-wrapper .task-list-body #task-list li .task-container .task-action-btn {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: right
                    }

                        .task-wrapper .task-list-body #task-list li .task-container .task-action-btn.task-check {
                            text-align: left !important;
                            width: 40px
                        }

                        .task-wrapper .task-list-body #task-list li .task-container .task-action-btn .action-circle {
                            background-color: #fff;
                            border: 1px solid #d3d3d4;
                            height: 20px;
                            width: 20px;
                            display: inline-block;
                            text-align: center;
                            cursor: pointer;
                            border-radius: 100%;
                            -webkit-transition: all .2s ease;
                            -ms-transition: all .2s ease;
                            transition: all .2s ease
                        }

                            .task-wrapper .task-list-body #task-list li .task-container .task-action-btn .action-circle.large {
                                height: 24px;
                                width: 24px
                            }

                                .task-wrapper .task-list-body #task-list li .task-container .task-action-btn .action-circle.large .material-icons {
                                    font-size: 16px;
                                    vertical-align: -4px
                                }

                    .task-wrapper .task-list-body #task-list li .task-container .task-label {
                        display: table-cell;
                        font-weight: 400;
                        vertical-align: middle;
                        color: #373b3e;
                        word-break: break-all
                    }

                    .task-wrapper .task-list-body #task-list li .task-container .task-btn-right {
                        display: none
                    }

                        .task-wrapper .task-list-body #task-list li .task-container .task-btn-right .action-circle.large {
                            height: 24px;
                            width: 24px
                        }

                            .task-wrapper .task-list-body #task-list li .task-container .task-btn-right .action-circle.large .material-icons {
                                font-size: 16px;
                                vertical-align: -4px;
                                color: #d3d3d4
                            }

                    .task-wrapper .task-list-body #task-list li .task-container:hover .task-btn-right {
                        display: block
                    }

                .task-wrapper .task-list-body #task-list li.completed .task-container .task-label {
                    color: #ccc
                }

    .task-wrapper .task-list-footer {
        position: relative
    }

        .task-wrapper .task-list-footer .new-task-wrapper {
            -webkit-transition: all .2s ease;
            -ms-transition: all .2s ease;
            transition: all .2s ease;
            overflow: hidden;
            visibility: hidden
        }

            .task-wrapper .task-list-footer .new-task-wrapper .visible {
                max-height: 300px;
                overflow: auto
            }

            .task-wrapper .task-list-footer .new-task-wrapper textarea {
                box-sizing: border-box;
                width: 100%;
                border: 1px solid #e9e9ea;
                border-top: 0;
                height: 45px;
                resize: none;
                margin: 0 0 20px;
                padding: 10px 45px;
                -webkit-transition: all .2s ease;
                -ms-transition: all .2s ease;
                transition: all .2s ease
            }

            .task-wrapper .task-list-footer .new-task-wrapper .error-message {
                color: #fc133d;
                font-style: italic
            }

            .task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {
                background: #fff;
                border: 1px solid #d3d3d4
            }

            .task-wrapper .task-list-footer .new-task-wrapper .btn {
                float: right;
                cursor: pointer;
                padding: 6px 12px
            }

.chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%
}

    .chat-content-wrap .chat-wrap-inner {
        overflow: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

        .chat-content-wrap .chat-wrap-inner .chats {
            padding: 15px 15px 30px
        }

        .chat-content-wrap .chat-wrap-inner .task-header {
            font-size: 14px;
            font-weight: 500;
            padding: 15px 15px 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .chat-content-wrap .chat-wrap-inner .task-header .assignee-info {
                border: 1px solid transparent;
                flex: 0 1 180px;
                position: relative;
                border-radius: 10px;
                padding: 5px 10px 5px 5px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center
            }

                .chat-content-wrap .chat-wrap-inner .task-header .assignee-info:hover {
                    border-color: #e2e4e6
                }

                    .chat-content-wrap .chat-wrap-inner .task-header .assignee-info:hover .remove-icon {
                        visibility: visible
                    }

                .chat-content-wrap .chat-wrap-inner .task-header .assignee-info a {
                    color: #373b3e;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center
                }

                .chat-content-wrap .chat-wrap-inner .task-header .assignee-info .remove-icon {
                    background-color: #e2e4e6;
                    border-radius: 50%;
                    color: #373b3e;
                    cursor: pointer;
                    height: 20px;
                    margin-right: 10px;
                    transform: translateY(-50%);
                    visibility: hidden;
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center
                }

                .chat-content-wrap .chat-wrap-inner .task-header .assignee-info .task-head-title {
                    color: #a6a8a9;
                    font-size: 12px
                }

                .chat-content-wrap .chat-wrap-inner .task-header .assignee-info .task-assignee {
                    font-size: 13px;
                    max-width: 120px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

            .chat-content-wrap .chat-wrap-inner .task-header .task-due-date {
                border: 1px solid transparent;
                flex: 0 0 160px;
                position: relative;
                margin: 0 0 0 10px;
                padding: 5px 10px 5px 5px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                border-radius: 10px
            }

                .chat-content-wrap .chat-wrap-inner .task-header .task-due-date:hover {
                    border-color: #e2e4e6
                }

                    .chat-content-wrap .chat-wrap-inner .task-header .task-due-date:hover .remove-icon {
                        visibility: visible
                    }

                .chat-content-wrap .chat-wrap-inner .task-header .task-due-date .due-icon {
                    background-color: #fff;
                    border: 1px solid #d3d3d4;
                    border-radius: 50%;
                    color: #d3d3d4;
                    height: 30px;
                    line-height: 30px;
                    margin-right: 10px;
                    width: 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center
                }

                    .chat-content-wrap .chat-wrap-inner .task-header .task-due-date .due-icon span i {
                        font-size: 18px;
                        position: relative;
                        top: 4px
                    }

                .chat-content-wrap .chat-wrap-inner .task-header .task-due-date a {
                    color: #373b3e;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center
                }

                .chat-content-wrap .chat-wrap-inner .task-header .task-due-date .remove-icon {
                    background-color: #e2e4e6;
                    border-radius: 50%;
                    color: #373b3e;
                    cursor: pointer;
                    height: 20px;
                    visibility: hidden;
                    width: 20px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    position: absolute;
                    top: 50%;
                    right: 0;
                    margin: 0 10px 0 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center
                }

        .chat-content-wrap .chat-wrap-inner .task-desc {
            margin: 5px 0 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: flex-start;
            -webkit-box-align: flex-start;
            -ms-flex-align: flex-start
        }

            .chat-content-wrap .chat-wrap-inner .task-desc .task-desc-icon {
                color: #d3d3d4;
                margin: 5px 0 15px
            }

            .chat-content-wrap .chat-wrap-inner .task-desc .task-textarea {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

        .chat-content-wrap .chat-wrap-inner .task-information {
            color: #a6a8a9;
            font-size: 11px;
            line-height: 17px;
            min-width: 1px;
            margin-left: 50px
        }

            .chat-content-wrap .chat-wrap-inner .task-information .task-info-line {
                overflow-wrap: normal
            }

                .chat-content-wrap .chat-wrap-inner .task-information .task-info-line .task-user {
                    color: #7a7c7f;
                    font-weight: 500
                }

            .chat-content-wrap .chat-wrap-inner .task-information .task-time {
                display: inline-block;
                padding-left: 10px
            }

.task-chat-contents {
    background-color: #fff
}

    .task-chat-contents .chat.chat-left {
        margin: 0 0 20px
    }

    .task-chat-contents .completed-task-msg {
        margin: 0 0 30px 50px
    }

        .task-chat-contents .completed-task-msg .task-success {
            color: #55ce63;
            font-size: 13px
        }

        .task-chat-contents .completed-task-msg .task-time {
            color: #a6a8a9;
            display: inline-block;
            font-size: 11px
        }

.chat-footer {
    background-color: #fff;
    border-top: 1px solid #e9e9ea;
    padding: 15px
}

    .chat-footer .call-duration {
        display: inline-block;
        font-size: 30px;
        margin-top: 4px;
        position: absolute;
        left: 0
    }

@media(max-width:575px) {
    .chat-footer .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit
    }
}

.chat-footer .task-followers {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .chat-footer .task-followers .followers-title {
        margin: 5px 10px 0 0
    }

        .chat-footer .task-followers .followers-title .avatar {
            width: 30px;
            height: 30px;
            line-height: 30px
        }

    .chat-footer .task-followers .followers-add {
        background-color: #fff;
        border: 1px solid #d3d3d4;
        border-radius: 50%;
        color: #d3d3d4;
        display: inline-block;
        font-size: 20px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 34px
    }

        .chat-footer .task-followers .followers-add i {
            line-height: 28px
        }

.chat-footer .message-bar {
    display: table;
    height: 44px;
    position: relative;
    width: 100%
}

    .chat-footer .message-bar .message-inner {
        display: table-row;
        height: 100%;
        width: 100%;
        padding: 0 8px
    }

    .chat-footer .message-bar .link {
        color: #7a7c7f;
        display: table-cell;
        font-size: 20px;
        position: relative;
        vertical-align: middle;
        width: 30px
    }

    .chat-footer .message-bar .message-area {
        display: table-cell
    }

        .chat-footer .message-bar .message-area .input-group {
            position: relative;
            flex-wrap: wrap;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: stretch;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch
        }

            .chat-footer .message-bar .message-area .input-group .form-control {
                background-color: #fff;
                border: 1px solid #e9e9ea;
                box-shadow: none;
                color: #4d5154;
                display: block;
                font-size: 14px;
                height: 44px;
                margin: 0;
                padding: 6px 12px;
                resize: none
            }

        .chat-footer .message-bar .message-area .btn {
            height: 44px;
            width: 50px
        }

.chat-footer .btn-custom {
    background: #ff902f;
    background: linear-gradient(to right,#FF902F 0%,#FC6075 100%);
    color: #fff
}

@media(max-width:991px) {
    .leave-box .subtitle {
        display: none
    }
}

.task-chat-view .chat-left .chat-content {
    border: 0 !important;
    padding: 0 !important
}

    .task-chat-view .chat-left .chat-content p {
        font-size: 13px;
        margin-bottom: 0
    }

.notification-popup {
    z-index: 1051;
    width: 300px;
    display: inline-block;
    background: #1f8fef;
    border: 1px solid #1082e4;
    color: #fff;
    opacity: .8;
    position: fixed;
    top: 20px;
    right: 10px;
    border-radius: 2px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

    .notification-popup.hide {
        opacity: 0;
        visibility: hidden
    }

.task-assign {
    float: left
}

    .task-assign a {
        float: left
    }

    .task-assign .task-complete-btn {
        background-color: #fff;
        border: 1px solid #d3d3d4;
        color: #373b3e;
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

.search-result {
    margin: 0 0 30px
}

    .search-result u {
        color: #ff902f
    }

    .search-result p {
        color: #7a7c7f;
        margin-bottom: 0
    }

.search-lists .nav-tabs.nav-tabs-solid {
    background-color: #fff;
    border: 1px solid #e2e4e6
}

.main-search {
    margin: 0 0 20px
}

.small-container {
    max-width: 1100px;
    margin: auto;
    padding: 30px
}

    .small-container .inner-header {
        margin: 0 0 30px
    }

    .small-container .inner-content .lead {
        font-size: 20px;
        font-weight: 300
    }

.avatar-dropdown .page-link {
    border: 0;
    width: 25px;
    text-align: center;
    border-radius: 0;
    padding: 10px 5px
}

.avatar-dropdown .dropdown-menu {
    min-width: unset;
    width: 100px;
    padding: 0
}

.avatar-dropdown .avatar-group {
    min-height: 88px;
    white-space: normal;
    padding: 2px
}

    .avatar-dropdown .avatar-group .avatar {
        margin: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .avatar-dropdown .avatar-group .avatar-xs + .avatar-xs {
        margin-left: -1.25rem
    }

.avatar-dropdown .avatar-pagination {
    border-top: 1px solid rgba(0,0,0,.1)
}

.roles-menu {
    margin: 20px 0
}

@media(max-width:767px) {
    .roles-menu {
        margin: 15px 0
    }
}

.roles-menu ul {
    background-color: #fff;
    border: 1px solid #e2e4e6;
    padding: 0;
    margin: 0;
    list-style: none
}

    .roles-menu ul li {
        display: block;
        position: relative
    }

        .roles-menu ul li.active a {
            border-color: #ff902f;
            color: #ff902f
        }

        .roles-menu ul li a {
            border-left: 3px solid transparent;
            color: #373b3e;
            display: block;
            position: relative;
            padding: 10px 15px
        }

            .roles-menu ul li a:hover {
                background-color: #ecedee;
                border-color: #ff902f
            }

                .roles-menu ul li a:hover .role-action {
                    display: block
                }

        .roles-menu ul li .role-action {
            float: right;
            display: none
        }

            .roles-menu ul li .role-action .action-circle {
                background-color: #fff;
                border: 1px solid #d3d3d4;
                height: 24px;
                width: 24px;
                display: inline-block;
                text-align: center;
                cursor: pointer;
                border-radius: 100%;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease
            }

                .roles-menu ul li .role-action .action-circle .material-icons {
                    font-size: 16px;
                    vertical-align: -4px;
                    color: #d3d3d4
                }

.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

    .rating-list span {
        display: inline-block;
        margin-right: 4px
    }

        .rating-list span a {
            background-color: #d3d3d4;
            color: #373b3e;
            width: 50px;
            height: 50px;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
            border-radius: 4px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center
        }

        .rating-list span.rating-normal {
            text-align: center
        }

            .rating-list span.rating-normal a {
                background-color: #fc133d;
                color: #fff
            }

        .rating-list span.rating-bad a {
            background-color: #ffd200;
            color: #fff
        }

        .rating-list span.rating-good {
            text-align: right
        }

            .rating-list span.rating-good a {
                background-color: #35ba67;
                color: #fff
            }

    .rating-list .rating-text {
        font-size: 12px;
        max-width: 157px;
        display: inline-block;
        margin-top: 5px
    }

.custom_radio {
    color: #4d5154;
    display: inline-block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin: 0 0 10px;
    padding: 0 0 0 30px
}

    .custom_radio input {
        position: absolute;
        opacity: 0
    }

        .custom_radio input:checked ~ .checkmark:after {
            opacity: 1
        }

    .custom_radio .checkmark {
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #d3d3d4;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%
    }

        .custom_radio .checkmark:after {
            display: block;
            content: "";
            opacity: 0;
            width: 12px;
            height: 12px;
            background: #ffaf69;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 50%;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease
        }

@media(max-width:575px) {
    .contact-cat {
        padding: 0 70px 0 15px
    }
}

@media(max-width:575px) {
    .contacts-list {
        padding: 0 70px 0 15px
    }

        .contacts-list .contact-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
            width: 100%
        }
}

.job-list {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    display: block;
    margin-bottom: 35px;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

    .job-list .job-list-det {
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 20px
    }

    .job-list .job-list-desc {
        flex: 1 1 0
    }

    .job-list h3.job-list-title {
        color: #373b3e;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px
    }

    .job-list h4.job-department {
        color: #7a7c7f;
        font-size: 14px;
        margin-bottom: 0
    }

    .job-list .job-types {
        background-color: transparent;
        border: 1px solid #ff902f;
        color: #ff902f;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        padding: 6px 12px
    }

        .job-list .job-types:hover {
            background: #ff902f;
            color: #fff
        }

    .job-list .job-list-footer {
        background-color: #f9f9f9;
        border-radius: 0 0 4px 4px;
        position: relative;
        padding: 20px
    }

        .job-list .job-list-footer ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .job-list .job-list-footer ul li {
                color: #7a7c7f;
                display: inline-block;
                margin-right: 14px
            }

                .job-list .job-list-footer ul li i {
                    color: #7a7c7f;
                    margin-right: 3px;
                    position: relative
                }

.page-wrapper.job-wrapper {
    margin: 0 !important
}

.job-widget {
    background-color: #fff;
    border: 1px solid #efefef;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 30px
}

    .job-widget h4 {
        color: #585858;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 20px
    }

    .job-widget .job-description p {
        color: #646669;
        line-height: 28px
    }

    .job-widget .job-title {
        color: #585858;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px
    }

    .job-widget .job-dept {
        color: #737882;
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px
    }

    .job-widget .job-post-det {
        display: inline-block;
        margin-bottom: 5px;
        width: 100%;
        color: #737882;
        padding: 0;
        margin: 0;
        list-style: none
    }

        .job-widget .job-post-det li {
            float: left;
            list-style: none;
            margin-right: 20px
        }

            .job-widget .job-post-det li .text-blue {
                color: #009ce7
            }

.square-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .square-list li {
        color: #646669;
        line-height: 24px;
        list-style: none;
        margin: 10px 0 0 20px;
        position: relative
    }

        .square-list li:before {
            font-family: fontawesome;
            margin: 0;
            position: relative;
            color: #ff902f;
            float: left;
            margin-left: -20px;
            display: block;
            content: "\f0c8";
            font-size: 8px
        }

.job-btn {
    border: 2px solid #ff902f;
    color: #ff902f;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

    .job-btn:hover {
        background-color: #ff902f;
        color: #fff;
        border-color: #ff902f
    }

.info-list {
    color: #7a7c7f;
    padding-top: 20px
}

    .info-list span {
        color: #ff902f;
        float: left;
        font-size: 20px;
        line-height: 14px
    }

    .info-list h5 {
        color: #585858;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-left: 40px;
        text-transform: uppercase
    }

    .info-list p {
        line-height: 1.7;
        margin: 0 0 0 40px
    }

    .info-list .app-ends {
        color: #46cd38;
        font-size: 13px
    }

.modal button.btn-close {
    background: 0 0;
    border: 0
}

.w-sidebar {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

    .w-sidebar ul {
        padding: 15px
    }

        .w-sidebar ul a {
            color: #373b3e
        }

@media(max-width:991px) {
    .message-view .task-view {
        width: 100%
    }

    .task-chat-view {
        display: none !important;
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        right: 0;
        transform: translateX(0px);
        z-index: 1041;
        width: 300px !important;
        position: fixed !important;
        transition: all .4s ease 0s;
        margin-right: -300px;
        display: table-cell;
        top: 0;
        padding-bottom: 60px;
        margin-top: 60px
    }

        .task-chat-view.opened {
            margin-right: 0 !important;
            display: block !important
        }
}

.sidebar-headerset {
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5
}

    .sidebar-headerset h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: .5rem
    }

    .sidebar-headerset h3 {
        font-size: 15px;
        font-weight: 400;
        margin: 0
    }

.settings-mains {
    padding: 15px
}

    .settings-mains .layout-head {
        margin-bottom: 15px
    }

        .settings-mains .layout-head h5 {
            font-size: 16px;
            font-weight: 600;
            color: #272b41;
            margin-bottom: .5rem
        }

        .settings-mains .layout-head h6 {
            font-size: 14px;
            font-weight: 400;
            margin: 0;
            color: #272b41
        }

#layout-position .radio input + label {
    min-width: 110px;
    border: 0
}

.bor-rad-50 {
    border-radius: 50px
}

.bg-sidebarcolor {
    background: #f9f9f9;
    height: 45px;
    display: block;
    border-radius: 5px
}

    .bg-sidebarcolor.bg-darks {
        background: #34444c
    }

    .bg-sidebarcolor.bg-gradients {
        background: linear-gradient(92.08deg,#FF0000 0%,#764BA2 100%)
    }

    .bg-sidebarcolor.bg-oranges {
        background: #ff9b44
    }

    .bg-sidebarcolor.bg-darkset {
        background: #16191c
    }

.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh
}

.profile-view {
    position: relative
}

    .profile-view .profile-img-wrap {
        height: 120px;
        width: 120px;
        position: absolute
    }

@media(max-width:575px) {
    .profile-view .profile-img-wrap {
        position: relative;
        margin: 0 auto
    }
}

.profile-view .profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px
}

.profile-view .profile-img {
    width: 120px;
    height: 120px
}

.profile-view .profile-basic {
    margin-left: 140px;
    padding-right: 50px
}

@media(max-width:575px) {
    .profile-view .profile-basic {
        margin-left: 0;
        padding-right: 0
    }
}

.profile-view .profile-basic .profile-info-left {
    border-right: 2px dashed #d3d3d4
}

@media(max-width:575px) {
    .profile-view .profile-basic .profile-info-left {
        text-align: center;
        padding: 15px 0
    }
}

@media(max-width:768px) {
    .profile-view .profile-basic .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #d3d3d4;
        margin: 0 0 20px;
        padding: 0 0 20px
    }
}

.profile-view .profile-basic .profile-info-left .user-name {
    color: #373b3e
}

.profile-view .profile-basic .profile-info-left .staff-id {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px
}

.profile-view .profile-basic .profile-info-left .staff-msg {
    margin-top: 30px
}

    .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom {
        background: #ff902f;
        background: linear-gradient(to right,#FF902F 0%,#FC6075 100%);
        color: #fff
    }

        .profile-view .profile-basic .profile-info-left .staff-msg .btn-custom:hover {
            border-color: #ff902f
        }

.profile-view .pro-edit {
    position: absolute;
    top: 0;
    right: 0
}

.profile-action .dropdown-toggle:after {
    display: none
}

.edit-icon {
    background-color: #ecedee;
    border: 1px solid #e2e4e6;
    color: #bcbebf;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
    border-radius: 24px
}

.personal-info {
    padding: 0;
    margin: 0;
    list-style: none
}

    .personal-info li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px
    }

@media(max-width:991px) {
    .personal-info li {
        width: 100%
    }
}

.personal-info li .title {
    color: #373b3e;
    float: left;
    font-weight: 500;
    width: 30%
}

@media(max-width:575px) {
    .personal-info li .title {
        width: 50%;
        margin: 0
    }
}

.personal-info li .text {
    color: #7a7c7f;
    display: block;
    overflow: hidden;
    width: 70%;
    float: left
}

    .personal-info li .text .avatar-box {
        float: left;
        position: relative
    }

        .personal-info li .text .avatar-box .avatar-xs {
            line-height: normal
        }

.delete-icon {
    color: #fc133d;
    float: right;
    font-size: 18px
}

.experience-box {
    position: relative
}

    .experience-box .experience-list {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative
    }

        .experience-box .experience-list::before {
            background: #d5d8da;
            bottom: 0;
            content: "";
            width: 2px;
            position: absolute;
            top: 8px;
            left: 8px
        }

        .experience-box .experience-list li {
            position: relative
        }

            .experience-box .experience-list li .experience-user {
                background: #fff;
                height: 10px;
                width: 10px;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 4px;
                left: 4px
            }

                .experience-box .experience-list li .experience-user .before-circle {
                    background-color: #d5d8da;
                    border-radius: 50%;
                    height: 10px;
                    width: 10px
                }

            .experience-box .experience-list li .experience-content {
                background-color: #fff;
                margin: 0 0 20px 40px;
                padding: 0;
                position: relative
            }

                .experience-box .experience-list li .experience-content .timeline-content {
                    color: #909294
                }

                    .experience-box .experience-list li .experience-content .timeline-content a.name {
                        color: #646669;
                        font-weight: 700
                    }

                .experience-box .experience-list li .experience-content .time {
                    color: #bcbebf;
                    display: block;
                    font-size: 12px;
                    line-height: 1.35
                }

.submit-btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 50px
}

.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden
}

@media(max-width:575px) {
    .profile-img-wrap {
        position: relative;
        margin: 0 auto
    }
}

.profile-img-wrap.edit-img {
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative
}

.profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px
}

.profile-img-wrap .fileupload {
    background: rgba(33,33,33,.5);
    border: none;
    padding: 3px 10px;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

    .profile-img-wrap .fileupload .btn-text {
        color: #fff
    }

    .profile-img-wrap .fileupload .upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        opacity: 0;
        margin: 0;
        padding: 5px;
        position: absolute;
        top: -3px;
        right: -3px
    }

.payslip-title {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 20px
}

.inv-logo {
    height: auto;
    max-height: 100px;
    width: auto;
    margin: 0 0 20px
}

.invoice-details {
    float: right;
    text-align: right
}

.topics {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin: 0 0 30px;
    padding: 20px
}

    .topics .topic-title {
        color: #373b3e;
        margin: 0 0 20px;
        padding: 0 25px 0 0;
        position: relative
    }

        .topics .topic-title a {
            color: #373b3e;
            font-size: 20px;
            font-weight: 500;
            text-decoration: none
        }

            .topics .topic-title a i {
                color: #ff902f;
                margin-right: 5px
            }

            .topics .topic-title a span {
                color: #ff902f
            }

    .topics .topics-list {
        margin: 0;
        padding: 0
    }

        .topics .topics-list li {
            position: relative;
            list-style: none;
            line-height: 2
        }

            .topics .topics-list li:before {
                font-family: FontAwesome;
                content: "\f016";
                color: #4d5154;
                font-size: 15px;
                position: absolute;
                top: 0;
                left: 0
            }

            .topics .topics-list li a {
                padding-left: 25px;
                color: #4d5154;
                font-size: 14px;
                font-weight: 400;
                text-decoration: none;
                outline: 0
            }

.equal-height-cards .card {
    height: 100%
}

.equal-height-cards .pricing-box {
    text-align: center
}

    .equal-height-cards .pricing-box ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left
    }

        .equal-height-cards .pricing-box ul li {
            line-height: 35px
        }

            .equal-height-cards .pricing-box ul li i {
                color: #66d373;
                margin-right: 5px
            }

.topnav-dropdown-header {
    border-bottom: 1px solid #ecedee;
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px
}

    .topnav-dropdown-header .notification-title {
        color: #373b3e;
        display: block;
        float: left;
        font-size: 14px
    }

    .topnav-dropdown-header .clear-noti {
        color: #fc133d;
        float: right;
        font-size: 11px;
        text-transform: uppercase
    }

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative
}

.notifications .notification-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .notifications .notification-list li {
        margin-top: 0;
        border-bottom: 1px solid #f5f6f7
    }

        .notifications .notification-list li a {
            display: block;
            padding: 12px;
            border-radius: 2px
        }

        .notifications .notification-list li .noti-title {
            color: #373b3e
        }

        .notifications .notification-list li .noti-details {
            color: #909294;
            margin: 0
        }

        .notifications .notification-list li p.noti-time {
            margin: 0
        }

        .notifications .notification-list li .notification-time {
            font-size: 12px;
            line-height: 1.35;
            color: #bcbebf
        }

        .notifications .notification-list li .list-item {
            border: 0;
            padding: 0;
            position: relative
        }

            .notifications .notification-list li .list-item .list-left {
                height: 48px;
                position: absolute;
                width: 48px
            }

            .notifications .notification-list li .list-item .list-body {
                padding: 0 0 0 50px
            }

                .notifications .notification-list li .list-item .list-body .message-author {
                    color: #373b3e;
                    float: left;
                    font-weight: 500;
                    width: 175px;
                    display: block;
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                .notifications .notification-list li .list-item .list-body .message-time {
                    color: #7a7c7f;
                    float: right;
                    font-size: 11px
                }

                .notifications .notification-list li .list-item .list-body .message-content {
                    color: #373b3e;
                    font-size: 13px;
                    display: block;
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

.topnav-dropdown-footer {
    border-top: 1px solid #ecedee;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px
}

    .topnav-dropdown-footer a {
        display: block;
        text-align: center;
        color: #373b3e
    }

.list-left {
    height: 48px;
    position: absolute;
    width: 48px
}

.list-body {
    padding: 0 0 0 50px
}

    .list-body .message-author {
        color: #373b3e;
        float: left;
        font-weight: 500;
        width: 175px;
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .list-body .message-time {
        color: #7a7c7f;
        float: right;
        font-size: 11px
    }

    .list-body .message-content {
        color: #373b3e;
        font-size: 13px;
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.custom-file-container {
    box-sizing: border-box;
    position: relative;
    display: block
}

    .custom-file-container label {
        color: #ff902f
    }

.custom-file-container__custom-file {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    margin-top: 5px
}

    .custom-file-container__custom-file:hover {
        cursor: pointer
    }

.custom-file-container__custom-file__custom-file-input {
    box-sizing: border-box;
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-container__custom-file__custom-file-input:focus ~ span {
        outline: 1px dotted #dddde0;
        outline: 0 auto -webkit-focus-ring-color
    }

.custom-file-container__custom-file__custom-file-control {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    user-select: none;
    background-clip: padding-box;
    border-radius: .25rem;
    height: auto;
    border: 1px solid #f1f2f3;
    color: #3b3f5c;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    background-color: #f1f2f3
}

.custom-file-container__custom-file__custom-file-control__button {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: block;
    height: auto;
    padding: 10px 16px;
    line-height: 1.25;
    background-color: #bcbebf;
    color: #fff;
    border-left: 1px solid #e0e6ed;
    box-sizing: border-box
}

.custom-file-container__image-preview {
    box-sizing: border-box;
    margin-top: 54px;
    margin-bottom: 40px;
    height: 250px;
    width: 100%;
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    padding: 15px;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.custom-file-container__image-multi-preview {
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin: 1.858736%;
    width: 29.615861214%;
    height: 90px;
    box-shadow: 0 4px 10px 0 rgba(51,51,51,.25);
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.custom-file-container__image-multi-preview__single-image-clear {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: -6px;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(51,51,51,.25);
    position: absolute;
    left: -6px
}

    .custom-file-container__image-multi-preview__single-image-clear:hover {
        background: #cbcbbd;
        cursor: pointer
    }

.custom-file-container__image-multi-preview__single-image-clear__icon {
    color: #ff902f;
    display: block;
    margin-top: -2px
}

.note-editor.card {
    padding: .5rem;
    margin-bottom: 0
}

.note-toolbar.card-header {
    padding: 0;
    padding-bottom: .5rem
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child, .irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #ff902f
}

    .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
        border-top-color: #ff902f
    }

.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 0;
    height: 0;
    width: 100%;
    cursor: ns-resize;
    background: 0 0;
    border: 0
}

.alertify .ajs-footer {
    border-top: 1px solid #eee
}

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        font-weight: 500;
        background-color: transparent;
        color: #000;
        border: 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

        .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
            color: #ff902f
        }

    .alertify .ajs-footer .ajs-buttons.ajs-primary {
        text-align: right
    }

.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #ccc
}

    .alertify .ajs-body .ajs-content .ajs-input:focus-visible {
        outline: 0
    }

.alertify .ajs-commands {
    right: 4px;
    left: auto;
    margin: -14px 0 0 24px
}

.alertify .ajs-header {
    border-bottom: 1px solid #eee
}

.alertify-notifier .ajs-message {
    background-color: #ff902f;
    border-color: #ff902f;
    color: #fff;
    text-shadow: none !important
}

    .alertify-notifier .ajs-message.ajs-success {
        background-color: #66d373;
        border-color: #66d373
    }

    .alertify-notifier .ajs-message.ajs-error {
        background-color: #fc133d;
        border-color: #fc133d
    }

    .alertify-notifier .ajs-message.ajs-warning {
        background-color: #ffbf53;
        border-color: #ffbf53
    }

.alertify-notifier.ajs-right {
    right: 10px;
    left: auto
}

    .alertify-notifier.ajs-right .ajs-message {
        right: -320px;
        left: auto
    }

        .alertify-notifier.ajs-right .ajs-message.ajs-visible {
            right: 290px;
            left: auto
        }

.alertify-notifier.ajs-left {
    left: 10px;
    right: auto
}

    .alertify-notifier.ajs-left .ajs-message {
        left: -300px;
        right: auto
    }

        .alertify-notifier.ajs-left .ajs-message.ajs-visible {
            left: 0;
            right: auto
        }

body[data-layout-mode=dark] .alertify .ajs-dialog {
    background-color: #313533
}

body[data-layout-mode=dark] .alertify .ajs-body {
    color: #adb5bd
}

    body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
        color: #adb5bd;
        background-color: #363a38;
        border: 1px solid #3b403d
    }

body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #adb5bd
}

    body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
        color: #ff902f
    }

body[data-layout-mode=dark] .alertify .ajs-footer, body[data-layout-mode=dark] .alertify .ajs-header {
    color: #ced4da;
    background-color: #313533;
    border-color: #3b403d
}

.swal2-actions button {
    margin-right: 10px
}

.swal2-title {
    font-size: 22px !important
}

.wizard {
    position: relative
}

    .wizard .nav-tabs {
        position: relative;
        margin-top: 20px;
        border: 0
    }

        .wizard .nav-tabs li:after {
            content: "";
            width: 75%;
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            background: #e9e9ef;
            height: 2px;
            left: -30%;
            top: 38%;
            z-index: 1
        }

@media(max-width:992px) {
    .wizard .nav-tabs li:after {
        width: 60%;
        left: -22%
    }
}

@media(max-width:575px) {
    .wizard .nav-tabs li:after {
        background: 0 0;
        display: none
    }
}

.wizard .nav-tabs li:first-child:after {
    background: 0 0;
    display: none
}

.wizard .nav-item {
    position: relative
}

    .wizard .nav-item .nav-link {
        width: 56px;
        height: 56px;
        content: "";
        position: absolute;
        background: #fff;
        left: 50%;
        color: #5156be;
        top: 50%;
        font-size: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid rgba(81,86,190,.2)
    }

        .wizard .nav-item .nav-link.active {
            background: #e9e9ef;
            color: #5156be;
            border: 1px solid rgba(81,86,190,.2)
        }

@media(max-width:768px) {
    .wizard .nav-item .nav-link {
        background: 0 0
    }
}

.wizard .tab-content {
    padding-top: 50px
}

.wizard .form-control {
    border-radius: 4px
}

.wizard .form-select {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 4px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #878a99
}

    .wizard .form-select:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #878a99;
        border-radius: 4px
    }

.tag-with-img .bootstrap-tagsinput .label-info {
    border: 1px solid #d3d3d4;
    padding: 5px 10px 5px 30px;
    position: relative
}

    .tag-with-img .bootstrap-tagsinput .label-info::before {
        content: "";
        background-image: url(../img/icons/tag-user-icon.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

.header-collapse .header {
    width: 250px;
    z-index: 10
}

.header-collapse .page-wrapper {
    padding-top: 0
}

[data-layout=horizontal] body.header-collapse .header {
    display: none
}

[data-layout=horizontal] body.header-collapse .page-wrapper {
    padding-top: 50px
}

[data-layout=horizontal] body.header-collapse .sidebar, [data-layout=horizontal] body.header-collapse .two-col-bar {
    top: 0
}

@media(max-width:991px) {
    #collapse-header {
        display: none
    }
}

.delete-modal-row {
    display: block;
    color: #fc133d;
    font-size: 20px;
    margin-left: 24px
}

.add-modal-row {
    display: block;
    color: #ff902f;
    font-size: 20px;
    margin-left: 24px
}

.custom-filter-row .custom-col {
    width: 20%
}

@media(max-width:1199px) {
    .custom-filter-row .custom-col {
        width: 100%
    }
}

.pipeline-progress .progress {
    background: 0 0;
    width: 70px;
    height: 5px
}

    .pipeline-progress .progress .progress-bar {
        width: 70px;
        height: 5px;
        border-radius: 5px
    }

        .pipeline-progress .progress .progress-bar.progress-bar-success {
            background: #55ce63
        }

        .pipeline-progress .progress .progress-bar.progress-bar-violet {
            background: #9368e9
        }

        .pipeline-progress .progress .progress-bar.progress-bar-info {
            background: #009efb
        }

        .pipeline-progress .progress .progress-bar.progress-bar-warning {
            background: #ffbc34
        }

        .pipeline-progress .progress .progress-bar.progress-bar-pink {
            background: #fc6075
        }

        .pipeline-progress .progress .progress-bar.progress-bar-danger {
            background: #fc133d
        }

.pipeline-progress span {
    margin-left: 10px
}

.pipeline-modal-head h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0
}

.pipeline-stages {
    margin-bottom: 15px
}

    .pipeline-stages li {
        border: 1px solid #d3d3d4;
        padding: 15px;
        margin-bottom: 5px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .pipeline-stages li p {
            margin-bottom: 0;
            color: #373b3e
        }

            .pipeline-stages li p i {
                color: #d3d3d4
            }

        .pipeline-stages li .edit-delete-stage a {
            color: #4d5154;
            position: relative
        }

            .pipeline-stages li .edit-delete-stage a.edit-stage {
                margin-right: 5px;
                padding-right: 5px
            }

                .pipeline-stages li .edit-delete-stage a.edit-stage:after {
                    content: "";
                    height: 10px;
                    width: 2px;
                    background: #d3d3d4;
                    position: absolute;
                    right: -4px;
                    top: 50%;
                    transform: translateY(-50%)
                }

.person-selected li {
    border: 1px solid #d3d3d4;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .person-selected li a {
        display: block
    }

    .person-selected li .profile-pic {
        color: #373b3e
    }

        .person-selected li .profile-pic img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 15px
        }

.activity-badge {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    font-size: 14px
}

    .activity-badge i {
        margin-right: 5px
    }

    .activity-badge.badge-bg-violet {
        background: #f4f0fd;
        color: #9368e9
    }

    .activity-badge.badge-bg-success {
        background: #eefaef;
        color: #55ce63
    }

    .activity-badge.badge-bg-info {
        background: #e6f5ff;
        color: #009efb
    }

    .activity-badge.badge-bg-warning {
        background: #fff8eb;
        color: #ffbc34
    }

.activity-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .activity-filter-head {
        flex-direction: column;
        align-items: start
    }
}

.all-activity-head {
    display: flex;
    align-items: center
}

@media(max-width:767px) {
    .all-activity-head {
        margin-bottom: 20px
    }
}

.all-activity-head h5 {
    font-size: 18px;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.all-activity-head .activity-list {
    display: flex;
    align-items: center
}

    .all-activity-head .activity-list li a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e2e4e6;
        border-radius: 5px;
        background: #fff;
        color: #4d5154
    }

    .all-activity-head .activity-list li + li {
        margin-left: 10px
    }

.activity-date-picker .cal-icon::after {
    content: "\f274";
    right: unset;
    left: 10px
}

.activity-date-picker .cal-icon input {
    padding-left: 30px
}

.activity-date-picker .cal-icon.time-icon::after {
    content: "\f017"
}

.activity-date-picker .cal-icon.reminder::after {
    content: "\f0f3"
}

.input-block .use-before {
    flex-shrink: 0;
    margin-left: 24px
}

.new-delete-icon {
    color: #fc133d;
    margin-left: 24px;
    font-size: 20px
}

    .new-delete-icon:hover {
        color: #fc133d
    }

.table-responsive .pagination li {
    margin-right: 0
}

    .table-responsive .pagination li a {
        color: #373b3e
    }

.users-profile .company-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e4e6;
    border-radius: 50%;
    margin-right: 8px
}

.users-group ul {
    display: flex;
    align-items: center
}

    .users-group ul li a {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        margin-left: -11px
    }

        .users-group ul li a img {
            width: 24px;
            height: 24px;
            border-radius: 50%
        }

        .users-group ul li a.total-group-member {
            background: #ff902f;
            color: #fff;
            font-size: 10px
        }

        .users-group ul li a:hover {
            position: relative
        }

    .users-group ul li:first-child a {
        margin-left: 0
    }

.load-more-btn a {
    display: inline-flex;
    align-items: center
}

    .load-more-btn a i {
        border-width: 2px;
        color: #fff;
        width: 16px;
        height: 16px;
        margin-left: 5px
    }

.kanban-wrapper {
    margin-top: 24px;
    display: flex;
    overflow-x: auto;
    align-items: self-start
}

    .kanban-wrapper .kanban-list-items {
        border: 1px solid #d3d3d4;
        border-radius: 5px;
        background: #f5f6f7;
        padding: 15px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 100%
    }

        .kanban-wrapper .kanban-list-items:last-child {
            margin-right: 0
        }

        .kanban-wrapper .kanban-list-items .kanban-list-head {
            background: #fff;
            padding: 15px;
            border-radius: 5px;
            min-width: 285px
        }

            .kanban-wrapper .kanban-list-items .kanban-list-head .action-icon::after {
                display: none
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head h5 {
                color: #373b3e;
                font-size: 18px;
                margin-bottom: 5px;
                position: relative;
                padding-left: 15px
            }

                .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head h5:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    border-radius: 10px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head span {
                font-size: 14px;
                color: #4d5154
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head.dot-success h5:before {
                background: #55ce63
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head.dot-info h5:before {
                background: #009efb
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head.dot-warning h5:before {
                background: #ffbc34
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head.dot-purple h5:before {
                background: #9368e9
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-title-head.dot-danger h5:before {
                background: #fc133d
            }

            .kanban-wrapper .kanban-list-items .kanban-list-head .kanban-action-btns .plus-btn {
                margin-right: 10px
            }

        .kanban-wrapper .kanban-list-items .kanban-drag-wrap {
            padding-top: 24px
        }

.kanban-card {
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
    border: 1px solid #d3d3d4;
    border-radius: 5px;
    padding: 15px;
    min-width: 285px;
    margin-bottom: 15px
}

    .kanban-card .kanban-card-head .bar-design {
        display: block;
        width: 100%;
        height: 4px
    }

        .kanban-card .kanban-card-head .bar-design.bg-purple {
            background: #9368e9
        }

    .kanban-card .kanban-card-head .kanban-card-title {
        display: flex;
        align-items: center;
        margin: 15px 0
    }

        .kanban-card .kanban-card-head .kanban-card-title span {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #373b3e;
            margin-right: 8px
        }

        .kanban-card .kanban-card-head .kanban-card-title h6 {
            font-size: 14px;
            max-width: 143px
        }

    .kanban-card .kanban-card-body ul {
        margin-bottom: 15px
    }

        .kanban-card .kanban-card-body ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #4d5154
        }

            .kanban-card .kanban-card-body ul li i {
                margin-right: 5px
            }

            .kanban-card .kanban-card-body ul li:last-child {
                margin-bottom: 0
            }

    .kanban-card .kanban-card-body .card-user-info .user-name {
        color: #4d5154
    }

    .kanban-card .kanban-card-footer {
        border-top: 1px solid #d3d3d4;
        margin-top: 15px;
        padding-top: 15px
    }

        .kanban-card .kanban-card-footer ul {
            display: flex;
            align-items: center
        }

            .kanban-card .kanban-card-footer ul li a {
                width: 24px;
                height: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                color: #373b3e
            }

                .kanban-card .kanban-card-footer ul li a:hover {
                    background: #e2e4e6
                }

.kanban-drag-wrap > li:last-child .kanban-card {
    margin-bottom: 0
}

.leads-kanban-wrapper .kanban-card .kanban-card-head .kanban-card-title span {
    background: #e9e9ea
}

.leads-kanban-wrapper .kanban-card .kanban-card-footer span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e4e6;
    border-radius: 50%
}

.card.analytics-card {
    background: #fff;
    padding: 24px;
    border-color: #fff;
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922)
}

    .card.analytics-card .card-header {
        padding: 0;
        background: #fff;
        border: 0;
        margin-bottom: 24px
    }

@media(max-width:575px) {
    .card.analytics-card .card-header {
        flex-direction: column;
        align-items: start !important
    }
}

.card.analytics-card .card-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

    .card.analytics-card .card-header h3 a {
        color: #373b3e;
        margin-left: 5px
    }

.card.analytics-card .card-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px
}

.card.analytics-card .card-header .select2-results__option {
    font-size: 14px
}

.card.analytics-card .card-body {
    padding: 0
}

    .card.analytics-card .card-body .table th {
        padding: 10px;
        background: #f9f9f9;
        color: #373b3e
    }

        .card.analytics-card .card-body .table th:first-child {
            border-left: 1px solid #e9e9ea
        }

        .card.analytics-card .card-body .table th:last-child {
            border-right: 1px solid #e9e9ea
        }

    .card.analytics-card .card-body .table td:first-child {
        border-left: 1px solid #e9e9ea
    }

    .card.analytics-card .card-body .table td:last-child {
        border-right: 1px solid #e9e9ea
    }

.activities-list ul li {
    background: #f5f6f7;
    padding: 15px 10px;
    margin-bottom: 20px
}

    .activities-list ul li:last-child {
        margin-bottom: 0
    }

    .activities-list ul li .activity-name h5 {
        font-size: 14px;
        color: #373b3e;
        margin-bottom: 3px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box
    }

    .activities-list ul li .activity-name p {
        font-size: 14px;
        color: #4d5154;
        margin-bottom: 10px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box
    }

    .activities-list ul li .user-activity {
        display: flex;
        align-items: center
    }

@media(max-width:767px) {
    .activities-list ul li .user-activity {
        margin: 20px 0
    }
}

.activities-list ul li .user-activity span {
    flex-shrink: 0;
    display: inline-flex;
    margin-right: 5px
}

    .activities-list ul li .user-activity span img {
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

.activities-list ul li .user-activity h6 {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

@media(max-width:575px) {
    .card-select ul {
        flex-direction: column;
        align-items: start !important
    }
}

@media(max-width:575px) {
    .card-select ul li + li {
        margin-left: 0;
        margin-top: 10px
    }
}

.ticket-detail-head .ticket-head-card {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 24px 0 rgba(225,225,225,.2509803922);
    border: 1px solid #d3d3d4;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 24px
}

    .ticket-detail-head .ticket-head-card .ticket-detail-icon {
        width: 44px;
        height: 44px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffaf69;
        flex-shrink: 0;
        margin-right: 10px
    }

        .ticket-detail-head .ticket-head-card .ticket-detail-icon i {
            font-size: 24px;
            color: #fff
        }

        .ticket-detail-head .ticket-head-card .ticket-detail-icon.bg-danger-lights {
            background: #fd8091
        }

        .ticket-detail-head .ticket-head-card .ticket-detail-icon.bg-warning-lights {
            background: #ffc95d
        }

        .ticket-detail-head .ticket-head-card .ticket-detail-icon.bg-purple-lights {
            background: #a986ed
        }

    .ticket-detail-head .ticket-head-card .detail-info h6 {
        font-weight: 400;
        margin-bottom: 5px;
        font-size: 14px
    }

    .ticket-detail-head .ticket-head-card .detail-info.info-two span {
        font-size: 14px;
        color: #4d5154
    }

.ticket-purpose {
    border: 1px solid #d3d3d4;
    background: #fff;
    padding: 24px;
    border-radius: 5px;
    margin-bottom: 24px
}

    .ticket-purpose h4 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .ticket-purpose p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #4d5154
    }

    .ticket-purpose ul li {
        font-size: 14px;
        margin-bottom: 5px;
        position: relative;
        color: #4d5154;
        padding-left: 20px
    }

        .ticket-purpose ul li:last-child {
            margin-bottom: 0
        }

        .ticket-purpose ul li::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 20px;
            background: #4d5154;
            position: absolute;
            left: 5px;
            top: 6px
        }

.attached-files-info .attached-files {
    box-shadow: 0 4px 24px 0 rgba(188,188,188,.2509803922);
    border-radius: 5px;
    padding: 24px;
    background: #fff
}

    .attached-files-info .attached-files ul li {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

@media(max-width:575px) {
    .attached-files-info .attached-files ul li {
        flex-direction: column;
        align-items: self-start
    }
}

.attached-files-info .attached-files ul li .file-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5ec;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50%
}

    .attached-files-info .attached-files ul li .file-icon i {
        color: #ff902f;
        font-size: 20px
    }

.attached-files-info .attached-files ul li p {
    font-size: 14px;
    margin-bottom: 0;
    color: #373b3e
}

@media(max-width:575px) {
    .attached-files-info .attached-files ul li .file-download {
        margin-top: 15px
    }
}

.attached-files-info .attached-files ul li .file-download a {
    color: #373b3e;
    display: flex;
    align-items: center
}

    .attached-files-info .attached-files ul li .file-download a i {
        margin-right: 5px
    }

.attached-files-info .attached-files ul li + li {
    margin-top: 15px
}

@media(max-width:1399px) {
    .attached-files-info .attached-files.media-attached-files {
        margin-top: 24px
    }
}

.attached-files-info .attached-files.media-attached-files .file-icon {
    background: #feeaee
}

    .attached-files-info .attached-files.media-attached-files .file-icon i {
        color: #fc133d
    }

.ticket-chat {
    border: 1px solid #d3d3d4;
    background: #fff;
    padding: 24px;
    border-radius: 5px
}

@media(max-width:991px) {
    .ticket-chat {
        margin-top: 24px
    }
}

.ticket-chat .ticket-chat-head h4 {
    margin-bottom: 15px
}

.ticket-chat .ticket-chat-head .chat-post-box {
    border: 1px solid #d3d3d4;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px
}

    .ticket-chat .ticket-chat-head .chat-post-box .files-attached {
        margin-top: 10px
    }

        .ticket-chat .ticket-chat-head .chat-post-box .files-attached .post-files {
            display: flex;
            align-items: center
        }

            .ticket-chat .ticket-chat-head .chat-post-box .files-attached .post-files a {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #eff0f1
            }

                .ticket-chat .ticket-chat-head .chat-post-box .files-attached .post-files a i {
                    font-size: 18px;
                    color: #373b3e
                }

                .ticket-chat .ticket-chat-head .chat-post-box .files-attached .post-files a + a {
                    margin-left: 10px
                }

        .ticket-chat .ticket-chat-head .chat-post-box .files-attached button {
            background: #ff902f;
            border: 1px solid #ff902f;
            color: #fff;
            padding: 8px 12px;
            border-radius: 5px;
            line-height: normal
        }

.ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-user {
    display: flex;
    align-items: center
}

    .ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-user .avatar {
        flex-shrink: 0;
        margin-right: 10px
    }

    .ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-user .user-name h5 {
        font-weight: 400;
        font-size: 15px
    }

        .ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-user .user-name h5 span {
            font-weight: 500
        }

.ticket-chat .ticket-chat-body .created-tickets-info li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d3d3d4
}

.ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-info h6 {
    margin-bottom: 5px
}

.ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-info p {
    font-size: 14px;
    margin-bottom: 10px
}

.ticket-chat .ticket-chat-body .created-tickets-info li .ticket-created-info .comment-text {
    color: #fc6075
}

.ticket-chat .ticket-chat-body .created-tickets-info li .details-text {
    margin-top: 10px;
    font-size: 14px
}

.ticket-chat .ticket-chat-footer {
    margin-top: 15px
}

    .ticket-chat .ticket-chat-footer button {
        background: #ff902f;
        border: 1px solid #ff902f;
        color: #fff;
        line-height: normal;
        margin-left: 15px;
        height: 44px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 5px
    }

[data-layout-mode=dark] body h1, [data-layout-mode=dark] body h2, [data-layout-mode=dark] body h3, [data-layout-mode=dark] body h4, [data-layout-mode=dark] body h5, [data-layout-mode=dark] body h6, [data-layout-mode=dark] body p {
    color: #bcbebf
}

[data-layout-mode=dark] body .ticket-detail-head .ticket-head-card {
    background: #263238;
    border-color: #263238
}

[data-layout-mode=dark] body .ticket-purpose {
    background: #263238;
    border-color: #000
}

    [data-layout-mode=dark] body .ticket-purpose ul li {
        color: #bcbebf
    }

[data-layout-mode=dark] body .attached-files-info .attached-files {
    background: #263238;
    border-color: #000
}

    [data-layout-mode=dark] body .attached-files-info .attached-files ul li p {
        color: #bcbebf
    }

    [data-layout-mode=dark] body .attached-files-info .attached-files ul li .file-download a {
        color: #bcbebf
    }

[data-layout-mode=dark] body .ticket-chat {
    background: #263238;
    border-color: #000
}

    [data-layout-mode=dark] body .ticket-chat .ticket-chat-head .chat-post-box {
        background: #263238;
        border-color: #000
    }

textarea.form-control {
    resize: none
}

.daterange-picker .form-sort {
    margin-left: 10px
}

    .daterange-picker .form-sort input {
        padding-left: 25px;
        height: 38px
    }

    .daterange-picker .form-sort .select2-container .select2-selection.select2-selection--single {
        height: 38px
    }

        .daterange-picker .form-sort .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
            line-height: 38px
        }

        .daterange-picker .form-sort .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
            height: 38px
        }

.card-select ul {
    display: flex;
    align-items: center
}

    .card-select ul li + li {
        margin-left: 5px
    }

    .card-select ul li .select2-container .select2-selection.select2-selection--single {
        height: 38px
    }

        .card-select ul li .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
            line-height: 38px
        }

        .card-select ul li .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
            height: 38px
        }

#leadpiechart .apexcharts-legend.apexcharts-align-center.position-right {
    display: block
}

#leadpiechart .apexcharts-toolbar {
    display: block !important
}

#leadpiechart .apexcharts-canvas {
    width: auto !important
}
button.btn.btn-secondary.buttons-copy.buttons-html5,
button.btn.btn-secondary.buttons-csv.buttons-html5, 
button.btn.btn-secondary.buttons-pdf.buttons-html5,
button.btn.btn-secondary.buttons-print,
button.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis,
button.btn.btn-secondary.buttons-excel.buttons-html5 {
    padding: 8px !important;
    font-size: 13px !important;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 575px) {
    button.btn.btn-secondary.buttons-copy.buttons-html5,
    button.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis,
    button.btn.btn-secondary.buttons-csv.buttons-html5 {
        display: none !important;
    }
}