/*
Author       : Dreamguys
Template Name: Mentoring - Bootstrap Admin Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Select2
6. Nav Tabs
7. Components
8. Header
9. Sidebar
10. Content
11. Login
12. Lock Screen
13. Notifications
14. Dashboard
15. Invoice

17. Inbox
18. Mail View
19. Error
20. Chat
21. Product
22. Product Details
23. Profile
24. Template Options
25. Blog
26. Blog Details
27. Video call
28. New invoices
29. Invoices Settings
30. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/

:root {
    --lighter-color: #c7b5e3;
    /* Example: blue */
    --light-color: #82239d;
    /* Example: gray */
    --dark-color: #442970;
    /* Example: green */
}

a {
    color: var(--light-color);
}

@import url('https://fonts.googleapis.com/css?family=Mada:400,500,600,700&amp;display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    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');
}

html {
    height: 100%;
}

body {
    background-color: #f8f9fa;
    color: #333;
    font-family: 'Mada', sans-serif;
    font-size: 1rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mada', sans-serif;
    margin-top: 0;
}

a {
    color: var(--dark-color);
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: var(--light-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4d2c70c9;
    padding: 20px;
    font-size: ;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.5s ease-in-out forwards;
    z-index: 99999;
    color: whitesmoke;

}

.notification2 {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #e38593c9;
    padding: 20px;
    font-size: ;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(216, 157, 157, 0.1);
    animation: slideIn 0.5s ease-in-out forwards;
    z-index: 99999;
    color: rgb(185, 13, 13);

}



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}

.form-control:focus {
    border-color: var(--dark-color);
    box-shadow: none;
    outline: 0 none;
}

.form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
}

.form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=file],
input[type=select],
input[type=submit] {
    background-color: #d2d0dffc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.alert-dismissible {
    padding-right: 1rem;
}

.navbar-nav>li {
    float: left;
}

.form-group {
    margin-bottom: 1.25rem;
}

.input-group .form-control {
    height: 40px;
}

.input-group .input-height {
    height: auto;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
    border: transparent;
}

.close:hover {
    opacity: 1;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    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';
}

.font-weight-600 {
    font-weight: 600;
}

/*-----------------
	2. Table
-----------------------*/

.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.table>:not(:first-child) {
    border-top: 1px solid rgb(0 0 0 / 13%);
}

.table>:not(caption)>*>* {
    box-shadow: unset;
    padding: 0.75rem;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
    border-top: 0;
    padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    border-collapse: collapse !important;
}

div.dataTables_wrapper div.dataTables_length select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2 a {
    color: #333;
}

table.table td h2 a:hover {
    color: var(--dark-color);
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table thead {
    color: #ffffff;
    background-color: #6e738b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
    font-weight: 600;
    border: 0;
}

.table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.table tbody tr:last-child {
    border-color: transparent;
}

.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}

.table.table-center td {
    color: whitesmoke;
}

.table-hover tbody tr:hover {
    background-color: #575668;
}

.table-hover tbody tr:hover td {
    color: white;
}

.table-striped thead tr {
    border-color: transparent;
}

.table-striped tbody tr {
    border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
    background-color: #302c5c80;
    padding: 0;
}

.card-table .card-body .table>thead>tr>th {
    border-top: 0;
}

.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

#delete_modal .modal-content {
    text-align: center;
}

.star-red {
    color: #ff0000;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

.settings-form {
    margin-top: 20px;
}

.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #fff;
    background: var(--light-color);
}

.settings-menu-links .nav-tabs.menu-tabs {
    border: none;
    margin-bottom: 20px;
}

.settings-label {
    margin-bottom: 10px;
}

.settings-btn {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 46px;
}

.settings-size {
    font-size: 14px;
    color: #131523;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}

.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: flex;
    margin-top: 30px;
    width: 196px;
    height: 78px;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}

.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: var(--light-color);
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.settings-size span {
    font-weight: 700;
}

.upload-images img {
    max-height: 36px;
    width: auto;
}

.upload-images .btn-icon {
    color: var(--light-color);
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0px;
    top: 0px;
    justify-content: center;
    -webkit-justify-content: center;
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.settings-form .checktoggle {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}

.status-toggle .checktoggle {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}

.status-toggle .checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}

.settings-form .checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}

.upload-size {
    width: 82px;
    height: 82px;
}

.settings-btns .btn-orange:hover {
    background: var(--light-color);
    border: 1px solid var(--light-color);
    color: #fff;
}

.settings-btns .btn-orange {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    margin-right: 15px;
    background: var(--light-color);
    border: 1px solid var(--light-color);
    color: #fff;
    border-radius: 4px;
}

.settings-btns .btn-grey {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    background: #fff;
    color: #242424;
    border: 1px solid #242424;
    border-radius: 4px;
}

.settings-btns .btn-grey:hover {
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
}

.status-toggle .check:checked+.checktoggle {
    background-color: #745874;
    border: 1px solid #631D63;
}

.status-toggle .check:checked+.checktoggle:after {
    background-color: #fff;
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.settings-form .check:checked+.checktoggle {
    background-color: var(--light-color);
    border: 1px solid var(--light-color);
}

.settings-form .check:checked+.checktoggle:after {
    background-color: #fff;
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.nav-tabs.menu-tabs .nav-link {
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Titillium Web', sans-serif;
    color: #000000;
    background: var(--light-color)15;
}

.nav-tabs.menu-tabs .nav-item {
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.nav-tabs.menu-tabs .nav-link:hover {
    color: #fff;
    background: var(--light-color);
}

.settings-form .social-icon {
    width: 50px;
    height: 40px;
    margin-right: 6px;
    color: #fff;
    background: var(--light-color);
    border: 1px solid var(--light-color);
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 4px;
}

.settings-form .links-cont .social-icon::after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 4px;
}

.settings-form .trash:hover {
    color: #fff;
    opacity: 0.8;
}

.settings-form .trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: var(--light-color);
    color: #fff;
    position: relative;
    right: 16px;
    font-size: 20px;
}

.add-links {
    background-color: var(--light-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 4px;
}

.add-links:focus {
    color: #fff;
}

.add-links:hover {
    color: #fff;
    opacity: 0.8;
}

.settings-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 0px;
    color: #fff;
    background: var(--light-color) !important;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 12px;
    font-family: 'Titillium Web', sans-serif;
}

.settings-form .bootstrap-tagsinput input {
    line-height: 36px;
}

.settings-form .bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    color: #333;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-shadow: unset;
    min-height: 46px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;
}

.settings-form .custom_radio {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.settings-form .custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid var(--light-color);
    border-radius: 50%;
}

.settings-form .custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--light-color);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.settings-form .custom_radio input:checked~.checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.settings-form .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.settings-form textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}

.settings-form .btn {
    font-size: 17px !important;
}

/*-----------------
	3. Helper Class
-----------------------*/

.p-20 {
    padding: 20px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.block {
    display: block !important;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/

.btn {
    font-size: 16px !important;
}

.btn-block {
    width: 100%;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.bg-primary,
.badge-primary {
    background-color: var(--dark-color) !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #19c1dc !important;
}

.bg-success,
.badge-success {
    background-color: #55356e !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #55356e !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: #028ee1 !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: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #fc5a5a !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #fb2828 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.text-primary,
.dropdown-menu>li>a.text-primary {
    color: var(--dark-color) !important
}

.text-success,
.dropdown-menu>li>a.text-success {
    color: #55356e !important;
}

.text-danger,
.dropdown-menu>li>a.text-danger {
    color: #fc5a5a !important;
}

.text-info,
.dropdown-menu>li>a.text-info {
    color: #009efb !important;
}

.text-warning,
.dropdown-menu>li>a.text-warning {
    color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu>li>a.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}

.text-secondary {
    color: #b8bdc1 !important;
}

.border-primary {
    border-color: var(--dark-color) !important;
}

.btn-primary {
    background-color: rgb(74, 105, 187);
    border: 1px solid var(--dark-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: var(--light-color);
    border: 1px solid var(--light-color);
}

.btn-primary:focus {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--dark-color);
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: var(--light-color);
    border: 1px solid var(--light-color);
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: var(--light-color);
    border-color: var(--light-color);
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success {
    background-color: #3dd598;
    border: 1px solid #3dd598
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #28b77e;
    border: 1px solid #28b77e;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: #28b77e;
    border: 1px solid #28b77e
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
    background-color: #28b77e;
    border-color: #28b77e;
    color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #3dd598;
    border-color: #3dd598;
    color: #fff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle: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,
.open>.dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}

.btn-danger {
    background-color: #fc5a5a;
    border: 1px solid #fc5a5a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #fb2828;
    border: 1px solid #fb2828;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #fb2828;
    border: 1px solid #fb2828;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #fb2828;
    border-color: #fb2828;
    color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-outline-primary {
    color: var(--dark-color);
    border-color: var(--dark-color);
}

.btn-outline-primary:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--dark-color);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success {
    color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:hover {
    background-color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #3dd598;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle: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:focus,
.btn-outline-info.focus {
    box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #fc5a5a;
    border-color: #fc5a5a;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fc5a5a;
    border-color: #fc5a5a;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #fc5a5a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #fc5a5a;
    border-color: #fc5a5a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--light-color);
    border-color: var(--light-color);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--light-color);
}

.page-link:hover {
    color: var(--light-color);
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--light-color);
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.dropdown-menu {
    font-size: 14px;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.col-form-label {
    color: white;
    font-size: 16px;
}

.card-body {
    border-radius: 18px;
    background-color: #302c5c80;
    padding: 1.5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    background-color: #e0e1e6 !important;
    margin-left: 0.5em !important;
    display: inline-block !important;
    width: auto !important;
}

div.dataTables_wrapper div.dataTables_length select {
    background-color: #7a7a97 !important;
    color: white !important;
}

.card-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.modal-footer.text-left {
    text-align: left;
}

.modal-footer.text-center {
    text-align: center;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--dark-color);
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: var(--dark-color);
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

/*-----------------
	5. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #ddd;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ddd;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--dark-color);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
}

/*-----------------
	6. Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

.card-header-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #333;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #333;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: var(--light-color);
    border-color: var(--light-color);
    color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top>li+li>a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
    border-top-color: var(--dark-color);
}

.nav-tabs.nav-tabs-bottom>li {
    margin-bottom: -1px;
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 1px;
    border-color: transparent;
    border-bottom-color: var(--dark-color);
    color: var(--dark-color);
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
    background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
    background-color: #f5f5f5;
    border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

/*-----------------
	7. Components
-----------------------*/

.section-header {
    margin-bottom: 1.875rem;
}

.section-header .section-title {
    color: #333;
}

.line {
    background-color: var(--dark-color);
    height: 2px;
    margin: 0;
    width: 60px;
}

.comp-buttons .btn {
    margin-bottom: 5px;
}

.pagination-box .pagination {
    margin-top: 0;
}

.comp-dropdowns .btn-group {
    margin-bottom: 5px;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm>div {
    padding-left: 3px;
    padding-right: 3px;
}

.table-responsive {
    white-space: nowrap;
}

/* Avatar */

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online:before {
    background-color: #3dd598;
}

.avatar-offline:before {
    background-color: #fc5a5a;
}

.avatar-away:before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.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;
}

.avatar-xxl .border {
    border-width: 6px !important;
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
    border-width: 4px;
}

.avatar-group {
    display: inline-flex;
}

.avatar-group .avatar+.avatar {
    margin-left: -.75rem;
}

.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-group .avatar:hover {
    z-index: 1;
}

/*-----------------
	8. Header
-----------------------*/

.header {
    background: #2e3148;
    box-shadow: rgb(83 83 83 / 19%) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    /* border-bottom: 1px solid #f0f0f0; */
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 60px;
}

.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 240px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.header .header-left .logo {
    display: inline-block;
    line-height: 60px;
}

.header .header-left .logo img {
    max-height: 50px;
    width: auto;
}

.header-left .logo.logo-small {
    display: none;
}

.header .dropdown-menu>li>a {
    position: relative;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid whitesmoke;
    border-right: 2px solid whitesmoke;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

.user-menu.nav>li>a {
    color: white;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    color: white;
}

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.user-menu.nav>li>a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: var(--dark-color);
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    background-color: var(--dark-color);
    color: #fff;
}

.header .dropdown-menu>li>a:focus i,
.header .dropdown-menu>li>a:hover i {
    color: #fff;
}

.header .dropdown-menu>li>a {
    padding: 10px 18px;
}

.header .dropdown-menu>li>a i {
    color: var(--dark-color);
    margin-right: 10px;
    text-align: center;
    width: 18px;
}

.header .user-menu .dropdown-menu>li>a i {
    color: var(--dark-color);
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.header .user-menu .dropdown-menu>li>a:focus i,
.header .user-menu .dropdown-menu>li>a:hover i {
    color: #fff;
}

.mobile_btn {
    display: none;
    float: left;
}

.slide-nav .sidebar {
    margin-left: 0;
}

.app-dropdown .dropdown-menu {
    padding: 0;
    width: 300px;
}

.app-dropdown-menu .app-list {
    padding: 15px;
}

.app-dropdown-menu .app-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #737373;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.app-dropdown-menu .app-item i {
    font-size: 20px;
    height: 24px;
}

.app-dropdown-menu .app-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
    background-color: #f9f9f9;
    border-color: #e3e3e3;
}

.app-list>div+div {
    margin-top: 5px;
}

.app-list>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.app-list>.row>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    margin-bottom: 2px;
}

.menu-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 25px;
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 1000;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened body {
    overflow: hidden;
}

/* Search */

.top-nav-search {
    float: left;
    margin-left: 15px;
}

.top-nav-search form {
    margin-top: 10px;
    position: relative;
    width: 230px;
}

.top-nav-search .form-control {

    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: #333;
    height: 40px;
    padding: 10px 50px 10px 15px;
}

.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.top-nav-search .form-control::-webkit-input-placeholder {
    color: #333;
}

.top-nav-search .form-control::-moz-placeholder {
    color: #333;
}

.top-nav-search .form-control:-ms-input-placeholder {
    color: #333;
}

.top-nav-search .form-control::-ms-input-placeholder {
    color: #333;
}

.top-nav-search .form-control::placeholder {
    color: #333;
}

.top-nav-search.active form {
    display: block;
    left: 0;
    position: absolute;
}

/*-----------------
	9. Sidebar
-----------------------*/

.sidebar {
    background-color: #1b1e30;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
    z-index: 1001;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
    padding: 15px;
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu li a {
    color: #000;
    display: block;
    font-size: 16px;
    height: auto;
    /* padding: 0 20px; */
}

.sidebar-menu li a:hover {
    color: var(--dark-color);
}

.sidebar-menu>ul>li>a:hover {
    background-color: transparent;
    color: var(--light-color);
}

.sidebar-menu>ul>li.active>a:hover {
    background-color: transparent;
    color: var(--light-color);
}

.sidebar-menu li.active a {
    background-color: transparent;
    color: var(--light-color);
}

.menu-title {
    color: #000;
    display: flex;
    font-size: 16px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu-title span i {
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
    vertical-align: top;
}

.menu-title>i {
    float: right;
    line-height: 40px;
}

.sidebar-menu li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}

.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.sidebar-menu ul ul a.active {
    color: var(--light-color);
    text-decoration: underline;
}

.mobile_btn {
    display: none;
    float: left;
}

.sidebar .sidebar-menu>ul>li>a span {
    color: rgb(201, 197, 197);
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    /* margin-left: 25px; */
    white-space: nowrap;
}

.sidebar .sidebar-menu>ul>li>a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    margin-left: auto;
}

.sidebar-menu ul ul a {
    color: rgb(218, 215, 215);
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 45px;
    position: relative;
}

.sidebar-menu ul ul {
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 65px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 85px;
}

.sidebar-menu>ul>li {
    min-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 3px;
    position: relative;
}

.sidebar-menu>ul>li:last-child {
    margin-bottom: 0;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}

.sidebar-menu .menu-arrow:before {
    content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
    top: 10px;
}

.sidebar-menu>ul>li>a {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    padding: 8px 2px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #000000;
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li.menu-title a i {
    font-size: 16px !important;
    margin-right: 0;
    text-align: right;
    width: auto;
}

.sidebar-menu li a>.badge {
    color: #fff;
}

/*-----------------
	6. Toggle Button
-----------------------*/

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}

.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}

.check:checked+.checktoggle {
    background-color: #55ce63;
}

.check:checked+.checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.onoffswitch-inner:before,
.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-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*-----------------
	10. Content
-----------------------*/

.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.page-wrapper {
    background-color: #c5c5df;
    margin-left: 240px;
    padding-top: 60px;
    position: relative;
    transition: all 0.4s ease;
}

.page-wrapper>.content {
    background-color: #c5c5df;
    padding: 1.875rem 1.875rem 0;
}

.page-header {
    margin-bottom: 1.875rem;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.page-header .breadcrumb a {
    color: #333;
}

.page-title {
    font-family: monospace;
    font-weight: bold;
    color: #5d2f81;
    margin-bottom: 5px;
}

/*-----------------
	11. Login
-----------------------*/

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    margin: 1.875rem auto;
    max-width: 800px;
    min-height: 500px;
    width: 100%;
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(111.3deg, rgb(74, 105, 187) 9.6%, rgb(205, 77, 204) 93.6%);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 400px;
    display: flex;
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
    width: 400px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.account-subtitle {
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #a0a0a0;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #a0a0a0;
    margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #333;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline;
}

.social-login {
    text-align: center;
}

.social-login>span {
    color: #a0a0a0;
    margin-right: 8px;
}

.social-login>a {
    background-color: #ccc;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
}

.social-login>a:last-child {
    margin-right: 0;
}

.social-login>a.facebook {
    background-color: #4b75bd;
}

.social-login>a.google {
    background-color: #fe5240;
}

.login-or {
    color: #a0a0a0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}

/*-----------------
	12. Lock Screen
-----------------------*/

.lock-user {
    margin-bottom: 20px;
    text-align: center;
}

.lock-user img {
    margin-bottom: 15px;
    width: 100px;
}

/*-----------------
	13. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media>.avatar {
    margin-right: 10px;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.user-menu.nav>li>a .badge {
    background-color: var(--dark-color);
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    color: #fff;
    top: 6px;
}

.user-menu.nav>li>a>i {
    color: whitesmoke;
    font-size: 1.5rem;
    line-height: 60px;
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}

.noti-title {
    color: #333;
}

.notifications .noti-content {
    height: 0px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list>li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications ul.notification-list>li a:hover {
    background-color: #fafafa;
}

.notifications ul.notification-list>li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

.noti-time {
    margin: 0;
}

/*-----------------
	14. Dashboard
-----------------------*/

.dash-widget-icon {
    align-items: center;
    display: inline-flex;
    font-size: 1.875rem;
    height: 50px;
    justify-content: center;
    line-height: 48px;
    text-align: center;
    width: 50px;
    border: 3px solid;
    border-radius: 50px;
    padding: 28px;
}

.dash-count {
    font-size: 18px;
    margin-left: auto;
}

.dash-widget-info h3 {
    margin-bottom: 10px;
}

.dash-widget-header {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.card-chart .card-body {
    padding: 8px;
}

#morrisArea>svg,
#morrisLine>svg {
    width: 100%;
}

.activity-feed {
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

.activity-feed .feed-item {
    border-left: 2px solid #e4e8eb;
    padding-bottom: 19px;
    padding-left: 20px;
    position: relative;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
    padding-bottom: 0;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #177dff;
}

.activity-feed .feed-item .feed-date {
    display: block;
    position: relative;
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .feed-text {
    color: #777;
    position: relative;
}

.activity-feed .feed-item .feed-text a {
    color: #333;
    font-weight: 600;
}

/*-----------------
	15. Invoice
-----------------------*/

.add-btn {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background-color: var(--dark-color);
    display: inline-block;
    padding: .375rem .75rem;
}

.add-btn:hover,
.add-btn:active,
.add-btn:focus {
    background-color: var(--light-color);
    border-color: var(--light-color);
    color: #fff;
}

.add-btn span {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    margin-right: 3px;
    width: 22px;
}

.add-btn span i {
    color: var(--dark-color);
}

.invoice-details h4 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.inv-badge {
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    min-width: 80px;
}

.inv-logo {
    max-height: 80px;
}

.invoice-container {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    margin: 0 auto 1.875rem;
    max-width: 900px;
    padding: 1.5rem;
}

.invoice-details,
.invoice-payment-details>li span {
    float: right;
    text-align: right;
}

.inv-logo {
    height: auto;
    max-height: 100px;
    width: auto;
}

/*-----------------
	17. Inbox
-----------------------*/

.submit-section {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}

.dropdown-action {
    margin-bottom: 5px;
}

.dropdown-action .dropdown-toggle:after {
    display: none;
}

.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
    cursor: pointer;
}

.mail-list {
    list-style: none;
    padding: 0;
}

.mail-list>li>a {
    color: #333;
    display: block;
    padding: 10px;
}

.mail-list>li.active>a {
    color: var(--dark-color);
    font-weight: bold;
}

.unread .name,
.unread .subject,
.unread .mail-date {
    color: #000;
    font-weight: 600;
}

.table-inbox .fa-star {
    color: #ffd200;
}

.table-inbox .starred.fa-star {
    color: #ffd200;
}

.table.table-inbox>tbody>tr>td,
.table.table-inbox>tbody>tr>th,
.table.table-inbox>tfoot>tr>td,
.table.table-inbox>tfoot>tr>th,
.table.table-inbox>thead>tr>td,
.table.table-inbox>thead>tr>th {
    border-bottom: 1px solid #f2f2f2;
    border-top: 0;
}

.table-inbox {
    font-size: 15px;
    margin-bottom: 0;
}

.table.table-inbox thead {
    background-color: #fff;
}

.note-editor.note-frame {
    border: 1px solid #ddd;
    box-shadow: inherit;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fff;
}

.note-editor.note-frame.fullscreen {
    top: 60px;
}

.note-editor.note-frame .btn-light {
    background-color: #f9f9f9;
    box-shadow: unset;
    color: #333;
}

.mail-title {
    font-weight: bold;
    text-transform: uppercase;
}

.form-control.search-message {
    border-color: #ccc;
    border-radius: 4px;
    height: 38px;
    width: 180px;
}

.table-inbox tr {
    cursor: pointer;
}

table.table-inbox tbody tr.checked {
    background-color: #ffffcc;
}

.mail-label {
    font-size: 16px !important;
    margin-right: 5px;
}

/*-----------------
	18. Mail View
-----------------------*/

.attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attachments li {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 180px;
}

.attach-info {
    background-color: #f4f4f4;
    padding: 10px;
}

.attach-file {
    color: #777;
    font-size: 70px;
    padding: 10px;
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attach-file img {
    height: auto;
    max-width: 100%;
}

.mailview-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.mailview-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
}

.mailview-footer .btn-white {
    margin-top: 10px;
    min-width: 102px;
}

.sender-img {
    float: left;
    margin-right: 10px;
    width: 40px;
}

.sender-name {
    display: block;
}

.receiver-name {
    color: #777;
}

.right-action {
    text-align: right;
}

.mail-view-title {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.mail-view-action {
    float: right;
}

.mail-sent-time {
    float: right;
}

.inbox-menu {
    display: inline-block;
    margin: 0 0 1.875rem;
    padding: 0;
    width: 100%;
}

.inbox-menu li {
    display: inline-block;
    width: 100%;
}

.inbox-menu li+li {
    margin-top: 2px;
}

.inbox-menu li a {
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.inbox-menu li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787;
}

.inbox-menu li a:hover,
.inbox-menu li.active a,
.inbox-menu li a:focus {
    background: rgba(33, 33, 33, 0.05);
}

.compose-btn {
    margin-bottom: 1.875rem;
}

.compose-btn a {
    font-weight: 600;
    padding: 8px 15px;
}

/*-----------------
	19. Error
-----------------------*/

.error-page {
    align-items: center;
    color: #1f1f1f;
    display: flex;
}

.error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    width: 100%;
    min-height: unset;
}

.error-box {
    margin: 0 auto;
    max-width: 480px;
    padding: 1.875rem 0;
    text-align: center;
    width: 100%;
}

.error-box h1 {
    color: var(--dark-color);
    font-size: 10em;
}

.error-box p {
    margin-bottom: 1.875rem;
}

.error-box .btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}

/*-----------------
	20. Chat
-----------------------*/

.chat-window {
    border: 1px solid #e0e3e4;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.875rem;
}

.chat-window .chat-cont-left {
    border-right: 1px solid #e0e3e4;
    flex: 0 0 35%;
    left: 0;
    max-width: 35%;
    position: relative;
    z-index: 4;
}

.chat-window .chat-cont-left .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    color: #324148;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.chat-window .chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: inline-flex;
}

.chat-window .chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.chat-window .chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

.chat-window .chat-cont-left .chat-users-list {
    background-color: #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.chat-window .chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body {
    display: flex;
    justify-content: space-between;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
    color: #333;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:last-child {
    text-align: right;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-window .chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-window .chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right {
    flex: 0 0 65%;
    max-width: 65%;
}

.chat-window .chat-cont-right .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.chat-window .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-window .chat-cont-right .chat-header .media {
    align-items: center;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-window .chat-cont-right .chat-header .chat-options {
    display: flex;
}

.chat-window .chat-cont-right .chat-header .chat-options>a {
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-left: 10px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box>div {
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box>div p {
    color: #333;
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 5px;
}

.chat-window .chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box>div {
    background-color: #fff;
}

.chat-window .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
    background-color: #e3e3e3;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
    color: #333;
}

.chat-window .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #e0e3e4;
    padding: 10px 15px;
    position: relative;
}

.chat-window .chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e3e3e3;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}

.chat-msg-info {
    align-items: center;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-msg-info li a {
    color: #777;
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments>div {
    margin: 0 1px
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions>a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
	21. Product
-----------------------*/

.product {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 1.875rem;
}

.product-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-inner img {
    width: 100%;
    height: auto;
}

.product-inner .cart-btns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cart-btns .btn {
    width: 120px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.cart-btns .btn+.btn {
    margin-top: 10px;
}

.product .pro-desc {
    margin-top: 10px;
}

.pro-desc .price {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
}

.product:hover .cart-btns {
    opacity: 1;
}

.pro-desc h5 {
    font-size: 1rem;
}

.pro-desc h5 a {
    color: #333;
}

.product-det {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
}

.product-desc {
    padding: 0 0 0 70px;
}

.product-det>img {
    top: 0;
    width: 60px;
    position: absolute;
    left: 0;
}

.product-desc span,
.product-desc a {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

/*-----------------
	22. Product Details
-----------------------*/

.product-content {
    position: relative;
}

.product-content p {
    color: #333;
    margin: 0 0 20px;
}

.product-content p:last-child {
    margin-bottom: 0;
}

.rated {
    color: #fc0;
}

.product_price {
    font-size: 30px;
    font-weight: bold;
}

.review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-list li {
    clear: both;
    padding-left: 80px;
}

.review-list li .review {
    margin-bottom: 1.875rem;
}

.review-list li .review-author {
    margin-left: -80px;
    position: absolute;
}

.review-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}

.review-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.review-list .review-block p {
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

.new-review label {
    font-size: 14px;
    font-weight: 500;
}

.new-review input.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inherit;
    height: 40px;
}

.new-review textarea.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inherit;
}

.new-review .form-group {
    margin-bottom: 20px;
}

.review-submit .btn {
    background-color: #00bf6f;
    border-color: #00bf6f;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color: #fff;
}

.review-date {
    color: #999;
}

.review-author-name {
    font-size: 18px;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.product-reviews {
    margin-bottom: 1.875rem;
}

.rating {
    display: flex;
}

.rating i+i {
    margin-left: 2px;
}

/*-----------------
	23. Profile
-----------------------*/

.profile-header {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 1.5rem;
}

.profile-menu {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 0.9375rem 1.5rem;
}

.profile-menu .nav-tabs.nav-tabs-solid {
    background-color: transparent;
}

.profile-header img {
    height: auto;
    max-width: 120px;
    width: 120px;
}

.profile-tab-cont {
    padding-top: 1.875rem;
}

.about-text {
    max-width: 500px;
}

.skill-tags span {
    background-color: #f4f4f5;
    border-radius: 4px;
    color: #66676b;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    margin: 2px 0;
    padding: 5px 15px;
}

.edit-link {
    color: #66676b;
    font-size: 16px;
    margin-top: 4px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-title {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: inherit;
    color: #333;
    white-space: normal;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.form-title:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.form-title span {
    padding: 0px 0.5rem 0 0;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
}

/*-----------------
	24. Template Options
-----------------------*/

.skin-settings {
    z-index: 999;
    position: fixed;
    top: 50%;
    width: 190px;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-bottom-left-radius: 2px;
    right: -190px;
    background: #fff;
    transition: all 0.4s ease;
}

.skin-settings.active {
    right: 0;
    transition: all 0.4s ease;
}

.skin-settings .skin-sett-icon {
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-color: #e0e0e0;
    border-style: solid;
    border-top-left-radius: 2px;
    border-width: 1px 0 1px 1px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    left: -47px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}

.skin-settings .skin-sett-body {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #616161;
    padding: 14px 10px;
}

.skin-sett-body h4 {
    color: #666;
    font-size: 1.125rem;
}

.skin-settings .skin-colors {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.skin-settings .skin-colors>li {
    display: inline-block;
}

.skin-settings .skin-colors li a {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 36px;
    margin: 0 3px;
    position: relative;
    width: 36px;
}

.skin-settings .skin-colors .skin-red {
    background-color: #c12942;
}

.skin-settings .skin-colors .skin-orange {
    background-color: #ff7000;
}

.skin-settings .skin-colors .skin-teal {
    background: linear-gradient(to right, #00a0b0 0%, #00d2e6 100%);
}

.skin-settings .skin-colors .skin-purple {
    background-color: var(--dark-color);
}

.skin-settings .skin-colors li a.active:after {
    color: #fff;
    content: "\f00c";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*-----------------
	25. Blog
-----------------------*/

.blog-image {
    overflow: hidden;
}

.course-box.blog.grid-blog {
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    margin: 15px 0;
}

.course-box.blog.grid-blog .blog-image {
    border-radius: 0 0 0 0;
    position: relative;
}

.course-content {
    padding: 20px;
    position: relative;
}

.course-content .date {
    font-size: 12px;
    color: #131313;
    width: 100%;
    display: inline-block;
    opacity: 0.6;
}

.course-title {
    font-size: 20px;
    color: #131313;
    padding-bottom: 10px;
    display: inline-block;
}

.course-content p {
    font-size: 14px;
    color: #707070;
    line-height: 19px;
}

/*-----------------
	26. Blog Details
-----------------------*/

.blog-details .course-title {
    font-size: 28px;
    width: 100%;
    padding-bottom: 20px;
}

.blog-details .blog-details-img {
    width: 100%;
    padding-bottom: 30px;
}

.blog-details .date-col {
    padding-bottom: 20px;
}

.blog-details .date-col>span {
    padding-right: 25px;
}

.blog-details .date-col>span i {
    color: var(--dark-color);
    margin-right: 5px;
}

.blog-details .date-col>span.author i {
    font-size: 23px;
    vertical-align: -3px;
}

.blog-details blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width: 100%;
    display: block;
}

.blog-details blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: var(--dark-color);
    top: 0;
    background: -moz-linear-gradient(top, var(--dark-color) 0%, var(--dark-color) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, var(--dark-color) 0%, var(--dark-color) 60%, rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(to bottom,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%); */
}

.blog-details blockquote:before {
    content: "\f10d";
    font-family: "fontawesome";
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: var(--dark-color);
}

.blog-details blockquote>cite,
.blog-details blockquote>p>cite {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.1em;
    letter-spacing: 0;
    font-style: italic;
}

.share-post {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.share-post li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.share-post li a {
    border: 1px solid #dfdfdf;
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.share-post li a:hover {
    background-color: var(--dark-color);
    color: #fff;
    border-color: var(--dark-color);
}

.about-author {
    width: 100%;
}

.about-author .left {
    float: left;
    width: 140px;
    padding-right: 20px;
}

.about-author .right {
    float: left;
    width: 86%;
}

.about-author .right p {
    margin-bottom: 0;
}

.product-thumbnail {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}

.product-remove {
    position: absolute;
    top: -10px;
    right: -6px;
    color: #f06060;
    cursor: pointer;
}


/*-----------------
	27. Video call
-----------------------*/
.call-wrapper {
    position: relative;
    height: calc(100vh - 145px);
}

.chat-sidebar-right {
    background-color: #fff;
    width: 250px;
    position: absolute;
    top: 50px;
    bottom: 82px;
    right: 0;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    margin-right: -250px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.call-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.call-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.call-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding: 0;
}

.fixed-header .user-info a {
    color: #272b41;
    font-weight: 500;
}

.typing-text {
    color: var(--dark-color);
    font-size: 12px;
    text-transform: lowercase;
}

.last-seen {
    color: #888;
    display: block;
    font-size: 12px;
}

.custom-menu {
    margin-top: 6px;
}

.fixed-header .custom-menu {
    margin: 0 0 1px;
}

.custom-menu.nav>li>a {
    color: #bbb;
    font-size: 26px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0;
}

.custom-menu.navbar-nav>li>a:hover,
.custom-menu.navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.call-contents {
    display: table-row;
    height: 100%;
}

.call-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.voice-call-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex: 2;
    flex: 2;
}

.voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #fff;
}

.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.voice-call-avatar .call-timing-count {
    padding: 5px;
}

.voice-call-avatar .username {
    font-size: 20px;
    font-weight: 500;
}

.call-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}

.call-icons {
    text-align: center;
    position: relative;
}

.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}

.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.call-icons .call-items .call-item:last-child {
    margin-right: 0;
}

.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    transform: scale(1);
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
}

.call-icons .call-items .call-item a:hover {
    transform: scale(1.25);
}

/*.call-icons .call-items .call-item a i {
	width: 18px;
	height: 18px;
}*/
.user-video {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.user-video img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

.my-video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.my-video ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px;
}

.end-call {
    position: absolute;
    top: 7px;
    right: 0;
}

.end-call a {
    background-color: #f06060;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
}

.call-users {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

.call-users ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.call-users ul li img {
    border-radius: 6px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
    display: block;
}

.call-details {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-info {
    margin-left: 10px;
    width: 100%;
}

.call-user-details,
.call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.call-description {
    white-space: nowrap;
    vertical-align: bottom;
}

.call-timing {
    color: #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}





.call-icons .call-items .call-item a.call-end {
    background-color: #f06060;
    border-color: #f06060;
    color: #fff;
}

.user-name {
    font-size: 20px;
    margin-top: 10px;
}

.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-cont-right .chat-header .chat-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chat-cont-right .chat-header .chat-options>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-left: 10px;
    width: 30px;
}

.chat-cont-right .chat-body {
    background-color: #f5f5f6;
    max-height: calc(100vh - 264px);
    overflow: auto;
}

.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div {
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
    position: relative;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div p {
    color: #272b41;
    margin-bottom: 0;
}

.chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div {
    background-color: #fff;
    border-radius: 14px 14px 14px 0;
}

.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
    background-color: #035281;
    border-radius: 14px 14px 0 14px;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
    color: #ffffff;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li a {
    color: #ffff;
}

.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative;
}

.chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #15558d;
    border-color: #15558d;
    border-radius: 6px;
    color: #fff;
    margin-left: 10px;
    min-width: 100px;
    font-size: 16px;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

/*.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}*/
.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

/*.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}*/
.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
    color: #ffffff;
}

.chat-msg-info li a {
    color: #777;
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments>div {
    margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions>a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
    28. New Invoices
-----------------------*/

.invoices-links {
    color: #1B2559;
    margin-right: 20px;
}

.invoices-links:last-child {
    margin-right: 0px;
}

.invoices-links:hover {
    color: var(--dark-color);
}

.invoices-links.active {
    color: var(--dark-color);
}

.invoices-links .feather {
    width: 25px;
    height: 25px;
}

.report-card {
    border-radius: 5px;
}

.app-listing {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.app-listing li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.multipleSelection .selectBox,
.SortBy .selectBoxes {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 13px 10px;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #F7F8F9;
    border-radius: 7px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.selectBox-cont {
    height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}

.selectBox-cont-one {
    overflow-y: inherit;
}

.selectBox-cont::-webkit-scrollbar {
    width: 4px;
    background: #EEF1FE;
    height: 10px;
}

.selectBox-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(231, 231, 231);
    border-radius: 4px;
}

.selectBox-cont::-webkit-scrollbar-thumb {
    background: rgba(231, 234, 252, 0.75);
    border-radius: 4px;
}

.selectBox-cont::-webkit-scrollbar-thumb:hover {
    background: rgba(231, 234, 252, 0.75);
}

.selectBoxes.order-by {
    min-width: 154px;
    background: #EEF1FE;
    padding: 6px 10px;
}

.multipleSelection {
    position: relative;
    margin-bottom: 20px;
}

.multi-filter,
.SortBy {
    position: relative;
}

.multi-filter:before {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    right: 0;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.multipleSelection #checkBoxes,
.SortBy #checkBox {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2ECFF;
    box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}

.multipleSelection #checkBoxes-one {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2ECFF;
    box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}

.multipleSelection #checkBoxes-one::before {
    border: 7px solid #F2ECFF;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#checkBoxes-one .form-custom {
    margin-bottom: 14px;
}

#checkBoxes-one .form-custom .form-control {
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}

#checkBoxes-one .btn-grey:hover {
    background: #1B2559;
    color: #fff;
}

#checkBoxes-one .btn-grey {
    background: rgba(231, 234, 252, 0.75);
    color: #1B2559;
    margin-top: 10px;
}

#checkBoxes-one .btn,
#checkBox .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
}

.multipleSelection #checkBoxes::before,
.SortBy #checkBox::before {
    border: 7px solid #F2ECFF;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.check-list {
    position: relative;
}

.date-picker {
    width: 50%;
    float: left;
    padding-right: 10px;
}

#checkBoxes .date-picker .bootstrap-datetimepicker-widget table td {
    padding-left: 10px;
    padding-right: 10px;
}

#checkBoxes .date-picker .form-custom .form-control {
    padding-left: 10px;
}

.date-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.date-list ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
}

.date-list ul li:last-child {
    padding-bottom: 0;
}

.date-list .date-btn {
    background: #fff;
    color: #1B2559;
    border: 1px solid #E7EAFC;
    border-radius: 4px;
    padding: 10px 0 !important;
    width: 100%;
}

.date-list .date-btn:hover {
    background: var(--dark-color);
    color: #fff;
    border: 1px solid #E7EAFC;
}

.form-custom {
    position: relative;
}

.form-custom.cal-icon:after {
    font-size: 14px;
}

.form-custom i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #7E84A3;
}

#checkBoxes .form-custom {
    margin-bottom: 14px;
}

.card-header .form-custom .form-control {
    padding-left: 30px;
    height: 35px;
}

#checkBoxes .form-custom .form-control {
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}

#checkBoxes .form-custom .form-control::placeholder {
    color: #8F9BBA;
}

.multipleSelection #checkBoxes.form-custom .form-control {
    padding-left: 25px;
    background: #F5F6FA;
    border: 1px solid #E6E9F4;
    border-radius: 5px;
    height: 33px;
}

.multipleSelection #checkBoxes .form-custom i {
    position: absolute;
    top: 35%;
    left: 6px;
    color: #7E84A3;
    font-size: 12px;
}

#checkBoxes .btn,
#checkBox .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
}

#checkBoxes .btn-grey {
    background: rgba(231, 234, 252, 0.75);
    color: #1B2559;
    margin-top: 10px;
}

#checkBoxes .btn-grey:hover {
    background: #1B2559;
    color: #fff;
}

.checkbox-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-color);
    margin-bottom: 14px;
}

.custom_check {
    color: #1B2559;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_check input:checked~.checkmark {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 21px;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    color: #ffffff;
    font-size: 9px;
}

.custom_check input:checked~.checkmark:after {
    display: block;
}

.selectBox p {
    color: #1B2559;
    font-weight: 500;
}

.selectBox p .select-icon {
    color: var(--dark-color);
    width: 20px;
    height: 20px;
}

.report-btn {
    margin-bottom: 20px;
}

.report-btn .btn {
    font-weight: 600;
    color: var(--dark-color);
    background: #FFFFFF;
    border: 2px solid var(--dark-color);
    border-radius: 8px;
    width: 100%;
    padding: 11px 0;
}

.report-btn .btn:hover {
    color: #FFFFFF;
    background: var(--dark-color);
    border: 2px solid var(--dark-color);
}

.report-btn .btn:hover img {
    filter: invert(0) brightness(100);
}

.invoices-tabs-card {
    background: transparent !important;
    box-shadow: unset;
}

.invoices-main-tabs {
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 10px;
}

.invoices-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.invoices-tabs ul li {
    position: relative;
    display: inline-block;
    margin-right: 36px;
}

.invoices-tabs ul li:last-child {
    margin-right: 0;
}

.invoices-tabs ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    padding-bottom: 24px;
}

.invoices-tabs ul li a:hover {
    color: var(--dark-color);
}

.invoices-tabs ul li a.active {
    color: var(--dark-color);
    border-bottom: 2px solid var(--dark-color);
}

.invoices-settings-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}

.invoices-settings-icon {
    color: var(--dark-color);
    margin-right: 20px;
}

.invoices-settings-icon .feather {
    width: 24px;
    height: 24px;
}

.invoices-settings-btn .btn {
    font-weight: 600;
    color: var(--dark-color);
    padding: 12px 0;
    min-width: 167px;
    border: 1px solid var(--dark-color);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.invoices-settings-btn .btn:hover {
    background: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: #fff;
}

.invoices-settings-btn .btn .feather {
    margin-right: 6px;
}

.inovices-card .card-body {
    padding: 15px;
}

.inovices-widget-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.inovices-widget-icon img {
    width: 50px;
}

.inovices-widget-header .inovices-amount {
    font-weight: 600;
    font-size: 24px;
    color: var(--dark-color);
}

.inovices-all {
    font-weight: 600;
    color: #1B2559;
    margin-top: 16px;
    margin-bottom: 0;
}

.inovices-all span {
    font-size: 10px;
    margin-left: 15px;
}

.invoices-grid-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(228, 228, 228, 0.25);
    border-radius: 10px;
    color: #1B2559;
}

.invoices-grid-card .card-header {
    padding: 20px;
    border: 0;
}

.invoices-grid-card .card-header .dropdown-action {
    margin-bottom: 0;
}

.invoices-grid-card .card-header .action-icon {
    color: #1B2559;
    display: initial;
}

.invoices-grid-card .card-body {
    padding: 20px;
}

.invoices-grid-card .card-body span {
    font-size: 14px;
}

.invoices-grid-card .card-body h6 {
    font-size: 16px;
    font-weight: 500;
    color: #1B2559;
    margin-top: 4px;
}

.invoice-grid-link {
    color: #1B2559;
}

.invoice-grid-link:hover {
    color: var(--dark-color);
}

.card-middle {
    padding: 20px;
    background: #F7F7FF;
}

.card-middle-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    margin: 0;
}

.card-middle-avatar a {
    color: #1B2559;
}

.card-middle-avatar a:hover {
    color: var(--dark-color);
}

.invoices-grid-card .card-footer {
    padding: 20px;
    border: 0;
}

.invoices-grid-card .card-footer .badge {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 18px;
}

.invoices-grid-card .bg-success-dark {
    background: #008F64;
}

.invoices-grid-card .bg-danger-dark {
    background: #FF0000;
}

.invoices-grid-card .bg-secondary-dark {
    background: var(--dark-color);
}

.invoices-grid-card .bg-primary-dark {
    background: #2196f3;
}

.invoices-grid-card .text-sm {
    font-size: 14px;
}

.invoice-load-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.invoice-load-btn .btn {
    font-weight: 700;
    font-size: 16px;
    color: var(--dark-color);
    min-width: 170px;
    padding: 12px 15px;
    background: #FFFFFF;
    border: 2px solid var(--dark-color);
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.invoice-load-btn .btn:hover {
    color: #FFFFFF;
    background: var(--dark-color);
    border: 2px solid var(--dark-color);
}

.invoice-load-btn .btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #3e45eb7d;
    border-right-color: var(--dark-color);
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.invoice-load-btn .btn:hover span {
    border: 3px solid #ffffff7a;
    border-right-color: #fff;
}

.invoices-page-header {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px;
}

.invoices-page-header .invoices-breadcrumb-item a {
    font-weight: 600;
    color: var(--dark-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.invoices-page-header .invoices-breadcrumb-item a:hover {
    color: #377dff;
}

.invoices-page-header .invoices-breadcrumb-item i {
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: var(--dark-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.invoices-page-header .invoices-breadcrumb-item a:hover i {
    color: #fff;
    background: #377dff;
}

.invoices-create-btn .btn {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    min-width: 160px;
}

.invoices-create-btn .invoices-preview-link {
    font-weight: 600;
    color: var(--dark-color);
    margin-right: 30px;
}

.invoices-create-btn .invoices-preview-link:hover {
    color: #377dff;
}

.invoices-create-btn .delete-invoice-btn {
    background: var(--dark-color);
    margin-right: 10px;
}

.invoices-create-btn .delete-invoice-btn:hover {
    border: 1px solid var(--dark-color);
    background: #fff;
    color: var(--dark-color);
}

.invoices-create-btn .save-invoice-btn {
    border: 1px solid var(--dark-color);
    background: #fff;
    color: var(--dark-color);
}

.invoices-create-btn .save-invoice-btn:hover {
    background: var(--dark-color);
    color: #fff;
}

.invoices-add-card {
    background: #FFFFFF;
    border-radius: 10px;
}

.invoices-main-form {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.invoices-form label {
    font-weight: 600;
    color: #1B2559;
}

.invoices-form .multipleSelection .selectBox {
    border: 2px solid var(--dark-color);
    border-radius: 6px;
}

.invoices-form .form-control {
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.invoices-form .form-control::placeholder {
    color: #8F9BBA;
    font-weight: 400;
}

.invoice-details-title {
    font-weight: 500;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 0.5rem;
}

.invoice-details-box {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.invoice-inner-head {
    padding: 26px;
    border-bottom: 1px solid #E5E5E5;
}

.invoice-inner-head span {
    color: #1B2559;
}

.invoice-inner-head span a {
    font-weight: 500;
    color: var(--dark-color);
}

.invoice-inner-head span a:hover {
    font-weight: 500;
    color: #377dff;
}

.invoice-inner-footer {
    padding: 0;
}

.invoice-inner-date {
    padding: 26px;
    border-right: 1px solid #E5E5E5;
}

.invoice-inner-datepic {
    border: 0;
    padding-left: 0;
}

.invoice-inner-footer span {
    font-weight: 500;
    color: #1B2559;
    position: relative;
}

.invoice-inner-footer .form-control {
    position: absolute;
    color: var(--dark-color);
    background: transparent;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 10px;
}

.invoice-inner-footer .form-control::placeholder {
    color: var(--dark-color);
    font-weight: 500;
}

.inovices-month-info {
    padding-top: 50px;
}

.inovices-month-info label {
    font-weight: 400;
}

.inovices-month-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8F9BBA;
    border-radius: 6px;
}

.inovices-month-info .form-control {
    height: 42px;
}

#show-invoices {
    display: none;
}

.invoice-add-table {
    padding-top: 20px;
    padding-bottom: 30px;
}

.invoice-add-table h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--dark-color);
    margin-bottom: 30px;
}

.invoice-add-table th {
    font-size: 16px;
    color: #1B2559;
}

.invoice-add-table .no-border td {
    border: 0;
}

.invoice-add-table .table-form-control td .form-control::placeholder {
    color: #1B2559;
}

.invoice-add-table .add-product {
    border-bottom: 1px solid #E5E5E5;
    ;
}

.invoice-add-table .add-product td {
    border: 0;
}

.invoice-add-table .add-product td a {
    color: var(--dark-color);
}

.invoice-add-table th {
    background: #F8F9FA;
}

.invoice-add-table td,
.invoice-add-table th {
    border-color: #E5E5E5;
    padding: 20px;
}

.invoice-add-table .add-btn {
    color: var(--dark-color);
}

.add-remove .add-btn {
    background-color: #fff;
    padding: 0px;
}

.invoice-add-table .remove-btn {
    color: #FF0000;
}

.invoice-add-table .copy-btn {
    color: #C4C4C4;
}

.invoice-fields .field-title {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 15px;
}

.field-box {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.field-box p {
    font-weight: 500;
    font-size: 14px;
    color: #1B2559;
    margin-bottom: 10px;
}

.field-box .btn {
    min-width: 266px;
    border-radius: 4px;
    padding: 30px 0;
}

.payment-details {
    width: 266px;
    border-radius: 4px;
    padding: 15px;
    background: var(--dark-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-details p {
    color: #fff;
    max-width: 140px;
    font-weight: 400;
    margin-bottom: 0;
}

.payment-details a {
    font-size: 26px;
    color: #fff;
}

.invoice-faq .faq-tab {
    padding-top: 10px;
}

.faq-tab .panel-title {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 0px;
    position: relative;
}

.faq-tab .panel-title a {
    color: #C4C4C4;
}

.faq-tab .panel-title a:hover {
    color: #1B2559;
}

.faq-tab .panel-title a:not(.collapsed) {
    color: #1B2559;
}

.faq-tab .panel-title a.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 14px;
}

.faq-tab .panel-title a::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 14px;
}

.faq-tab .panel-title a:not(.collapsed)::after {
    color: #FF0000;
}

.faq-tab .panel-body {
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
}

.faq-tab .panel-body textarea {
    min-height: 100px;
    border: 0;
    border-radius: 0 0 4px 4px;
}

.invoice-total-card .invoice-total-title {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 15px;
}

.invoice-total-box {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.invoice-total-inner {
    padding: 15px;
}

.invoice-total-box p {
    color: #1B2559;
    margin-bottom: 20px;
    position: relative;
}

.invoice-total-box p span {
    float: right;
}

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.checktoggle {
    background-color: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    margin-left: 10px;
    top: 3px;
    margin-bottom: 0;
    position: absolute;
    width: 30px;
    display: inline-block;
}

.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}

.check:checked+.checktoggle {
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
}

.check:checked+.checktoggle:after {
    background-color: #fff;
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.onoffswitch-inner:before,
.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-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.invoice-total-box .add-links {
    font-weight: 500 !important;
    color: var(--dark-color) !important;
    margin-bottom: 20px !important;
    display: block;
    background-color: #fff !important;
    padding: 0px;
}

.invoice-total-box .service-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.invoice-total-box .service-trash {
    margin-bottom: 10px;
    color: #1B2559;
}

.invoice-total-box .service-trash i {
    color: #EC1361;
}

.invoice-total-box .add-links-one {
    font-weight: 500;
    color: var(--dark-color);
}

.invoice-total-box .service-trash-one {
    margin-top: 10px;
    color: #1B2559;
}

.invoice-total-box .service-trash-one i {
    color: #EC1361;
}

.invoice-total-footer {
    border-top: 1px solid #E5E5E5;
    padding: 15px;
}

.invoice-total-footer h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--dark-color);
}

.invoice-total-footer h4 span {
    float: right;
}

.upload-sign {
    float: right;
    margin-top: 20px;
}

.service-upload {
    border: 2px dashed #E5E5E5;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    width: 330px;
}

.service-upload span {
    font-size: 15px;
    color: #858585;
    display: block;
}

.service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-sign .btn {
    border-radius: 8px;
    min-width: 198px;
    padding: 10px 0;
}

.invoice-info-card {
    border-radius: 14px;
}

.invoice-info {
    margin-bottom: 20px;
}

.invoice-item-one {
    border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}

.invoice-item-one .invoice-info {
    margin-bottom: 30px;
    text-align: right;
}

.customer-text-one {
    font-size: 20px;
    color: #1B2559;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.invoice-name {
    color: #1B2559;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.invoice-item-one .invoice-details {
    color: #1B2559;
    font-weight: 400;
}

.invoice-head h2 {
    font-weight: 600;
    font-size: 28px;
    color: #1B2559;
    text-transform: uppercase;
    margin-bottom: 0;
}

.invoice-head {
    margin-bottom: 30px;
}

.invoice-head p {
    font-weight: 400;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 0;
}

.invoice-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
}

.invoice-item-two .invoice-details {
    color: #1B2559;
    font-weight: 400;
}

.invoice-item .invoice-details-two {
    text-align: left !important;
    color: #000;
}

.invoice-item-box {
    background: #F7F7FF;
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    float: right;
    margin-top: 20px;
}

.invoice-item-box p {
    color: #1B2559;
    font-weight: 400;
    margin-bottom: 10px;
}

.invoice-issues-box {
    background: var(--dark-color);
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.invoice-issues-date {
    padding-top: 20px;
    padding-bottom: 20px;
}

.invoice-issues-date p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.invoice-table-wrap {
    margin-bottom: 30px;
}

.invoice-table>thead>tr>th {
    background: #F5F7FF;
    border-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #1B2559;
}

.invoice-table>tbody>tr>td {
    font-weight: 400;
    color: #1B2559;
    padding: 15px 20px;
}

.invoice-terms {
    margin-bottom: 30px;
}

.invoice-terms h6 {
    font-weight: 500;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 6px;
}

.invoice-terms p {
    font-weight: 400;
    font-size: 16px;
    color: #8F9BBA;
}

.invoice-sign {
    padding-top: 30px;
}

.invoice-sign span {
    color: #1B2559;
    margin-top: 18px;
}

.invoice-item-bg {
    background: var(--dark-color);
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.invoice-circle-img {
    position: relative;
}

.invoice-circle-img .invoice-circle1 {
    position: absolute;
    left: 0;
    opacity: 0.1;
}

.invoice-circle-img .invoice-circle2 {
    position: absolute;
    right: 0;
    opacity: 0.1;
}

.invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 30px;
    margin-top: 20px;
}

.invoice-item-bg .customer-text-one {
    color: #fff !important;
}

.invoice-item-bg .invoice-name {
    color: #fff;
}

.invoice-item-bg .invoice-details-two {
    color: #fff;
}

.invoice-item-bg .invoice-info-one p {
    color: #fff;
    margin-bottom: 10px;
}

.invoice-sign-box {
    margin-top: 30px;
}

.invoice-payment-box h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 16px;
}

.invoice-payment-box .payment-details {
    background: transparent;
    border: 2px dashed var(--dark-color);
}

.invoice-payment-box .payment-details p {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
}

.invoices-preview .modal-body {
    padding: 0;
}

.invoice-details,
.invoice-payment-details>li span {
    float: left;
    text-align: left;
}

.invoice-info .invoice-details,
.invoice-payment-details>li span {
    float: inherit;
    text-align: left;
}

.add-remove .add-btn:hover,
.add-btn:active,
.add-btn:focus {
    background-color: #fff;
    border-color: #fff;
    color: var(--light-color);
}

.bank-details-btn .bank-cancel-btn {
    background: #1B2559;
}

.bank-details-btn .bank-cancel-btn:hover {
    background: var(--dark-color);
}

.bank-details-btn .btn {
    min-width: 160px;
    border-radius: 8px;
    padding: 10px 0;
    color: #fff;
}

.bank-details-btn .bank-save-btn {
    background: var(--dark-color);
}

.bank-details-btn .bank-save-btn:hover {
    background: #1B2559;
}

.invoice-item .customer-text {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}

.invoice-item .invoice-logo {
    margin-bottom: 30px;
}

.settings-menu {
    margin-bottom: 30px;
}

.settings-menu ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.settings-menu ul li a {
    color: #000;
}

.settings-menu ul li a.active {
    color: var(--dark-color) !important;
}

.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:first-child {
    padding: 1.5rem 1.5rem 0;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:last-child {
    padding: 0 1.5rem 1.5rem;
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    margin-bottom: 30px;
    border-radius: 20px;
    border: 0;
}

.table .bg-success-dark {
    background: #008F64;
}

.table .bg-danger-dark {
    background: #FF0000;
}

.card-table table .badge {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    min-width: 105px;
    padding: 8px 20px;
    font-weight: 500;
    text-align: center;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.invoices-tabs-card {
    box-shadow: none;
}

.bank-details .modal-header {
    border: 0;
    justify-content: space-between;
    padding: 30px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}

.bank-details .bank-inner-details label {
    font-size: 16px;
    font-weight: 600;
    color: #1B2559;
}

.invoice-item .customer-text a {
    margin-left: 12px;
}

.invoice-item .invoice-details {
    text-align: right;
    font-weight: 400;
}

.invoice-info.invoice-info2 {
    text-align: right;
}

.bank-details .modal-footer {
    justify-content: end;
    padding: 30px;
}

.inovices-card {
    border-radius: 5px !important;
}

.report-card {
    border-radius: 5px !important;
}

.paid-continue-btn {
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.paid-cancel-btn {
    background-color: #fff;
    border: 1px solid var(--dark-color);
    border-radius: 5px;
    color: var(--dark-color);
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.paid-continue-btn:hover,
.paid-continue-btn:focus,
.paid-continue-btn:active {
    background-color: #fff;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

.settings-form .form-group textarea {
    min-height: 120px;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

/*-----------------
    29. Invoices Settings
-----------------------*/

.invoices-settings-card {
    border-radius: 5px;
}

.invoices-settings-card .card-title {
    color: #1B2559;
    ;
}

.invoices-settings-form label {
    color: #1B2559;
}

.invoices-settings-form .form-control {
    height: 50px;
    border-radius: 6px;
}

.invoices-upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}

.invoices-upload-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}

.invoices-upload-btn .upload {
    position: absolute;
    background: var(--dark-color);
    border-radius: 4px;
    right: 6px;
    top: 8px;
    width: 136px;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.invoice-setting-btn .btn {
    min-width: 160px;
    padding: 10px 0;
    color: #fff;
    border-radius: 8px;
}

.invoice-setting-btn .cancel-btn {
    background: var(--dark-color);
}

.invoice-setting-btn .cancel-btn:hover {
    background: #fff;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

.invoice-setting-btn .btn-primary:hover {
    background: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: #fff;
}

.invoice-setting-btn .btn-primary {
    background: #fff;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

.invoices-items-main-tabs {
    border-bottom: 3px solid #F3F3F3;
    padding-bottom: 10px;
}

.invoices-items-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.invoices-items-tabs ul li {
    display: inline-block;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
}

.invoices-items-tabs ul li:last-child {
    padding-right: 0;
}

.invoices-items-tabs ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    padding-bottom: 24px;
    position: relative;
}

.invoices-items-tabs ul li a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 130px;
    height: 6px;
    background-color: var(--dark-color);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.invoices-items-tabs ul li a.active {
    color: var(--dark-color);
}

.invoices-items-tabs ul li a:hover {
    color: var(--dark-color);
}


/*-----------------
	30. Responsive
-----------------------*/

@media (min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

    .avatar-xxl .border {
        border-width: 4px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }

    .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: 992px) {
    #toggle_btn {
        align-items: center;
        color: #333;
        display: inline-flex;
        float: left;
        font-size: 30px;
        height: 60px;
        justify-content: center;
        margin-left: 15px;
        padding: 0 15px;
        display: none;
    }

    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 40px;
        width: auto;
    }

    .mini-sidebar .header .header-left .logo {
        display: none;
    }

    .mini-sidebar .header-left .logo.logo-small {
        display: block;
    }

    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 78px;
    }

    .mini-sidebar .sidebar {
        width: 78px;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 240px;
    }

    .mini-sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }

    .mini-sidebar.expand-menu .menu-title {
        visibility: visible;
    }

    .mini-sidebar .menu-title a {
        visibility: hidden;
    }

    .mini-sidebar.expand-menu .menu-title a {
        visibility: visible;
    }

    .modal-open.mini-sidebar .sidebar {
        z-index: 1051;
    }

    .mini-sidebar .sidebar .sidebar-menu ul>li>a span {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
        display: inline;
        opacity: 1;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li>a i {
        font-size: 24px;
        width: 20px;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 78px;
    }
}

@media (max-width: 1400px) {

    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 180px;
    }
}

@media (max-width: 1199px) {

    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 150px;
    }

    .chat-window .chat-cont-left {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .chat-window .chat-cont-right {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .app-listing {
        display: inline-block;
    }

    .app-listing li {
        width: 49%;
        display: inline-block;
    }

    .report-btn .btn {
        width: 200px;
    }

    .invoices-tabs ul li {
        margin-right: 14px;
    }

}

@media (max-width: 991.98px) {
    .header .header-left {
        position: absolute;
        width: 100%;
    }

    .mobile_btn {
        color: whitesmoke !important;
        cursor: pointer;
        display: block;
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
    }

    #toggle_btn {
        display: none;
    }

    .top-nav-search {
        display: none;
    }

    .login-wrapper .loginbox .login-left {
        padding: 80px 50px;
        width: 50%;
    }

    .login-wrapper .loginbox .login-right {
        padding: 50px;
        width: 50%;
    }

    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .chat-window .chat-scroll {
        max-height: calc(100vh - 255px);
    }

    .chat-window .chat-cont-left,
    .chat-window .chat-cont-right {
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-window .chat-cont-left {
        border-right: 0;
    }

    .chat-window .chat-cont-right {
        position: absolute;
        right: calc(-100% + -1.875rem);
        top: 0;
    }

    .chat-window .chat-cont-right .chat-header {
        justify-content: start;
    }

    .chat-window .chat-cont-right .chat-header .back-user-list {
        display: block;
    }

    .chat-window .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }

    .chat-window.chat-slide .chat-cont-left {
        left: calc(-100% + -1.875rem);
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .invoice-head h2 {
        font-size: 18px;
    }

    .invoice-head p {
        font-size: 16px;
    }

    .invoice-item-bg .invoice-info {
        border-right: 0;
        padding: 0;
        margin-top: 0px;
    }

    .invoice-item-bg {
        padding: 20px;
        padding-bottom: 0;
    }

    .invoice-total-footer h4 {
        font-size: 15px;
    }

}

@media (max-width: 767.98px) {
    body {
        font-size: 0.9375rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }

    h4,
    .h4 {
        font-size: 1.125rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 0.875rem;
    }

    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }

    .user-menu.nav>li>a>span:not(.user-img) {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    .navbar-nav.user-menu .open .dropdown-menu {
        left: auto;
        right: 0;
    }

    .header .header-left {
        padding: 0 15px;
    }

    .header .header-left .logo {
        display: none;
    }

    .header-left .logo.logo-small {
        display: inline-block;
    }

    .login-wrapper .loginbox .login-left {
        display: none;
    }

    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }

    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }

    .invoice-container {
        padding: 20px;
    }

    .left-action {
        text-align: center;
        margin-bottom: 15px;
    }

    .right-action {
        text-align: center;
    }

    .top-action-left .float-left {
        float: none !important;
    }

    .top-action-left .btn-group {
        margin-bottom: 15px;
    }

    .top-action-right {
        text-align: center;
    }

    .top-action-right a.btn.btn-white {
        margin-bottom: 15px;
    }

    .mail-sent-time {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .profile-btn {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 250px;
    }

    .app-dropdown {
        display: none;
    }

    .edit-link {
        font-size: 0.875rem;
        margin-top: 0;
    }

    .product_price {
        font-size: 1.5rem;
    }

    .login-wrapper .loginbox .login-right h1 {
        font-size: 22px;
    }

    .error-box h1 {
        font-size: 6em;
    }

    .error-box .btn {
        font-size: 15px;
        min-width: 150px;
        padding: 8px 20px;
    }

    .dash-count {
        font-size: 16px;
    }

    .blog-details .date-col>span {
        padding-right: 0;
        width: 100%;
        padding: 5px 0;
    }

    .about-author {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .about-author .left {
        width: auto;
        max-width: 140px;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .about-author .right {
        width: 100%;
    }

    .dataTables_paginate ul.pagination {
        justify-content: center !important;
        -webkit-justify-content: center !important;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .custom-tab-scroll .nav {}

    .custom-tab-scroll .nav li {
        width: 100%;
    }

    .nav-tabs.menu-tabs .nav-link {
        display: block;
        text-align: center;
    }

    .nav-tabs.menu-tabs .nav-item {
        display: block;
    }

    .card .card-header .card-title {
        font-size: 16px;
    }

    .links-cont .form-group {
        margin-bottom: 10px;
    }

    .settings-form .trash {
        right: 0;
        margin-bottom: 10px;
    }

    .settings-menu-links .nav {
        display: block;
    }

    .invoices-tabs ul li a {
        padding-bottom: 6px;
    }

    .app-listing li {
        width: 100%;
    }

    .report-btn .btn {
        font-size: 14px;
        padding: 10px 0;
    }

    .invoices-tabs ul li a {
        font-size: 15px;
    }

    .invoices-tabs ul li {
        margin-right: 0;
        display: block;
        margin-bottom: 14px;
    }

    .invoices-settings-btn {
        margin-top: 20px;
        justify-content: start;
    }

    .invoice-head h2 {
        font-size: 16px;
    }

    .invoice-head p {
        font-size: 14px;
    }

    .invoice-item-one .invoice-info {
        text-align: left;
    }

    .invoice-payment-box .payment-details {
        margin-bottom: 20px;
    }

    .invoice-item .invoice-details-two {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .invoices-create-btn .invoices-preview-link {
        margin-right: 0;
    }

    .invoices-create-btn .btn {
        display: none;
    }

    .invoices-create-btn .btn {
        display: none;
    }

    .invoice-inner-head {
        padding: 15px;
    }

    .invoice-inner-date {
        padding: 15px;
        padding-bottom: 0;
    }

    .invoice-inner-datepic {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .field-box .btn {
        min-width: 160px;
        padding: 8px 0;
        font-size: 14px;
    }

    .invoice-total-footer h4 {
        font-size: 14px;
    }

    .service-upload {
        width: 100%;
    }

    .upload-sign {
        width: 100%;
    }

    .invoice-item-one .invoice-details {
        text-align: left;
    }

    .invoice-item-two .invoice-info2 {
        text-align: left;
    }

    .invoice-item-two .invoice-details {
        text-align: left;
    }

    .invoice-item-box {
        width: 100%;
        float: left;
    }

    .invoice-issues-date {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .invoices-settings-btn .btn {
        min-width: 140px;
        padding: 8px 0;
        font-size: 14px;
    }

    .invoices-settings-btn-one {
        margin-top: 0;
    }

    .payment-details {
        width: auto;
    }

    .invoice-item .customer-text {
        font-size: 16px;
    }

    .invoice-setting-btn .btn {
        min-width: 118px;
        padding: 7px 0;
        font-size: 14px;
    }

    .invoice-faq {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .card {
        margin-bottom: 0.9375rem;
    }

    .page-wrapper>.content {
        padding: 0.9375rem 0.9375rem 0;
    }

    .chat-window {
        margin-bottom: 0.9375rem;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
    }

    .card-footer {
        padding: .75rem 1.25rem;
    }

    .card-chart .card-body {
        padding: 5px;
    }

    .page-header {
        margin-bottom: 0.9375rem;
    }

    .account-wrapper {
        padding: 0.9375rem;
    }

    .pagination-lg .page-link {
        font-size: 1.2rem;
        padding: 0.5rem 0.625rem;
    }

    .profile-image {
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .profile-user-info {
        text-align: center;
    }

    .profile-btn {
        text-align: center;
    }

    .invoice-details,
    .invoice-payment-details>li span {
        float: left;
        text-align: left;
    }

    .invoice-info .invoice-details,
    .invoice-payment-details>li span {
        float: inherit;
        text-align: left;
    }

    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }

    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .fc-toolbar .fc-center h2 {
        width: 100%;
    }

    .profile-tab-cont {
        padding-top: 1.25rem;
    }

    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }

    .page-header .breadcrumb {
        display: none;
    }
}

@media (max-width: 479px) {
    .add-btn {
        font-size: 14px;
        padding: 6px 7px;
    }

    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 160px;
    }

    .notifications .noti-content {
        width: 300px;
    }
}