/*Author       : Avis TechnologiesTemplate Name: Avis Kanakku - Bootstrap Admin TemplateVersion      : 1.0*/
/*============================ [Table of CSS]1. General2. Table3. Helper Class4. Bootstrap Classes5. Modal6. Select27. Nav Tabs8. Components9. Header10. Chat11. Search12. Sidebar13. Calendar14. Inbox15. Mail View16. Error17. Content18. Login19. Notifications20. Dashboard21. Invoices22. Settings23. Switch Buttons24. Profile25. Drag & Drop26. File Upload27. Ribbon28. Timeline29. Alert30. Responsive========================================*/
/*-----------------	1. General-----------------------*/
@font-face {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 400;
    src: local('Circular Std Book'), url(../fonts/CircularStd-Book.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: italic;
    font-weight: 400;
    src: local('Circular Std Book Italic'), url(../fonts/CircularStd-BookItalic.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 500;
    src: local('Circular Std Medium'), url(../fonts/CircularStd-Medium.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: italic;
    font-weight: 500;
    src: local('Circular Std Medium Italic'), url(../fonts/CircularStd-MediumItalic.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 600;
    src: local('Circular Std Bold'), url(../fonts/CircularStd-Bold.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: italic;
    font-weight: 600;
    src: local('Circular Std Bold Italic'), url(../fonts/CircularStd-BoldItalic.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: normal;
    font-weight: 800;
    src: local('Circular Std Black'), url(../fonts/CircularStd-Black.woff) format('woff')
}
@font-face {
    font-family: CircularStd;
    font-style: italic;
    font-weight: 800;
    src: local('Circular Std Black Italic'), url(../fonts/CircularStd-BlackItalic.woff) format('woff')
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype')
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: Averta-Regular;
    src: url(../fonts/averta/AvertaDemoPECuttedDemo-Regular.otf);
}
@font-face {
    font-family: Averta-ExtraBold;
    src: url(../fonts/averta/AvertaDemoPE-ExtraBold.otf);
}
html {
    height: 100%
}
body {
    background-color: #fff;
    color: #455560;
    font-family: Averta-Regular;
    /*font-family:CircularStd,sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 16px;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Averta-ExtraBold;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family:CircularStd,sans-serif;*/
    margin-top: 0;
    color: #2c3038
}
a {
    text-decoration: none
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}
.form-control,
.form-select {
    border: 1px solid #dee2e6;
    box-shadow: none;
    color: #333;
    padding: .54688rem .875rem;
    font-size: 16px;
    line-height: 1.5;
    height: 40px;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    font-weight: 400;
    color: #1e2022
}
textarea.form-control {
    height: auto
}
.form-control:focus {
    box-shadow: 0 0 10px rgba(136, 136, 136, .125);
    outline: 0 none;
    border-color: #c1c9d0
}
.form-control-sm {
    height: calc(1.5em + 1rem);
    padding: .4375rem .65625rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem
}
.form-control-lg {
    height: calc(1.5em + 1.875rem);
    padding: .875rem 1.09375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3125rem
}
.form-select-sm {
    height: 50px;
}
a {
    color: #377dff
}
a:hover {
    color: #0052ea;
    text-decoration: none
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
p:last-child {
    margin-bottom: 0
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0
}
a,
button,
input {
    cursor: pointer;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -transition: all .4s ease;
    -webkit-transition: all .4s ease
}
button,
button:focus,
input,
input:focus {
    outline: 0
}
input[type=file] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px)
}
input[type=password],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
textarea.form-control {
    resize: vertical
}
.navbar-nav>li {
    float: left
}
.form-group {
    margin-bottom: 1.25rem
}
.form-group img {}
.input-group .form-control {
    height: 40px
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, .1)
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}
ul li {
    list-style: none
}
p:last-child {
    margin-bottom: 0
}
/*-----------------	2. Table-----------------------*/
.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.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 {
    padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}
.table.dataTable {
    border-collapse: collapse !important;
}
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>tbody>tr>td {
    padding: 15px;
}
table.table td h2 a {
    color: #333;
}
table.table td h2 a:hover {
    color: #000;
}
table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.table thead {
    background-color: transparent;
    border-bottom: 0;
}
.table thead tr th {
    font-weight: 500;
}
.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #f6f6f7;
}
.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered td:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}
.card-table .card-body {
    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;
}
.card-table .card-body .table tr td img{width: 35px;height: 30px;object-fit: contain;}
/*-----------------	3. Helper Class-----------------------*/
.block {
    display: block !important;
}
.bullets li {
    list-style: inherit;
}
#toggle_btn i {
    font-size: 22px;
}
.bg-1 {
    background-color: #ffeec3;
}
.bg-1 i {
    color: #ffb800;
}
.bg-2 {
    background-color: #d1f3ff;
}
.bg-2 i {
    color: #42cdff;
}
.bg-3 {
    background-color: #ceffd5;
}
.bg-3 i {
    color: #52fb6a;
}
.bg-4 {
    background-color: #fccaff;
}
.bg-4 i {
    color: #f555ff;
}
.bg-5 {
    background-color: #ffb800;
}
.bg-6 {
    background-color: #42cdff;
}
.bg-7 {
    background-color: #52fb6a;
}
.bg-8 {
    background-color: #f555ff;
}
.table .btn {
    white-space: nowrap;
}
table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}
.feather {
    width: 18px;
    height: 18px;
}
/*-----------------	4. Bootstrap Classes-----------------------*/
.btn.focus,
.btn:focus {
    box-shadow: unset;
}
.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.bg-primary,
.badge-primary {
    background-color: #000 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #621aff !important;
}
.bg-success,
.badge-success {
    background-color: #22cc62 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1eae55 !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: #51ce97 !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: #ef3737 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}
.bg-white {
    background-color: #fff;
}
.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu>li>a.text-primary {
    color: #000 !important;
}
.text-success,
.dropdown-menu>li>a.text-success {
    color: #22cc62 !important;
}
.text-danger,
.dropdown-menu>li>a.text-danger {
    color: #ef3737 !important;
}
.text-info,
.dropdown-menu>li>a.text-info {
    color: #009efb !important;
}
.text-warning,
.dropdown-menu>li>a.text-warning {
    color: #51ce97 !important;
}
.text-purple,
.dropdown-menu>li>a.text-purple {
    color: #7460ee !important;
}
.text-muted {
    color: #757575 !important;
}
.btn-primary {
    background: #7bad5c;
    border: 1px solid #7bad5c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #621aff;
    border: 1px solid #621aff;
}
.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: #621aff;
    border: 1px solid #621aff;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #621aff;
    border-color: #621aff;
    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: #000;
    border-color: #000;
    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: #22cc62;*/
    background: #7bad5c;
    border: 1px solid #7bad5c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #1eae55;
    border: 1px solid #1eae55;
    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: #1eae55;
    border: 1px solid #1eae55
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
    background-color: #1eae55;
    border-color: #1eae55;
    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: #22cc62;
    border-color: #22cc62;
    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: #51ce97;
    border: 1px solid #51ce97
}
.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: #51ce97;
    border-color: #51ce97;
    color: #fff;
}
.badge-secondary {
    background-color: #621aff !important;
}
.btn-danger {
    background-color: #ef3737;
    border: 1px solid #ef3737;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #ec1313;
    border: 1px solid #ec1313;
}
.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: #ec1313;
    border: 1px solid #ec1313;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #ec1313;
    border-color: #ec1313;
    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: #000;
    border-color: #000;
}
.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #000;
    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: #000;
    border-color: #000;
}
.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: #22cc62;
    border-color: #22cc62;
}
.btn-outline-success:hover {
    background-color: #22cc62;
    border-color: #22cc62;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #22cc62;
    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: #22cc62;
    border-color: #22cc62;
}
.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: #00bcd4;
    border-color: #00bcd4;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #00bcd4;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #00bcd4;
    border-color: #00bcd4;
}
.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: #51ce97;
    border-color: #51ce97;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #51ce97;
    border-color: #51ce97;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #51ce97;
}
.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: #51ce97;
    border-color: #51ce97;
}
.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: #ef3737;
    border-color: #ef3737;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef3737;
    border-color: #ef3737;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #ef3737;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #ef3737;
    border-color: #ef3737;
}
.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: #000;
    border-color: #000;
}
.pagination>li>a,
.pagination>li>span {
    color: #000;
}
.page-link:hover {
    color: #000;
}
.page-link:focus {
    box-shadow: unset;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}
.dropdown-menu {
    border: 1px solid #eff2f7;
    border-radius: .8rem;
    transform-origin: left top 0;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
}
.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 {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin-bottom: 30px;
    border-radius: 20px;
    border: 0;
}
.card-body {
    position: relative;
    padding: 1.5rem;
}
.card .card-header {
    border-color: #f0f1f5;
    background-color: #fff;
    padding: 1.5rem 1.875rem 1.25rem;
}
.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-footer:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
}
.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}
.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: #000;
    text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #000;
}
.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. Modal-----------------------*/
.modal {
    -webkit-overflow-scrolling: touch;
}
.modal-footer.text-center {
    justify-content: center;
}
.modal-footer.text-left {
    justify-content: flex-start;
}
.modal-dialog.modal-md {
    max-width: 600px;
}
.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}
.custom-modal .modal-footer {
    border: 0;
}
.custom-modal .modal-header {
    border: 0;
    justify-content: center;
    padding: 30px 30px 0;
}
.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}
.custom-modal .modal-body {
    padding: 30px;
}
.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.custom-modal .modal-title {
    font-size: 22px;
}
.modal-backdrop.show {
    opacity: 0.4;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.modal .card {
    box-shadow: unset;
}
/*-----------------	6. 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: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.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 {height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
}
/*-----------------	7. 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: #000;
    border-color: #000;
    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;
    padding: 10px 30px;
}
.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: #000;
    border-color: #000;
    color: #fff;
    padding: 10px 30px;
}
.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: #000;
}
.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: 2px;
    border-color: transparent;
    border-bottom-color: #000;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -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;
}
/*-----------------	8. Components-----------------------*/
.section-header {
    margin-bottom: 1.875rem;
}
.section-header .section-title {
    color: #333;
}
.line {
    background-color: #000;
    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;
}
.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}
.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #000;
    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: #22cc62;
}
.avatar-offline:before {
    background-color: #ef3737;
}
.avatar-away:before {
    background-color: #51ce97;
}
.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;
}
/*-----------------	9. Header-----------------------*/
.header {
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    height: 60px;
    border-radius: 0 0 20px 20px;
}
.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: 33px;
    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 #333;
    border-right: 2px solid #333;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -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);
    -transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    display: flex !important;
    padding-right: 20px;
    border: 0px;
}
.user-menu.nav>li>a {
    color: #333;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}
.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    opacity: .8;
}
.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}
.user-img img {
    width: 32px;
    border-radius: 50%;
}
.dropdown-item img {width: 25px;
    height: 15px;
    object-fit: contain;
    margin-right: 5px;
}
.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 {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: transparent;
}
.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    background-color: #000;
    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: #000;
    margin-right: 10px;
    text-align: center;
    width: 18px;
}
.header .user-menu .dropdown-menu>li>a i {
    color: #000;
    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;
}
.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;
}
.sidebar-overlay.opened {
    display: block;
}
html.menu-opened {
    overflow: hidden;
}
html.menu-opened body {
    overflow: hidden;
}
.sidebar-logo {
    padding: 30px;
    background-color: #B55C37;
}
.sidebar-logo img {
    max-width: 100px;
    display: block;
    margin: auto;
}
/*-----------------	10. Chat-----------------------*/
.chat-window {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.875rem;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    border-radius: 20px;
    overflow: hidden;
}
.chat-window .chat-cont-left {
    border-right: 1px solid #e5e5e5;
    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 #e5e5e5;
    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 !important;
    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;
    width: 100%;
}
.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 #e5e5e5;
    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%;
    align-items: center;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px !important;
}
.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: #000;
    border-color: #000;
    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%;
}
/*-----------------	11. 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: 1px solid #e5e5e5;
    border-radius: .5rem;
    color: #333;
    height: 40px;
    padding: 10px 50px 10px 15px;
    box-shadow: rgb(209 243 255 / 33%) 0px 0.2px 3px 0.1px;
}
.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.active form {
    display: block;
    left: 0;
    position: absolute;
}
/*-----------------	12. Sidebar-----------------------*/
.sidebar {
    background: #fff;
    border-right: 1px solid #E4E4E4;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0px;
    transition: all 0.2s ease-in-out 0s;
    width: 300px;
    z-index: 1001;
    border-top-right-radius: 0px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    overflow-y: hidden;
}
.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 ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.sidebar-menu li a {
    color: #6D6D6D;
    display: block;
    font-size: 15px;
    height: auto;
    padding: 0 20px;
    font-weight: 600;
}
.sidebar-menu li a:hover {
    color: #000;
}
.sidebar-menu>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
}
.sidebar-menu li.active>a {
    background-color: #fff;
    color: #2F2F2F;
    position: relative;
}
/*.sidebar-menu li.active > a::before {    width: 5px;    content: "";    height: 100%;    position: absolute;    left: 0;    top: 0;    background: #000;    -webkit-transition: all 0.5s;    -ms-transition: all 0.5s;    transition: all 0.5s;}*/
.menu-title {
    color: #9e9e9e;
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}
.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: #000;
}
.mobile_btn {
    display: none;
    float: left;
}
.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 10px;
    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 {
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 45px;
    position: relative;
}
.sidebar-menu ul ul a span {
    float: right;
    color: #FF9800;
}
.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 {
    position: relative;
}
.sidebar-menu>ul>li:last-child {
    margin-bottom: 25px;
}
.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: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}
.sidebar-menu .menu-arrow:before {
    content: "→";
}
.sidebar-menu li a.subdrop .menu-arrow {
    -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;
    display: flex;
    justify-content: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu>ul>li>a svg {
    width: 18px;
}
.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    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;
}
/*-----------------	13. Calendar-----------------------*/
.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}
.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff;
}
.calendar-events i {
    margin-right: 8px;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}
.none-border .modal-footer {
    border-top: none;
}
.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
    font-family: 'Roboto', sans-serif;
}
.fc-day {
    background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}
.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}
.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}
.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}
.fc-state-hover {
    background: #f3f3f3;
}
.fc-state-highlight {
    background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #000 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.fc-cell-overlay {
    background: #f0f0f0;
}
.fc-unthemed .fc-today {
    background: #fff;
}
.fc-event {
    border-radius: 2px;
    border: none;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.event-form .input-group .form-control {
    height: 40px;
}
.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;
}
/*-----------------	14. Inbox-----------------------*/
.dropdown-action {
    margin-bottom: 5px;
}
.dropdown-action .dropdown-toggle:after {
    display: none;
}
.action-icon {
    color: #333;
    font-size: 18px;
    display: inline-block;
}
.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: #000;
    font-weight: bold;
}
.unread .name,
.unread .subject,
.unread .mail-date {
    color: #000;
    font-weight: 600;
}
.table-inbox .starred.fas.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;
}
/*-----------------	15. 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;
}
.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;
}
/*-----------------	16. 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: #000;
    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;
}
/*-----------------	17. Content-----------------------*/
.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}
.page-wrapper {
    margin-left: 300px;
    padding-top: 0px;
    position: relative;
    transition: all 0.4s ease;
}
.page-wrapper>.content {
    padding: 80px 120px;
}
.page-header {
    margin-bottom: 1.875rem;
}
.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 {
    color: #333;
    margin-bottom: 5px;
}
/*-----------------	18. Login-----------------------*/
.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}
.logo-dark {
    max-width: 180px;
    margin: auto;
    display: block;
}
.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem;
}
.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    display: flex;
    margin: 1.875rem auto;
    max-width: 450px;
    width: 100%;
}
.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(180deg, #8BC34A, #00bcd4);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 450px;
    display: flex;
}
.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 450px;
}
.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: #757575;
    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: #757575;
    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;
}
.lock-user {
    margin-bottom: 20px;
    text-align: center;
}
.lock-user img {
    margin-bottom: 15px;
    width: 100px;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
}
.toggle-password.fa-eye {
    margin-right: 1px;
}
.pass-group {
    position: relative;
}
/*-----------------	19. 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;
}
.display-none {
    display: none;
}
.user-menu.nav>li>a .badge {
    background-color: #ef3737;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 6px;
}
.user-menu.nav>li>a>i {
    font-size: 1.5rem;
    line-height: 60px;
}
.user-menu.nav>li>a>svg {
    font-size: 1.5rem;
    line-height: 60px;
}
.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}
.noti-title {
    color: #333;
}
.notifications .noti-content {
    height: 290px;
    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;
}
/*-----------------	20. Dashboard-----------------------*/
.dash-title {
    font-size: 15px;
    font-weight: 600;
}
.dash-widget-icon {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 1.875rem;
    height: 4rem;
    justify-content: center;
    text-align: center;
    width: 4rem;
}
.dash-count {
    font-size: 18px;
    margin-left: 15px;
    padding-top: 5px;
}
.dash-widget-info h3 {
    margin-bottom: 10px;
}
.dash-widget-header {
    align-items: center;
    display: flex;
}
.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;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
}
.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;
}
.modal-icon i {
    font-size: 42px;
    color: #6c757d;
}
.modal-footer {
    border-top: 0;
    padding-top: 0;
    padding-bottom: .75rem;
}
.add-remove i {
    font-size: 18px;
    cursor: pointer;
}
/*-----------------	21. Invoices-----------------------*/
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 600;
}
.invoice-item .invoice-details {
    text-align: right;
    font-weight: 500
}
.invoice-item .invoice-details strong {
    color: #272b41
}
.invoice-item .invoice-details-two {
    text-align: left
}
.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
}
.invoice-item .invoice-text h2 {
    font-weight: 400
}
.invoice-info {
    margin-bottom: 30px;
}
.invoice-info p {
    margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}
.invoice-table tr td,
.invoice-table-two tr td {
    font-weight: 500;
}
.invoice-table-two {
    margin-bottom: 0
}
.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}
.invoice-table-two tr td {
    text-align: right
}
.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}
.file {
    visibility: hidden;
    position: absolute;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
/*-----------------	22. Settings-----------------------*/
.settings-menu ul {
    display: block;
    padding: 0;
}
.settings-menu ul li+li {
    margin-top: 15px;
}
.settings-menu ul li a {
    color: #455560;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}
.settings-menu ul li a:hover,
.settings-menu ul li a:focus {
    background-color: transparent !important;
    border: 0 !important;
}
.settings-menu ul li a.active {
    color: #000 !important;
    border: 0;
}
.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}
/*-----------------	23. Switch Buttons-----------------------*/
.toggle-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}
.toggle-switch:not(.form-group) {
    margin-bottom: 0
}
.toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.toggle-switch-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: .5rem
}
.toggle-switch-label {
    position: relative;
    display: block;
    width: 3rem;
    height: 2rem;
    background-color: #e7eaf3;
    background-clip: content-box;
    border: .125rem solid transparent;
    border-radius: 6.1875rem;
    transition: .3s
}
.toggle-switch-indicator {
    position: absolute;
    left: .125rem;
    bottom: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    -webkit-transform: initial;
    transform: initial;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    border-radius: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: .3s
}
.toggle-switch-input:checked+.toggle-switch-label {
    background-color: #000;
}
.toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(1.025rem, 50%, 0);
    transform: translate3d(1.025rem, 50%, 0)
}
.toggle-switch-input.is-valid+.toggle-switch-label {
    background-color: #00c9a7
}
.toggle-switch-input.is-invalid+.toggle-switch-label {
    background-color: #ed4c78
}
.toggle-switch-input:disabled+.toggle-switch-label {
    background-color: rgba(231, 234, 243, .5)
}
.toggle-switch-input:checked:disabled+.toggle-switch-label {
    background-color: rgba(55, 125, 255, .5)
}
.toggle-switch-sm .toggle-switch-label {
    width: 2.5rem;
    height: 1.6125rem
}
.toggle-switch-sm .toggle-switch-indicator {
    width: 1.20938rem;
    height: 1.20938rem
}
.toggle-switch-sm .toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(.81094rem, 50%, 0);
    transform: translate3d(.81094rem, 50%, 0)
}
/*-----------------	24. Profile-----------------------*/
.cal-icon {
    position: relative;
    width: 100%
}
.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px
}
.profile-cover {
    position: relative;
    padding: 1.75rem 2rem;
    border-radius: .75rem;
    height: 10rem
}
.profile-cover-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
    background-color: #e7eaf3;
    border-radius: .75rem;
    overflow: hidden
}
.profile-cover-img {
    width: 100%;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: .75rem;
    filter: blur(21px)
}
.cover-content {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    right: 0
}
.custom-file-btn {
    position: relative;
    overflow: hidden
}
.custom-file-btn-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0
}
.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -6.3rem auto .5rem auto;
    border: 3px solid #fff;
    border-radius: 50%
}
.profile-cover-avatar input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 68, .25);
    border-radius: 50%;
    transition: .2s
}
.avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}
.avatar-edit svg {
    width: 18px
}
.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
}
#filter_inputs {
    display: none
}
.input-label {
    display: block;
    color: #1e2022;
    font-size: .875rem
}
.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
}
.card-body-height {
    height: 28rem;
    overflow: hidden;
    overflow-y: auto
}
.profile-cover-avatar .avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 50%
}
/*-----------------	25. Drag & Drop-----------------------*/
.draggable {
    cursor: -webkit-grab;
    cursor: grab
}
.gu-unselectable .draggable {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
#dd-handle .list-group,
#multiple-list-group-a,
#multiple-list-group-b {
    min-height: 5.714rem
}
#dd-handle .list-group .handle,
.gu-mirror .handle {
    padding: 0 5px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, .1);
    cursor: move;
    font-size: 1.2rem
}
/*-----------------	26. File Upload-----------------------*/
.custom-file-container {
    box-sizing: border-box;
    position: relative;
    display: block
}
.custom-file-container label {
    color: #4361ee
}
.custom-file-container__custom-file {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    margin-top: 5px
}
.custom-file-container__custom-file:hover {
    cursor: pointer
}
.custom-file-container__custom-file__custom-file-input {
    box-sizing: border-box;
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}
.custom-file-container__custom-file__custom-file-input:focus~span {
    outline: 1px dotted #515365;
    outline: 5px auto -webkit-focus-ring-color
}
.custom-file-container__custom-file__custom-file-control {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    overflow: hidden;
    line-height: 1.5;
    user-select: none;
    background-clip: padding-box;
    border-radius: .25rem;
    height: auto;
    border: 1px solid #f1f2f3;
    color: #3b3f5c;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    background-color: #f1f2f3
}
.custom-file-container__custom-file__custom-file-control__button {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: block;
    height: auto;
    padding: 10px 16px;
    line-height: 1.25;
    background-color: rgba(27, 85, 226, .23921568627450981);
    color: #4361ee;
    border-left: 1px solid #e0e6ed;
    box-sizing: border-box
}
.custom-file-container__image-preview {
    box-sizing: border-box;
    transition: all .2s ease;
    margin-top: 54px;
    margin-bottom: 40px;
    height: 250px;
    width: 100%;
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    padding: 15px
}
.custom-file-container__image-multi-preview {
    position: relative;
    box-sizing: border-box;
    transition: all .2s ease;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin: 1.858736%;
    width: 29.615861214%;
    height: 90px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25)
}
.custom-file-container__image-multi-preview__single-image-clear {
    left: -6px;
    background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-top: -6px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, .25)
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
    background: #cbcbbd;
    cursor: pointer
}
.custom-file-container__image-multi-preview__single-image-clear__icon {
    color: #4361ee;
    display: block;
    margin-top: -2px
}
.note-editor.card {
    padding: .5rem
}
.note-toolbar.card-header {
    padding: 0;
    padding-bottom: .5rem
}
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child,
.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-single,
.irs--flat .irs-to {
    background-color: #000
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    border-top-color: #000
}
/*-----------------	27. Ribbons-----------------------*/
.ribbon-primary {
    background: #7366ff
}
.ribbon-bookmark.ribbon-primary:before {
    border-color: #7366ff;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
    border-right-color: #7366ff;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
    border-right-color: #7366ff;
    border-bottom-color: transparent
}
.ribbon-primary.ribbon-corner:before {
    border-top-color: #7366ff;
    border-left-color: #7366ff
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
    border-right-color: #7366ff;
    border-left-color: transparent
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #7366ff
}
.ribbon-primary.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #43f;
    border-right-color: #43f
}
.ribbon-primary.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #43f;
    border-left-color: #43f
}
.ribbon-primary.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #43f;
    border-right-color: #43f
}
.ribbon-primary.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #43f;
    border-right-color: transparent;
    border-left-color: #43f
}
.ribbon-secondary {
    background: #f73164
}
.ribbon-secondary {
    background: #f73164
}
.ribbon-bookmark.ribbon-secondary:before {
    border-color: #f73164;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
    border-right-color: #f73164;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
    border-right-color: #f73164;
    border-bottom-color: transparent
}
.ribbon-secondary.ribbon-corner:before {
    border-top-color: #f73164;
    border-left-color: #f73164
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
    border-right-color: #f73164;
    border-left-color: transparent
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #f73164
}
.ribbon-secondary.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #ec0944;
    border-right-color: #ec0944
}
.ribbon-secondary.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #ec0944;
    border-left-color: #ec0944
}
.ribbon-secondary.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #ec0944;
    border-right-color: #ec0944
}
.ribbon-secondary.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #ec0944;
    border-right-color: transparent;
    border-left-color: #ec0944
}
.ribbon-success {
    background: #51bb25
}
.ribbon-success {
    background: #51bb25
}
.ribbon-bookmark.ribbon-success:before {
    border-color: #51bb25;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
    border-right-color: #51bb25;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
    border-right-color: #51bb25;
    border-bottom-color: transparent
}
.ribbon-success.ribbon-corner:before {
    border-top-color: #51bb25;
    border-left-color: #51bb25
}
.ribbon-success.ribbon-corner.ribbon-right:before {
    border-right-color: #51bb25;
    border-left-color: transparent
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #51bb25
}
.ribbon-success.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #3f901d;
    border-right-color: #3f901d
}
.ribbon-success.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #3f901d;
    border-left-color: #3f901d
}
.ribbon-success.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #3f901d;
    border-right-color: #3f901d
}
.ribbon-success.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #3f901d;
    border-right-color: transparent;
    border-left-color: #3f901d
}
.ribbon-danger {
    background: #dc3545
}
.ribbon-danger {
    background: #dc3545
}
.ribbon-bookmark.ribbon-danger:before {
    border-color: #dc3545;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
    border-right-color: #dc3545;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
    border-right-color: #dc3545;
    border-bottom-color: transparent
}
.ribbon-danger.ribbon-corner:before {
    border-top-color: #dc3545;
    border-left-color: #dc3545
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
    border-right-color: #dc3545;
    border-left-color: transparent
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #dc3545
}
.ribbon-danger.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #bd2130;
    border-right-color: #bd2130
}
.ribbon-danger.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #bd2130;
    border-left-color: #bd2130
}
.ribbon-danger.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #bd2130;
    border-right-color: #bd2130
}
.ribbon-danger.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #bd2130;
    border-right-color: transparent;
    border-left-color: #bd2130
}
.ribbon-info {
    background: #a927f9
}
.ribbon-info {
    background: #a927f9
}
.ribbon-bookmark.ribbon-info:before {
    border-color: #a927f9;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
    border-right-color: #a927f9;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
    border-right-color: #a927f9;
    border-bottom-color: transparent
}
.ribbon-info.ribbon-corner:before {
    border-top-color: #a927f9;
    border-left-color: #a927f9
}
.ribbon-info.ribbon-corner.ribbon-right:before {
    border-right-color: #a927f9;
    border-left-color: transparent
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #a927f9
}
.ribbon-info.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #9106e7;
    border-right-color: #9106e7
}
.ribbon-info.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #9106e7;
    border-left-color: #9106e7
}
.ribbon-info.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #9106e7;
    border-right-color: #9106e7
}
.ribbon-info.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #9106e7;
    border-right-color: transparent;
    border-left-color: #9106e7
}
.ribbon-light {
    background: #f4f4f4
}
.ribbon-light {
    background: #f4f4f4
}
.ribbon-bookmark.ribbon-light:before {
    border-color: #f4f4f4;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
    border-right-color: #f4f4f4;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
    border-right-color: #f4f4f4;
    border-bottom-color: transparent
}
.ribbon-light.ribbon-corner:before {
    border-top-color: #f4f4f4;
    border-left-color: #f4f4f4
}
.ribbon-light.ribbon-corner.ribbon-right:before {
    border-right-color: #f4f4f4;
    border-left-color: transparent
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #f4f4f4
}
.ribbon-light.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #dbdbdb;
    border-right-color: #dbdbdb
}
.ribbon-light.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #dbdbdb;
    border-left-color: #dbdbdb
}
.ribbon-light.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #dbdbdb;
    border-right-color: #dbdbdb
}
.ribbon-light.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #dbdbdb;
    border-right-color: transparent;
    border-left-color: #dbdbdb
}
.ribbon-dark {
    background: #2c323f
}
.ribbon-dark {
    background: #2c323f
}
.ribbon-bookmark.ribbon-dark:before {
    border-color: #2c323f;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
    border-right-color: #2c323f;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
    border-right-color: #2c323f;
    border-bottom-color: transparent
}
.ribbon-dark.ribbon-corner:before {
    border-top-color: #2c323f;
    border-left-color: #2c323f
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
    border-right-color: #2c323f;
    border-left-color: transparent
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #2c323f
}
.ribbon-dark.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #171a21;
    border-right-color: #171a21
}
.ribbon-dark.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #171a21;
    border-left-color: #171a21
}
.ribbon-dark.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #171a21;
    border-right-color: #171a21
}
.ribbon-dark.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #171a21;
    border-right-color: transparent;
    border-left-color: #171a21
}
.ribbon-warning {
    background: #f8d62b
}
.ribbon-warning {
    background: #f8d62b
}
.ribbon-bookmark.ribbon-warning:before {
    border-color: #f8d62b;
    border-right-color: transparent
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
    border-right-color: #f8d62b;
    border-left-color: transparent
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
    border-right-color: #f8d62b;
    border-bottom-color: transparent
}
.ribbon-warning.ribbon-corner:before {
    border-top-color: #f8d62b;
    border-left-color: #f8d62b
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
    border-right-color: #f8d62b;
    border-left-color: transparent
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #f8d62b
}
.ribbon-warning.ribbon-clip:before {
    border-color: transparent;
    border-top-color: #e8c308;
    border-right-color: #e8c308
}
.ribbon-warning.ribbon-clip-right:before {
    border-right-color: transparent;
    border-top-color: #e8c308;
    border-left-color: #e8c308
}
.ribbon-warning.ribbon-clip-bottom:before {
    border-top-color: transparent;
    border-bottom-color: #e8c308;
    border-right-color: #e8c308
}
.ribbon-warning.ribbon-clip-bottom-right:before {
    border-top-color: transparent;
    border-bottom-color: #e8c308;
    border-right-color: transparent;
    border-left-color: #e8c308
}
.ribbon-wrapper {
    position: relative;
    padding-top: 40px
}
.ribbon-vertical-left-wrapper .card-body,
.ribbon-vertical-right-wrapper .card-body,
.ribbon-wrapper .card-body {
    position: unset
}
.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: left;
    position: absolute;
    top: 12px;
    left: 0;
    color: #fff;
    z-index: 1
}
.ribbon-right {
    left: auto;
    right: -2px
}
.ribbon-vertical-left-wrapper {
    padding-left: 40px;
    position: relative
}
.ribbon-vertical-left {
    clear: none;
    padding: 0 5px;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    left: 12px;
    top: -2px
}
.ribbon-vertical-right-wrapper {
    padding-right: 40px
}
.ribbon-vertical-right {
    clear: none;
    padding: 0 5px;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    top: -2px;
    left: auto;
    right: 12px
}
/*-----------------	28. Timeline-----------------------*/
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9ecef
}
.timeline>li {
    position: relative;
    margin-bottom: 20px
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li>.timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05)
}
.timeline>li>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid #e9ecef;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e9ecef
}
.timeline>li>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff
}
.timeline>li>.timeline-badge {
    z-index: 1;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    overflow: hidden
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0
}
.timeline-badge.primary {
    background-color: #fb9678
}
.timeline-badge.success {
    background-color: #00c292
}
.timeline-badge.warning {
    background-color: #fec107
}
.timeline-badge.danger {
    background-color: #e46a76
}
.timeline-badge.info {
    background-color: #03a9f3
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400
}
.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}
.timeline-body>p+p {
    margin-top: 5px
}
.cd-horizontal-timeline .events a {
    padding-bottom: 6px;
    color: #621aff
}
.cd-horizontal-timeline .events a.selected::after,
.cd-horizontal-timeline .filling-line {
    background: #621aff
}
.cd-horizontal-timeline .events a.selected::after {
    border-color: #621aff
}
.cd-horizontal-timeline .m-t-40 {
    margin-top: 25px !important
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none
}
.cd-timeline-navigation a:focus,
.cd-timeline-navigation a:hover {
    border-color: #621aff
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:focus,
.cd-horizontal-timeline a:hover {
    color: #621aff
}
.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
    quotes: none
}
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline q:after,
.cd-horizontal-timeline q:before {
    content: '';
    content: none
}
.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}
.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none
}
.cd-horizontal-timeline.loaded {
    opacity: 1
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px;
    height: 2px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s
}
.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #621aff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color .3s, border-color .3s;
    -moz-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #621aff;
    border-color: #621aff
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #621aff;
    border-color: #621aff
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #621aff
}
.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/arrow.svg) no-repeat 0 0
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}
.cd-timeline-navigation a.next {
    right: 0
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left
}
.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse
}
.cd-horizontal-timeline .events-content li>* {
    max-width: 800px;
    margin: 0 auto
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: 600;
    margin-bottom: 0
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto
}
.cd-horizontal-timeline .events-content em::before {
    content: '- '
}
.cd-horizontal-timeline .events-content p {
    font-size: 16px
}
.cd-horizontal-timeline .timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: -1.5px;
    background-color: #eee
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 30px
}
.h-250 {
    height: 250px
}
.icons-list {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.icons-list li {
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgb(215 197 255);
    border: 1px solid #e6ebf1;
    color: #000;
    margin: 5px
}
/*-----------------	29. Alert-----------------------*/
.alertify .ajs-footer .ajs-buttons .ajs-button {
    font-weight: 500
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #5156be
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: right
}
.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
    outline: 0
}
.alertify .ajs-commands {
    right: 4px;
    left: auto;
    margin: -14px 0 0 24px
}
.alertify-notifier .ajs-message {
    background-color: #5156be;
    border-color: #5156be;
    color: #fff;
    text-shadow: none !important
}
.alertify-notifier .ajs-message.ajs-success {
    background-color: #2ab57d;
    border-color: #2ab57d
}
.alertify-notifier .ajs-message.ajs-error {
    background-color: #fd625e;
    border-color: #fd625e
}
.alertify-notifier .ajs-message.ajs-warning {
    background-color: #ffbf53;
    border-color: #ffbf53
}
.alertify-notifier.ajs-right {
    right: 10px;
    left: auto
}
.alertify-notifier.ajs-right .ajs-message {
    right: -320px;
    left: auto
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px;
    left: auto
}
.alertify-notifier.ajs-left {
    left: 10px;
    right: auto
}
.alertify-notifier.ajs-left .ajs-message {
    left: -300px;
    right: auto
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
    right: auto
}
body[data-layout-mode=dark] .alertify .ajs-dialog {
    background-color: #313533
}
body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
    color: #ced4da;
    background-color: #313533;
    border-color: #3b403d
}
body[data-layout-mode=dark] .alertify .ajs-body {
    color: #adb5bd
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
    color: #adb5bd;
    background-color: #363a38;
    border: 1px solid #3b403d
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #adb5bd
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #5156be
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}
.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 2px;
    border: 1px solid #ccc
}
.alertify .ajs-header {
    border-bottom: 1px solid #eee
}
.alertify .ajs-footer {
    border-top: 1px solid #eee
}
.swal2-actions button {
    margin-right: 10px
}
.swal2-title {
    font-size: 22px !important
}
.table a {
    color: inherit;
}
.dashboard-card {
    min-height: 300px;
}
.card.info-box .table>tbody>tr>td {
    white-space: normal !important;
}
.info-box {}
.info-box-details {}
.info-box-form {
    display: none;
}
.info-box .card-title span {
    display: inline-block;
    padding-bottom: 10px;
}
.info-box .card-title .btn {
    float: right;
    margin-left: 10px;
}
.h-card-edit {}
.btn-frm {
    display: none;
}
.info-box.active {}
.info-box.active .info-box-details {
    display: none;
}
.info-box.active .info-box-form {
    display: block;
}
.info-box.active .h-card-edit {
    display: none;
}
.info-box.active .btn-frm {
    display: inline-block;
}
.form-repeat {
    padding-top: 10px;
}
.top-st-box-main {}
.top-st-box-outer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.top-st-box {
    width: 20%;
    padding: 0px 15px;
}
.db-card {
    border-bottom: 4px solid #000;
}
.db-card-img {}
.db-card a {
    color: initial;
    display: block;
    padding: 25px 0px;
}
.db-card .feather {
    width: 50px;
    height: 50px;
    color: #b3bcc6;
}
.db-card h3 {
    margin-top: 15px;
}
.db-card p {
    color: #c9d3dd;
}
.page-title .avatar-img {
    width: 40px;
    height: 40px;
    transform: translateY(-2px);
}
.tg-outer {}
.tg-outer .card {
    margin-bottom: 1px;
    border-radius: 0px;
    box-shadow: unset;
}
.tg-outer .card .feather {
    width: 24px;
    height: 24px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 31px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline>li {
    margin: 20px 0;
    padding-left: 52px;
    font-size: 14px;
}
ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ff795c;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline>li a {
    color: inherit;
}
.ckeditor {}
.ck.ck-editor__main>.ck-editor__editable {
    height: 500px;
}
.select2-container {
    z-index: 999;
}
/*Toggle Switch CSS Starts*/
.toggle-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0px;
}
.toggle-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e7e7e7;
    /* border: 1px solid #662527; */
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-switch input:checked+.slider {
    background-color: #b55c37;
    border: 1px solid #b55c37;
}
.toggle-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
.toggle-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.toggle-switch span.toggle-text {
    margin-left: 10px;
}
/* Rounded sliders */
.toggle-switch .slider.round {
    border-radius: 50px;
}
.toggle-switch .slider.round:before {
    border-radius: 50%;
}
/*Toggle Switch CSS Ends*/
/*Toggle Switch On Off CSS Starts*/
.toggle-switch-on-off {}
.toggle-switch-on-off .switch .btn-toggle {
    top: 50%;
    transform: translateY(-50%)
}
.toggle-switch-on-off .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #fff
}
.toggle-switch-on-off .btn-toggle.focus,
.toggle-switch-on-off .btn-toggle.focus.active,
.toggle-switch-on-off .btn-toggle:focus,
.toggle-switch-on-off .btn-toggle:focus.active {
    outline: 0
}
.toggle-switch-on-off .btn-toggle:after,
.toggle-switch-on-off .btn-toggle:before {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
    color: #6b7381
}
.toggle-switch-on-off .btn-toggle:before {
    content: 'Off';
    left: -4rem
}
.toggle-switch-on-off .btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5
}
.toggle-switch-on-off .btn-toggle.btn-sm>.handle,
.toggle-switch-on-off .btn-toggle>.handle {
    position: absolute;
    top: .1875rem;
    left: .1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #7bad5c;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.active {
    transition: background-color .25s;
    background-color: #FFFFFF;
}
.toggle-switch-on-off .btn-toggle.active>.handle,
.toggle-switch-on-off .btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.active:before,
.toggle-switch-on-off .btn-toggle.btn-lg.active:before,
.toggle-switch-on-off .btn-toggle.btn-sm.active:before,
.toggle-switch-on-off .btn-toggle.btn-xs.active:before {
    opacity: .5
}
.toggle-switch-on-off .btn-toggle.active:after,
.toggle-switch-on-off .btn-toggle.btn-lg.active:after,
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm.active:after,
.toggle-switch-on-off .btn-toggle.btn-sm.active:after,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm.active:after,
.toggle-switch-on-off .btn-toggle.btn-xs.active:after,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1
}
.toggle-switch-on-off .btn-toggle.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-sm:before {
    color: #7bad5c !important;
    letter-spacing: .75px;
    left: .4125rem
}
.toggle-switch-on-off .btn-toggle.btn-sm:before {
    color: #7bad5c !important;
}
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm.active:before,
.toggle-switch-on-off .btn-toggle.btn-sm.active:before,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm.active:before,
.toggle-switch-on-off .btn-toggle.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0
}
.toggle-switch-on-off .btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem
}
.toggle-switch-on-off .btn-toggle.btn-lg.focus,
.toggle-switch-on-off .btn-toggle.btn-lg.focus.active,
.toggle-switch-on-off .btn-toggle.btn-lg:focus,
.toggle-switch-on-off .btn-toggle.btn-lg:focus.active {
    outline: 0
}
.toggle-switch-on-off .btn-toggle.btn-lg:after,
.toggle-switch-on-off .btn-toggle.btn-lg:before {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s
}
.toggle-switch-on-off .btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem
}
.toggle-switch-on-off .btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: .5
}
.toggle-switch-on-off .btn-toggle.btn-lg>.handle {
    position: absolute;
    top: .3125rem;
    left: .3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.btn-lg.active,
.toggle-switch-on-off .btn-toggle.btn-sm.active,
.toggle-switch-on-off .btn-toggle.btn-xs.active {
    transition: background-color .25s
}
.toggle-switch-on-off .btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm:before {
    line-height: .5rem;
    color: #fff;
    letter-spacing: .75px;
    left: .6875rem;
    width: 3.875rem
}
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm:before,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm:before,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm:before {
    text-align: right
}
.toggle-switch-on-off .btn-toggle.btn-lg.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0
}
.toggle-switch-on-off .btn-toggle.btn-lg.btn-xs:after,
.toggle-switch-on-off .btn-toggle.btn-lg.btn-xs:before,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-xs:after,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-xs:before,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-xs:after,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-xs:before {
    display: none
}
.toggle-switch-on-off .btn-toggle.btn-sm {
    margin: 0 .5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem
}
.toggle-switch-on-off .btn-toggle.btn-sm.focus,
.toggle-switch-on-off .btn-toggle.btn-sm.focus.active,
.toggle-switch-on-off .btn-toggle.btn-sm:focus,
.toggle-switch-on-off .btn-toggle.btn-sm:focus.active {
    outline: 0
}
.toggle-switch-on-off .btn-toggle.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-sm:before {
    line-height: 1.5rem;
    width: .5rem;
    text-align: center;
    font-weight: 600;
    font-size: .55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s
}
.toggle-switch-on-off .btn-toggle.btn-sm:before {
    content: 'Off';
    left: -.5rem
}
.toggle-switch-on-off .btn-toggle.btn-sm:after {
    content: 'On';
    right: -.5rem;
    opacity: .5
}
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-sm.btn-sm:before {
    line-height: -.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: .4125rem;
    width: 2.325rem
}
.toggle-switch-on-off .btn-toggle.btn-xs {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem
}
.toggle-switch-on-off .btn-toggle.btn-xs.focus,
.toggle-switch-on-off .btn-toggle.btn-xs.focus.active,
.toggle-switch-on-off .btn-toggle.btn-xs:focus,
.toggle-switch-on-off .btn-toggle.btn-xs:focus.active {
    outline: 0
}
.toggle-switch-on-off .btn-toggle.btn-xs:after,
.toggle-switch-on-off .btn-toggle.btn-xs:before {
    display: none;
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s
}
.toggle-switch-on-off .btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0
}
.toggle-switch-on-off .btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: .5
}
.toggle-switch-on-off .btn-toggle.btn-xs>.handle {
    position: absolute;
    top: .125rem;
    left: .125rem;
    width: .75rem;
    height: .75rem;
    border-radius: .75rem;
    background: #fff;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left .25s
}
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm:after,
.toggle-switch-on-off .btn-toggle.btn-xs.btn-sm:before {
    line-height: -1rem;
    color: #fff;
    letter-spacing: .75px;
    left: .275rem;
    width: 1.55rem
}
.toggle-switch-on-off .btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8
}
.toggle-switch-on-off .btn-toggle.btn-secondary:after,
.toggle-switch-on-off .btn-toggle.btn-secondary:before {
    color: #6b7381
}
.toggle-switch-on-off .btn-toggle.btn-secondary.active {
    background-color: #ff8300
}
/*Toggle Switch On Off CSS Ends*/
/*Buttons CSS Starts*/
.btn {
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 5px;
}
.btn-default {
    background-color: #E9E9E9;
}
.btn-warning {
    color: #fff;
    background-color: #51ce97;
    border-color: #51ce97;
}
.btn-success-dark {
    color: #fff;
    background-color: #7bad5c;
}
.btn-danger-light {
    color: #ff494e;
    background-color: #FFDCDD;
}
.btn img {
    transform: translateY(-2px);
    margin-right: 5px;
}
.btn-lg {
    font-size: 16px;
    padding: 7px 20px;
}
.btn-lg img {
    /*width: 32px;*/
}
.btn-danger-blank {
    color: #ff494e;
    padding: 10px 30px;
    border: 1px solid #ff494e;
}
/*Buttons CSS Ends*/
.form-group {
    margin-bottom: 25px;
}
label {
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 10px;
}
/*Table CSS Starts*/
table {}
table thead {}
table thead tr {}
table thead tr th {
    color: #2F2F2F;
}
table tbody {}
table tbody tr {}
table tbody tr.status-active {}
table tbody tr.status-active td {}
table tbody tr.status-active td .toggle-switch span.toggle-text {
    color: #7bad5c;
}
table tbody tr.status-inactive {}
table tbody tr.status-inactive td {
    color: #B6B6B6;
}
table tbody tr.status-inactive td .toggle-switch span.toggle-text {
    color: #7bad5c;
}
.table-edit {}
.table-edit ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.table-edit ul li {
    list-style: none;
    padding: 0px 6px;
}
.table-edit ul li a {}
.table-edit ul li a img {}
/*Table CSS Ends*/
.new-title {
    margin-bottom: 30px;
}
.new-title-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-title h2 {}
.new-title h2 span {
    color: #6D6D6D;
}
.new-title h2 img {
    transform: translateY(-2px);
    margin-right: 5px;
}
.new-title h2 img.breadcrumb-arrow {
    margin: 0px 10px;
}
.new-title-toggle {
    display: inline-block;
    transform: translateY(-3px);
}
.new-title .form-select {
    display: inline-block;
    max-width: 200px;
    height: 44px;
}
.top-tabs-section {
    margin-top: 30px;
}
.top-tabs-inner {}
.top-tabs-inner ul.nav-tabs {
    border: 0px !important;
}
.top-tabs-inner ul.nav-tabs li {}
.top-tabs-inner ul.nav-tabs li a {
    border: 1px solid #7bad5c !important;
    border-radius: 8px !important;
    margin-right: 15px;
}
.top-tabs-inner ul.nav-tabs li a img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    object-fit: cover;
}
.top-tabs-inner ul.nav-tabs li a.active{background-color: #ddd !important;border-color: #ddd !important;}
.form-section {}
.form-inner {}
.form-field-title {
    margin: 20px 0px;
}
.form-field-title p {
    font-weight: 600;
}
.image-preview{}
.image-preview img{width: 120px;height: 120px;object-fit: cover;background-color: rgba(0,0,0,0.1);border: 1px solid #ddd;border-radius: 5px;}
.form-field-title hr {}
.upload-image {}
.up-img-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.up-img-prev {
    width: 200px;
}
.up-img-br {
    width: 50%;
    padding-left: 30px;
}
.up-img-prev img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.add-new-item-div {}
.add-field-outer {
    padding: 8px;
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    border-radius: 7px;
    margin-bottom: 8px;
    position: relative;
}
.add-field-outer .form-control {
    height: 44px;
}
.add-field-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.add-field-left {
    width: 50%;
}
.add-field-right {}
.add-field-close {
    position: absolute;
    top: 15px;
    right: 25px;
}
.add-field-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
}
.add-field-price .form-control {
    max-width: 150px;
    padding-left: 55px;
}
.add-field-dollar {
    position: absolute;
    top: 10px;
    left: 28px;
}
.add-field-dollar p {}
.lang-list {
    margin-bottom: 25px;
}
.lang-list ul {
    margin: 0px;
    padding: 0px;
}
.lang-list ul li {
    list-style: none;
    color: #6D6D6D;
    padding: 15px 0px;
    padding-right: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.lang-list ul li span {}
.lang-list ul li img {
    object-fit: cover;
}
.lang-list ul li img.flg {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin-right: 5px;
}
.lang-list ul li img.cls {
    position: absolute;
    right: 0;
    cursor: pointer;
}
.add-lang {
    padding-bottom: 30px;
}
.add-lang-inner {
    text-align: center;
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    padding: 13px;
    cursor: pointer;
    border-radius: 6.46438px;
}
.add-lang-inner img {
    margin-bottom: 10px;
}
.add-lang-inner p {}
.custom-file-upload-new {}
.cfun-inner {
    background: #FFFFFF;
    border: 1px dashed #E9E9E9;
    padding: 27px 16px;
    border-radius: 6.46438px;
    position: relative;
}
.cfun-inner .cfun-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.cfun-inner p {
    margin: 0px;
    color: #6D6D6D;
}
.cfun-inner img.up {
    position: absolute;
    top: 18px;
    right: 16px;
}
.custom-file-upload-new-v2 .cfun-inner {
    padding-right: 94px;
}
.custom-file-upload-new-v2 .cfun-inner img.up {
    top: 25px;
    width: 50px;
}
.cat-box-outer {
    margin-left: -25px;
    margin-right: -25px;
}
.cat-box {
    padding: 25px;
    padding-bottom: 36px;
}
.cat-box-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cat-box-left {
    width: 80%;
}
.cat-box-right {
    width: 20%;
    padding-left: 20px;
}
.cat-box-img {}
.cat-box-img img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    border-radius: 10px;
}
.cat-box-title {
    margin-top: 10px;
}
.cat-box-title h3 {
    color: #2F2F2F;
}
.cat-box-menus {}
.cat-box-menus ul {
    margin: 0px;
    padding: 0px;
}
.cat-box-menus ul li {
    margin-bottom: 6px;
}
.cat-box-menus ul li a {}
.cat-box-menus ul li a img {
    width: 30px;
}
.cat-box-menus ul li.ic-view {}
.cat-box-menus ul li.ic-viewed {
    display: none;
}
.cat-box.active .cat-box-menus ul li.ic-view {
    display: none;
}
.cat-box.active .cat-box-menus ul li.ic-viewed {
    display: block;
}
.cat-box.active .cat-box-left {
    opacity: 0.5;
}
.zone-box-outer,
.add-btn-zone-outer,
.tz-table-box-outer {
    margin-left: -30px;
    margin-right: -30px;
}
.zone-box,
.add-btn-zone-box,
.tz-tbl-box {
    padding: 30px !important;
}
.zone-box-outer {}
.zone-box {}
.zone-box-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.zone-box-left {
    width: 80%;
}
.zone-box-right {
    width: 20%;
    padding-left: 20px;
}
.zbl-inner {
    padding: 15px 20px;
    border: 1px dashed #B3B3B3;
    border-radius: 8px;
}
.zone-box h3 {
    font-size: 24px;
}
.zone-box p {
    font-size: 14px;
}
.zbr-inner {}
.zb-list {}
.zb-list ul {
    margin: 0px;
    padding: 0px;
}
.zb-list ul li {
    margin-bottom: 6px;
}
.zb-list ul li a {}
.zb-list ul li a img {
    width: 30px;
}
.add-btn-zone-outer {}
.add-btn-zone-box {}
.add-btn-zone-outer .btn {}
.tz-bottom {}
.tz-bottom-inner {}
.tz-status-top {}
.tz-order-status {
    position: relative;
}
.tz-order-status p {
    margin: 0px;
    position: relative;
}
.tz-order-status.active {}
.tz-order-status.active p {}
.tz-order-status.active p:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #51ce97;
    margin-right: 8px;
    display: inline-block;
}
.tz-table-box-outer {
    margin-top: 36px;
}
.tz-tbl-box {}
.tz-tbl-box-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.tz-tbl-box-left {
    width: 80%;
}
.tz-tbl-box-right {
    width: 20%;
    padding-left: 10px;
}
.tz-tbl-left-inner {
    text-align: center;
    border-radius: 10px;
    background-color: #51ce97;
    overflow: hidden;
}
.tz-tbl-box-top {
    padding: 30px 10px;
}
.tz-tbl-box-top p,
.tz-tbl-box-top h3 {
    color: #fff;
}
.tz-tbl-box-top p {
    font-size: 18px;
    margin: 0px;
}
.tz-tbl-box-top h3 {
    font-size: 50px;
    margin: 0px;
}
.tz-tbl-box-bottom {
    padding: 6px 10px;
    background-color: #7bad5c;
    border-radius: 10px;
}
.toggle-switch-on-off {}
.tz-tbl-list {}
.tz-tbl-list ul {
    margin: 0px;
    padding: 0px;
}
.tz-tbl-list ul li {
    margin-bottom: 6px;
}
.tz-tbl-list ul li a {}
.tz-tbl-list ul li a img {
    width: 30px;
}
.ad-zt-section {}
.atzt-lbl {}
.atzt-lbl label {}
.atzt-box-outer {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
}
.atzt-box {
    padding: 8px;
}
.atzt-box-inner {
    padding: 26px 16px;
    background-color: #E6E6E6;
    border-radius: 8px;
    position: relative;
}
.atzt-box p {
    margin: 0px;
}
.atzt-box p strong {}
.atzt-close {
    position: absolute;
    top: 33px;
    right: 20px;
}
.current-order-section {}
.corder-main {margin-top: 36px;margin-bottom: 36px;}
.corder-inner {padding: 24px;margin-bottom: 15px;border: 1px solid #2F2F2F;border-radius: 10px;}
.corder-top {padding-bottom: 25px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.cot-box {}
.cot-box-inner {}
.cot-box p, .prev-order-box p {color: #2F2F2F;margin: 0px;margin-bottom: 5px;}
.cot-box p {}
.cot-box p strong {}
.cot-box p span {opacity: 0.5;}
p.order-confirmed, p.order-completed {color: #7bad5c;}
p.order-declined {color: #7bad5c;}
.corder-middle {margin-top: 30px;}
.corder-items-outer {}
.corder-item-box {padding: 5px 0px;}
.corder-item-box-inner {padding: 12px 24px;background: #EBEBEB;border: 1px solid #E0E0E0;border-radius: 4px;}
.corder-item-box-left {position: relative;}
.corder-item-box-right {padding-left: 32px;position: relative;}
.corder-item-box p {}
.corder-item-box-title {}
.corder-item-box-title p {}
.corder-item-box-title p strong {}
.corder-item-box-right img {position: absolute;top: 0px;left: 0;}
.corder-bottom {margin-top: 25px;}
.corder-bottom p {margin-bottom: 2px;}
.corder-items-outer.item_paid {opacity: 0.5;}
.corder-items-outer.item_paid * {pointer-events: none !important;}
.prev-orders-section {}
.prev-order-box-outer {}
.prev-order-box {padding: 5px 0px;position: relative;}
.prev-order-box:before {content: '';width: 16px;height: 24px;background-image: url(../img/icon-arrow-down-grey.svg);background-repeat: no-repeat;background-size: contain;background-position: 0px 10px;position: absolute;top: 50px;left: 96%;}
.prev-order-box-inner {padding: 20px 24px;padding-right: 36px;background: #FFFFFF;border: 1px solid #E6E6E6;border-radius: 10px;}
.prev-order-box p {}
.prev-order-box p strong {}
.prev-order-box p span {opacity: 0.5;}
.tabs-content {display: none;}
.prev-order-box {cursor: pointer;}
.prev-order-box .pv-content {display: none;border-top: 1px solid rgba(0, 0, 0, 0.1);margin-top: 20px;}
.prev-order-box.active {}
.prev-order-box.active .pv-content {display: block;}
.table-checkbox-section {}
.tb-cbox {}
.tb-cbox label {font-weight: normal;padding: 20px;display: block;width: 100%;background-color: #E6E6E6;border-radius: 8px;position: relative;}
.tb-cbox-inner {text-align: center;}
.tb-cbox-inner .form-check-input {position: absolute;top: 6px;left: 8px;width: 14px;height: 14px;}
.tb-cbox-content {}
.tb-cbox-content p,
.tb-cbox-content h2 {margin: 0px;}
.tb-cbox-content p {color: #6D6D6D;}
.tb-cbox-content h2 {font-size: 36px;color: #2F2F2F;}
.tb-cbox .f-border {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 1px solid #51ce97;border-radius: 8px;transition: all 0.3s ease-in;}
.tb-cbox input[type=checkbox]:not(:checked)~.f-border {opacity: 0;}
.tb-cbox input[type=checkbox]:checked~.f-border {opacity: 1;}
.statics-section {}
.statics-left {}
.statics-right {padding-top: 20px;padding-left: 150px;}
.statics-left-inner {padding: 30px;background: #51ce97;border: 1px solid #E6E6E6;border-radius: 10px;}
.statics-left * {color: #fff;}
.st-left {border-right: 1px solid #7bad5c;}
.st-right {padding-left: 80px;}
.statics-left p {margin: 0px;}
.statics-left p span {opacity: 0.5;}
.statics-left h2 {font-size: 50px;}
.statics-right-inner {}
.statics-list {}
.statics-list ul {margin: 0px;padding: 0px;display: flex;flex-wrap: wrap;flex-direction: row;}
.statics-list ul li {width: 50%;list-style: none;position: relative;background-image: url("../img/icon-arrow-left-orange.svg");background-repeat: no-repeat;background-position: 0px 7px;padding-left: 15px;margin-bottom: 15px;}
.stats-graph-section {padding-top: 5px;}
.stats-graph-box {min-height: 400px;padding: 24px 36px;margin: 32px 0px;background: #FFFFFF;border: 1px solid #E6E6E6;border-radius: 10px;}
.pagination {margin-top: 50px;justify-content: center;lign-items: center;}
.pagination li:first-child a,
.pagination li:last-child a {padding: 0px !important;margin-top: -2px !important;}
.pagination li {}
.pagination li a {}
.page-item .page-link {font-size: 17px;border: 0px !important;padding: 0px 15px !important;margin: 0px !important;}
.pagination li.active {}
.page-item.active .page-link {color: #51ce97 !important;background-color: transparent !important;border-color: transparent !important;}

/*Custom Checkbox CSS Starts*/
/* The cbox-label */
.cbox-label {display: block;position: relative;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
/* Hide the browser's default checkbox */
.cbox-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
/* Create a custom checkbox */
.checkmark {position: absolute;top: 10px;left: 10px;height: 15px;width: 15px;background-color: #eee;border-radius: 5px;}
/* On mouse-over, add a grey background color */
.cbox-label:hover input~.checkmark{background-color: #ccc;}
/* When the checkbox is checked, add a blue background */
.cbox-label input:checked~.checkmark{background-color: #51ce97;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}
/* Show the checkmark when checked */
.cbox-label input:checked~.checkmark:after{display: block;}
/* Style the checkmark/indicator */
.cbox-label .checkmark:after {left: 5px;top: 0px;width: 6px;height: 12px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
/*Custom Checkbox CSS Ends*/

/*Modal Custom CSS Starts*/
.modal.modal-custom {}
.modal.modal-custom .modal-dialog {}
.modal.modal-custom .modal-content {}
.modal.modal-custom .modal-header {padding: 8px 18px;margin: 0px;border: 0px;justify-content: flex-end;}
.modal.modal-custom .modal-header button {border: 0px;padding: 0px;background-color: transparent;}
.modal.modal-custom .modal-body {padding: 0px 130px;padding-bottom: 30px;}
.modal.modal-custom .add-field-inner {justify-content: space-between;align-items: center;}
.modal.modal-custom .modal-bottom-btn-outer {margin-top: 40px;}
.modal.modal-custom .modal-toggle-switch {padding-right: 50px;}
.modal.modal-custom .modal .toggle-switch .switch {width: 36px;height: 22px;}
.modal.modal-custom .modal .toggle-switch .slider:before {height: 16px;width: 16px;left: 3px;bottom: 2px;}
.modal.modal-custom .modal .toggle-switch input:checked+.slider:before {-webkit-transform: translateX(14px);-ms-transform: translateX(14px);transform: translateX(14px);}
/*Modal Custom CSS Starts*/

/*-----------------	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;font-size: 30px;height: 60px;justify-content: center;margin-left: 15px;padding: 0 15px }
    .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 .2s ease-in-out;opacity: 0 }
    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {display: inline;opacity: 1 }.mini-sidebar .page-wrapper {margin-left: 78px }
}

@media (max-width: 1600px)
{
    .page-wrapper>.content {padding: 80px 70px;}
    .cat-box-outer {margin-left: -10px;margin-right: -10px;}
    .cat-box {padding: 15px;padding-bottom: 30px;}
    .cat-box-img img {height: 150px;}
    .cat-box-title h3 {font-size: 21px;}
    .cat-box-right {padding-left: 10px;}
    .zone-box-outer, .add-btn-zone-outer, .tz-table-box-outer {margin-left: -10px;margin-right: -10px;}
    .zone-box, .add-btn-zone-box, .tz-tbl-box {padding: 10px !important;}
    .zone-box-right {padding-left: 14px;}
    .tz-tbl-box-top {padding: 20px 10px;}
    .st-right {padding-left: 40px;}
    .statics-right {padding-left: 30px;}
}

@media (max-width: 991.98px)
{
    .header .header-left {position: absolute;width: 100% }
    .add-item {margin-top: 10px }
    .flag-nav {display: none }
    .mobile_btn {color: #333;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 .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;z-index: 1041 }
    .page-wrapper {margin-left: 0;padding-left: 0;padding-right: 0;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .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 .3s ease-in-out 0s, right .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 }
}

@media (max-width: 767.98px)
{
    body {font-size: .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: .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% }
    .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% }
    .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;display: inline-block }
    .dash-widget-header {display: block }
    .nav {display: block }
    .timeline>li>.timeline-badge {top: 16px;left: 15px;margin-left: 0 }
    ul.timeline>li>.timeline-panel {float: right;width: calc(100% - 90px) }
    .timeline>li>.timeline-panel:before {right: auto;left: -15px;border-right-width: 15px;border-left-width: 0 }
    ul.timeline>li>.timeline-panel:after {right: auto;left: -14px;border-right-width: 14px;border-left-width: 0 }
    ul.timeline:before {left: 40px }
}

@media (max-width: 575.98px)
{
    .card{margin-bottom:.9375rem}
    .page-wrapper>.content{padding:.9375rem .9375rem 0}
    .chat-window{margin-bottom:.9375rem}
    .card-body{padding:1.25rem}
    .card-header{padding:.75rem 1.25rem}
    .card-footer{padding:.75rem 1.25rem}
    .page-header{margin-bottom:.9375rem}
    .pagination-lg .page-link{font-size:1.2rem;padding:.5rem .625rem}
    .invoice-details{float: left;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% }
    .chat-window .chat-cont-right .chat-header .media .media-body {display: none }
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name{max-width: 160px}
    .page-header .breadcrumb{display: none}
}
