@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);
:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;box-sizing:border-box;transform-origin:center;transform:rotate(-45deg) scale(0.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{transform:rotate(135deg) scale(0.7)}.mx-btn{box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{display:inline-block;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar-range,.mx-time-range{display:flex}@media(max-width: 750px){.mx-calendar-range,.mx-time-range{flex-direction:column}}.mx-calendar{box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-date-time{position:relative;width:248px;height:270px}.mx-date-time .mx-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-date-time-range{position:relative;width:496px;height:270px}.mx-date-time-range .mx-time-range{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}

/*
Template Name: Skote - Admin & Dashboard Template
Author: Themesbrand
Version: 4.0.0.
Website: https://themesbrand.com/
Contact: themesbrand@gmail.com
File: Main Css File
*/
:root {
  --bs-heading-bg: #fff;
  --bs-topbar-search-bg: #f3f3f9;
  --bs-header-item-color: #555b6d;
  --bs-boxed-body-bg: #ebebf4;
  --bs-topnav-bg: #fff;
  --bs-menu-item-color: #545a6d;
  --bs-heading-dark-bg: #2a3042;
  --bs-input-border-color: #ced4da;
  --bs-input-focus-border-color: #b1bbc4;
  --bs-form-check-input-border: rgba(0, 0, 0, 0.1);
  --bs-footer-bg: #f2f2f5;
  --bs-footer-color: #74788d;
  --bs-custom-white: #fff;
  --bs-hr-border-color: gray-400;
}

[data-layout-mode=dark] {
  --bs-gray-100: #212529;
  --bs-gray-200: #2a3030;
  --bs-gray-300: #323939;
  --bs-gray-400: #a6b0cf;
  --bs-gray-500: #bfc8e2;
  --bs-gray-600: #c3cbe4;
  --bs-gray-700: #f6f6f6;
  --bs-gray-800: #eff2f7;
  --bs-gray-900: #f8f9fa;
  --bs-body-bg: #222727;
  --bs-body-bg-rgb: rgb(34, 39, 39);
  --bs-body-color-rgb: 166, 176, 207;
  --bs-body-color: #a6b0cf;
  --bs-heading-color: #f6f6f6;
  --bs-border-color: #323939;
  --bs-custom-white: #2a3030;
  --bs-input-border-color: #323939;
  --bs-input-focus-border-color: #3c4444;
  --bs-hr-border-color: #323939;
  --bs-form-check-input-border: #3c4444;
  --bs-light: #323939;
  --bs-light-rgb: 50, 57, 57;
  --bs-dark: #f6f6f6;
  --bs-dark-rgb: 246, 246, 246;
  --bs-heading-bg: #262b2b;
  --bs-header-item-color: #a6b0cf;
  --bs-topbar-search-bg: #2a3030;
  --bs-heading-dark-bg: rgb(0, 206, 238);
  --bs-boxed-body-bg: #323939;
  --bs-topnav-bg: #282e3f;
  --bs-menu-item-color: #a6b0cf;
  --bs-footer-bg: #262b2b;
  --bs-footer-color: #a6b0cf;
  --vs-controls-color: #ffffff;
  --vs-border-color: #323939;
  --vs-dropdown-bg: #292F2F;
  --vs-dropdown-color: #fff;
  --vs-dropdown-option-color: #fff;
  --vs-dropdown-option-bg: #292F2F;
  --vs-selected-bg: var(--bs-primary);
  --vs-selected-color: #fff;
  --vs-search-input-color: #fff;
  --vs-search-input-bg: #292F2F;
  --vs-dropdown-option--active-bg: var(--bs-primary);
  --vs-dropdown-option--active-color: #ffffff;
  --vs-font-size: 14px;
}
[data-layout-mode=dark] .card {
  --bs-card-bg: #2a3030;
}
[data-layout-mode=dark] .list-group {
  --bs-list-group-bg: #2a3030;
  --bs-list-group-color: #f8f9fa;
  --bs-list-group-border-color: #323939;
}
[data-layout-mode=dark] .btn-light {
  --bs-btn-color: #c3cbe4;
  --bs-btn-bg: #323939;
  --bs-btn-border-color: #323939;
}
[data-layout-mode=dark] .btn-outline-light {
  --bs-btn-color: #c3cbe4;
  --bs-btn-border-color: #323939;
}
[data-layout-mode=dark] .btn-light,
[data-layout-mode=dark] .btn-outline-light {
  --bs-btn-hover-color: #c3cbe4;
  --bs-btn-hover-bg: #323939;
  --bs-btn-hover-border-color: #323939;
  --bs-btn-active-color: #c3cbe4;
  --bs-btn-active-bg: #323939;
  --bs-btn-active-border-color: #323939;
  --bs-btn-focus-shadow-rgb: 50, 57, 57;
}
[data-layout-mode=dark] .btn-dark {
  --bs-btn-bg: #a6b0cf;
  --bs-btn-border-color: #a6b0cf;
  --bs-btn-hover-bg: #a6b0cf;
}
[data-layout-mode=dark] .btn-outline-dark {
  --bs-btn-color: #a6b0cf;
  --bs-btn-border-color: #a6b0cf;
}
[data-layout-mode=dark] .btn-dark,
[data-layout-mode=dark] .btn-outline-dark {
  --bs-btn-hover-bg: #a6b0cf;
  --bs-btn-hover-border-color: #a6b0cf;
  --bs-btn-active-bg: #a6b0cf;
  --bs-btn-active-border-color: #a6b0cf;
  --bs-btn-focus-shadow-rgb: 195, 203, 228;
}
[data-layout-mode=dark] .dropdown-menu {
  --bs-dropdown-bg: #2a3030;
  --bs-dropdown-link-color: #a6b0cf;
  --bs-dropdown-border-color: #323939;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-divider-bg: #323939;
  --bs-dropdown-link-hover-bg: #323939;
  --bs-dropdown-link-hover-color: #e9ecef;
  --bs-dropdown-link-active-bg: #323939;
  --bs-dropdown-link-active-color: #e9ecef;
}
[data-layout-mode=dark] .modal {
  --bs-modal-bg: #2a3030;
}
[data-layout-mode=dark] .offcanvas,
[data-layout-mode=dark] .offcanvas-lg,
[data-layout-mode=dark] .offcanvas-md,
[data-layout-mode=dark] .offcanvas-sm,
[data-layout-mode=dark] .offcanvas-xl,
[data-layout-mode=dark] .offcanvas-xxl {
  --bs-offcanvas-bg: #2a3030;
}
[data-layout-mode=dark] .nav-tabs {
  --bs-nav-tabs-link-active-bg: #2a3030;
  --bs-nav-tabs-link-active-border-color: #3c4444;
  --bs-nav-tabs-border-color: #3c4444;
  --bs-nav-tabs-link-hover-border-color: #3c4444;
  --bs-nav-tabs-link-active-color: rgb(0, 206, 238);
}
[data-layout-mode=dark] .accordion {
  --bs-accordion-active-bg: rgba(0, 206, 238, 0.1);
}
[data-layout-mode=dark] .toast {
  --bs-toast-header-bg: #2a3030;
  --bs-toast-header-color: #c3cbe4;
  --bs-toast-bg: #2a3030;
}
[data-layout-mode=dark] .table {
  --bs-table-striped-bg: rgba(191, 200, 226, 0.05);
  --bs-table-hover-bg: rgba(191, 200, 226, 0.05);
  --bs-table-active-bg: rgba(191, 200, 226, 0.05);
}
[data-layout-mode=dark] .table-light {
  --bs-table-color: #a6b0cf;
  --bs-table-bg: #323939;
  --bs-table-border-color: #323939;
}
[data-layout-mode=dark] .table-dark {
  --bs-table-color: #a6b0cf;
  --bs-table-bg: #323939;
  --bs-table-border-color: #3c4444;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: var(--bs-heading-bg);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

body[data-layout=horizontal] #page-topbar {
  z-index: 10009;
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 calc(24px * 0.5) 0 0;
}
.navbar-header .dropdown .show.header-item {
  background-color: var(--bs-gray-100);
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 250px;
}

.logo {
  line-height: 70px;
}
.logo .logo-sm {
  display: none;
}

.logo-light {
  display: none;
}

/* Search */
.app-search {
  padding: calc(32px * 0.5) 0;
}
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: var(--bs-topbar-search-bg);
  box-shadow: none;
  border-radius: 30px;
}
.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 0;
  color: var(--bs-gray-600);
}

.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}
.megamenu-list li a {
  color: var(--bs-body-color);
}

@media (max-width: 992px) {
  .navbar-brand-box {
    width: auto;
  }
  .logo span.logo-lg {
    display: none;
  }
  .logo span.logo-sm {
    display: inline-block;
  }
}
.page-content {
  padding: calc(70px + 24px) calc(24px * 0.75) 60px calc(24px * 0.75);
}

.header-item,
.task-item {
  height: 70px;
  box-shadow: none !important;
  color: var(--bs-header-item-color);
  border: 0;
  border-radius: 0px;
}
.header-item:hover,
.task-item:hover {
  color: var(--bs-header-item-color);
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: var(--bs-gray-300);
  padding: 3px;
}

.noti-icon i {
  font-size: 20px;
  color: var(--bs-header-item-color);
}
.noti-icon .badge {
  position: absolute;
  top: 12px;
  right: 4px;
}

.notification-item .d-flex,
.task-item .d-flex {
  padding: 0.75rem 1rem;
}
.notification-item .d-flex:hover,
.task-item .d-flex:hover {
  background-color: var(--bs-gray-300);
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: var(--bs-gray-600);
}
.dropdown-icon-item img {
  height: 24px;
}
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-icon-item:hover {
  border-color: var(--bs-border-color);
}

.fullscreen-enable [data-bs-toggle=fullscreen] .bx-fullscreen::before {
  content: "\ea3f";
}

body[data-topbar=dark] #page-topbar {
  background-color: var(--bs-heading-dark-bg);
}
body[data-topbar=dark] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
body[data-topbar=dark] .header-item {
  color: #e9ecef;
}
body[data-topbar=dark] .header-item:hover {
  color: #e9ecef;
}
body[data-topbar=dark] .header-profile-user {
  background-color: rgba(255, 255, 255, 0.25);
}
body[data-topbar=dark] .noti-icon i {
  color: #e9ecef;
}
body[data-topbar=dark] .logo-dark {
  display: none;
}
body[data-topbar=dark] .logo-light {
  display: block;
}
body[data-topbar=dark] .app-search .form-control {
  background-color: rgba(var(--bs-topbar-search-bg), 0.07);
  color: #fff;
}
body[data-topbar=dark] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=dark] .navbar-brand-box {
  background: #2a3042;
}
body[data-sidebar=dark] .logo-dark {
  display: none;
}
body[data-sidebar=dark] .logo-light {
  display: block;
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    position: static;
  }
  .navbar-header .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
}
@media (max-width: 380px) {
  .navbar-brand-box {
    display: none;
  }
}
body[data-layout=horizontal] .navbar-brand-box {
  width: auto;
}
body[data-layout=horizontal] .page-content {
  margin-top: 70px;
  padding: calc(55px + 24px) calc(24px * 0.5) 60px calc(24px * 0.5);
}

@media (max-width: 992px) {
  body[data-layout=horizontal] .page-content {
    margin-top: 15px;
  }
}
.page-title-box {
  padding-bottom: 24px;
}
.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-title-box h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
}

.footer {
  bottom: 0;
  padding: 20px calc(24px * 0.75);
  position: absolute;
  right: 0;
  color: var(--bs-footer-color);
  left: 250px;
  height: 60px;
  background-color: var(--bs-footer-bg);
}
@media (max-width: 991.98px) {
  .footer {
    left: 0;
  }
}

.vertical-collpsed .footer {
  left: 70px;
}
@media (max-width: 991.98px) {
  .vertical-collpsed .footer {
    left: 0;
  }
}

body[data-layout=horizontal] .footer {
  left: 0 !important;
}

.right-bar {
  background-color: var(--bs-custom-white);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  transition: all 200ms ease-out;
  width: 280px;
  z-index: 9999;
  float: right !important;
  right: -290px;
  top: 0;
  bottom: 0;
}
.right-bar .right-bar-toggle {
  background-color: var(--bs-dark);
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: var(--bs-gray-200);
  text-align: center;
  border-radius: 50%;
}
.right-bar .right-bar-toggle:hover {
  background-color: var(--bs-dark);
}

.rightbar-overlay {
  background-color: rgba(52, 58, 64, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
  right: 0;
}
.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }
  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}
.metismenu {
  margin: 0;
}
.metismenu li {
  display: block;
  width: 100%;
}
.metismenu .mm-collapse {
  display: none;
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}
.metismenu .mm-collapse.mm-show {
  display: block;
}
.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.main-content {
  margin-left: 250px;
  overflow: hidden;
}
.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

#sidebar-menu {
  padding: 10px 0 30px 0;
}
#sidebar-menu .mm-active > .has-arrow:after {
  transform: rotate(-180deg);
}
#sidebar-menu .has-arrow:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: right;
  transition: transform 0.2s;
  font-size: 1rem;
}
#sidebar-menu ul li a {
  display: block;
  padding: 0.625rem 1.5rem;
  color: #545a6d;
  position: relative;
  font-size: 13px;
  transition: all 0.4s;
}
#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.75rem;
  padding-bottom: 0.125em;
  font-size: 1rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #7f8387;
  transition: all 0.4s;
}
#sidebar-menu ul li a:hover {
  color: #383c40;
}
#sidebar-menu ul li a:hover i {
  color: #383c40;
}
#sidebar-menu ul li .badge {
  margin-top: 4px;
}
#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}
#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 2.5rem;
  font-size: 13px;
  color: #545a6d;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #383c40;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 4.5rem;
  font-size: 13px;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #7f8387;
  font-weight: 600;
}

.mm-active {
  color: #556ee6 !important;
}
.mm-active > a {
  color: #556ee6 !important;
}
.mm-active > a i {
  color: #556ee6 !important;
}
.mm-active .active {
  color: #556ee6 !important;
}
.mm-active .active i {
  color: #556ee6 !important;
}
.mm-active > i {
  color: #556ee6 !important;
}

@media (max-width: 992px) {
  .vertical-menu {
    display: none;
  }
  .main-content {
    margin-left: 0 !important;
  }
  body.sidebar-enable .vertical-menu {
    display: block;
  }
}
.vertical-collpsed .main-content {
  margin-left: 70px;
}
.vertical-collpsed .navbar-brand-box {
  width: 70px !important;
}
.vertical-collpsed .logo span.logo-lg {
  display: none;
}
.vertical-collpsed .logo span.logo-sm {
  display: block;
}
.vertical-collpsed .vertical-menu {
  position: absolute;
  width: 70px !important;
  z-index: 100;
}
.vertical-collpsed .vertical-menu .simplebar-mask,
.vertical-collpsed .vertical-menu .simplebar-content-wrapper {
  overflow: visible !important;
}
.vertical-collpsed .vertical-menu .simplebar-scrollbar {
  display: none !important;
}
.vertical-collpsed .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .menu-title,
.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in {
  display: none !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
  display: none;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 55px;
  transition: none;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus {
  color: #383c40;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  font-size: 1.45rem;
  margin-left: 4px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: rgb(0, 206, 238);
  background-color: whitesmoke;
  transition: none;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: rgb(0, 206, 238);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: #545a6d;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #383c40;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #ffffff;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
  color: #f8f9fa;
}

body[data-sidebar=dark] .vertical-menu {
  background: #2a3042;
}
body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #a6b0cf;
}
body[data-sidebar=dark] #sidebar-menu ul li a i {
  color: #6a7187;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  color: #ffffff;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
  color: #ffffff;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #79829c;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #ffffff;
}
body[data-sidebar=dark].vertical-collpsed {
  min-height: 1760px;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #2e3548;
  color: #ffffff;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #ffffff;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  color: #79829c;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #ffffff;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  background-color: #2a3042;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #ffffff !important;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active > a {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active > a i {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active > i {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active .active {
  color: #ffffff !important;
}
body[data-sidebar=dark] .mm-active .active i {
  color: #ffffff !important;
}
body[data-sidebar=dark] .menu-title {
  color: #6a7187;
}

body[data-layout=horizontal] .main-content {
  margin-left: 0 !important;
}

body[data-sidebar-size=small] .navbar-brand-box {
  width: 160px;
}
body[data-sidebar-size=small] .vertical-menu {
  width: 160px;
  text-align: center;
}
body[data-sidebar-size=small] .vertical-menu .has-arrow:after,
body[data-sidebar-size=small] .vertical-menu .badge {
  display: none !important;
}
body[data-sidebar-size=small] .main-content {
  margin-left: 160px;
}
body[data-sidebar-size=small] .footer {
  left: 160px;
}
@media (max-width: 991.98px) {
  body[data-sidebar-size=small] .footer {
    left: 0;
  }
}
body[data-sidebar-size=small] #sidebar-menu ul li.menu-title {
  background-color: #2e3548;
}
body[data-sidebar-size=small] #sidebar-menu ul li a i {
  display: block;
}
body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 1.5rem;
}
body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding-left: 1.5rem;
}
body[data-sidebar-size=small].vertical-collpsed .main-content {
  margin-left: 70px;
}
body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu {
  text-align: left;
}
body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
  display: inline-block;
}
body[data-sidebar-size=small].vertical-collpsed .footer {
  left: 70px;
}

body[data-sidebar=colored] .vertical-menu {
  background-color: rgb(0, 206, 238);
}
body[data-sidebar=colored] .navbar-brand-box {
  background-color: rgb(0, 206, 238);
}
body[data-sidebar=colored] .navbar-brand-box .logo-dark {
  display: none;
}
body[data-sidebar=colored] .navbar-brand-box .logo-light {
  display: block;
}
body[data-sidebar=colored] .mm-active {
  color: #fff !important;
}
body[data-sidebar=colored] .mm-active > a {
  color: #fff !important;
}
body[data-sidebar=colored] .mm-active > a i {
  color: #fff !important;
}
body[data-sidebar=colored] .mm-active > i, body[data-sidebar=colored] .mm-active .active {
  color: #fff !important;
}
body[data-sidebar=colored] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar=colored] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar=colored] #sidebar-menu ul li a i {
  color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.1);
}
body[data-sidebar=colored] #sidebar-menu ul li a:hover {
  color: #fff;
}
body[data-sidebar=colored] #sidebar-menu ul li a:hover i {
  color: #fff;
}
body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
}
body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background-color: #00d7f8;
  color: #fff;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #fff;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #556ee6 !important;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #556ee6;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
  color: #556ee6 !important;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a {
  color: #556ee6 !important;
}
body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i {
  color: #556ee6 !important;
}

.topnav {
  background: var(--bs-topnav-bg);
  padding: 0 calc(24px * 0.5);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  margin-top: 70px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10006;
}
.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}
.topnav .navbar-nav .nav-link {
  font-size: 14px;
  position: relative;
  padding: 1rem 1.3rem;
  color: var(--bs-menu-item-color);
}
.topnav .navbar-nav .nav-link i {
  font-size: 15px;
}
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
  color: #0d6efd;
  background-color: transparent;
}
.topnav .navbar-nav .dropdown-item {
  color: var(--bs-menu-item-color);
}
.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
  color: #0d6efd;
}
.topnav .navbar-nav .nav-item .nav-link.active {
  color: #0d6efd;
}
.topnav .navbar-nav .dropdown.active > a {
  color: #0d6efd;
  background-color: transparent;
}

@media (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid,
  body[data-layout=horizontal] .navbar-header {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .topnav .dropdown-item {
    padding: 0.5rem 1.5rem;
    min-width: 180px;
  }
  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0px;
    right: auto;
  }
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0 !important;
    left: 100%;
    display: none;
  }
  .topnav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-toggle {
    display: none;
  }
}
.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

@media (max-width: 1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand-box .logo-dark {
    display: block;
  }
  .navbar-brand-box .logo-dark span.logo-sm {
    display: block;
  }
  .navbar-brand-box .logo-light {
    display: none;
  }
  .topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
  }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0px;
  }
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
    color: rgb(0, 206, 238);
  }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark {
    display: block;
  }
  body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light {
    display: none;
  }
  body[data-layout=horizontal][data-topbar=light] .topnav {
    background-color: rgb(0, 206, 238);
  }
  body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
  }
  body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown.active > a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
}
body[data-layout=horizontal][data-topbar=colored] #page-topbar {
  background-color: rgb(0, 206, 238);
  box-shadow: none;
}
body[data-layout=horizontal][data-topbar=colored] .logo-dark {
  display: none;
}
body[data-layout=horizontal][data-topbar=colored] .logo-light {
  display: block;
}
body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
  background-color: rgba(var(--bs-topbar-search-bg), 0.07);
  color: #fff;
}
body[data-layout=horizontal][data-topbar=colored] .app-search span,
body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body[data-layout=horizontal][data-topbar=colored] .header-item {
  color: #e9ecef;
}
body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
  color: #e9ecef;
}
body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.1);
}
body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
  color: #e9ecef;
}
@media (min-width: 992px) {
  body[data-layout=horizontal][data-topbar=colored] .topnav {
    background-color: rgb(0, 206, 238);
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav > .dropdown.active > a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
}

body[data-layout-size=boxed] {
  background-color: var(--bs-boxed-body-bg);
}
body[data-layout-size=boxed] #layout-wrapper {
  background-color: var(--bs-body-bg);
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
body[data-layout-size=boxed] #page-topbar {
  max-width: 1300px;
  margin: 0 auto;
}
body[data-layout-size=boxed] .footer {
  margin: 0 auto;
  max-width: calc(1300px - 250px);
}
body[data-layout-size=boxed].vertical-collpsed .footer {
  max-width: calc(1300px - 70px);
}

body[data-layout=horizontal][data-layout-size=boxed] #page-topbar, body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper, body[data-layout=horizontal][data-layout-size=boxed] .footer {
  max-width: 100%;
}
body[data-layout=horizontal][data-layout-size=boxed] .container-fluid, body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
  max-width: 1300px;
}

@media (min-width: 992px) {
  body[data-layout-scrollable=true] #page-topbar, body[data-layout-scrollable=true] .vertical-menu {
    position: absolute;
  }
}
@media (min-width: 992px) {
  body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar, body[data-layout-scrollable=true][data-layout=horizontal] .topnav {
    position: absolute;
  }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(0, 206, 238, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(52, 195, 143, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(80, 165, 241, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(241, 180, 76, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(244, 106, 106, 0.4);
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  background-color: rgb(0, 206, 238);
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid var(--bs-custom-white);
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.custom-accordion .accordion-list {
  display: flex;
  border-radius: 7px;
  background-color: var(--bs-gray-300);
  padding: 12px 20px;
  color: var(--bs-body-color);
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}
.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
  content: "\f0415";
}
.custom-accordion .accordion-list .accor-plus-icon {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  width: 24px;
  line-height: 22px;
  background-color: var(--bs-custom-white);
  text-align: center;
  border-radius: 50%;
}
.custom-accordion a.collapsed i.accor-down-icon:before {
  content: "\f0140";
}
.custom-accordion .card-body {
  color: var(--bs-gray-600);
}

[data-layout-mode=dark] .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-button-active-color);
}
[data-layout-mode=dark] .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-layout-mode=dark] .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23adb5bd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

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

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.fw-medium {
  font-weight: 500;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  transition: all 0.4s;
}
.social-list-item:hover {
  color: #74788d;
  background-color: #eff2f7;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.w-xl {
  min-width: 160px;
}

.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.05rem 1.25rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

[data-layout-mode=dark] .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
[data-layout-mode=dark] .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(0);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner-chase {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  animation: spinner-chase 2.5s infinite linear both;
}

.chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: chase-dot 2s infinite ease-in-out both;
}
.chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgb(0, 206, 238);
  border-radius: 100%;
  animation: chase-dot-before 2s infinite ease-in-out both;
}
.chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes spinner-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
[type=tel]::-moz-placeholder, [type=url]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder {
  text-align: left;
}
[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder {
  text-align: left;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-right {
  padding-left: 0;
  display: inline-block;
  padding-right: 1.5em;
}
.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}
.form-check-right .form-check-label {
  display: block;
}

.form-checkbox-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}
.form-checkbox-outline .form-check-input:active {
  filter: none;
}
.form-checkbox-outline .form-check-input:checked {
  background-color: #fff !important;
}
.form-checkbox-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-checkbox-outline .form-check-input:checked:after {
  position: absolute;
  content: "\f012c";
  font-family: "Material Design Icons";
  top: -4px !important;
  left: 1px;
  /*rtl: -4px */
  font-size: 16px;
  color: #343a40;
}

.form-radio-outline .form-check-input {
  background-color: #fff;
  position: relative;
}
.form-radio-outline .form-check-input:active {
  filter: none;
}
.form-radio-outline .form-check-input:checked {
  background-color: #fff !important;
}
.form-radio-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-radio-outline .form-check-input:checked:after {
  position: absolute;
  content: "";
  top: 3px !important;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.form-check-primary .form-check-input:checked {
  background-color: rgb(0, 206, 238);
  border-color: rgb(0, 206, 238);
}

.form-radio-primary .form-check-input:checked {
  border-color: rgb(0, 206, 238);
  background-color: rgb(0, 206, 238);
}
.form-radio-primary .form-check-input:checked:after {
  background-color: rgb(0, 206, 238);
}

.form-check-secondary .form-check-input:checked {
  background-color: #74788d;
  border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
  border-color: #74788d;
  background-color: #74788d;
}
.form-radio-secondary .form-check-input:checked:after {
  background-color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #34c38f;
  border-color: #34c38f;
}

.form-radio-success .form-check-input:checked {
  border-color: #34c38f;
  background-color: #34c38f;
}
.form-radio-success .form-check-input:checked:after {
  background-color: #34c38f;
}

.form-check-info .form-check-input:checked {
  background-color: #50a5f1;
  border-color: #50a5f1;
}

.form-radio-info .form-check-input:checked {
  border-color: #50a5f1;
  background-color: #50a5f1;
}
.form-radio-info .form-check-input:checked:after {
  background-color: #50a5f1;
}

.form-check-warning .form-check-input:checked {
  background-color: #f1b44c;
  border-color: #f1b44c;
}

.form-radio-warning .form-check-input:checked {
  border-color: #f1b44c;
  background-color: #f1b44c;
}
.form-radio-warning .form-check-input:checked:after {
  background-color: #f1b44c;
}

.form-check-danger .form-check-input:checked {
  background-color: #f46a6a;
  border-color: #f46a6a;
}

.form-radio-danger .form-check-input:checked {
  border-color: #f46a6a;
  background-color: #f46a6a;
}
.form-radio-danger .form-check-input:checked:after {
  background-color: #f46a6a;
}

.form-check-pink .form-check-input:checked {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked {
  border-color: #e83e8c;
  background-color: #e83e8c;
}
.form-radio-pink .form-check-input:checked:after {
  background-color: #e83e8c;
}

.form-check-light .form-check-input:checked {
  background-color: #eff2f7;
  border-color: #eff2f7;
}

.form-radio-light .form-check-input:checked {
  border-color: #eff2f7;
  background-color: #eff2f7;
}
.form-radio-light .form-check-input:checked:after {
  background-color: #eff2f7;
}

.form-check-dark .form-check-input:checked {
  background-color: #343a40;
  border-color: #343a40;
}

.form-radio-dark .form-check-input:checked {
  border-color: #343a40;
  background-color: #343a40;
}
.form-radio-dark .form-check-input:checked:after {
  background-color: #343a40;
}

.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-switch-md {
  padding-left: 2.5rem;
  min-height: 24px;
  line-height: 24px;
}
.form-switch-md .form-check-input {
  width: 40px;
  height: 20px;
  left: -0.5rem;
  position: relative;
}
.form-switch-md .form-check-label {
  vertical-align: middle;
}

.form-switch-lg {
  padding-left: 2.75rem;
  min-height: 28px;
  line-height: 28px;
}
.form-switch-lg .form-check-input {
  width: 48px;
  height: 24px;
  left: -0.75rem;
  position: relative;
}

.input-group-text {
  margin-bottom: 0px;
}

[data-layout-mode=dark] .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
[data-layout-mode=dark] .form-switch .form-check-input,
[data-layout-mode=dark] .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ced4da'/%3e%3c/svg%3e");
}

.mini-stats-wid .mini-stat-icon {
  overflow: hidden;
  position: relative;
}
.mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 16px;
  transform: rotate(32deg);
  top: -5px;
  transition: all 0.4s;
}
.mini-stats-wid .mini-stat-icon::after {
  left: -12px;
  width: 12px;
  transition: all 0.2s;
}
.mini-stats-wid:hover .mini-stat-icon::after {
  left: 60px;
}

.mfp-popup-form {
  max-width: 1140px;
}

.mfp-close {
  color: #343a40 !important;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

[dir=rtl] .modal-open {
  padding-left: 0px !important;
}

.icon-demo-content {
  text-align: center;
  color: #adb5bd;
}
.icon-demo-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: #74788d;
  transition: all 0.4s;
}
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}
.icon-demo-content .col-lg-4:hover i {
  color: rgb(0, 206, 238);
  transform: scale(1.5);
}

.grid-structure .grid-container {
  background-color: var(--bs-gray-100);
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.card-radio {
  background-color: var(--bs-custom-white);
  border: 2px solid var(--bs-border-color);
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.card-radio-input {
  display: none;
}
.card-radio-input:checked + .card-radio {
  border-color: rgb(0, 206, 238) !important;
}

.navs-carousel .owl-nav {
  margin-top: 16px;
}
.navs-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 28px !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  background-color: rgba(0, 206, 238, 0.25) !important;
  color: rgb(0, 206, 238) !important;
  margin: 4px 8px !important;
}

@media print {
  .vertical-menu,
  .right-bar,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }
  .card-body,
  .main-content,
  .right-bar,
  .page-content,
  body {
    padding: 0;
    margin: 0;
  }
  .card {
    border: 0;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  padding: 0px !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 4px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

/* CSS Switch */
input[switch] {
  display: none;
}
input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
}
input[switch] + label.disabled {
  opacity: 0.5;
}
input[switch] + label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
input[switch] + label:after {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #eff2f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}
input[switch]:checked + label {
  background-color: rgb(0, 206, 238);
}

input[switch]:checked + label {
  background-color: rgb(0, 206, 238);
}
input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}
input[switch]:checked + label:after {
  left: 33px;
  background-color: #eff2f7;
}

input[switch=bool] + label {
  background-color: #2a3042;
}

input[switch=bool] + label:before, input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #34c38f;
}

input[switch=default]:checked + label {
  background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
  background-color: rgb(0, 206, 238);
}

input[switch=success]:checked + label {
  background-color: #34c38f;
}

input[switch=info]:checked + label {
  background-color: #50a5f1;
}

input[switch=warning]:checked + label {
  background-color: #f1b44c;
}

input[switch=danger]:checked + label {
  background-color: #f46a6a;
}

input[switch=dark]:checked + label {
  background-color: #343a40;
}
input[switch=dark]:checked + label:before {
  color: #eff2f7;
}

.square-switch {
  margin-right: 7px;
}
.square-switch input[switch] + label, .square-switch input[switch] + label:after {
  border-radius: 4px;
}

.sp-container {
  background-color: #fff;
}
.sp-container button {
  padding: 0.25rem 0.5rem;
  font-size: 0.71094rem;
  border-radius: 0.2rem;
  font-weight: 400;
  color: #343a40;
}
.sp-container button.sp-palette-toggle {
  background-color: #eff2f7;
}
.sp-container button.sp-choose {
  background-color: #34c38f;
  margin-left: 5px;
  margin-right: 0;
}

.sp-palette-container {
  border-right: 1px solid #eff2f7;
}

.sp-input {
  background-color: var(--bs-custom-white);
  border-color: var(--bs-input-border-color) !important;
  color: var(--bs-gray-700);
}
.sp-input:focus {
  outline: none;
}

[dir=rtl] .sp-alpha {
  direction: ltr;
}
[dir=rtl] .sp-original-input-container .sp-add-on {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
[dir=rtl] input.spectrum.with-add-on {
  border: 1px solid var(--bs-input-border-color);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* 
Datatable
*/
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0;
}

.table.dataTable,
table.dataTable {
  border-collapse: collapse !important;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td,
table.dataTable.dtr-inline.collapsed > tbody > tr > td {
  position: relative;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-left: 30px;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
  background-color: rgb(0, 206, 238);
}

.form-wizard-wrapper label {
  font-size: 14px;
  text-align: right;
}

.wizard .steps > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .wizard .steps > ul {
    flex-direction: column;
  }
}
.wizard .steps > ul > a, .wizard .steps > ul > li {
  flex-basis: 0;
  flex-grow: 1;
}
.wizard .steps > ul > li {
  width: 100%;
}
.wizard .steps > ul > li a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--bs-gray-600);
  font-weight: 500;
  background-color: rgba(0, 206, 238, 0.1);
}
.wizard .steps > ul .current-info {
  position: absolute;
  left: -999em;
}
.wizard .steps .number {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border: 2px solid rgb(0, 206, 238);
  color: rgb(0, 206, 238);
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover {
  background-color: rgba(0, 206, 238, 0.2);
  color: var(--bs-gray-700);
}
.wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number {
  background-color: rgb(0, 206, 238);
  color: #fff;
}
.wizard > .content {
  background-color: transparent;
  padding: 14px;
  margin-top: 0;
  border-radius: 0;
  min-height: 150px;
}
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .content > .body {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  position: static;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard > .actions > ul {
  display: block;
  text-align: right;
  padding-left: 0;
}
.wizard > .actions > ul > li {
  display: inline-block;
  margin: 0 0.5em;
}
.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
  background-color: rgb(0, 206, 238);
  border-radius: 4px;
  padding: 8px 15px;
  color: #fff;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
  opacity: 0.65;
  background-color: rgb(0, 206, 238);
  color: #fff;
  cursor: not-allowed;
}
.wizard.vertical-wizard {
  display: flex;
  flex-wrap: wrap;
}
.wizard.vertical-wizard .steps > ul {
  flex-direction: column;
}
.wizard.vertical-wizard .steps > ul > li {
  width: 100% !important;
}
.wizard.vertical-wizard .steps, .wizard.vertical-wizard .content, .wizard.vertical-wizard .actions {
  width: 100%;
}
@media (min-width: 1200px) {
  .wizard.vertical-wizard .steps {
    width: 25%;
  }
}
.wizard.vertical-wizard .content {
  padding: 24px;
}
@media (min-width: 1200px) {
  .wizard.vertical-wizard .content {
    width: 75%;
    padding: 12px 24px;
  }
}
.wizard.vertical-wizard .content > .body {
  padding: 0;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}
.table-rep-plugin .table-responsive {
  border: none !important;
}
.table-rep-plugin .btn-group .btn-default {
  background-color: #74788d;
  color: #eff2f7;
  border: 1px solid #74788d;
}
.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: rgb(0, 206, 238);
  border-color: rgb(0, 206, 238);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 206, 238, 0.5);
}
.table-rep-plugin .btn-group.pull-right {
  float: right;
}
.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  right: 0;
  transform: none !important;
  top: 100% !important;
}
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}
.table-rep-plugin .checkbox-row {
  padding-left: 40px;
  color: #495057 !important;
}
.table-rep-plugin .checkbox-row:hover {
  background-color: #f6f8fa !important;
}
.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f6f6f6;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.table-rep-plugin .checkbox-row label::after {
  color: #eff2f7;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.table-rep-plugin .checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::before {
  background-color: rgb(0, 206, 238);
  border-color: rgb(0, 206, 238);
}
.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  color: #fff;
}
.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: rgb(0, 206, 238);
}
.table-rep-plugin .fixed-solution .sticky-table-header table {
  color: #fff;
}
.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: rgb(0, 206, 238);
  border-color: rgb(0, 206, 238);
  color: #fff;
}
.table-rep-plugin table.focus-on tbody tr.focused th table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin .sticky-table-header table {
  color: #fff;
}
.table-rep-plugin table.focus-on tbody tr.unfocused th,
.table-rep-plugin table.focus-on tfoot tr.unfocused th,
.table-rep-plugin table.focus-on tbody tr.unfocused td,
.table-rep-plugin table.focus-on tfoot tr.unfocused td {
  color: var(--bs-body-color);
}

@media (min-width: 992px) {
  body[data-layout=horizontal] .fixed-solution .sticky-table-header {
    top: 120px !important;
  }
}

.home-btn {
  position: absolute;
  top: 15px;
  right: 25px;
}

.auth-logo .auth-logo-dark {
  display: block;
}
.auth-logo .auth-logo-light {
  display: none;
}

.auth-body-bg {
  background-color: #fff;
}

.auth-pass-inputgroup input[type=input] + .btn .mdi-eye-outline:before {
  content: "\f06d1";
}

.auth-full-bg {
  background-color: rgba(0, 206, 238, 0.25);
  display: flex;
}
@media (min-width: 992px) {
  .auth-full-bg {
    height: 100vh;
  }
}
.auth-full-bg::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.auth-full-bg .bg-overlay {
  background: url("/pics/login_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.auth-full-page-content {
  display: flex;
}
@media (min-width: 992px) {
  .auth-full-page-content {
    min-height: 100vh;
  }
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(0, 206, 238, 0.25);
}
.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgb(0, 206, 238);
}

.project-list-table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.project-list-table tr {
  background-color: var(--bs-custom-white);
}

@media (min-width: 576px) {
  .currency-value {
    position: relative;
  }
  .currency-value:after {
    content: "\f04e1";
    font-family: "Material Design Icons";
    font-size: 24px;
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0, 206, 238);
    color: #fff;
    z-index: 9;
    right: -34px;
  }
}
.crypto-buy-sell-nav-content {
  border: 2px solid var(--bs-gray-300);
  border-top: 0;
}

.kyc-doc-verification .dropzone {
  min-height: 180px;
}
.kyc-doc-verification .dropzone .dz-message {
  margin: 24px 0px;
}

/******************
    Ico Landing
*******************/
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.bg-white {
  background-color: var(--bs-custom-white) !important;
}

.small-title {
  color: var(--bs-gray-600);
  margin-bottom: 8px;
}

.navigation {
  padding: 0 16px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .navigation {
    background-color: var(--bs-topnav-bg);
  }
}
.navigation .navbar-logo {
  line-height: 70px;
  transition: all 0.4s;
}
.navigation .navbar-logo .logo-dark {
  display: none;
}
@media (max-width: 991.98px) {
  .navigation .navbar-logo .logo-dark {
    display: block;
  }
}
.navigation .navbar-logo .logo-light {
  display: block;
}
@media (max-width: 991.98px) {
  .navigation .navbar-logo .logo-light {
    display: none;
  }
}
.navigation .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.6);
  line-height: 58px;
  padding: 6px 16px;
  font-weight: 500;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .navigation .navbar-nav .nav-item .nav-link {
    color: var(--bs-header-item-color);
  }
}
.navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991.98px) {
  .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active {
    color: rgb(0, 206, 238);
  }
}
@media (max-width: 991.98px) {
  .navigation .navbar-nav .nav-item .nav-link {
    line-height: 28px !important;
  }
}
.navigation.nav-sticky {
  background-color: var(--bs-topnav-bg);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.navigation.nav-sticky .navbar-logo {
  line-height: 60px;
}
.navigation.nav-sticky .navbar-logo .logo-dark {
  display: block;
}
.navigation.nav-sticky .navbar-logo .logo-light {
  display: none;
}
.navigation.nav-sticky .navbar-nav .nav-item .nav-link {
  line-height: 48px;
  color: var(--bs-header-item-color);
}
.navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover, .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: rgb(0, 206, 238);
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

.hero-section {
  padding-top: 220px;
  padding-bottom: 190px;
}
.hero-section.bg-ico-hero {
  background-image: url("../images/crypto/bg-ico-hero.jpg");
  background-size: cover;
  background-position: top;
}
@media (max-width: 575.98px) {
  .hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.hero-section .hero-title {
  font-size: 42px;
}
@media (max-width: 575.98px) {
  .hero-section .hero-title {
    font-size: 26px;
  }
}
.hero-section .ico-countdown {
  font-size: 22px;
  margin-right: -12px;
  margin-left: -12px;
}
@media (max-width: 575.98px) {
  .hero-section .ico-countdown {
    display: block;
  }
}
.hero-section .ico-countdown .coming-box {
  margin-right: 12px;
  margin-left: 12px;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 8px;
  background-color: var(--bs-custom-white);
}
@media (max-width: 575.98px) {
  .hero-section .ico-countdown .coming-box {
    display: inline-block;
    width: 40%;
    margin-bottom: 24px;
  }
}
.hero-section .ico-countdown .coming-box span {
  background-color: var(--bs-light);
  font-size: 12px;
  padding: 4px;
  margin-top: 8px;
}
.hero-section .softcap-progress {
  overflow: visible;
}
.hero-section .softcap-progress .progress-bar {
  overflow: visible;
}
.hero-section .softcap-progress .progress-label {
  position: relative;
  text-align: right;
  color: var(--bs-body-color);
  bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.currency-price {
  position: relative;
  bottom: 40px;
}

.client-images img {
  max-height: 34px;
  width: auto !important;
  margin: 12px auto;
  opacity: 0.7;
  transition: all 0.4s;
}

.features-number {
  opacity: 0.1;
}

.team-box .team-social-links a {
  color: var(--bs-body-color);
  font-size: 14px;
}

.blog-box .blog-badge {
  position: absolute;
  top: 12px;
  right: 12px;
}

.landing-footer {
  padding: 80px 0 40px;
  background-color: #2a3042;
  color: rgba(255, 255, 255, 0.5);
}
.landing-footer .footer-list-title {
  color: rgba(255, 255, 255, 0.9);
}
.landing-footer .footer-list-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  transition: all 0.4s;
}
.landing-footer .footer-list-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.landing-footer .blog-post .post {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 16px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.landing-footer .blog-post .post .post-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.landing-footer .blog-post .post:first-of-type {
  padding-top: 0;
}
.landing-footer .blog-post .post:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.landing-footer .footer-border {
  border-color: rgba(255, 255, 255, 0.1);
}

.easy-checkbox[data-v-e0a0b7f0] {
  position: relative;
  width: 1.3em;
  height: 1.3em;
  font-size: var(--easy-table-body-row-font-size);
  margin: 0 auto;
}

.easy-checkbox label[data-v-e0a0b7f0] {
  cursor: pointer;
  display: inline;
  line-height: 1.3em;
  vertical-align: top;
  clear: both;
}

.easy-checkbox label[data-v-e0a0b7f0]:before, .easy-checkbox label[data-v-e0a0b7f0]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.easy-checkbox label[data-v-e0a0b7f0]:before {
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}

.easy-checkbox input[type=checkbox][data-v-e0a0b7f0] {
  outline: 0;
  visibility: hidden;
  width: 1.3em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.easy-checkbox input[type=checkbox]:checked + label[data-v-e0a0b7f0]:before {
  border: none;
}

.easy-checkbox input[type=checkbox]:checked + label[data-v-e0a0b7f0]:after {
  transform: translate(0.2em, 0.3038461538em) rotate(-45deg);
  width: 0.9em;
  height: 0.45em;
  border: 0.13em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.easy-checkbox input[type=checkbox].allSelected + label[data-v-e0a0b7f0]:before {
  border: none;
}

.easy-checkbox input[type=checkbox].allSelected + label[data-v-e0a0b7f0]:after {
  transform: translate(0.2em, 0.3038461538em) rotate(-45deg);
  width: 0.9em;
  height: 0.45em;
  border: 0.13em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.easy-checkbox input[type=checkbox].partSelected + label[data-v-e0a0b7f0]:before {
  border: none;
}

.easy-checkbox input[type=checkbox].partSelected + label[data-v-e0a0b7f0]:after {
  transform: translate(0.2em, 0.5875em);
  width: 0.9em;
  height: 0.45em;
  border: 0.125em solid #fff;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}

*[data-v-e0a0b7f0], *[data-v-e0a0b7f0]:before, *[data-v-e0a0b7f0]:after {
  box-sizing: border-box;
}

.easy-checkbox input[type=checkbox].allSelected + label[data-v-e0a0b7f0]:before, .easy-checkbox input[type=checkbox].partSelected + label[data-v-e0a0b7f0]:before {
  background: var(--51ab8a49);
}

.easy-checkbox[data-v-7e69a276] {
  position: relative;
  width: 1.3em;
  height: 1.3em;
  font-size: var(--easy-table-body-row-font-size);
  margin: 0 auto;
}

.easy-checkbox label[data-v-7e69a276] {
  cursor: pointer;
  display: inline;
  line-height: 1.3em;
  vertical-align: top;
  clear: both;
}

.easy-checkbox label[data-v-7e69a276]:before, .easy-checkbox label[data-v-7e69a276]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.easy-checkbox label[data-v-7e69a276]:before {
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}

.easy-checkbox input[type=checkbox][data-v-7e69a276] {
  outline: 0;
  visibility: hidden;
  width: 1.3em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}

.easy-checkbox input[type=checkbox]:checked + label[data-v-7e69a276]:before {
  border: none;
}

.easy-checkbox input[type=checkbox]:checked + label[data-v-7e69a276]:after {
  transform: translate(0.2em, 0.3038461538em) rotate(-45deg);
  width: 0.9em;
  height: 0.45em;
  border: 0.13em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.easy-checkbox input[type=checkbox].allSelected + label[data-v-7e69a276]:before {
  border: none;
}

.easy-checkbox input[type=checkbox].allSelected + label[data-v-7e69a276]:after {
  transform: translate(0.2em, 0.3038461538em) rotate(-45deg);
  width: 0.9em;
  height: 0.45em;
  border: 0.13em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

.easy-checkbox input[type=checkbox].partSelected + label[data-v-7e69a276]:before {
  border: none;
}

.easy-checkbox input[type=checkbox].partSelected + label[data-v-7e69a276]:after {
  transform: translate(0.2em, 0.5875em);
  width: 0.9em;
  height: 0.45em;
  border: 0.125em solid #fff;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
}

*[data-v-7e69a276], *[data-v-7e69a276]:before, *[data-v-7e69a276]:after {
  box-sizing: border-box;
}

.easy-checkbox input[type=checkbox]:checked + label[data-v-7e69a276]:before {
  background: var(--fdaf7e9e);
}

.easy-data-table__rows-selector[data-v-4ca5de3a] {
  display: inline-block;
  min-width: 45px;
  position: relative;
  margin: 0 10px;
  width: var(--easy-table-rows-per-page-selector-width);
}

.easy-data-table__rows-selector .rows-input__wrapper[data-v-4ca5de3a] {
  height: 20px;
  border-bottom: 1px solid var(--easy-table-footer-font-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  cursor: pointer;
}

.easy-data-table__rows-selector .rows-input__wrapper .triangle[data-v-4ca5de3a] {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-top: solid 6px var(--easy-table-footer-font-color);
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.easy-data-table__rows-selector ul.select-items[data-v-4ca5de3a] {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.1411764706), 0 3px 14px 2px rgba(0, 0, 0, 0.1215686275);
  z-index: var(--easy-table-rows-per-page-selector-z-index);
}

.easy-data-table__rows-selector ul.select-items.show[data-v-4ca5de3a] {
  display: block;
}

.easy-data-table__rows-selector ul.select-items.inside[data-v-4ca5de3a] {
  bottom: 0px;
  top: auto;
}

.easy-data-table__rows-selector ul.select-items li[data-v-4ca5de3a] {
  cursor: pointer;
  padding: var(--easy-table-rows-per-page-selector-option-padding);
  background-color: var(--easy-table-footer-background-color);
}

.easy-data-table__rows-selector ul.select-items li.selected[data-v-4ca5de3a] {
  color: #fff;
  background-color: var(--1b889342);
}

.lds-ring[data-v-1fa3a520] {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.lds-ring div[data-v-1fa3a520] {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring-1fa3a520 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--26774109) transparent transparent transparent;
}

.lds-ring div[data-v-1fa3a520]:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div[data-v-1fa3a520]:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div[data-v-1fa3a520]:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring-1fa3a520 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader-line[data-v-7d281cac] {
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 0x auto;
}

.loader-line[data-v-7d281cac]:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: var(--0d327f57);
  animation: lineAnim-7d281cac 1s linear infinite;
}

@keyframes lineAnim-7d281cac {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  to {
    left: 100%;
    width: 100%;
  }
}
.buttons-pagination[data-v-4c681fa2] {
  box-sizing: border-box;
  display: flex;
  padding: 0;
  border-radius: 4px;
}

.buttons-pagination .item[data-v-4c681fa2] {
  box-sizing: border-box;
  cursor: pointer;
  min-width: calc(var(--easy-table-footer-font-size) * 1.8);
  line-height: calc(var(--easy-table-footer-font-size) * 1.8);
  border-top: var(--easy-table-buttons-pagination-border);
  border-bottom: var(--easy-table-buttons-pagination-border);
  border-right: var(--easy-table-buttons-pagination-border);
  text-align: center;
}

.buttons-pagination .item[data-v-4c681fa2]:first-of-type {
  border-left: var(--easy-table-buttons-pagination-border);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.buttons-pagination .item[data-v-4c681fa2]:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.buttons-pagination .item.button.active[data-v-4c681fa2] {
  background-color: var(--40dd4f07);
  border-left: var(--easy-table-buttons-pagination-border);
  border-color: var(--40dd4f07) !important;
  color: #fff;
}

.buttons-pagination .item.button.active-prev[data-v-4c681fa2] {
  border-right: none;
}

.previous-page__click-button[data-v-c9da5286], .next-page__click-button[data-v-c9da5286] {
  margin: 0 5px;
  cursor: pointer;
}

.previous-page__click-button .arrow[data-v-c9da5286], .next-page__click-button .arrow[data-v-c9da5286] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.previous-page__click-button .arrow.arrow-left[data-v-c9da5286], .next-page__click-button .arrow.arrow-left[data-v-c9da5286] {
  transform: rotate(135deg);
}

.previous-page__click-button .arrow.arrow-right[data-v-c9da5286], .next-page__click-button .arrow.arrow-right[data-v-c9da5286] {
  transform: rotate(-45deg);
}

.previous-page__click-button.first-page[data-v-c9da5286], .next-page__click-button.last-page[data-v-c9da5286] {
  cursor: not-allowed;
}

.previous-page__click-button.first-page .arrow[data-v-c9da5286], .next-page__click-button.last-page .arrow[data-v-c9da5286] {
  border-color: #e0e0e0;
}

:root {
  --easy-table-border: 1px solid #e0e0e0;
  --easy-table-row-border: 1px solid #e0e0e0;
  --easy-table-header-font-size: 12px;
  --easy-table-header-height: 36px;
  --easy-table-header-font-color: #373737;
  --easy-table-header-background-color: #fff;
  --easy-table-header-item-padding: 0px 10px;
  --easy-table-body-row-height: 36px;
  --easy-table-body-row-font-size: 12px;
  --easy-table-body-row-font-color: #212121;
  --easy-table-body-row-background-color: #fff;
  --easy-table-body-row-hover-font-color: #212121;
  --easy-table-body-row-hover-background-color: #eee;
  --easy-table-body-even-row-font-color: #212121;
  --easy-table-body-even-row-background-color: #fafafa;
  --easy-table-body-item-padding: 0px 10px;
  --easy-table-footer-background-color: #fff;
  --easy-table-footer-font-color: #212121;
  --easy-table-footer-font-size: 12px;
  --easy-table-footer-padding: 0px 5px;
  --easy-table-footer-height: 36px;
  --easy-table-rows-per-page-selector-width: auto;
  --easy-table-rows-per-page-selector-option-padding: 5px;
  --easy-table-rows-per-page-selector-z-index: auto;
  --easy-table-message-font-color: #212121;
  --easy-table-message-font-size: 12px;
  --easy-table-message-padding: 20px;
  --easy-table-loading-mask-background-color: #fff;
  --easy-table-loading-mask-opacity: .5;
  --easy-table-scrollbar-track-color: #fff;
  --easy-table-scrollbar-color: #fff;
  --easy-table-scrollbar-thumb-color: #c1c1c1;
  --easy-table-scrollbar-corner-color: #fff;
  --easy-table-buttons-pagination-border: 1px solid #e0e0e0 ;
}

.vue3-easy-data-table {
  border: var(--easy-table-border);
  position: relative;
  box-sizing: border-box;
}

.vue3-easy-data-table__main {
  border: none;
  width: 100%;
  overflow: auto;
  background-color: var(--easy-table-body-row-background-color);
}

.vue3-easy-data-table__main::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--easy-table-scrollbar-track-color);
}

.vue3-easy-data-table__main::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: var(--easy-table-scrollbar-color);
}

.vue3-easy-data-table__main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--easy-table-scrollbar-thumb-color);
}

.vue3-easy-data-table__main::-webkit-scrollbar-corner {
  background-color: var(--easy-table-scrollbar-corner-color);
}

.vue3-easy-data-table__main.table-fixed table {
  table-layout: fixed;
}

.vue3-easy-data-table__main.show-shadow th.shadow:after, .vue3-easy-data-table__main.show-shadow td.shadow:after {
  box-shadow: inset 6px 0 5px -3px rgba(0, 0, 0, 0.2);
}

.vue3-easy-data-table__main.fixed-header th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.vue3-easy-data-table__main.hoverable tr:hover td {
  background-color: var(--easy-table-body-row-hover-background-color);
  color: var(--easy-table-body-row-hover-font-color);
}

.vue3-easy-data-table__main.hoverable .vue3-easy-data-table__body.row-alternation .even-row:hover td {
  color: var(--easy-table-body-row-hover-font-color);
  background-color: var(--easy-table-body-row-hover-background-color);
}

.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__header th {
  border-right: var(--easy-table-row-border);
}

.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__header th:last-of-type {
  border-right: none;
}

.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__body td {
  border-right: var(--easy-table-row-border);
}

.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__body td:last-of-type {
  border-right: none;
}

.vue3-easy-data-table__body.row-alternation tr.even-row td {
  color: var(--easy-table-body-even-row-font-color);
  background-color: var(--easy-table-body-even-row-background-color);
}

table {
  border-collapse: initial;
  display: table;
  width: 100%;
  border-spacing: 0;
  margin: 0;
}

.vue3-easy-data-table__header, .vue3-easy-data-table__body {
  position: relative;
}

.vue3-easy-data-table__header tr {
  font-size: var(--easy-table-header-font-size);
  border: none;
  height: var(--easy-table-header-height);
}

.vue3-easy-data-table__header th {
  background-color: var(--easy-table-header-background-color);
  color: var(--easy-table-header-font-color);
  border: none;
  border-bottom: var(--easy-table-row-border);
  padding: var(--easy-table-header-item-padding);
  position: relative;
}

.vue3-easy-data-table__header th .header {
  display: flex;
  align-items: center;
}

.vue3-easy-data-table__header th .header.direction-left {
  justify-content: flex-start;
}

.vue3-easy-data-table__header th .header.direction-center {
  justify-content: center;
}

.vue3-easy-data-table__header th .header.direction-right {
  justify-content: flex-end;
}

.vue3-easy-data-table__header th.text-end .header.direction-left,
.vue3-easy-data-table__header th.text-end .header.direction-center,
.vue3-easy-data-table__header th.text-end .header.direction-right {
  justify-content: flex-end !important;
}
.vue3-easy-data-table__header th.text-end .header.direction-left .header-text,
.vue3-easy-data-table__header th.text-end .header.direction-center .header-text,
.vue3-easy-data-table__header th.text-end .header.direction-right .header-text {
  order: 2;
}
.vue3-easy-data-table__header th.text-end .header.direction-left .sortType-icon,
.vue3-easy-data-table__header th.text-end .header.direction-center .sortType-icon,
.vue3-easy-data-table__header th.text-end .header.direction-right .sortType-icon {
  order: 1;
  margin-left: 0;
  margin-right: 4px;
}

.vue3-easy-data-table__header th.sortable {
  cursor: pointer;
}

.vue3-easy-data-table__header th.sortable .sortType-icon {
  border: 5px solid transparent;
  margin-top: -3px;
  margin-left: 4px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  border-bottom-color: var(--easy-table-header-font-color);
}

.vue3-easy-data-table__header th.sortable .multi-sort__number {
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  margin-left: 4px;
  background-color: var(--easy-table-header-font-color);
  color: var(--easy-table-header-background-color);
}

.vue3-easy-data-table__header th.sortable.none:hover .sortType-icon {
  opacity: 1;
}

.vue3-easy-data-table__header th.sortable.none .sortType-icon {
  opacity: 0;
  transition: 0.5s ease;
}

.vue3-easy-data-table__header th.sortable.desc .sortType-icon {
  margin-top: 5px;
  transform: rotate(180deg);
}

.vue3-easy-data-table__header th.shadow:after, .vue3-easy-data-table__body td.shadow:after {
  pointer-events: none;
  content: "";
  width: 36px;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -36px;
  box-shadow: none;
}

.vue3-easy-data-table__body tr {
  height: var(--easy-table-body-row-height);
  color: var(--easy-table-body-row-font-color);
  font-size: var(--easy-table-body-row-font-size);
}

.vue3-easy-data-table__body tr:last-child td {
  border-bottom: none;
}

.vue3-easy-data-table__body tr:first-child td {
  border-bottom: var(--easy-table-row-border);
}

.vue3-easy-data-table__body td {
  padding: var(--easy-table-body-item-padding);
  background-color: var(--easy-table-body-row-background-color);
  border: none;
  border-bottom: var(--easy-table-row-border);
  position: relative;
}

.vue3-easy-data-table__body td.direction-left {
  text-align: left;
}

.vue3-easy-data-table__body td.direction-center {
  text-align: center;
}

.vue3-easy-data-table__body td.direction-right {
  text-align: right;
}

.vue3-easy-data-table__body td .expand-icon {
  border: solid;
  border-color: var(easy-table-body-row-font-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.vue3-easy-data-table__body td .expand-icon.expanding {
  transform: rotate(45deg);
}

.vue3-easy-data-table__body td.expand {
  position: relative;
}

.vue3-easy-data-table__body td.expand .expand-loading {
  position: absolute;
  top: 0px;
  left: 0px;
}

.vue3-easy-data-table__body td.can-expand {
  cursor: pointer;
}

.vue3-easy-data-table__footer {
  background-color: var(--easy-table-footer-background-color);
  color: var(--easy-table-footer-font-color);
  border-top: var(--easy-table-row-border);
  font-size: var(--easy-table-footer-font-size);
  height: var(--easy-table-footer-height);
  padding: var(--easy-table-footer-padding);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vue3-easy-data-table__footer .pagination__rows-per-page {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.vue3-easy-data-table__footer .pagination__items-index {
  margin: 0 20px 0 10px;
}

.vue3-easy-data-table__message {
  color: var(--easy-table-message-font-color);
  font-size: var(--easy-table-message-font-size);
  padding: var(--easy-table-message-padding);
  text-align: center;
}

.vue3-easy-data-table__loading {
  z-index: 3;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vue3-easy-data-table__loading .loading-entity {
  z-index: 1;
}

.vue3-easy-data-table__loading-mask {
  background-color: var(--easy-table-loading-mask-background-color);
  opacity: var(--easy-table-loading-mask-opacity);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.vue3-easy-data-table__main {
  min-height: var(--4546a7ac);
}

.vue3-easy-data-table__main.fixed-height {
  height: var(--705db878);
}

.page-content {
  min-height: 100vh;
}

.loading {
  position: relative;
  min-height: 200px;
}
.loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
  background: rgba(0, 0, 0, 0.5);
  cursor: wait;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10006;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: rgb(0, 206, 238);
  border-radius: 50%;
  box-sizing: border-box;
  animation: loader-rotation 1s linear infinite;
  margin: -24px 0 0 -24px;
  cursor: wait;
}
.loading.loading--light:before {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px #fff;
}

html.loading:after, html.loading:before {
  position: fixed;
}

.card .loading:before {
  background: rgba(255, 255, 255, 0.5);
}

.card.loading {
  overflow: hidden;
}
.card.loading:before {
  background: rgba(255, 255, 255, 0.5);
}

.btn-loading {
  position: relative;
  overflow: hidden;
}
.btn-loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10005;
  background: rgba(255, 255, 255, 0.5);
  cursor: wait;
}
.btn-loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10006;
  width: 24px;
  height: 24px;
  border: 5px solid #FFF;
  border-bottom-color: rgb(0, 206, 238);
  border-radius: 50%;
  box-sizing: border-box;
  animation: loader-rotation 1s linear infinite;
  margin: -12px 0 0 -12px;
  cursor: wait;
}

.form-control {
  line-height: 20px;
  padding: 9px 12px;
  font-size: 14px;
}

.form-control-color {
  height: 41px !important;
}

@keyframes loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  line-height: 21px;
  padding: 9px 12px;
}

.btn-label {
  padding-left: 44px;
}
.btn-label .label-icon {
  height: 41px;
}

.btn-sm {
  padding: 4px 8px;
  line-height: 17px;
}
.btn-sm.btn-label {
  padding-left: 33px;
}
.btn-sm.btn-label .label-icon {
  height: 24px;
}

.btn-bg-light {
  color: #495057 !important;
}

table .btn {
  white-space: nowrap;
}

.card-header {
  padding-top: 14px;
  padding-bottom: 14px;
}

.vue-dropzone,
.dropzone {
  background: var(--bs-card-cap-bg) !important;
  border-color: var(--bs-body-bg) !important;
}
.vue-dropzone:hover,
.dropzone:hover {
  background: var(--bs-body-bg) !important;
  color: var(--bs-heading-color) !important;
  border-color: var(--bs-body-bg) !important;
}

.dz-download {
  margin-top: 10px;
  padding-left: 0.4em;
}
.dz-download .btn {
  cursor: pointer !important;
}

.dropzone-compact .dropzone {
  min-height: 0;
}
.dropzone-compact .dropzone .dz-message {
  margin: 0;
}

.alert {
  font-size: 15px;
}

.alert-sm {
  font-size: 14px;
}

.alert-success {
  background: var(--bs-success);
  color: var(--bs-white);
  border-color: var(--bs-success);
}

.alert-danger {
  background: var(--bs-danger);
  color: var(--bs-white);
  border-color: var(--bs-danger);
}

.alert-warning {
  background: var(--bs-warning);
  color: var(--bs-white);
  border-color: var(--bs-warning);
}

.alert-info {
  background: var(--bs-info);
  color: var(--bs-white);
  border-color: var(--bs-info);
}

.alert-primary {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}

.alert-secondary {
  background: var(--bs-secondary);
  color: var(--bs-white);
  border-color: var(--bs-secondary);
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  padding-left: 0;
}

.btn-label.btn-sm {
  padding-left: 28px;
}
.btn-label.btn-sm .label-icon {
  font-size: 12px;
  width: 24px;
}

.vue-dropzone > .dz-preview .dz-remove.btn {
  border: 0 none !important;
  text-transform: none !important;
  font-weight: normal !important;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) var(--bs-btn-padding-y) 44px;
  letter-spacing: 0;
}

.v-select {
  font-size: 13px;
}

.vs__selected-options {
  min-height: 35px;
}

.vs__search, .vs__search:focus {
  font-size: 13px;
}

.form-switch {
  padding-left: 3.5em;
}

.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  margin-left: -3.5em;
  margin-top: -2px;
}

label.required:after, h4.required:after {
  content: " *";
  color: #f46a6a;
}

.card-header {
  background: transparent;
}

.card-footer {
  background: #fff;
}

.project-type-badge,
.colored-badge {
  display: inline-flex;
  padding: 0.4em 0.8em;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.4em;
  align-items: center;
}
.project-type-badge.project-type-badge-light, .project-type-badge.colored-badge-light,
.colored-badge.project-type-badge-light,
.colored-badge.colored-badge-light {
  color: #495057;
}
.project-type-badge.project-type-badge-dark, .project-type-badge.colored-badge-dark,
.colored-badge.project-type-badge-dark,
.colored-badge.colored-badge-dark {
  color: #fff;
}
.project-type-badge i,
.colored-badge i {
  margin-right: 6px;
}
.project-type-badge i:last-child,
.colored-badge i:last-child {
  margin-right: 0;
}

.colored-badge-sm {
  padding: 0.2em 0.4em;
  font-size: 11px;
  border-radius: 0.3em;
}

.colored-badge-xl {
  padding: 0.5em 0.9em;
  font-size: 14px;
  border-radius: 0.4em;
}

.vs__selected .project-type-badge {
  white-space: normal;
}

.badge-xl {
  padding: 0.4em 0.8em;
  font-size: 12px;
  font-weight: 500;
}

.milestone-badge {
  display: inline-flex;
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.4em;
  align-items: center;
}
.milestone-badge i {
  margin-right: 6px;
}
.milestone-badge.milestone-badge-light {
  color: #495057;
}
.milestone-badge.milestone-badge-dark {
  color: #fff;
}
.milestone-badge.milestone-badge-inactive {
  opacity: 0.3;
}

.vs--single.vs--loading .vs__selected, .vs--single.vs--open .vs__selected {
  top: 5px;
}

.growing-textarea textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  color: var(--bs-gray-700);
  background-color: var(--bs-custom-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-input-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 20px;
  padding: 9px 12px;
  font-size: 14px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .growing-textarea textarea {
    transition: none;
  }
}
.growing-textarea textarea:focus {
  color: var(--bs-gray-700);
  background-color: var(--bs-custom-white);
  border-color: var(--bs-input-focus-border-color);
  outline: 0;
  box-shadow: none;
}

.vs__dropdown-toggle {
  background: #fff !important;
}

.vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__search {
  background: var(--bs-gray-200) !important;
}

.select-invalid .vs__dropdown-toggle,
.date-invalid .vs__dropdown-toggle,
.radio-button-invalid .vs__dropdown-toggle {
  border-color: #f46a6a !important;
}
.select-invalid .invalid-feedback,
.date-invalid .invalid-feedback,
.radio-button-invalid .invalid-feedback {
  display: block;
}
.select-invalid .form-control,
.date-invalid .form-control,
.radio-button-invalid .form-control {
  border-color: #f46a6a !important;
}

.vs__search, .vs__search:focus {
  font-size: 14px !important;
}

.file-upload-wrapper {
  border: 2px dashed var(--bs-border-color);
  padding: 1em;
  text-align: center;
  background: var(--bs-custom-white);
  font-size: 1.4em;
  border-radius: 6px;
  margin-bottom: 15px;
}

.file-upload-wrapper:hover {
  border: 2px dashed var(--bs-black);
}

.td-image-thumb {
  max-width: 4em;
  max-height: 4em;
  cursor: pointer;
}

.progress {
  height: 18px;
}
.progress .progress-bar {
  font-weight: bold;
}

@media (min-width: 768px) {
  .filename {
    max-width: 20vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 50000;
  padding: 5vh 5vw;
}
.lightbox .btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.lightbox-image {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.lightbox-image img {
  max-width: 100%;
  max-height: 100%;
}

.file-icon {
  text-align: center;
}
.file-icon i {
  font-size: 40px;
}

.card.bg-light {
  background: rgba(85, 110, 230, 0.1);
}

.details-box {
  padding: 7px 10px;
  background: var(--bs-light);
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.details-box > div {
  flex-basis: 50%;
  max-width: 50%;
  padding: 5px 0;
  position: relative;
  align-items: center;
  line-height: 16px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .details-box > div {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.details-box > div.full-width {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.details-box > div.text {
  align-items: flex-start;
}
.details-box > div.text p {
  margin-bottom: 5px;
}
.details-box > div > i:first-child {
  width: 20px;
  text-align: center;
  margin-right: 6px;
  flex-shrink: 0;
}
.details-box > div > strong, .details-box > div > a, .details-box > div > span, .details-box > div > div {
  margin-left: 6px;
  text-overflow: ellipsis;
}
.details-box > div a {
  font-weight: bold;
}
.details-box > div.break {
  flex-basis: 100% !important;
  max-width: 100% !important;
  height: 1px;
  padding: 0;
  margin: 4px 0;
  background: #fff;
}
.details-box > div.break:last-child,
.details-box > div.break + div.break {
  margin: 0;
  background: transparent;
  height: 0;
}
.details-box h4 {
  flex-basis: 100%;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0 0 5px;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .details-box.details-box--md > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.details-box.details-box--narrow > div {
  flex-basis: 100%;
  max-width: 100%;
}

.vs__dropdown-toggle {
  border-color: var(--bs-input-border-color) !important;
}

.vs__dropdown-menu {
  border-color: var(--bs-input-focus-border-color) !important;
}

.vs--open .vs__dropdown-toggle {
  border-color: var(--bs-input-focus-border-color) !important;
}

.data-table-bootstrap thead th {
  border-bottom: 1px solid rgb(215, 218, 222) !important;
  font-weight: 600 !important;
}

.data-table-compact .vue3-easy-data-table__main {
  min-height: auto !important;
}

.data-table-bootstrap {
  --easy-table-header-font-color: #000;
  --easy-table-header-item-padding: 0.75rem 0.75rem;
  --easy-table-header-font-size: 13px;
  --easy-table-border: none !important;
  --easy-table-row-border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  --easy-table-body-row-font-color: var(--bs-table-color);
  --easy-table-header-background-color: #eff2f7;
  --easy-table-body-item-padding: 0.75rem 0.75rem;
  --easy-table-body-even-row-font-color: var(--bs-table-bg);
  --easy-table-body-even-row-background-color: var(--bs-table-striped-bg);
  --easy-table-body-row-hover-font-color: var(--bs-table-hover-color);
  --easy-table-body-row-hover-background-color: #F8F9FA;
}
.data-table-bootstrap tr.table-info td {
  background: #DCEDFC !important;
}

.vue3-easy-data-table__footer {
  color: var(--bs-card-color) !important;
  padding-top: 14px !important;
}

.modal-top {
  z-index: 51001;
}

.modal-backdrop-top {
  z-index: 51000;
}

.clear-search {
  cursor: pointer;
}

.clear-search:hover {
  color: var(--bs-danger);
}

.overlay-form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50005;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .overlay-form-wrapper {
    padding: 0;
  }
}

.overlay-form-wrapper--content {
  background: var(--bs-body-bg);
  padding: 30px;
  min-height: 150px;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 575.98px) {
  .overlay-form-wrapper--content {
    max-height: 100vh;
    padding: 30px 15px;
  }
}
.overlay-form-wrapper--content.overlay-form-wrapper--content-small {
  max-width: 800px;
}
.overlay-form-wrapper--content.loading:before {
  background: #FFF;
}

.mb-last-0:last-child {
  margin-bottom: 0 !important;
}

td input[switch] + label {
  margin: 0;
}

.input-group .btn-secondary {
  background: var(--bs-gray-200);
  color: var(--bs-gray-700);
  border: 1px solid var(--bs-input-border-color);
}
.input-group .btn-secondary:hover {
  background: var(--bs-gray-200);
  color: var(--bs-gray-700);
  border: 1px solid var(--bs-input-focus-border-color);
}

td .highlighted {
  margin: -12px;
  height: 100%;
}
td .highlighted .highlighted--icon {
  font-weight: bold;
  font-size: 20px;
  background: #343a40;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
td .highlighted .highlighted--icon i {
  margin: 0 !important;
}

.inactivity-overlay-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
}

.inactivity-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  text-align: center;
  z-index: 10001;
  border: 5px solid var(--bs-danger-rgb);
}

.inactivity-overlay p {
  font-size: 20px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.document-types-list-group {
  border-radius: 0 !important;
}
.document-types-list-group .list-group-item {
  padding-left: 25px;
  position: relative;
}
.document-types-list-group .list-group-item-action-active {
  background-color: #74788d;
  color: #fff;
}
.document-types-list-group .list-group-item-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
}

p:last-child {
  margin-bottom: 0;
}

.switch-wrapper {
  height: 41px;
  display: flex;
  align-items: center;
}
.switch-wrapper label {
  margin: 0;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
}

.file-list {
  grid-gap: 10px;
}
.file-list > div {
  width: calc(50% - 5px);
}
@media (max-width: 575.98px) {
  .file-list > div {
    width: 100%;
  }
}

.project-card .row-icon {
  font-size: 22px;
  margin-right: 12px;
  width: 40px;
  text-align: center;
}
.project-card .row-icon.big {
  font-size: 30px;
}

.project-card-attributes {
  padding: 0 10px;
}

.project-card-attribute {
  padding: 20px 10px;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  display: flex;
  align-items: flex-start;
}
.project-card-attribute:last-child {
  border-bottom: 0 none;
}

@media (max-width: 767.98px) {
  .table-collapse-mobile thead {
    display: none;
  }
  .table-collapse-mobile tbody, .table-collapse-mobile tfoot {
    display: block;
  }
  .table-collapse-mobile tbody tr, .table-collapse-mobile tfoot tr {
    border: 1px solid var(--bs-border-color);
    margin-bottom: 10px;
    display: block;
  }
  .table-collapse-mobile tbody tr td, .table-collapse-mobile tbody tr th, .table-collapse-mobile tfoot tr td, .table-collapse-mobile tfoot tr th {
    display: flex;
    border: none;
    width: 100%;
    padding: 0.4rem 0.75rem;
  }
  .table-collapse-mobile tbody tr td.column-on-mobile, .table-collapse-mobile tbody tr th.column-on-mobile, .table-collapse-mobile tfoot tr td.column-on-mobile, .table-collapse-mobile tfoot tr th.column-on-mobile {
    flex-direction: column;
  }
  .table-collapse-mobile tbody tr td:nth-child(2n+1), .table-collapse-mobile tbody tr th:nth-child(2n+1), .table-collapse-mobile tfoot tr td:nth-child(2n+1), .table-collapse-mobile tfoot tr th:nth-child(2n+1) {
    background: var(--bs-table-striped-bg);
  }
  .table-collapse-mobile tbody tr td[data-label]:before, .table-collapse-mobile tbody tr th[data-label]:before, .table-collapse-mobile tfoot tr td[data-label]:before, .table-collapse-mobile tfoot tr th[data-label]:before {
    content: attr(data-label) ": ";
    font-weight: bold;
    display: block;
    margin-right: 10px;
  }
  .table-collapse-mobile tbody tr td.optional, .table-collapse-mobile tbody tr th.optional, .table-collapse-mobile tfoot tr td.optional, .table-collapse-mobile tfoot tr th.optional {
    margin-top: -8px;
  }
  .table-collapse-mobile .v-select {
    width: 100%;
  }
  .table-collapse-mobile .td-image-thumb {
    max-width: 8em;
    max-height: 8em;
  }
}

@media (max-width: 767.98px) {
  .attribute-table-collapse-mobile thead {
    display: none;
  }
  .attribute-table-collapse-mobile tbody, .attribute-table-collapse-mobile tfoot {
    display: block;
  }
  .attribute-table-collapse-mobile tbody tr, .attribute-table-collapse-mobile tfoot tr {
    border-bottom: 1px solid var(--bs-border-color);
    display: block;
  }
  .attribute-table-collapse-mobile tbody tr:last-child, .attribute-table-collapse-mobile tfoot tr:last-child {
    border-bottom: none;
  }
  .attribute-table-collapse-mobile tbody tr td, .attribute-table-collapse-mobile tbody tr th, .attribute-table-collapse-mobile tfoot tr td, .attribute-table-collapse-mobile tfoot tr th {
    border: none;
    display: block;
  }
  .attribute-table-collapse-mobile tbody tr td, .attribute-table-collapse-mobile tfoot tr td {
    padding-top: 0.1rem;
  }
  .attribute-table-collapse-mobile tbody tr th, .attribute-table-collapse-mobile tfoot tr th {
    padding-bottom: 0.1rem;
  }
}

.project-attribute--label {
  max-width: 15vw;
  flex-basis: 15vw;
  flex-shrink: 0;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .project-attribute--label {
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}

.project-attribute--wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .project-attribute--wrapper {
    flex-wrap: wrap;
  }
}

.project-attribute--label-editable {
  padding-top: 10px;
}

.project-attribute--label label {
  margin: 0;
}

.table-row-operations {
  margin: -4px;
}

.sortable-form-card--left {
  flex-basis: 100px;
  flex-shrink: 0;
  padding: 10px;
  border-right: 1px solid #eff2f7;
  display: flex;
  flex-direction: column;
}

.sortable-form-card--left button {
  margin-bottom: 10px;
}

.sortable-form-card--right {
  flex-basis: calc(100% - 100px);
  padding: 10px 10px 10px 20px;
}

.vue3-easy-data-table__main {
  overflow: visible !important;
}

@media (min-width: 768px) {
  .nav-pills.nav-justified {
    flex-wrap: nowrap;
  }
}
.nav-pills.nav-justified .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.nav-pills.nav-justified .nav-link .icon {
  margin-bottom: 5px;
  position: relative;
}
.nav-pills.nav-justified .nav-link .icon .badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -20px);
}
.nav-pills.nav-justified .nav-link .label {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .nav-pills.nav-justified .nav-link .label {
    display: none;
  }
}
.nav-pills.nav-justified .nav-link i {
  font-size: 22px;
}
.nav-pills.nav-justified .nav-item .far,
.nav-pills.nav-justified .nav-item .fas,
.nav-pills.nav-justified .nav-item .fal,
.nav-pills.nav-justified .nav-item .fab {
  text-align: center;
  width: 1.25em;
}

@media (max-width: 767.98px) {
  .comment-info {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .page-content {
    padding: 94px 5px 60px 5px;
  }
  .card {
    margin-left: -5px;
    margin-right: -5px;
  }
  .card .card-body {
    padding: 10px;
  }
  .vue3-easy-data-table table {
    display: block;
  }
  .vue3-easy-data-table table thead {
    display: none;
  }
  .vue3-easy-data-table table tbody, .vue3-easy-data-table table tr, .vue3-easy-data-table table td {
    display: block !important;
    height: auto !important;
  }
  .vue3-easy-data-table table tbody tr {
    padding: 0 !important;
    border: 1px solid var(--bs-border-color) !important;
    position: relative;
    margin-bottom: 10px;
  }
  .vue3-easy-data-table table tbody tr:hover {
    background-color: transparent !important;
  }
  .vue3-easy-data-table table tbody tr:hover td {
    background-color: #fff !important;
  }
  .vue3-easy-data-table table tbody tr td {
    padding: 10px 58px 10px 10px !important;
    border-bottom: 0 none !important;
    position: static;
    min-height: 38px;
  }
  .vue3-easy-data-table table tbody tr td:empty {
    display: none;
  }
  .vue3-easy-data-table table tbody tr td:nth-child(2n+1) {
    background: #F8F9FA !important;
  }
  .vue3-easy-data-table table tbody tr td:last-child {
    position: absolute;
    padding: 10px !important;
    right: 0;
    top: 0;
    bottom: 0;
    background: #CCCDCF !important;
  }
  .vue3-easy-data-table table tbody tr td.text-end {
    text-align: left !important;
  }
  .vue3-easy-data-table table tbody tr .v-select {
    width: 100%;
  }
  .vue3-easy-data-table table tbody tr .table-row-operations {
    flex-direction: column;
    margin: 0;
  }
  .vue3-easy-data-table table tbody tr .table-row-operations .btn {
    flex-grow: 1;
  }
  .vue3-easy-data-table table tbody tr .table-row-operations div:not(.dropdown-menu) {
    display: flex;
  }
  .vue3-easy-data-table table tbody tr .table-row-operations .dropdown-menu {
    right: 0;
    left: auto;
  }
  .data-table-filter-wrapper .input-group {
    margin-bottom: 10px;
  }
  .vue3-easy-data-table__footer {
    flex-wrap: wrap;
    justify-content: center;
    height: auto !important;
  }
  .pagination__rows-per-page {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .pagination__items-index {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
  }
}
.navbar-brand-box {
  height: 70px;
}
.navbar-brand-box .logo {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.navbar-brand-box .small-logo {
  display: none;
}

body.vertical-collpsed .navbar-brand-box .normal-logo {
  display: none;
}
body.vertical-collpsed .navbar-brand-box .small-logo {
  display: block;
}

.main-content .container-fluid {
  position: relative;
  z-index: 99;
}

body.client-area .topnav {
  position: relative;
  margin-top: 0;
  z-index: auto;
}
body.client-area #page-topbar {
  position: relative;
  z-index: auto;
}
body.client-area .page-content {
  margin-top: 0;
  padding: 30px 12px 70px;
}

.single-checkbox {
  font-size: 20px;
  cursor: pointer;
}

td.button-cell {
  padding: 4px !important;
  vertical-align: middle;
}

.mx-datepicker-popup {
  z-index: 50010 !important;
}

.footer {
  z-index: 50;
}

.radio-field {
  scroll-margin-top: 20px;
}

.vs__dropdown-option--selected {
  background: #eff2f7;
}

.vs__dropdown-option {
  white-space: normal !important;
}

.vs__dropdown-option--highlight {
  color: #fff;
  background: rgb(0, 206, 238);
}

.btn-secondary-light {
  background: #89898f;
}

.language-bar a {
  color: #495057;
}
.language-bar a:hover, .language-bar a:focus, .language-bar a:active, .language-bar a.active {
  color: rgb(0, 206, 238);
}

.language-bar-dark a {
  color: #fff;
}
.language-bar-dark a:hover, .language-bar-dark a:focus, .language-bar-dark a:active, .language-bar-dark a.active {
  color: rgb(0, 206, 238);
}
