/*-----------------------------------------------------------------------------------

    Template Name: Chinna Template
    Version: 1.0

-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

.login-body {
  background-color: #e7e7e7;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 400;
  position: relative;
}
body[data-rtl=rtl] {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

.btn-primary {
  color: #ffffff;
  border-color: #e4aa25;
  background-color: #e4aa25;
}
.btn-primary i {
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #e4aa25;
  background-color: #000000;
}

.page-content h6 {
  margin-bottom: 2rem;
  color: #181c32 !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
}

table tr th {
  font-weight: 600 !important;
  font-size: 15px;
}

.margin-top-50 {
  margin-top: 50px;
}

.cust_fp {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
}
.cust_fp:hover {
  color: #e4aa25;
}

.cust_f {
  font-weight: 500;
  font-size: 13px;
}

.cust-btn {
  background-color: #000000;
  border-color: #000000;
}
.cust-btn:hover, .cust-btn:active {
  background-color: #e4aa25;
  border-color: #e4aa25;
}
.cust-btn:hover:focus, .cust-btn:active:focus {
  box-shadow: none;
}

.c_s .form-control:focus {
  color: #2e3134;
  background-color: #ffffff;
  border-color: #e4aa25;
  outline: 0;
  box-shadow: none;
}

.form-check .form-check-input:checked {
  background-color: #e4aa25;
  border-color: #e4aa25;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}

.fa-trash {
  color: red;
}

.fa-edit {
  color: blue;
}

.cb-row td {
  font-weight: 400;
}

.dataTables_filter {
  margin-bottom: 2rem;
}

.alert.alert-danger {
  padding: 0 6px;
  font-size: 12px;
}

.fv-row span {
  font-size: 14px;
  font-weight: 600;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f1416c;
  padding-left: 0.25rem;
  font-weight: 700;
}

.box-check {
  position: relative;
  margin-right: 5px;
}
.box-check:hover:not(.active) {
  border-color: #e4aa25;
}
.box-check input:checked ~ .border-oncheck {
  border-color: #e4aa25;
  background-color: rgba(228, 170, 37, 0.12);
}
.box-check .border-oncheck {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  z-index: 1;
  mix-blend-mode: darken;
}

.box {
  padding: 0.4rem 0.8rem;
  border-radius: 0.35rem;
  box-shadow: 0px 1px 10px 2px #ddd;
}

.fdc {
  color: #626161;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 2px;
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(350px) rotate(600deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

body[data-layout-mode=dark] {
  background-color: #030f16;
  color: #6f7d86;
}
body[data-layout-mode=dark] .h1 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .h2 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .h3 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .h4 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .h5 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .h6 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h1 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h2 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h3 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h4 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h5 {
  color: #eff0f2;
}
body[data-layout-mode=dark] h6 {
  color: #eff0f2;
}
body[data-layout-mode=dark] .notification-item .d-flex:hover {
  background-color: #082a3e;
}
body[data-layout-mode=dark] #page-topbar {
  background-color: #072435;
  border-color: #061e2c;
}
body[data-layout-mode=dark] .layout-mode-light {
  display: inline-block;
}
body[data-layout-mode=dark] .layout-mode-dark {
  display: none;
}
body[data-layout-mode=dark] .footer {
  background-color: #061e2c;
  box-shadow: 0 0 4px rgba(239, 240, 242, 0.12);
  color: #6f7d86;
}
body[data-layout-mode=dark] .right-bar {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .navbar-brand-box {
  background: #061e2c;
}
body[data-layout-mode=dark] .vertical-menu {
  background: #061e2c;
  border-color: #061e2c;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link {
  color: #a8b0c5;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link svg {
  color: #a8b0c5;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus {
  color: #fff;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item {
  color: #a8b0c5;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item:hover {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item.active {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active > a {
  color: #fff;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active > a svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .menu-title {
  color: rgba(168, 176, 197, 0.6);
}
body[data-layout-mode=dark] .avatar-group .avatar-group-item {
  border-color: #061e2c;
}
body[data-layout-mode=dark] .alert .btn-close {
  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;
}
body[data-layout-mode=dark] .alert-top-border {
  background-color: #061e2c;
  border-top: 2px solid #0b334b;
  border-color: #0b334b;
  background-color: #061e2c;
  border-top: 2px solid #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .alert-top-border .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
}
body[data-layout-mode=dark] .alert-outline {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .alert-outline .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
}
body[data-layout-mode=dark] .alert-outline.alert-light {
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-top-border.alert-primary {
  border-top-color: #3980c0;
  color: #3980c0;
}
body[data-layout-mode=dark] .alert-top-border.alert-secondary {
  border-top-color: #74788d;
  color: #74788d;
}
body[data-layout-mode=dark] .alert-top-border.alert-success {
  border-top-color: #33a186;
  color: #33a186;
}
body[data-layout-mode=dark] .alert-top-border.alert-info {
  border-top-color: #4bafe1;
  color: #4bafe1;
}
body[data-layout-mode=dark] .alert-top-border.alert-warning {
  border-top-color: #fc931d;
  color: #fc931d;
}
body[data-layout-mode=dark] .alert-top-border.alert-danger {
  border-top-color: #fa6374;
  color: #fa6374;
}
body[data-layout-mode=dark] .alert-top-border.alert-pink {
  border-top-color: #e83e8c;
  color: #e83e8c;
}
body[data-layout-mode=dark] .alert-top-border.alert-light {
  border-top-color: #f5f6f8;
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-top-border.alert-dark {
  border-top-color: #384861;
  color: #384861;
  border-top-color: #0b334b;
  border-color: #0b334b;
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-top-border.alert-purple {
  border-top-color: #564ab1;
  color: #564ab1;
}
body[data-layout-mode=dark] .alert-outline.alert-dark {
  border-color: #0b334b;
  color: #f5f6f8;
}
body[data-layout-mode=dark] .accordion-button {
  border-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .accordion-button:not(.collapsed) {
  background-color: rgba(57, 128, 192, 0.2);
  color: #3980c0;
  box-shadow: inset 0 -1px 0 #061e2c;
}
body[data-layout-mode=dark] .card-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .accordion-item {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .accordion-collapse {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
}
body[data-layout-mode=dark] .border-bottom {
  border-bottom: 1px solid #0b334b !important;
}
body[data-layout-mode=dark] .border {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .border-top {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .list-group-item {
  border-color: #0b334b !important;
  background-color: #061e2c;
  color: #6f7d86;
}
body[data-layout-mode=dark] .border-primary {
  border-color: #3980c0 !important;
}
body[data-layout-mode=dark] .border-secondary {
  border-color: #74788d !important;
}
body[data-layout-mode=dark] .border-success {
  border-color: #33a186 !important;
}
body[data-layout-mode=dark] .border-info {
  border-color: #4bafe1 !important;
}
body[data-layout-mode=dark] .border-warning {
  border-color: #fc931d !important;
}
body[data-layout-mode=dark] .border-danger {
  border-color: #fa6374 !important;
}
body[data-layout-mode=dark] .border-pink {
  border-color: #e83e8c !important;
}
body[data-layout-mode=dark] .border-light {
  border-color: #f5f6f8 !important;
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .border-dark {
  border-color: #384861 !important;
}
body[data-layout-mode=dark] .border-purple {
  border-color: #564ab1 !important;
}
body[data-layout-mode=dark] .text-dark {
  color: #f5f6f8 !important;
}
body[data-layout-mode=dark] .text-muted {
  color: #6f7d86 !important;
}
body[data-layout-mode=dark] .text-body {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .img-thumbnail {
  background-color: #082637;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .popover-header {
  color: #061e2c;
}
body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark .blockquote-footer {
  color: #0b334b;
}
body[data-layout-mode=dark] .social-list-item {
  border: 1px solid #061e2c;
  color: #6f7d86;
}
body[data-layout-mode=dark] .social-list-item:hover {
  color: #adb5bd;
}
body[data-layout-mode=dark] .modal-footer {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .modal-header {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .form-control {
  color: #adb5bd;
  background-color: #072435;
  border: 1px solid #0b334b;
}
body[data-layout-mode=dark] .form-control::-webkit-file-upload-button {
  background-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .form-select {
  color: #adb5bd;
  background-color: #082637;
  border: 1px solid #0b334b;
  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='%23f5f6f8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body[data-layout-mode=dark] .form-check-input {
  background-color: #0b334b;
  border-color: rgba(255, 255, 255, 0.25);
}
body[data-layout-mode=dark] .form-check-input:checked {
  background-color: #3980c0;
  border-color: #3980c0;
}
body[data-layout-mode=dark] .form-switch .form-check-input {
  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='%23fff'/%3e%3c/svg%3e");
}
body[data-layout-mode=dark] .input-group-text {
  background-color: #0b334b;
  border-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .activity-feed .feed-item {
  border-left: 2px solid #082a3e;
}
body[data-layout-mode=dark] .activity-feed .feed-item:after {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .activity-feed .feed-item:first-child {
  border-color: #3980c0;
}
body[data-layout-mode=dark] .activity-feed .feed-item:first-child:after {
  background-color: #3980c0;
}
body[data-layout-mode=dark] .main-chart .chart-border-left {
  border-left: 1.4px solid #0b334b;
}
body[data-layout-mode=dark] .best-product-title {
  color: #384861;
}
body[data-layout-mode=dark] .icon-demo-content i {
  color: #eff0f2;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .icon-demo-content svg {
  color: #eff0f2;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .card-radio {
  background-color: #061e2c;
  border: 2px solid #082a3e;
}
body[data-layout-mode=dark] .fc-daygrid-day {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .fc td {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .fc th {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .fc-col-header-cell {
  border-color: #0b334b;
  background-color: #082637;
}
body[data-layout-mode=dark] .fc-theme-bootstrap a:not([href]) {
  color: #6f7d86;
}
body[data-layout-mode=dark] .noUi-target {
  background-color: #0b334b;
  border-color: #0b334b;
  box-shadow: inset 0 1px 1px #0b334b, 0 3px 6px -5px #0b334b;
}
body[data-layout-mode=dark] .example-val {
  color: #6f7d86;
}
body[data-layout-mode=dark] .swal2-popup {
  background-color: #0b334b !important;
}
body[data-layout-mode=dark] .swal2-content {
  color: #adb5bd;
}
body[data-layout-mode=dark] .swal2-html-container {
  color: #6f7d86;
}
body[data-layout-mode=dark] .swal2-file {
  border: 1px solid #0e3f5d !important;
}
body[data-layout-mode=dark] .swal2-input {
  border: 1px solid #0e3f5d !important;
}
body[data-layout-mode=dark] .swal2-textarea {
  border: 1px solid #0e3f5d !important;
}
body[data-layout-mode=dark] .alertify .ajs-dialog {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .alertify .ajs-footer {
  color: #eff0f2;
  background-color: #061e2c;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3980c0;
}
body[data-layout-mode=dark] .alertify .ajs-header {
  color: #eff0f2;
  background-color: #061e2c;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .alertify .ajs-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #072435;
  border: 1px solid #0b334b;
}
body[data-layout-mode=dark] .alertify .ajs-commands button {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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 !important;
}
body[data-layout-mode=dark] .choices__list--dropdown {
  border: 1px solid #0b334b !important;
  background-color: #072435;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .choices__heading {
  border: 1px solid #0b334b;
}
body[data-layout-mode=dark] .choices__inner {
  color: #adb5bd;
  background-color: #072435;
  border: 1px solid #0b334b !important;
}
body[data-layout-mode=dark] .choices__input {
  background-color: #072435;
  color: #adb5bd;
}
body[data-layout-mode=dark] .choices[data-type*=select-one]:after {
  border-color: #adb5bd transparent transparent;
}
body[data-layout-mode=dark] .choices[data-type*=select-one] .choices__input {
  background-color: #072435;
  border: 1px solid #0b334b;
  color: #adb5bd;
}
body[data-layout-mode=dark] .choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #adb5bd;
}
body[data-layout-mode=dark] .choices.is-disabled .choices__inner {
  background-color: #072435;
}
body[data-layout-mode=dark] .choices.is-disabled .choices__input {
  background-color: #072435;
}
body[data-layout-mode=dark] .gridjs-container {
  color: #6f7d86;
}
body[data-layout-mode=dark] .gridjs-wrapper {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.075);
  border: 2px solid #061e2c;
}
body[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-track {
  background-color: #061e2c;
}
body[data-layout-mode=dark] input.gridjs-input {
  color: #adb5bd;
  background-color: #072435;
  border: 1px solid #0b334b;
}
body[data-layout-mode=dark] input.gridjs-input::-moz-placeholder {
  color: #6f7d86;
}
body[data-layout-mode=dark] input.gridjs-input::placeholder {
  color: #6f7d86;
}
body[data-layout-mode=dark] th.gridjs-th {
  background-color: #072435;
  color: #adb5bd;
  border-color: #0b334b;
}
body[data-layout-mode=dark] td.gridjs-td {
  border-color: #0b334b;
  background-color: #061e2c;
}
body[data-layout-mode=dark] .gridjs-tbody {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .gridjs-footer {
  background-color: #061e2c;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .gridjs-pagination {
  color: #6f7d86;
}
body[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button {
  background-color: #061e2c;
  color: #6f7d86;
}
body[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #3980c0;
  color: #fff;
  border-color: #3980c0;
}
body[data-layout-mode=dark] .flatpickr-calendar {
  background-color: #082637 !important;
  box-shadow: 1px 0 0 #0b334b, -1px 0 0 #0b334b, 0 1px 0 #0b334b, 0 -1px 0 #0b334b, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}
body[data-layout-mode=dark] .flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #0b334b !important;
}
body[data-layout-mode=dark] .flatpickr-weekdays {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .flatpickr-day:focus {
  background-color: rgba(11, 51, 75, 0.7) !important;
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day:hover {
  background-color: rgba(11, 51, 75, 0.7) !important;
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.today {
  border-color: #3980c0 !important;
  background-color: rgba(57, 128, 192, 0.1);
}
body[data-layout-mode=dark] .flatpickr-day.today:focus {
  color: #384861 !important;
  background-color: rgba(57, 128, 192, 0.15) !important;
}
body[data-layout-mode=dark] .flatpickr-day.today:hover {
  color: #384861 !important;
  background-color: rgba(57, 128, 192, 0.15) !important;
}
body[data-layout-mode=dark] .flatpickr-day.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
  box-shadow: -5px 0 0 #0b334b, 5px 0 0 #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay.today.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay:focus {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay:hover {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay.today.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay:focus {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay:hover {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.today.inRange {
  background-color: #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .flatpickr-day.selected {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.selected:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.selected:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled:hover {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.notAllowed {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.notAllowed.prevMonthDay {
  color: rgba(173, 181, 189, 0.3) !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.endRange.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.selected.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.selected.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.selected.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-day.startRange.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
body[data-layout-mode=dark] .flatpickr-time .flatpickr-am-pm {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .flatpickr-time .flatpickr-time-separator {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .flatpickr-time input {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #adb5bd;
}
body[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #adb5bd;
}
body[data-layout-mode=dark] .ck.ck-toolbar {
  background-color: #0b334b !important;
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .ck.ck-toolbar .ck.ck-button.ck-on {
  background: rgba(111, 125, 134, 0.2) !important;
}
body[data-layout-mode=dark] .ck.ck-dropdown__panel {
  background-color: #082637 !important;
  border-color: #082637 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06) !important;
}
body[data-layout-mode=dark] .ck.ck-list {
  background-color: #082637 !important;
  border-color: #082637 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06) !important;
}
body[data-layout-mode=dark] .ck.ck-editor__main > .ck-editor__editable {
  background-color: #061e2c !important;
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .ck.ck-icon:not([fill]) {
  fill: #adb5bd !important;
}
body[data-layout-mode=dark] .ck.ck-reset_all {
  color: #6f7d86 !important;
}
body[data-layout-mode=dark] .ck.ck-reset_all * {
  color: #6f7d86 !important;
}
body[data-layout-mode=dark] .ck .ck-input-text {
  background-color: #082637 !important;
}
body[data-layout-mode=dark] .ck .ck-label {
  background-color: #082637 !important;
}
body[data-layout-mode=dark] .ck .ck-link-form {
  background-color: #082637 !important;
}
body[data-layout-mode=dark] .ck.ck-button:active {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .ck.ck-button:focus {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .ck.ck-button:not(.ck-disabled):hover {
  background: rgba(111, 125, 134, 0.2) !important;
}
body[data-layout-mode=dark] a.ck.ck-button:active {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] a.ck.ck-button:focus {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(111, 125, 134, 0.2) !important;
}
body[data-layout-mode=dark] a.ck.ck-button.ck-on {
  background: rgba(111, 125, 134, 0.2) !important;
}
body[data-layout-mode=dark] .ql-container.ql-snow {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .ql-toolbar.ql-snow {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .ql-toolbar span {
  color: #adb5bd;
}
body[data-layout-mode=dark] .ql-snow .ql-script {
  stroke: #adb5bd;
}
body[data-layout-mode=dark] .ql-snow .ql-strike svg {
  stroke: #adb5bd;
}
body[data-layout-mode=dark] .ql-snow .ql-stroke {
  stroke: #adb5bd;
}
body[data-layout-mode=dark] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #adb5bd;
}
body[data-layout-mode=dark] .ql-snow .ql-picker-options {
  background-color: #0b334b;
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .ql-bubble {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .ql-bubble .ql-tooltip {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .dropzone {
  background: #072130;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .wizard-nav .list-item::after {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .apexcharts-gridline {
  stroke: #082637;
}
body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #061e2c;
  border-color: #082637;
}
body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: #0b334b;
  border-color: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-legend-text {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .apexcharts-grid-row + line {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g + line {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-heatmap-rect {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-pie-area {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-treemap-rect {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-xaxis line {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series line {
  fill: #0b334b;
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series polygon {
  fill: #0b334b;
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-pie circle {
  stroke: #0d3b56;
}
body[data-layout-mode=dark] .apexcharts-pie line {
  stroke: #0b334b;
}
body[data-layout-mode=dark] #chart-quarter {
  background-color: #061e2c;
  border-color: #082637;
}
body[data-layout-mode=dark] #chart-year {
  background-color: #061e2c;
  border-color: #082637;
}
body[data-layout-mode=dark] .authentication-bg {
  background-image: url(../images/auth-bg-dark.jpg);
}
body[data-layout-mode=dark] .authentication-bg .bg-overlay {
  opacity: 0.1;
}
body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-dark {
  display: none;
}
body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-light {
  display: block;
}
body[data-layout-mode=dark] .mail-list a {
  color: #6f7d86;
}
body[data-layout-mode=dark] .mail-list a.active {
  color: #fa6374;
}
body[data-layout-mode=dark] .chat-user-box p.user-title {
  color: #adb5bd;
}
body[data-layout-mode=dark] .message-list li a {
  color: #6f7d86;
}
body[data-layout-mode=dark] .message-list li:hover {
  background: #082637;
}
body[data-layout-mode=dark] .message-list li.unread {
  background: #082637;
  color: #adb5bd;
}
body[data-layout-mode=dark] .message-list .checkbox-wrapper-mail {
  box-shadow: inset 0 0 0 1px #6f7d86;
}
body[data-layout-mode=dark] .message-list .checkbox-wrapper-mail label::before {
  color: #adb5bd;
}
body[data-layout-mode=dark] .chat-noti-dropdown .btn {
  color: #adb5bd;
}
body[data-layout-mode=dark] .chat-list li a {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .chat-list li .user-img .user-status {
  border-color: #061e2c;
}
body[data-layout-mode=dark] .chat-list li.unread a {
  color: #adb5bd;
}
body[data-layout-mode=dark] .chat-conversation .chat-day-title .title {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .chat-conversation .chat-day-title:before {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .chat-conversation .conversation-list .conversation-name .user-name {
  color: #adb5bd;
}
body[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  background-color: #072435;
}
body[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content::before {
  border-top-color: #072435;
  border-left-color: #072435;
}
body[data-layout-mode=dark] .user-chat-nav .dropdown .nav-btn {
  color: #adb5bd;
}
body[data-layout-mode=dark] .chat-input {
  background-color: #061e2c !important;
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .chat-input-section {
  border-top: 1px solid #0b334b;
}
body[data-layout-mode=dark] .product-box {
  border: 1px solid #082a3e;
}
body[data-layout-mode=dark] .product-detail .nav-pills .nav-link.active {
  background-color: #0b334b;
}
body[data-layout-mode=dark] .categories-list li a {
  color: #6f7d86;
}
body[data-layout-mode=dark] .product-desc-color a {
  border: 2px solid #0b334b;
}
body[data-layout-mode=dark] .product-wishlist a {
  border: 2px solid #082a3e;
  color: #6f7d86;
}
body[data-layout-mode=dark] .countdownlist .count-title {
  color: #6f7d86;
}
body[data-layout-mode=dark] .countdownlist .count-num {
  background-color: #0b334b;
  color: #adb5bd;
}
body[data-layout-mode=dark] .countdownlist .count-num::after {
  color: #0b334b;
}
body[data-layout-mode=dark] .hori-timeline .events .event-list:before {
  border-top: 3px dashed #0b334b;
}
body[data-layout-mode=dark] .verti-timeline {
  padding-left: 100px;
}
body[data-layout-mode=dark] .verti-timeline .event-list {
  border-left: 3px dashed #0b334b;
}
body[data-layout-mode=dark] .categories-filter .list-inline-item a {
  color: #adb5bd;
}
body[data-layout-mode=dark] .categories-filter .list-inline-item a.active {
  color: #3980c0;
}
body[data-layout-mode=dark] .gallery-box .box-content {
  background-color: #061e2c;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 255px;
  z-index: 1002;
  background-color: #000000;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 10px 0 0;
}
.navbar-header .dropdown .header-item.show {
  color: #3980c0;
}
.navbar-header .navbar-brand-box {
  display: none;
}

body:not([data-sidebar-size=sm]) .navbar-header .vertical-menu-btn {
  display: none;
}
body:not([data-sidebar-size=sm]) .app-search {
  margin-left: 10px;
}

.navbar-brand-box {
  padding: 0 10px;
  width: 255px;
  position: fixed;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

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

.logo-dark {
  display: block;
}

.logo-light {
  display: none;
}

.logo-txt {
  font-weight: 700;
  font-size: 20px;
  vertical-align: text-bottom;
  margin-left: 5px;
  line-height: 1;
  color: #384861 !important;
}

.app-search {
  padding: 16px 0;
}
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
}
.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 2px;
  color: #74788d;
}

.megamenu-list li {
  position: relative;
  padding: 5px 0;
}
.megamenu-list li a {
  color: #495057;
}

.page-content {
  padding: 90px 10px 60px 10px;
}

.header-item {
  height: 70px;
  box-shadow: none !important;
  color: #555b6d;
  border: 0;
  border-radius: 0;
}
.header-item:hover {
  color: #555b6d;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  border: 1px solid #e9ebed;
  padding: 3px;
}

.user .user-item-desc {
  line-height: 1.2;
}
.user .user-name {
  font-size: 14.4px;
  font-weight: 600;
  display: block;
  color: #495057;
}
.user .user-sub-title {
  color: #74788d;
  font-size: 11px;
  font-weight: 600;
}

.noti-icon {
  position: relative;
}
.noti-icon i {
  font-size: 20px;
  color: #555b6d;
}
.noti-icon .noti-dot {
  position: absolute;
  position: absolute;
  top: 15px;
  right: 5px;
  height: 16px;
  width: 16px;
  box-shadow: 0 0 0 3px #fff;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
}

.notification-item .d-flex {
  padding: 0.75rem 1rem;
}
.notification-item .d-flex:hover {
  background-color: #f8f9fa;
}

.layout-mode-light {
  display: none;
}

.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: #74788d;
}
.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: #f5f6f8;
}

body[data-topbar=dark] #page-topbar {
  background-color: #003032;
}
body[data-topbar=dark] .navbar-brand-box {
  background-color: #003032;
}
body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-topbar=dark] .header-item {
  color: #e9ecef;
}
body[data-topbar=dark] .header-item:hover {
  color: #e9ecef;
}
body[data-topbar=dark] .header-profile-user {
  border-color: rgba(255, 255, 255, 0.25);
}
body[data-topbar=dark] .user-name {
  color: #e9ecef;
}
body[data-topbar=dark] .user-sub-title {
  color: rgba(255, 255, 255, 0.5);
}
body[data-topbar=dark] .noti-icon i {
  color: #e9ecef;
}
body[data-topbar=dark] .noti-icon .noti-dot {
  box-shadow: 0 0 0 3px #003032;
}
body[data-topbar=dark] .logo-dark {
  display: none;
}
body[data-topbar=dark] .logo-light {
  display: block;
}
body[data-topbar=dark] .logo-txt {
  color: #fff !important;
}
body[data-topbar=dark] .app-search .form-control {
  border: transparent;
}
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body[data-topbar=dark] .app-search span {
  color: rgba(255, 255, 255, 0.5);
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link {
  color: #a8b0c5;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus {
  color: #d6e0fb;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg {
  color: #d6e0fb;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover {
  color: #d6e0fb;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
  color: #d6e0fb;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #fff;
}
body[data-topbar=dark] .auth-logo .logo-txt {
  color: #384861 !important;
}

body[data-sidebar=dark] .navbar-brand-box {
  background: #313232;
}
body[data-sidebar=dark] .navbar-brand-box .logo-dark {
  display: none;
}
body[data-sidebar=dark] .navbar-brand-box .logo-light {
  display: block;
  text-decoration: none;
}
body[data-sidebar=dark] .logo-txt {
  color: #fff !important;
}
body[data-sidebar=dark] .vertical-menu {
  background: #000000;
  border-color: #000000;
}
body[data-sidebar=dark] .vertical-menu .vertical-menu-btn {
  color: #a8b0c5;
}
body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #a8b0c5;
  text-decoration: none;
}
body[data-sidebar=dark] #sidebar-menu ul li a .nav-icon {
  color: #a8b0c5;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
  color: #d6e0fb;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover .nav-icon {
  color: #d6e0fb;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  color: #a8b0c5;
  background-color: transparent;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:before {
  border-color: #a8b0c5;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #d6e0fb;
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
  font-family: "Material Design Icons";
  background-color: #d6e0fb;
  border-color: #d6e0fb;
}
body[data-sidebar=dark] #sidebar-menu ul li.mm-active {
  color: #fff !important;
}
body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a .nav-icon {
  color: #fff !important;
}
body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a {
  color: #fff !important;
}
body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
  border-color: #fff !important;
  background-color: #fff !important;
}
body[data-sidebar=dark] .menu-title {
  color: #a8b0c5;
}

body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box {
  background: #fff;
  background: #fff;
  border-right: none;
  box-shadow: none;
}
body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box .logo-txt {
  color: #384861 !important;
}
body[data-layout-mode=dark][data-topbar=light] .logo-light {
  display: none;
}
body[data-layout-mode=dark][data-topbar=light] .logo-dark {
  display: block;
}
body[data-layout-mode=dark][data-topbar=light] #vertical-menu-btn {
  color: #384861 !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item {
  color: #555b6d !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item:hover {
  color: #555b6d !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item.border-end {
  border-color: rgba(56, 72, 97, 0.1) !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item.border-start {
  border-color: rgba(56, 72, 97, 0.1) !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item.bg-soft-light {
  background-color: rgba(56, 72, 97, 0.04) !important;
}
body[data-layout-mode=dark][data-topbar=light] #page-topbar {
  background-color: #fff;
  border-color: #eff0f2;
}
body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item {
  color: #adb5bd;
}
body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item:hover {
  background-color: #eff0f2;
}
body[data-layout-mode=dark][data-topbar=light] .app-search .form-control {
  color: #adb5bd;
  background-color: transparent;
  border: 1px solid transparent;
}
body[data-layout-mode=dark][data-topbar=light] .header-profile-user {
  background-color: #74788d;
}
body[data-layout-mode=dark][data-topbar=light] .noti-icon i {
  color: #555b6d;
}

.page-title-box {
  padding-bottom: 20px;
}
.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-title-box h4 {
  font-size: 18px !important;
}

.footer {
  bottom: 0;
  padding: 20px 10px;
  right: 0;
  color: #74788d;
  height: 60px;
  background-color: #fff;
  max-width: 80%;
  margin-left: auto;
}

body[data-sidebar-size=sm] .footer {
  left: 70px;
}
body[data-sidebar-size=sm] .main-content {
  margin-left: 70px;
}
body[data-sidebar-size=sm] .navbar-brand-box {
  width: 70px !important;
}
body[data-sidebar-size=sm] .logo span.logo-lg {
  display: none;
}
body[data-sidebar-size=sm] .logo span.logo-sm {
  display: block;
}
body[data-sidebar-size=sm] #page-topbar {
  left: 70px;
}
body[data-sidebar-size=sm] .vertical-menu {
  position: absolute;
  width: 70px !important;
  z-index: 1001;
}
body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper {
  overflow: visible !important;
}
body[data-sidebar-size=sm] .vertical-menu .simplebar-mask {
  overflow: visible !important;
}
body[data-sidebar-size=sm] .vertical-menu .simplebar-scrollbar {
  display: none !important;
}
body[data-sidebar-size=sm] .vertical-menu .vertical-menu-btn {
  display: none !important;
}
body[data-sidebar-size=sm] .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge {
  display: none !important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .menu-title {
  display: none !important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .has-arrow:after {
  transform: rotate(-90deg);
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 0;
  transition: none;
  display: block;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:active {
  color: #383c40;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:focus {
  color: #383c40;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:hover {
  color: #383c40;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a i {
  font-size: 1.3rem;
  text-align: center;
  min-width: 50px;
  padding-bottom: 0;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a .nav-icon {
  top: -2px;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a.has-arrow:after {
  display: none;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 250px;
  color: #3980c0;
  background-color: #f2f3fe;
  transition: none;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
  color: #3980c0;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}
body[data-sidebar-size=sm] .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);
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
  color: #7b8190;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #383c40;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #fff;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li.active a {
  color: #f8f9fa;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:before {
  display: none;
}

body[data-layout=horizontal] .footer {
  left: 0 !important;
}
body[data-layout=horizontal] .main-content {
  margin-left: 0 !important;
}
body[data-layout=horizontal] #page-topbar {
  left: 0;
}
body[data-layout=horizontal] .navbar-brand-box {
  display: block;
  width: auto;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
body[data-layout=horizontal] .page-content {
  margin-top: 70px;
  padding: 20px 0 0 0;
  padding: 20px 0 60px 0;
}

.right-bar {
  background-color: #fff;
  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 0.2s ease-out;
  width: 280px;
  z-index: 9999;
  float: right !important;
  right: -290px;
  top: 0;
  bottom: 0;
}
.right-bar .right-bar-toggle-close {
  background-color: #455978;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #f5f6f8;
  text-align: center;
  border-radius: 50%;
}
.right-bar .right-bar-toggle-close:hover {
  background-color: #4b6081;
}

.rightbar-overlay {
  background-color: rgba(56, 72, 97, 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;
}

.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 {
  display: none;
  width: 255px;
  z-index: 1005;
  background: #fff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  border-right: 1px solid #e9ebef;
}
.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

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

.sidebar-menu-scroll {
  height: calc(100% - 70px);
  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: "\f0140";
  font-family: "Material Design Icons";
  display: block;
  transition: transform 0.2s;
  font-size: 1rem;
  position: absolute;
  right: 15px;
  top: 9px;
}
#sidebar-menu .has-arrow + ul .has-arrow:after {
  right: 25px;
  top: 7px;
}
#sidebar-menu .metismenu .menu-title::after {
  display: none;
}
#sidebar-menu .metismenu .menu-item {
  margin-left: 3px;
}
#sidebar-menu ul li a {
  display: flex;
  padding: 0.6rem 1rem;
  color: #7b8190;
  position: relative;
  font-weight: 400;
  transition: all 0.4s;
  margin: 0 10px;
  border-radius: 3px;
  font-size: 14.4px;
  align-items: center;
}
#sidebar-menu ul li a .nav-icon {
  font-size: 1.1rem;
  display: inline-block;
  min-width: 1.75rem;
  vertical-align: middle;
  color: #7b8190;
  transition: all 0.3s;
  top: 2px;
  padding-bottom: 0.125em;
}
#sidebar-menu ul li a:hover {
  color: #383c40;
}
#sidebar-menu ul li a:hover .nav-icon {
  color: #383c40;
}
#sidebar-menu ul li .badge {
  margin-left: auto;
}
#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}
#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.5rem 1.5rem 0.5rem 3.6rem;
  font-weight: 400;
  color: #7b8190;
  margin: 0;
  background-color: transparent;
  font-size: 14px;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #383c40;
}
#sidebar-menu ul li ul.sub-menu li a:hover:before {
  border-color: #3980c0;
  background-color: #3980c0;
}
#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;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:before {
  left: 55px;
  top: 15px;
}
#sidebar-menu ul li.mm-active {
  color: #3980c0;
}
#sidebar-menu ul li.mm-active > a {
  background-color: #f2f3fe;
  color: #3980c0;
}
#sidebar-menu ul li.mm-active > a .nav-icon {
  color: #3980c0 !important;
}
#sidebar-menu ul li.mm-active .mm-show .mm-active > a {
  color: #383c40 !important;
}
#sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
  border-color: #3980c0 !important;
  background-color: #3980c0 !important;
}

.menu-title {
  padding: 12px 25px !important;
  letter-spacing: 0.08em;
  pointer-events: none;
  cursor: default;
  font-size: 10px;
  text-transform: uppercase;
  color: #7b8190;
  font-weight: 600;
  opacity: 0.6;
}

body[data-sidebar=dark][data-sidebar-size=sm] {
  min-height: 1300px;
}
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #003f41;
  color: #d6e0fb;
}
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
  color: #d6e0fb;
}
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a {
  color: #a8b0c5;
}
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #d6e0fb;
}
body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
  background-color: #003032;
}

body[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #082739;
}
body[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
  background-color: #082739;
}

body[data-sidebar-size=md] .navbar-brand-box {
  width: 160px;
}
body[data-sidebar-size=md] .vertical-menu {
  width: 160px;
  text-align: center;
}
body[data-sidebar-size=md] .vertical-menu .badge {
  display: none !important;
}
body[data-sidebar-size=md] .vertical-menu .has-arrow:after {
  display: none !important;
}
body[data-sidebar-size=md] .vertical-menu .vertical-menu-btn {
  display: none;
}
body[data-sidebar-size=md] .main-content {
  margin-left: 160px;
}
body[data-sidebar-size=md] #page-topbar {
  left: 160px;
}
body[data-sidebar-size=md] .footer {
  left: 160px;
}
body[data-sidebar-size=md] #sidebar-menu ul li.menu-title {
  background-color: #fafafa;
}
body[data-sidebar-size=md] #sidebar-menu ul li .menu-item {
  margin-left: 0;
}
body[data-sidebar-size=md] #sidebar-menu ul li a {
  padding: 0.75rem 1.1rem;
  display: block;
}
body[data-sidebar-size=md] #sidebar-menu ul li a .nav-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  padding-bottom: 0.2em;
  top: -2px;
}
body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 1.5rem;
}
body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a:before {
  display: none;
}
body[data-sidebar-size=md]:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
  display: block;
}

body[data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title {
  background-color: #003a3c;
}

body[data-sidebar-size=md][data-sidebar-size=sm] .main-content {
  margin-left: 70px;
}
body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu {
  text-align: left;
}
body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a .nav-icon {
  display: inline-block;
}
body[data-sidebar-size=md][data-sidebar-size=sm] #page-topbar {
  left: 70px;
}
body[data-sidebar-size=md][data-sidebar-size=sm] .footer {
  left: 70px;
}

body[data-sidebar=brand] .vertical-menu {
  background-color: #3980c0;
  border-color: #3980c0;
}
body[data-sidebar=brand] .vertical-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/profile-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.075;
}
body[data-sidebar=brand] .vertical-menu .vertical-menu-btn {
  color: rgba(255, 255, 255, 0.8);
}
body[data-sidebar=brand] .navbar-brand-box {
  background-color: #3980c0;
}
body[data-sidebar=brand] .navbar-brand-box .logo-dark {
  display: none;
}
body[data-sidebar=brand] .navbar-brand-box .logo-light {
  display: block;
}
body[data-sidebar=brand] .navbar-brand-box .logo-txt {
  color: #fff !important;
}
body[data-sidebar=brand] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, 0.7);
}
body[data-sidebar=brand] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
body[data-sidebar=brand] #sidebar-menu ul li a .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}
body[data-sidebar=brand] #sidebar-menu ul li a:hover {
  color: #fff;
}
body[data-sidebar=brand] #sidebar-menu ul li a:hover .nav-icon {
  color: #fff;
}
body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:before {
  border-color: rgba(255, 255, 255, 0.6);
}
body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff;
}
body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover:before {
  background-color: #fff;
  border-color: #fff;
}
body[data-sidebar=brand] #sidebar-menu ul li .badge {
  background-color: #fff;
}
body[data-sidebar=brand] #sidebar-menu ul li.mm-active {
  color: #fff !important;
}
body[data-sidebar=brand] #sidebar-menu ul li.mm-active > a {
  background: 0 0;
  color: #fff !important;
}
body[data-sidebar=brand] #sidebar-menu ul li.mm-active > a .nav-icon {
  color: #fff !important;
}
body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active > a {
  color: #fff !important;
}
body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
  border-color: #fff !important;
  background-color: #fff !important;
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box {
  background-color: #3980c0;
}
body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-dark {
  display: none;
}
body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-light {
  display: block;
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
  background-color: #3e85c6;
  color: #fff;
}
body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
  color: #fff;
}

body[data-layout=horizontal][data-sidebar-size=sm] .navbar-brand-box {
  width: auto !important;
}

.topnav {
  padding: 0 10px;
  z-index: 100;
}
.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}
.topnav .navbar-nav .nav-item {
  margin: 0 0.85rem;
}
.topnav .navbar-nav .nav-item .nav-link.active {
  color: #3980c0;
}
.topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #3980c0;
}
.topnav .navbar-nav .nav-link {
  font-size: 14.4px;
  position: relative;
  padding: 0;
  color: #7b8190;
  font-weight: 400;
  line-height: 70px;
}
.topnav .navbar-nav .nav-link i {
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.topnav .navbar-nav .nav-link svg {
  height: 16px;
  width: 16px;
  color: #7b8190;
  margin-right: 5px;
  margin-top: -1px;
}
.topnav .navbar-nav .nav-link:focus {
  color: #3980c0;
  background-color: transparent;
}
.topnav .navbar-nav .nav-link:focus svg {
  color: #3980c0;
}
.topnav .navbar-nav .nav-link:hover {
  color: #3980c0;
  background-color: transparent;
}
.topnav .navbar-nav .nav-link:hover svg {
  color: #3980c0;
}
.topnav .navbar-nav .dropdown-item {
  color: #7b8190;
  background: 0 0;
}
.topnav .navbar-nav .dropdown-item:hover {
  color: #3980c0;
}
.topnav .navbar-nav .dropdown-item.active {
  color: #3980c0;
}
.topnav .navbar-nav .dropdown.active > a {
  color: #3980c0;
  background-color: transparent;
}
.topnav .navbar-nav .dropdown.active > a svg {
  color: #3980c0;
}
.topnav .menu-title {
  padding: 12px 24px !important;
}

.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: 0;
  top: 50%;
  margin-left: 5px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

body[data-layout-size=boxed] {
  background-color: #ecedef;
}
body[data-layout-size=boxed] #layout-wrapper {
  background-color: #f4f5f6;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}
body[data-layout-size=boxed] #page-topbar {
  max-width: 1145px;
  margin: 0 auto;
}
body[data-layout-size=boxed] .footer {
  margin: 0 auto;
  max-width: 1145px;
}

body[data-layout-size=boxed][data-sidebar-size=sm] #page-topbar {
  max-width: 1330px;
}
body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
  max-width: 1330px;
}

body[data-layout-size=boxed][data-sidebar-size=md] #page-topbar {
  max-width: 1240px;
}
body[data-layout-size=boxed][data-sidebar-size=md] .footer {
  max-width: 1240px;
}

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

body[data-layout-mode=dark][data-layout-size=boxed] {
  background-color: #082a3e;
}
body[data-layout-mode=dark][data-layout-size=boxed] #layout-wrapper {
  background-color: #051823;
}

.layout-setting-btn {
  position: fixed;
  top: 47.5%;
  right: 0;
  writing-mode: vertical-rl;
  font-weight: 600;
  background-color: #3980c0;
  color: #fff !important;
  line-height: 32px;
  padding: 15px 3px;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  transform: translateY(-50%);
  display: none;
}

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

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

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

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

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

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

.avatar-title {
  align-items: center;
  background-color: #3980c0;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

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

.alert-top-border {
  background-color: #fff;
  border-color: #f5f6f8;
  border-top: 2px solid #f5f6f8;
}

.alert-outline {
  background-color: #fff;
}

.alert-label-icon {
  position: relative;
  padding-left: 60px;
  border: 0;
}
.alert-label-icon .label-icon {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-label-icon.label-arrow {
  overflow: hidden;
}
.alert-label-icon.label-arrow .label-icon {
  color: #fff;
}
.alert-label-icon.label-arrow .label-icon:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: -12px;
}

.alert-light {
  color: #74788d;
}

.alert-top-border.alert-primary {
  border-top-color: #3980c0;
  color: #3980c0;
}

.alert-outline.alert-primary {
  border: 1px solid rgba(57, 128, 192, 0.8);
  color: #3980c0;
}

.alert-top-border.alert-secondary {
  border-top-color: #74788d;
  color: #74788d;
}

.alert-outline.alert-secondary {
  border: 1px solid rgba(116, 120, 141, 0.8);
  color: #74788d;
}

.alert-top-border.alert-success {
  border-top-color: #33a186;
  color: #33a186;
}

.alert-outline.alert-success {
  border: 1px solid rgba(51, 161, 134, 0.8);
  color: #33a186;
}

.alert-top-border.alert-info {
  border-top-color: #4bafe1;
  color: #4bafe1;
}

.alert-outline.alert-info {
  border: 1px solid rgba(75, 175, 225, 0.8);
  color: #4bafe1;
}

.alert-top-border.alert-warning {
  border-top-color: #fc931d;
  color: #fc931d;
}

.alert-outline.alert-warning {
  border: 1px solid rgba(252, 147, 29, 0.8);
  color: #fc931d;
}

.alert-top-border.alert-danger {
  border-top-color: #fa6374;
  color: #fa6374;
}

.alert-outline.alert-danger {
  border: 1px solid rgba(250, 99, 116, 0.8);
  color: #fa6374;
}

.alert-top-border.alert-pink {
  border-top-color: #e83e8c;
  color: #e83e8c;
}

.alert-outline.alert-pink {
  border: 1px solid rgba(232, 62, 140, 0.8);
  color: #e83e8c;
}

.alert-top-border.alert-light {
  border-top-color: #f5f6f8;
  color: #f5f6f8;
  color: #74788d;
}

.alert-outline.alert-light {
  border: 1px solid rgba(245, 246, 248, 0.8);
  color: #f5f6f8;
  color: #74788d;
}

.alert-top-border.alert-dark {
  border-top-color: #384861;
  color: #384861;
}

.alert-outline.alert-dark {
  border: 1px solid rgba(56, 72, 97, 0.8);
  color: #384861;
}

.alert-top-border.alert-purple {
  border-top-color: #564ab1;
  color: #564ab1;
}

.alert-outline.alert-purple {
  border: 1px solid rgba(86, 74, 177, 0.8);
  color: #564ab1;
}

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

.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;
}

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

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

.fw-semibold {
  font-weight: 600;
}

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

.list-group-item {
  color: #495057;
}

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

.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;
}

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

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: -20px 0 0 -20px;
}

.spinner .spin-icon {
  font-size: 48px;
  color: #3980c0;
  position: relative;
  display: inline-block;
  animation: spin 1.6s infinite linear;
}
[type=email]::-moz-placeholder {
  text-align: left;
}
[type=email]::placeholder {
  text-align: left;
}
[type=number]::-moz-placeholder {
  text-align: left;
}
[type=number]::placeholder {
  text-align: left;
}
[type=tel]::-moz-placeholder {
  text-align: left;
}
[type=tel]::placeholder {
  text-align: left;
}
[type=url]::-moz-placeholder {
  text-align: left;
}
[type=url]::placeholder {
  text-align: left;
}

.form-check {
  /*position: relative;*/
  text-align: left;
  cursor: pointer;
  margin-bottom: 0;
}

.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:after {
  position: absolute;
  content: "\f012c";
  top: -4px !important;
  left: 1px;
  font-size: 16px;
  color: #384861;
}
.form-checkbox-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-radio-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}
.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:after {
  position: absolute;
  content: "\f0765";
  top: 6px !important;
  left: 4px;
  font-size: 6px;
}
.form-radio-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form-check-primary .form-check-input:checked {
  background-color: #3980c0;
  border-color: #3980c0;
}

.form-radio-primary .form-check-input:checked {
  border-color: #3980c0;
  background-color: #3980c0;
}
.form-radio-primary .form-check-input:checked:after {
  color: #3980c0;
}

.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 {
  color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #33a186;
  border-color: #33a186;
}

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

.form-check-info .form-check-input:checked {
  background-color: #4bafe1;
  border-color: #4bafe1;
}

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

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

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

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

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

.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 {
  color: #e83e8c;
}

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

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

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

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

.form-check-purple .form-check-input:checked {
  background-color: #564ab1;
  border-color: #564ab1;
}

.form-radio-purple .form-check-input:checked {
  border-color: #564ab1;
  background-color: #564ab1;
}
.form-radio-purple .form-check-input:checked:after {
  color: #564ab1;
}

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

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

.form-switch-md {
  font-size: 20px;
  min-height: 26px;
  line-height: 26px;
}
.form-switch-md .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.form-switch-lg {
  font-size: 26px;
  min-height: 36px;
  line-height: 36px;
}
.form-switch-lg .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

.card-radio {
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: 0.25rem;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.card-radio:hover {
  cursor: pointer;
  cursor: pointer;
}

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

.card-radio-input {
  display: none;
  display: none;
}
.card-radio-input:checked + .card-radio {
  border-color: #3980c0 !important;
  border-color: #3980c0 !important;
}
.card-radio-input:checked + .card-radio:before {
  content: "\f0e1e";
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 22px;
  color: #3980c0;
}

.main-chart .chart-border-left {
  border-left: 1.4px solid #eff0f2;
  padding: 2px 20px;
}
.main-chart .chart-border-left:last-child {
  margin-right: 0;
}

.widget-chat {
  height: 300px !important;
}

.widget-chat-list {
  height: 373px !important;
}

.activity-feed {
  list-style: none;
}
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 20px;
  border-left: 2px solid #f5f6f8;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #3980c0;
  background-color: #fff;
}
.activity-feed .feed-item:first-child {
  border-color: #3980c0;
}
.activity-feed .feed-item:first-child:after {
  background-color: #3980c0;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  top: -50px;
  color: #fff;
  animation: square 20s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 5%;
  top: -50px;
}
.bg-bubbles li:nth-child(2) {
  left: 15%;
  top: -100px;
  animation-delay: 2s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  top: -200px;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 50%;
  top: -100px;
  animation-duration: 22s;
}
.bg-bubbles li:nth-child(5) {
  left: 80%;
  top: -250px;
}
.bg-bubbles li:nth-child(6) {
  left: 70%;
  top: -350px;
  animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
  left: 80%;
  top: -50px;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  top: 50px;
  animation-delay: 15s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 85%;
  top: 50px;
  animation-delay: 2s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  top: -100px;
  animation-delay: 11s;
}

.main-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.main-icon i {
  font-size: 24px;
  color: #fff;
}

.main-wid {
  position: relative;
  z-index: 2;
}

.best-product {
  background-image: url(../images/product/best-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-example {
  background-color: rgba(57, 128, 192, 0.05);
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 0.8rem;
}

.button-items {
  margin-left: -8px;
  margin-bottom: -12px;
}
.button-items .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

.search-box .form-control {
  border-radius: 30px;
  padding-left: 40px;
  border-radius: 30px;
  padding-left: 40px;
}
.search-box .search-icon {
  font-size: 16px;
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 38px;
  font-size: 16px;
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 38px;
}

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

.icon-demo-content {
  text-align: center;
  color: #adb5bd;
}
.icon-demo-content i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 24px;
  margin: 0 auto 16px;
  border: 2px solid #eff0f2;
  color: #74788d;
  border-radius: 4px;
  transition: all 0.4s;
}
.icon-demo-content svg {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 24px;
  margin: 0 auto 16px;
  border: 2px solid #eff0f2;
  color: #74788d;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 6px;
}
.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}
.icon-demo-content .col-lg-4:hover i {
  color: #fff;
  background-color: #3980c0;
  border-color: #3980c0;
  transform: scale(1.15);
}
.icon-demo-content .col-lg-4:hover svg {
  color: #fff;
  background-color: #3980c0;
  border-color: #3980c0;
  transform: scale(1.15);
}

.grid-structure .grid-container {
  background-color: #f8f9fa;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.ribbon {
  position: absolute;
  right: -26px;
  top: 20px;
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 22px;
  font-size: 13px;
  font-weight: 500;
}

.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(57, 128, 192, 0.25) !important;
  color: #3980c0 !important;
  margin: 4px 8px !important;
}

[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%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

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

.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-content:before {
  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: 6px;
  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 {
  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 {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

[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;
}

.custom-scroll {
  height: 100%;
}

.fc td {
  border: 1px solid #eff0f2;
}
.fc th {
  border: 1px solid #eff0f2;
}
.fc .fc-toolbar h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.fc .fc-toolbar .btn {
  text-transform: capitalize;
}
.fc .fc-col-header-cell {
  background-color: #f5f6f8;
}
.fc .fc-col-header-cell-cushion {
  display: block;
  padding: 8px 4px;
}
.fc .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  margin: 2px;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(57, 128, 192, 0.1);
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #3980c0;
  color: #fff;
}
.fc .fc-list-event:hover td {
  background: 0 0;
}
.fc .fc-list-event-dot {
  border-color: #fff;
}
.fc .fc-list-event-title a {
  color: #fff !important;
}
.fc .fc-col-header {
  width: 100% !important;
}
.fc .fc-daygrid-body {
  width: 100% !important;
}
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc th.fc-widget-header {
  background: #eff0f2;
  color: #495057;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.fc-theme-bootstrap a:not([href]) {
  color: #495057;
}

.fc-event {
  color: #fff;
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  background-color: #3980c0;
}
.fc-event .fc-content {
  color: #fff;
}

.fc-unthemed .fc-content {
  border-color: #eff0f2;
}
.fc-unthemed .fc-divider {
  border-color: #eff0f2;
}
.fc-unthemed .fc-list-heading td {
  border-color: #eff0f2;
}
.fc-unthemed .fc-list-view {
  border-color: #eff0f2;
}
.fc-unthemed .fc-popover {
  border-color: #eff0f2;
}
.fc-unthemed .fc-row {
  border-color: #eff0f2;
}
.fc-unthemed tbody {
  border-color: #eff0f2;
}
.fc-unthemed td {
  border-color: #eff0f2;
}
.fc-unthemed th {
  border-color: #eff0f2;
}
.fc-unthemed thead {
  border-color: #eff0f2;
}
.fc-unthemed td.fc-today {
  background: #fbfbfc;
}

.fc-button {
  background: #fff;
  border-color: #eff0f2;
  color: #495057;
  text-transform: capitalize;
  box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-state-active {
  background-color: #3980c0;
  color: #fff;
  text-shadow: none;
}

.fc-state-disabled {
  background-color: #3980c0;
  color: #fff;
  text-shadow: none;
}

.fc-state-down {
  background-color: #3980c0;
  color: #fff;
  text-shadow: none;
}

.fc-event-dot {
  background-color: #3980c0;
}

.fc-daygrid-dot-event.fc-event-mirror {
  background-color: #3980c0;
}

.fc-daygrid-dot-event {
  color: #fff !important;
}
.fc-daygrid-dot-event:hover {
  background-color: #3980c0;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: 600;
}

.fc-daygrid-event-dot {
  border-color: #fff !important;
  color: #fff !important;
}

#external-events .external-event {
  text-align: left;
  padding: 8px 16px;
  margin: 6px 0;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: #f5f6f8;
}

.noUi-connect {
  background: #3980c0;
}

.noUi-handle {
  background: #fff;
}

.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px;
  top: -7px;
}
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

.noUi-pips-horizontal {
  height: 50px;
}

.noUi-vertical {
  width: 8px;
}
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -7px;
  top: -12px;
  border-radius: 50%;
}
.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}
.noUi-vertical .noUi-origin {
  top: 0;
}

.noUi-value {
  font-size: 12px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
}

.noUi-marker-horizontal.noUi-marker {
  display: none;
}

.noUi-target {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.noUi-touch-area:focus {
  outline: 0;
}

#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
#blue .noUi-connect {
  background: #3980c0;
}

#green {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
#green .noUi-connect {
  background: #33a186;
}

#red {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
#red .noUi-connect {
  background: #fa6374;
}

#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eff0f2;
}

#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eff0f2;
  box-shadow: 0 0 3px;
  border-radius: 7px;
}

.form-control.keyboard {
  max-width: 340px !important;
}

#input-number {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}

#input-select {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}

.example-val {
  font-size: 12px;
  color: #74788d;
  display: block;
  margin: 15px 0;
}
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}

.noUi-tooltip {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.c-1-color {
  background: #fa6374;
}

.c-2-color {
  background: #fc931d;
}

.c-3-color {
  background: #33a186;
}

.c-4-color {
  background: #3980c0;
}

.c-5-color {
  background: #564ab1;
}

#slider-toggle {
  height: 50px;
}

#slider-toggle.off .noUi-handle {
  border-color: #fa6374;
}

.swal2-container .swal2-title {
  font-size: 24px;
  font-weight: 500;
}

.swal2-content {
  font-size: 16px;
}

.swal2-icon.swal2-question {
  border-color: #4bafe1;
  color: #4bafe1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #33a186;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(51, 161, 134, 0.3);
}

.swal2-icon.swal2-warning {
  border-color: #fc931d;
  color: #fc931d;
}

.swal2-styled:focus {
  box-shadow: none;
}

.swal2-progress-steps .swal2-progress-step {
  background: #3980c0;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3980c0;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: rgba(57, 128, 192, 0.3);
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(57, 128, 192, 0.3);
}
.swal2-progress-steps .swal2-progress-step-line {
  background: #3980c0;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  border-left-color: #3980c0 !important;
  border-right-color: #3980c0 !important;
}

.swal2-file {
  border: 1px solid #e2e5e8;
}
.swal2-file:focus {
  box-shadow: none;
  border-color: #cbced1;
}

.swal2-input {
  border: 1px solid #e2e5e8;
}
.swal2-input:focus {
  box-shadow: none;
  border-color: #cbced1;
}

.swal2-textarea {
  border: 1px solid #e2e5e8;
}
.swal2-textarea:focus {
  box-shadow: none;
  border-color: #cbced1;
}

.alertify .ajs-header {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: #495057;
}
.alertify .ajs-dialog {
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
}
.alertify .ajs-dialog .ajs-footer {
  background-color: #fff;
}
.alertify .ajs-dialog .ajs-header {
  background-color: #fff;
}
.alertify .ajs-body {
  color: #495057;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 0;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 0.47rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e2e5e8;
  border-radius: 0.25rem;
}
.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: 0;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-size: 13px;
  color: #495057;
  font-weight: 500;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3980c0;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-commands {
  top: 16px;
  right: 16px;
  left: auto;
  margin: 0;
}
.alertify .ajs-commands button {
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  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 !important;
  opacity: 0.5;
}

.alertify-notifier .ajs-message {
  background-color: #3980c0;
  border-color: #3980c0;
  color: #fff;
  text-shadow: none !important;
  border-radius: 4px;
}
.alertify-notifier .ajs-message.ajs-success {
  background-color: #33a186;
  border-color: #33a186;
}
.alertify-notifier .ajs-message.ajs-error {
  background-color: #fa6374;
  border-color: #fa6374;
}
.alertify-notifier .ajs-message.ajs-warning {
  background-color: #fc931d;
  border-color: #fc931d;
}

.alertify-notifier.ajs-right {
  right: 10px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
  left: auto;
}

.alertify-notifier.ajs-left {
  left: 10px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
  right: auto;
}

.choices__inner {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #e2e5e8 !important;
  min-height: 38px;
}

.choices__list--dropdown {
  border: 1px solid #e2e5e8 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.25rem;
}
.choices[data-type*=select-one] .choices__button {
  right: 0;
  left: auto;
  margin-right: 25px;
  margin-left: 0;
}
.choices[data-type*=select-one]:after {
  border-color: #384861 transparent transparent;
  right: 11.5px;
  left: auto;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #384861;
}

.choices__input {
  background-color: #fff;
  margin-bottom: 0;
}

.choices__list--multiple {
  display: inline-flex;
  flex-wrap: wrap;
}
.choices__list--multiple .choices__item {
  background-color: #3980c0;
  border-color: #3980c0;
  margin-bottom: 0;
  margin-right: 7px;
  font-weight: 400;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #3980c0;
  border: 1px solid #3980c0;
}

.choices.is-disabled .choices__inner {
  background-color: #f5f6f8;
}
.choices.is-disabled .choices__input {
  background-color: #f5f6f8;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #74788d;
  border-color: #74788d;
}

.choices[data-type*=select-multiple] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -4px 0 8px;
  border-right: 0;
}

.choices[data-type*=text] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -4px 0 8px;
  border-right: 0;
}

input[switch] {
  display: none;
}
input[switch]:checked + label {
  background-color: #3980c0;
  background-color: #3980c0;
}
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: #f5f6f8;
}

input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #e2e5e8;
  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;
}
input[switch] + label:before {
  color: #384861;
  content: attr(data-off-label);
  display: block;
  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: #f5f6f8;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  transition: all 0.1s ease-in-out;
}

input[switch=bool] + label {
  background-color: #fa6374;
}
input[switch=bool] + label:before {
  color: #fff;
}

input[switch=bool]:checked + label {
  background-color: #33a186;
}
input[switch=bool]:checked + label:before {
  color: #fff;
}

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

input[switch=primary]:checked + label {
  background-color: #3980c0;
}

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #eff0f2;
}

.gridjs-container {
  color: #495057;
}

.gridjs-wrapper {
  box-shadow: none;
  border: 1px solid #eff0f2;
}
.gridjs-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gridjs-wrapper::-webkit-scrollbar:vertical {
  width: 12px;
}
.gridjs-wrapper::-webkit-scrollbar:horizontal {
  height: 12px;
}
.gridjs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(56, 72, 97, 0.075);
  border-radius: 10px;
  border: 2px solid #fff;
}
.gridjs-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.gridjs-table {
  width: 100%;
}

td.gridjs-td {
  border: 1px solid #eff0f2;
  padding: 0.75rem 0.75rem;
}

th.gridjs-th {
  border: 1px solid #eff0f2;
  padding: 0.75rem 0.75rem;
  border-top: 0;
  color: #495057;
  background-color: #f8f9fa;
}

th.gridjs-th-sort:focus {
  background-color: #f2f4f6;
}
th.gridjs-th-sort:hover {
  background-color: #f2f4f6;
}

.gridjs-footer {
  box-shadow: none;
  border: 1px solid #eff0f2;
  border-top: 0;
}

.gridjs-pagination {
  color: #74788d;
}
.gridjs-pagination .gridjs-pages button {
  border: none !important;
  border-radius: 30px !important;
  margin: 0 5px;
  border: none;
  min-width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
}
.gridjs-pagination .gridjs-pages button:disabled {
  color: #adb5bd;
}
.gridjs-pagination .gridjs-pages button:hover {
  background-color: #f5f6f8;
  color: #275985;
}
.gridjs-pagination .gridjs-pages button:hover:disabled {
  color: #adb5bd;
}
.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: none;
}
.gridjs-pagination .gridjs-pages button:first-child:hover {
  background-color: transparent;
}
.gridjs-pagination .gridjs-pages button:last-child:hover {
  background-color: transparent;
}
.gridjs-pagination .gridjs-pages button[disabled] {
  color: #adb5bd;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #3980c0;
  color: #fff;
  border-color: #3980c0;
}

input.gridjs-input {
  border-color: #e2e5e8;
  background-color: #fff;
  color: #495057;
  font-size: 13px;
}
input.gridjs-input:focus {
  box-shadow: none;
  border-color: #cbced1;
  background-color: #fff;
}

.pcr-app {
  background: #fff;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-right: 0.75em;
  margin-left: 0;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser {
  margin-left: 0.75em;
  margin-right: 0;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: 0.75em;
  margin-right: 0;
}

.flatpickr-input[readonly] {
  background-color: #fff;
}

.input[readonly] {
  background-color: #fff;
}

.flatpickr-months {
  background-color: #3980c0;
  border-radius: 5px 5px 0 0;
}
.flatpickr-months .flatpickr-month {
  color: rgba(255, 255, 255, 0.9) !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}
.flatpickr-months .flatpickr-next-month {
  color: rgba(255, 255, 255, 0.9) !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.9) !important;
}
.flatpickr-months .flatpickr-prev-month {
  color: rgba(255, 255, 255, 0.9) !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-weekdays {
  background-color: #3980c0;
  height: 36px !important;
  border-bottom: 1px solid #eff0f2;
}

span.flatpickr-weekday {
  color: #fff;
  font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent !important;
}
.flatpickr-current-month input.cur-year[disabled] {
  color: rgba(255, 255, 255, 0.9) !important;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-am-pm:focus {
  background-color: transparent !important;
}
.flatpickr-am-pm:hover {
  background-color: transparent !important;
}

.numInput:focus {
  background-color: transparent !important;
}
.numInput:hover {
  background-color: transparent !important;
}

.numInputWrapper:focus {
  background-color: transparent !important;
}
.numInputWrapper:hover {
  background-color: transparent !important;
}

.flatpickr-day {
  color: #384861 !important;
}
.flatpickr-day:focus {
  background-color: rgba(245, 246, 248, 0.7) !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}
.flatpickr-day:hover {
  background-color: rgba(245, 246, 248, 0.7) !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.today {
  border-color: #3980c0 !important;
  background-color: rgba(57, 128, 192, 0.1);
}
.flatpickr-day.today:focus {
  color: #384861 !important;
  background-color: rgba(57, 128, 192, 0.15) !important;
}
.flatpickr-day.today:hover {
  color: #384861 !important;
  background-color: rgba(57, 128, 192, 0.15) !important;
}

.flatpickr-day.selected {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.selected:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.selected:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.flatpickr-disabled {
  color: rgba(56, 72, 97, 0.3) !important;
}
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(56, 72, 97, 0.3) !important;
}

.flatpickr-day.nextMonthDay {
  color: rgba(56, 72, 97, 0.3) !important;
}
.flatpickr-day.nextMonthDay:focus {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}
.flatpickr-day.nextMonthDay:hover {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.notAllowed {
  color: rgba(56, 72, 97, 0.3) !important;
}

.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(56, 72, 97, 0.3) !important;
}

.flatpickr-day.notAllowed.prevMonthDay {
  color: rgba(56, 72, 97, 0.3) !important;
}

.flatpickr-day.prevMonthDay {
  color: rgba(56, 72, 97, 0.3) !important;
}
.flatpickr-day.prevMonthDay:focus {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}
.flatpickr-day.prevMonthDay:hover {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
  box-shadow: -5px 0 0 #f5f6f8, 5px 0 0 #f5f6f8;
}

.flatpickr-day.nextMonthDay.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.nextMonthDay.today.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.prevMonthDay.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.prevMonthDay.today.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.today.inRange {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.flatpickr-day.endRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.endRange:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.endRange:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.endRange.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.endRange.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.endRange.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.selected.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.selected.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.selected.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.startRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.startRange:focus {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}
.flatpickr-day.startRange:hover {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.startRange.inRange {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.startRange.nextMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-day.startRange.prevMonthDay {
  background-color: #3980c0 !important;
  border-color: #3980c0 !important;
  color: #fff !important;
}

.flatpickr-monthDropdown-month {
  color: rgba(0, 0, 0, 0.8);
}

.flatpickr-time .flatpickr-am-pm {
  color: #384861 !important;
}
.flatpickr-time .flatpickr-time-separator {
  color: #384861 !important;
}
.flatpickr-time input {
  color: #384861 !important;
}

.flatpickr-calendar {
  background-color: #fff !important;
  box-shadow: 1px 0 0 #eff0f2, -1px 0 0 #eff0f2, 0 1px 0 #eff0f2, 0 -1px 0 #eff0f2, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #eff0f2 !important;
}

.ck.ck-toolbar {
  background-color: rgba(245, 246, 248, 0.75) !important;
  border: 1px solid #e2e5e8 !important;
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: 0 0 !important;
}
.ck.ck-toolbar .ck.ck-button.ck-on {
  background: rgba(245, 246, 248, 0.75) !important;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap !important;
}

.ck.ck-editor__main > .ck-editor__editable {
  border-top: 0 !important;
  background-color: #fff !important;
  border-color: #e2e5e8 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06) !important;
}

.ck.ck-dropdown__panel {
  background: #fff !important;
  border: 1px solid #e2e5e8 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06) !important;
}

.ck.ck-list {
  background: #fff !important;
  border: 1px solid #e2e5e8 !important;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06) !important;
}

.ck.ck-reset_all {
  color: #495057 !important;
}
.ck.ck-reset_all * {
  color: #495057 !important;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne {
  left: 0;
  right: auto !important;
}
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: 0;
  right: auto !important;
}

.ck.ck-editor__editable_inline[dir=rtl] {
  text-align: left !important;
}

.ck-editor__editable {
  min-height: 245px !important;
}

.ck.ck-button.ck-on:not(.ck-disabled):active {
  background: #f5f6f8 !important;
  box-shadow: none !important;
}
.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background: #f5f6f8 !important;
  box-shadow: none !important;
}

a.ck.ck-button.ck-on {
  background: rgba(245, 246, 248, 0.75) !important;
}
a.ck.ck-button.ck-on:not(.ck-disabled):active {
  background: #f5f6f8 !important;
  box-shadow: none !important;
}
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background: #f5f6f8 !important;
  box-shadow: none !important;
}

.ck.ck-button:active {
  background: #f5f6f8 !important;
  border-color: #f5f6f8 !important;
}
.ck.ck-button:focus {
  background: #f5f6f8 !important;
  border-color: #f5f6f8 !important;
}
.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(245, 246, 248, 0.75) !important;
}

a.ck.ck-button:active {
  background: #f5f6f8 !important;
  border-color: #f5f6f8 !important;
}
a.ck.ck-button:focus {
  background: #f5f6f8 !important;
  border-color: #f5f6f8 !important;
}
a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(245, 246, 248, 0.75) !important;
}

.ck.ck-tooltip .ck-tooltip__text {
  background: #384861 !important;
  color: #f5f6f8 !important;
}

.ql-editor {
  text-align: left;
}
.ql-editor ol {
  padding-left: 1.5em;
  padding-right: 0;
}
.ql-editor ul {
  padding-left: 1.5em;
  padding-right: 0;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-container.ql-snow {
  border-color: #e2e5e8;
}

.ql-bubble {
  border: 1px solid #e2e5e8;
  border-radius: 0.25rem;
}

.ql-toolbar span {
  outline: 0 !important;
  color: #495057;
}
.ql-toolbar span:hover {
  color: #3980c0 !important;
}

.ql-toolbar.ql-snow {
  border-color: #e2e5e8;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
  border-radius: 0.25rem;
}

.ql-snow .ql-script {
  stroke: #495057;
}
.ql-snow .ql-strike svg {
  stroke: #495057;
}
.ql-snow .ql-stroke {
  stroke: #495057;
}
.ql-snow .ql-fill {
  fill: #495057;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
  left: auto;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  border-color: #e2e5e8 !important;
}

.dropzone {
  min-height: 230px;
  border: 2px dashed #e2e5e8;
  background: #fff;
  border-radius: 6px;
}
.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
}

.wizard-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.wizard-nav .wizard-list-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.wizard-nav .wizard-list-item .list-item {
  width: 100%;
  font-size: 14px;
  position: relative;
}
.wizard-nav .wizard-list-item:last-child .list-item::after {
  display: none;
}
.wizard-nav .wizard-list-item .list-item.done .step-icon {
  background-color: #3980c0;
  color: #fff;
}
.wizard-nav .wizard-list-item .list-item.done .uil:before {
  content: "\e9c3";
}
.wizard-nav .step-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 1px solid rgba(57, 128, 192, 0.2);
  color: #3980c0;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 22px;
}
.wizard-nav .step-title {
  margin-left: 6px;
}
.wizard-nav .list-item {
  font-size: 14px;
  position: relative;
}
.wizard-nav .list-item::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #eff0f2;
  left: 62%;
  top: 50%;
  transform: translateY(-50%);
}
.wizard-nav .list-item.active {
  color: #495057;
  background-color: transparent;
}
.wizard-nav .list-item.active .step-icon {
  background-color: rgba(57, 128, 192, 0.2);
  color: #3980c0;
  border-color: rgba(57, 128, 192, 0.2);
}

.wizard-tab {
  display: none;
}

.apex-charts {
  min-height: 10px !important;
}
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-tooltip * {
  color: #74788d !important;
}

.apexcharts-tooltip.apexcharts-theme-dark * {
  color: #fff !important;
}

.apexcharts-legend-series {
  font-weight: 500;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f8f9fa;
}

.apexcharts-legend-text {
  color: #74788d !important;
  font-size: 13px !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-subtitle-text {
  fill: #adb5bd;
}

.apexcharts-title-text {
  fill: #adb5bd;
}

.apexcharts-xaxis text {
  fill: #adb5bd;
}

.apexcharts-yaxis text {
  fill: #adb5bd;
}

.apexcharts-yaxis-title {
  font-weight: 500;
}

#dynamicloadedchart-wrap {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.chart-box {
  padding-left: 0;
}

#chart-quarter {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 20px;
  background: #fff;
  border: 1px solid #eff0f2;
  float: left;
  position: relative;
  z-index: -2;
  transition: 1s ease transform;
}

#chart-year {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-left: 0;
  padding-top: 20px;
  background: #fff;
  border: 1px solid #eff0f2;
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}

#chart-year.chart-quarter-activated {
  transform: translateX(0);
  transition: 1s ease transform;
}

#chart-quarter.active {
  transition: 1.1s ease-in-out transform;
  transform: translateX(0);
  z-index: 1;
}

.chartjs-chart {
  max-height: 320px;
}

.glightbox-clean .gslide-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}
.glightbox-clean .gslide-desc {
  font-size: 14px;
}
.glightbox-clean .gclose {
  border: 2px solid #fff;
  border-radius: 7px;
  right: 10px;
  left: auto;
}
.glightbox-clean .gclose svg {
  width: 12px;
}

.gmaps {
  height: 300px;
  background: #f8f9fa;
  border-radius: 3px;
}

.gmaps-panaroma {
  height: 300px;
  background: #f8f9fa;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #3980c0;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #3980c0;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #3980c0;
}

.jvm-tooltip {
  border-radius: 3px;
  background-color: #3980c0;
  box-shadow: 0 5px 6px rgba(56, 72, 97, 0.1);
  padding: 3px 5px;
}

.leaflet-map {
  height: 300px;
}

.leaflet-map.leaflet-container {
  z-index: 99;
}

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

.authentication-bg {
  background-image: url(../images/auth-bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authentication-bg .auth-logo .logo {
  margin: 0 auto;
}
.authentication-bg .auth-logo .auth-logo-light {
  display: none;
  margin: 0 auto;
}
.authentication-bg .auth-logo .auth-logo-dark {
  margin: 0 auto;
}
.authentication-bg .bg-overlay {
  background-color: #003032;
}
.authentication-bg .auth-cover-card .authentication-bg {
  align-items: flex-start;
  justify-content: flex-start;
}
.authentication-bg .auth-cover-card .bg-overlay {
  opacity: 0.6;
}
.authentication-bg .auth-cover-card .form-floating label {
  color: rgba(255, 255, 255, 0.5);
}
.authentication-bg .auth-cover-card .form-floating .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.authentication-bg .auth-cover-card .form-floating .form-floating-icon {
  color: rgba(255, 255, 255, 0.5);
}

.form-floating-custom {
  position: relative;
}
.form-floating-custom > label {
  left: 48px;
}
.form-floating-custom > .form-control {
  padding-left: 60px;
}
.form-floating-custom > .form-select {
  padding-left: 60px;
}
.form-floating-custom .form-floating-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 56px;
  color: #74788d;
}

.error-font {
  font-size: 9rem;
  text-shadow: 4px 4px 6px rgba(33, 37, 41, 0.26);
}

.mover-animation {
  animation: mover 1s infinite alternate;
}

.signin-other-title {
  position: relative;
}
.signin-other-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #eff0f2;
  top: 10px;
}
.signin-other-title .title {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 2px 16px;
}

.auth-img {
  background-image: url(https://images.unsplash.com/photo-1593062096033-9a26b09da705?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.email-leftbar {
  width: 236px;
  float: left;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 254px;
}

.chat-user-box p.user-title {
  color: #384861;
  font-weight: 500;
}
.chat-user-box p {
  font-size: 13px;
}

.mail-list a {
  display: block;
  color: #74788d;
  line-height: 24px;
  padding: 8px 5px;
}
.mail-list a.active {
  color: #fa6374;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}
.message-list li {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}
.message-list li a {
  color: #74788d;
}
.message-list li:hover {
  background: #eff0f2;
  transition-duration: 0.05s;
}
.message-list li .col-mail {
  float: left;
  position: relative;
}
.message-list li .col-mail-1 {
  width: 320px;
}
.message-list li .col-mail-1 .checkbox-wrapper-mail {
  display: block;
  float: left;
  margin: 15px 10px 0 20px;
}
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.message-list li .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 18px;
  margin-left: 5px;
}
.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 110px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  padding-left: 80px;
}
.message-list li .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.message-list li.selected {
  background-color: rgba(239, 240, 242, 0.6);
}
.message-list li.active {
  box-shadow: inset 3px 0 0 #3980c0;
}
.message-list li.active:hover {
  box-shadow: inset 3px 0 0 #3980c0;
}
.message-list li.unread {
  background-color: #eff0f2;
  font-weight: 500;
  color: #2f3c51;
}
.message-list li.unread a {
  color: #2f3c51;
  font-weight: 500;
}
.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #e2e5e8;
  border-radius: 1px;
}
.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}
.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}
.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  transition-duration: 0.05s;
  top: 0;
}
.message-list .checkbox-wrapper-mail label:before {
  content: "\f012c";
  top: 0;
  height: 20px;
  color: #2f3c51;
  width: 20px;
  position: absolute;
  margin-top: -16px;
  left: 4px;
  font-size: 13px;
}

.chat-noti-dropdown.active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fa6374;
  border-radius: 50%;
  right: 0;
}

.chat-noti-dropdown .btn {
  padding: 6px;
  box-shadow: none;
  font-size: 20px;
}

.chat-search-box .form-control {
  border: 0;
}

.chat-list {
  margin: 0;
}
.chat-list li.active a {
  background-color: rgba(57, 128, 192, 0.075);
  border-color: transparent;
}
.chat-list li a {
  position: relative;
  display: block;
  color: #74788d;
  transition: all 0.4s;
  padding: 12px;
  border-top: 1px solid #eff0f2;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}
.chat-list li a:hover {
  background-color: rgba(57, 128, 192, 0.075);
  border-color: transparent;
}
.chat-list li .user-img {
  position: relative;
}
.chat-list li .user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.chat-list li .user-img.online .user-status {
  background-color: #33a186;
}
.chat-list li .user-img.away .user-status {
  background-color: #fc931d;
}
.chat-list li .unread-message {
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 33px;
}
.chat-list li.unread a {
  font-weight: 600;
  color: #384861;
}

.group-list li a {
  border: 0;
}

.user-chat-nav .dropdown .nav-btn {
  height: 36px;
  width: 36px;
  line-height: 36px;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.user-chat-nav .dropdown .dropdown-menu {
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
  border: 1px solid #eff0f2;
}

.chat-conversation li {
  clear: both;
}
.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  border: none;
}
.chat-conversation .chat-day-title .title {
  display: inline-block;
  background-color: #f5f6f8;
  position: relative;
  z-index: 1;
  padding: 4px 16px;
  border-radius: 30px;
}
.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #eff0f2;
  top: 16px;
}
.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}
.chat-conversation .conversation-list {
  margin-bottom: 24px;
  position: relative;
}
.chat-conversation .conversation-list .ctext-wrap {
  display: flex;
  margin-bottom: 10px;
}
.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 12px 20px;
  background-color: rgba(57, 128, 192, 0.1);
  border-radius: 0 8px 8px 8px;
  color: #74788d;
  position: relative;
  margin-left: 16px;
}
.chat-conversation .conversation-list .ctext-wrap-content:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-right-color: rgba(57, 128, 192, 0.1);
  border-top-color: rgba(57, 128, 192, 0.1);
  left: -10px;
  top: 0;
}
.chat-conversation .conversation-list .ctext-wrap-content .conversation-name {
  margin-bottom: 4px;
}
.chat-conversation .conversation-list .ctext-wrap-content .conversation-name .time {
  font-size: 10px;
  position: absolute;
  right: -65px;
  bottom: 0;
  color: #74788d;
  font-weight: 400;
  opacity: 0;
  transition: all 0.4s;
}
.chat-conversation .conversation-list .ctext-wrap-content:hover .time {
  opacity: 1;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #74788d;
}
.chat-conversation .conversation-list .chat-time {
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.chat-conversation .conversation-list .message-img {
  border-radius: 0.2rem;
  position: relative;
}
.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}
.chat-conversation .conversation-list .message-img img {
  max-width: 140px;
}
.chat-conversation .right .conversation-list {
  float: right;
  text-align: right;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  order: 2;
  background-color: #f5f6f8;
  text-align: right;
  border-radius: 8px 0 8px 8px;
  margin-left: 0;
  margin-right: 16px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
  border: 5px solid transparent;
  border-top-color: #f5f6f8;
  border-left-color: #f5f6f8;
  left: auto;
  right: -10px;
}
.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .conversation-name .time {
  order: 1;
  margin-left: 0;
  margin-right: 8px;
  position: absolute;
  left: -65px;
  right: auto;
}
.chat-conversation .right .conversation-list .dropdown {
  order: 1;
}

.chat-input-section {
  border-top: 1px solid #eff0f2;
}

.chat-input {
  border-radius: 30px;
  background-color: #f5f6f8 !important;
  border-color: #f5f6f8 !important;
}

.categories-list {
  padding: 4px 0;
}
.categories-list li a {
  display: block;
  padding: 4px 12px;
  color: #495057;
}
.categories-list li.active a {
  color: #3980c0;
}

.product-box {
  border: 1px solid #eff0f2;
  transition: all 0.4s;
  overflow: hidden;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
}
.product-box:hover {
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}
.product-box:hover .product-color {
  visibility: visible;
}
.product-box .product-ribbon {
  position: absolute;
  background-color: #3980c0;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 70px;
  top: -2px;
  transform: rotate(-90deg) translateX(-27%);
  font-weight: 500;
}
.product-box .product-ribbon:after {
  content: "";
  border-top: 18px solid #3980c0;
  border-bottom: 18px solid #3980c0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  left: -11px;
  top: 0;
}

.product-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
.product-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #eff0f2;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  color: #adb5bd;
}

.product-content {
  position: relative;
  transition: all 0.2s;
}

.product-detail .nav-pills .nav-link {
  margin-bottom: 7px;
}
.product-detail .nav-pills .nav-link .tab-img {
  width: 5rem;
}
.product-detail .nav-pills .nav-link.active {
  background-color: #eff0f2;
}
.product-detail .product-img {
  padding: 24px;
}

.product-desc-list li {
  padding: 2px 0;
}

.product-desc-color a {
  display: inline-block;
  text-align: center;
  color: #495057;
  margin: 4px;
  border: 2px solid #eff0f2;
  border-radius: 4px;
}
.product-desc-color a:hover {
  color: #3980c0;
  border-color: #3980c0 !important;
}
.product-desc-color a.active {
  color: #3980c0;
  border-color: #3980c0 !important;
}

.product-review-link .list-inline-item a {
  color: #74788d;
  padding: 4px 8px;
  font-size: 15px;
}

.product-cart-touchspin {
  border: 1px solid #e2e5e8;
  background-color: #fff;
  border-radius: 0.25rem;
}
.product-cart-touchspin .form-control {
  border-color: transparent;
  height: 32px;
}
.product-cart-touchspin .input-group-btn .btn {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3980c0 !important;
  font-size: 16px;
  padding: 3px 12px;
  box-shadow: none;
}

.shipping-address {
  box-shadow: none;
}

.shipping-address.active {
  border-color: #3980c0 !important;
}

.product-tag {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.product-tag .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #3980c0;
  background: #fff;
}

.countdownlist {
  text-align: center;
  display: flex;
  gap: 24px;
}
.countdownlist .countdownlist-item {
  width: 25%;
}
.countdownlist .countdownlist-item:last-of-type .count-num::after {
  display: none;
}
.countdownlist .count-title {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  color: rgba(56, 72, 97, 0.5);
  text-transform: uppercase;
}
.countdownlist .count-num {
  background-color: #fff;
  padding: 16px 8px;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
  font-weight: 600;
  font-size: 32px;
}
.countdownlist .count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #384861;
}

.countdown-endtxt {
  font-size: 24px;
  font-weight: 600;
}

.countdown-input-group {
  max-width: 350px;
}

.hori-timeline .events .event-list {
  text-align: center;
  display: block;
}
.hori-timeline .events .event-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #3980c0;
  background-color: #fff;
}
.hori-timeline .events .event-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 3px dashed #eff0f2;
}
.hori-timeline .events .event-list .event-date {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: rgba(57, 128, 192, 0.2);
  padding: 2px 12px;
  margin-bottom: 48px;
}

.verti-timeline {
  padding-left: 100px;
}
.verti-timeline .event-list {
  border-left: 3px dashed #eff0f2;
  position: relative;
  padding: 0 0 30px 30px;
}
.verti-timeline .event-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #3980c0;
  background-color: #fff;
}
.verti-timeline .event-list .event-date {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(57, 128, 192, 0.2);
  color: #3980c0;
  padding: 2px 12px;
  position: absolute;
  left: -102px;
  font-size: 13px;
}
.verti-timeline .event-list:last-child {
  padding-bottom: 0;
}

.profile-bg {
  height: 210px;
  background-image: url(../images/profile-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing-box {
  border-top: 2px solid #3980c0 !important;
  max-width: 388px;
  margin: 0 auto 20px;
}
.pricing-box .plan-features li {
  padding: 7px 0;
}

.error-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 130px;
}

.profile-user {
  background-image: url(../images/profile-bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.profile-user:after {
  background: linear-gradient(to bottom, rgba(57, 128, 192, 0.7) 30%, #3980c0 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.5;
  content: "";
}

.profile-content {
  position: relative;
  margin-top: -60px;
}

@media (max-width: 991.98px) {
  .navbar-brand-box {
    width: auto;
  }
  .navbar-brand-box .logo-dark {
    display: block;
  }
  .navbar-brand-box .logo-dark span.logo-sm {
    display: block;
  }
  .navbar-brand-box .logo-light {
    display: none;
  }
  #page-topbar {
    left: 0;
  }
  #page-topbar .navbar-header .navbar-brand-box {
    display: inline-block;
    position: relative;
  }
  #page-topbar .navbar-header .vertical-menu-btn {
    display: inline-block;
  }
  .logo span.logo-lg {
    display: none;
  }
  .logo span.logo-sm {
    display: inline-block;
  }
  body[data-sidebar-size=md] .navbar-brand-box {
    width: auto;
  }
  body[data-sidebar-size=md] #page-topbar {
    left: 0;
  }
  body[data-sidebar-size=md] .footer {
    left: 0;
  }
  body[data-layout=horizontal] .page-content {
    padding-top: 20px;
  }
  .topnav {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }
  .topnav .menu-title {
    padding: 12px 16px !important;
  }
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
    line-height: inherit;
  }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 20px;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0;
  }
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  .topnav .dropdown .dropdown-item:active {
    color: #3980c0;
  }
  .topnav .dropdown .dropdown-item.active {
    color: #3980c0;
  }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link {
    color: #7b8190;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #3980c0;
  }
  .auth-img {
    height: 250px;
  }
}
@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;
  }
}
@media (max-width: 374.99px) {
  .navbar-brand-box {
    padding: 0 1rem;
  }
  .language-switch {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .page-title-box .page-title-right {
    display: none;
  }
  .right-bar {
    overflow: auto;
  }
  .right-bar .slimscroll-menu {
    height: auto !important;
  }
  .main-chart .chart-border-left {
    border: 0;
  }
  .fc-toolbar {
    flex-direction: column;
    gap: 16px;
  }
  .wizard-nav .step-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .wizard-nav .list-item {
    padding: 0.5rem;
  }
  .wizard-nav .list-item::after {
    display: none;
  }
  .message-list li .col-mail-1 {
    width: 200px;
  }
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
  .chat-send {
    min-width: auto;
  }
  .countdownlist .count-num {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer {
    left: 0;
  }
  .vertical-menu {
    display: none;
    top: 70px;
  }
  .vertical-menu .sidebar-menu-scroll {
    height: 100%;
    margin-top: 0;
  }
  .vertical-menu .navbar-brand-box {
    display: none;
  }
  .vertical-menu .vertical-menu-btn {
    display: none;
  }
  .main-content {
    margin-left: 0 !important;
  }
  body.sidebar-enable .vertical-menu {
    display: block;
  }
}
@media (min-width: 769px) {
  body[data-sidebar-size=sm] {
    min-height: 1850px;
  }
  body[data-layout-size=boxed][data-sidebar-size=sm] .main-content {
    min-height: 1850px;
  }
}
@media (min-width: 992px) {
  body[data-layout=horizontal] .navbar-brand-box {
    padding-left: 0;
    margin-right: 10px;
  }
  body[data-layout=horizontal] .navbar-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .topnav .navbar-nav .nav-item.active > .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #3980c0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .topnav .dropdown-item {
    padding: 0.5rem 1.5rem;
    min-width: 180px;
  }
  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0;
    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;
  }
  body[data-layout-scrollable=true] #page-topbar {
    position: absolute;
  }
  body[data-layout-scrollable=true] .vertical-menu {
    position: absolute;
  }
  body[data-layout-scrollable=true] .navbar-brand-box {
    position: absolute;
  }
  body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar {
    position: absolute;
  }
  body[data-layout-scrollable=true][data-layout=horizontal] .navbar-brand-box {
    position: relative;
  }
  .map-widget {
    border-right: 1px solid #eff0f2;
  }
  body[data-layout-mode=dark] .map-widget {
    border-right: 1px solid #0b334b;
  }
  .glightbox-clean .gclose {
    right: 20px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid {
    max-width: 85%;
  }
  body[data-layout=horizontal] .navbar-header {
    max-width: 85%;
  }
  .chat-leftsidebar {
    min-width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto;
  }
  .error-text {
    font-size: 72px;
  }
  .error-text .avatar-lg {
    width: 48px;
  }
}
@media print {
  .footer {
    display: none !important;
  }
  .navbar-header {
    display: none !important;
  }
  .page-title-box {
    display: none !important;
  }
  .right-bar {
    display: none !important;
    padding: 0;
    margin: 0;
  }
  .vertical-menu {
    display: none !important;
  }
  .card-body {
    padding: 0;
    margin: 0;
  }
  .main-content {
    padding: 0;
    margin: 0;
  }
  .page-content {
    padding: 0;
    margin: 0;
  }
  body {
    padding: 0;
    margin: 0;
  }
  .card {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .fc .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar .fc-left {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar .fc-right {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar > * > * {
    float: none;
  }
  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #chart-year {
    transform: translateX(50%);
  }
  #chart-quarter {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }
  .email-rightbar {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .chat-leftsidebar {
    min-width: 280px;
  }
}
i {
  line-height: 1;
  font-size: 1rem;
  color: #a1a5b7;
}

.btn i {
  display: inline-flex;
  font-size: 1rem;
  padding-right: 0.35rem;
  vertical-align: middle;
  line-height: 0;
}

.btn.btn-icon .svg-icon,
.btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.5rem + 2px);
  width: calc(1.5em + 1.5rem + 2px);
  border: 0;
}

.badge-light-success {
  background-color: #7AC157;
}

.badge-light-danger {
  background-color: red;
}

.badge-light-warning {
  background-color: #ffc107;
}

tbody td {
  font-weight: 400;
}

.invalid-feedback {
  display: block !important;
}

.badge {
  display: inline-block;
  padding: 0.325rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  color: .badge white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.325rem;
}

.btn.btn-color-primary i {
  color: #009ef7;
}

.card {
  border: 0;
  box-shadow: 0 0 20px 0 #e4e6ef;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f5;
  border-radius: 0.625rem;
  box-shadow: 0 0 20px 0 #e4e6ef;
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 0 2.25rem;
  background-color: transparent;
  border-bottom: 1px solid #eff2f5;
}

.indicator-progress {
  display: none;
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #eff2f5;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  background-repeat: no-repeat;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  right: 0;
  z-index: 99999;
  background-position: center;
  display: none;
}/*# sourceMappingURL=style.css.map */
