/*************** 1. Sass Variables ***************/
/*************** 2.Mixins ***************/
/************************************************
	************************************************
										Body CSS							
	************************************************
************************************************/
html {
  height: 100%;
}

:root {
  --primary-color: #2152A3;
}

.fc-timegrid-slot {
  height: 60px !important;
}

.fc-event {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 4px 6px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
  word-wrap: break-word;
  background: #3b3b3b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.fc-event.past-finished {
  background: var(--primary-color);
  color: #fff;
}

.fc-event.past-finished:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.fc-event.past-unfinished {
  background: #d32f2f;
  color: #fff;
}

.fc-event:hover {
  opacity: 0.9;
  filter: brightness(1.1);
}

.fc-daygrid-event:hover {
  background: #6e6e6e !important;
  color: #fff !important;
}

.fc-event.past-unfinished:hover {
  background: #d32f2f !important;
  color: #fff !important;
}

.fc-button {
  background-color: var(--primary-color) !important;
  border: none !important;
  color: white !important;
  font-weight: 600;
  border-radius: 4px !important;
  padding: 8px 14px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.fc-button:hover,
.fc-button:focus,
.fc-button:active {
  background-color: #005927 !important;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.fc-button-active {
  background-color: #005927 !important;
  color: white !important;
  border-radius: 4px !important;
}

.fc-timegrid-col-frame {
  min-width: 140px;
}

.fc-custom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 10px;
}

.fc-custom-time {
  font-size: 10px;
  margin-bottom: 2px;
}

.fc-custom-title {
  font-size: 10px;
  white-space: normal;
  word-break: break-word;
}

.circle {
  border-radius: 50%;
}

body {
  min-height: 100%;
  position: relative;
}

@keyframes clignoter {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#confirmOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  justify-content: center;
  align-items: center;
}

.todaydatetime {
  text-align: center;
  margin: 40px auto;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-weight: 600;
}

/* Boîte blanche centrée */
#confirmBox {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

#confirmBox h5 {
  margin-bottom: 15px;
}

#confirmBox button {
  margin: 0 10px;
}

#clock {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
}

#date {
  font-size: 1.5em;
  opacity: 0.85;
}

.clignote {
  animation: clignoter 2s infinite;
}

.w-10 {
  width: 10% !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #2e323c;
  background: #f5f6fa;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #e6e6e6;
}

body::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  outline: 1px solid #cccccc;
}

body.boxed {
  margin: 0 auto;
  max-width: 1200px;
  background: #000000;
}

body.boxed .app-header {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  left: inherit;
  right: inherit;
}

body.boxed .main-footer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  left: inherit;
  right: inherit;
}

body.full-screen a.onoffcanvas-toggler {
  display: inline-block;
}

body.full-screen .app-side {
  left: 0;
}

body.full-screen .app-side.is-open {
  left: -230px;
}

@media (max-width: 992px) {
  body.full-screen .app-side {
    left: -230px;
  }

  body.full-screen .app-side.is-open {
    left: 0;
  }
}

body.full-screen .app-main {
  margin-left: 0;
}

@media (max-width: 1100px) {
  body.off-canvas a.onoffcanvas-toggler {
    display: inline-block;
  }

  body.off-canvas a.mini-nav-btn {
    display: none;
  }
}

body.login-bg {
  background-color: #DDDDDD;
}

body.error-bg {
  background: url("../img/login-slider.jpg") no-repeat;
  background-size: cover;
  background-position: center center fixed;
}

.bg-light {
  background-color: #f5f6fa !important;
}


/************************************************
	************************************************
										Common CSS							
	************************************************
************************************************/

.row.gutters {
  display: flex;
  flex-wrap: wrap;
}

.plan-three {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-three .py-3.text-center.bg-light {
  margin-top: auto;
}

.col-form-label {
  text-align: right;
}

.note-editable {
  min-height: 400px;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e1e5f1;
}

/************************************************
	************************************************
											Reusable CSS							
	************************************************
************************************************/
/*************** Card Fixed Heights ***************/
.card333 {
  height: 332px;
}

.card160 {
  height: 159px;
}

/*************** Spacers ***************/
.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.spacer30 {
  height: 30px;
}

.spacer50 {
  height: 50px;
}

.spacer60 {
  height: 60px;
}

.spacer70 {
  height: 70px;
}

/************* Background Colors **************/
.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: #ef2f1a !important;
}

.bg-success {
  background-color: var(--primary-color) !important;
}

.bg-light-green {
  background-color: #d8f1ef !important;
}

.bg-info {
  background-color: #0d5890 !important;
}

.bg-light-blue {
  background-color: #e0f0fd !important;
}

.bg-warning {
  background-color: #ffb933 !important;
}

.bg-light-yellow {
  background-color: #fdebd1 !important;
}

.bg-danger {
  background-color: #ef2f1a !important;
}

.bg-light-red {
  background-color: #fde8e8 !important;
}

.bg-pink {
  background-color: #ff6ba7 !important;
}

.bg-light-pink {
  background-color: #ffeaf7 !important;
}

.bg-purple {
  background-color: #5a66b5 !important;
}

.bg-orange {
  background-color: #ff9f41 !important;
}

.bg-brown {
  background-color: #825a4c !important;
}

.bg-light-brown {
  background-color: #e7e0e1 !important;
}

.bg-dark {
  background-color: #3c3c3c !important;
}

/************* Text Colors **************/
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: #ef2f1a !important;
}

.text-success {
  color: var(--primary-color) !important;
}

.text-info {
  color: #0d5890 !important;
}

.text-warning {
  color: #ffb933 !important;
}

.text-danger {
  color: #ef2f1a !important;
}

.text-pink {
  color: #ff6ba7 !important;
}

.text-light {
  color: #e0f0fd !important;
}

.text-dark {
  color: #000000 !important;
}

.text-muted {
  color: #858b9a !important;
}

/************* Overflows Scrolls **************/
.overflow-scroll {
  overflow: auto;
}

/************* Char Count **************/
.charCount {
  font-size: 0.7rem;
}

/************* Image Sizes **************/
.img-30 {
  width: 30px;
  height: 30px;
}

/************************************************
	************************************************
										Layout CSS							
	************************************************
************************************************/
.app {
  min-height: 100%;
}

.app-wrap {
  min-height: 100vh;
  position: relative;
}

.app-header {
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #e8ebf4;
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
}

.app-header.primary {
  background: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.app-header.primary a.mini-nav-btn {
  border-right: 1px solid #148367;
}

.app-header.primary a.mini-nav-btn i {
  color: #ffffff;
}

.app-header.primary .header-actions>li {
  border-left: 1px solid #148367;
}

.app-header.primary .header-actions>li>a i {
  color: #ffffff;
}

.app-header.primary .header-actions>li:first-child {
  border-left: 0;
}

.app-header.primary a.onoffcanvas-toggler {
  border-right: 1px solid #148367;
}

.app-header.primary a.onoffcanvas-toggler i {
  color: #ffffff;
}

@media (max-width: 576px) {
  .app-header {
    position: inherit;
  }
}

.app-container {
  position: relative;
  background: #f5f6fa;
  top: 60px;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .app-container {
    top: inherit;
  }
}

.app-main {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 230px;
}

.app-main.left-toggle {
  margin-left: 0;
}

.main-heading {
  padding: 0.6rem 0.5rem;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 10px 20px -10px #dde1ee;
  -moz-box-shadow: 0 10px 20px -10px #dde1ee;
  box-shadow: 0 10px 20px -10px #dde1ee;
  z-index: 10;
}

.main-heading .page-icon {
  float: left;
  border-right: 1px solid #e1e5f1;
  padding-right: 10px;
}

.main-heading .page-icon i {
  font-size: 24px;
  color: var(--primary-color);
  margin: 9px 6px 9px 0;
  display: block;
}

.main-heading .page-title {
  margin-left: 60px;
}

.main-heading .page-title h5 {
  margin: 0;
  padding: 0;
  line-height: 120%;
}

.main-heading .page-title h6.sub-heading {
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 0.8rem;
  color: #858b9a;
}

.main-heading .right-actions {
  float: right;
  margin-top: 2px;
}

@media (max-width: 992px) {
  .main-heading .right-actions {
    float: none;
  }
}

@media (max-width: 576px) {
  .main-heading .right-actions {
    display: none;
  }
}

/*************** Date Range ***************/
.date-range .form-control {
  max-width: 170px;
  float: left;
  margin-right: 1px;
}

.main-content {
  position: relative;
  margin-bottom: auto;
  padding: 1.5rem;
  min-height: 1250px;
  background: #f5f6fa;
}

.main-footer {
  background: #ffffff;
  padding: 0.7rem 1rem;
  border-top: 1px solid #e1e5f1;
  font-size: 0.65rem;
  color: #000000;
  background-color: #F5F6FA;
}

.main-footer.fixed-btm {
  z-index: 1002;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.main-footer.no-bdr {
  border: 0;
}

.app-side {
  margin: 0;
  width: 230px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  background: #ffffff;
  -webkit-box-shadow: 20px 0 20px -20px #d3d7e9;
  -moz-box-shadow: 20px 0 20px -20px #d3d7e9;
  box-shadow: 20px 0 20px -20px #d3d7e9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.app-side.fixed {
  position: fixed;
  padding: 57px 0 0 0;
}

.app-side.left-toggle {
  left: -230px;
}

@media (max-width: 1100px) {
  .app-side {
    left: 0;
  }

  .app-side.is-open {
    left: -230px;
  }
}

@media (max-width: 992px) {
  .app-side {
    left: -230px;
  }

  .app-side.is-open {
    left: 0;
  }
}

.side-content {
  margin-bottom: auto;
}

.side-content .user-profile {
  padding: 30px 10px 20px 10px;
  text-align: center;
  background: #f5f6fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.side-content .user-profile h6.location-name {
  margin: 15px 0 0 0;
  font-size: 0.85rem;
}

.side-content ul.profile-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.side-content ul.profile-actions>li {
  border-right: 1px solid #e4e7f2;
  border-left: 1px solid white;
}

.side-content ul.profile-actions>li a {
  font-size: 0.65rem;
  text-align: center;
  display: block;
  width: 50px;
  color: #858b9a;
  position: relative;
  padding: 3px 0;
}

.side-content ul.profile-actions>li a i {
  font-size: 24px;
  margin: auto;
}

.side-content ul.profile-actions>li a .count-label {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.side-content ul.profile-actions>li a .count-label.red {
  background: #ef2f1a;
}

.side-content ul.profile-actions>li a .count-label.green {
  background: var(--primary-color);
}

.side-content ul.profile-actions>li a .count-label.yellow {
  background: #ffb933;
}

.side-content ul.profile-actions>li a:hover {
  color: var(--primary-color);
}

.side-content ul.profile-actions>li:last-child {
  border-right: 0;
}

.side-content ul.profile-actions>li:first-child {
  border-left: 0;
}

.side-content ul.profile-actions>li:first-child a {
  color: var(--primary-color);
}

.side-nav .unifyMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-nav .unifyMenu>li {
  position: relative;
  background: #ffffff;
}

.side-nav .unifyMenu>li.selected:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 8px;
  border-right: 11px solid #e4e7f2;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2020;
}

.side-nav .unifyMenu>li.selected>a {
  color: #ffffff;
  background: var(--primary-color);
}

.side-nav .unifyMenu>li.selected .current-page {
  color: var(--primary-color);
}

.side-nav .unifyMenu a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline-width: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ffffff;
  color: #4d4d4d;
}

.side-nav .unifyMenu a:active,
.side-nav .unifyMenu a:focus,
.side-nav .unifyMenu a:hover {
  color: var(--primary-color);
  background: #f5f6fa;
}

.side-nav .unifyMenu ul {
  background: #ffffff;
}

.side-nav .unifyMenu ul a {
  padding: 0.5em;
  padding-left: 4rem;
}

.side-nav .unifyMenu ul ul a {
  padding-left: 5rem;
}

.side-nav .collapse {
  display: none;
}

.side-nav .collapse.in {
  display: block;
}

.side-nav .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.side-nav .arrow {
  float: right;
  line-height: 1.42857;
}

.side-nav .has-arrow {
  position: relative;
}

.side-nav .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1.3em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 50%;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.side-nav .active>.has-arrow::after,
.side-nav .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  -ms-transform: rotate(225deg) translate(0, -50%);
  -o-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
  margin-top: 0;
}

@media (min-width: 992px) {
  .app-side.is-mini {
    width: 65px;
    left: 0;
  }

  .app-side.is-mini~.app-main {
    margin-left: 65px;
  }

  .app-side.is-mini .unifyMenu>li.selected:after {
    border-right: 11px solid transparent;
  }

  .app-side.is-mini .unifyMenu>li.selected:before {
    border-right: 11px solid transparent;
  }

  .app-side.is-mini .unifyMenu>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    display: none;
  }

  .app-side.is-mini .unifyMenu>li>ul>li>a {
    padding: 0.5em 0.5em 0.5em 1.5em;
  }

  .app-side.is-mini .unifyMenu>li:hover>ul {
    display: block;
    min-width: 192px;
    height: auto !important;
    box-shadow: 2px 2px 0 2px #e4e7f2;
  }

  .app-side.is-mini .unifyMenu>li:hover>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 257px;
    color: #ffffff;
    background: var(--primary-color);
  }

  .app-side.is-mini .unifyMenu>li:hover>a:active,
  .app-side.is-mini .unifyMenu>li:hover>a:focus,
  .app-side.is-mini .unifyMenu>li:hover>a:hover {
    color: #ffffff;
    background: var(--primary-color);
  }

  .app-side.is-mini .unifyMenu>li:hover .nav-title {
    display: inline-block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-side.is-mini .unifyMenu>li:hover>.has-arrow::after {
    border-width: 1px 0 0 1px;
  }

  .app-side.is-mini .unifyMenu>li>a.has-arrow::after {
    border-width: 0;
  }

  .app-side.is-mini .unifyMenu li:last-child {
    padding-bottom: 0;
  }

  .app-side.is-mini .unifyMenu ul ul a {
    padding-left: 2.5rem;
  }

  .app-side.is-mini .nav-title {
    display: none;
  }

  .app-side.is-mini .user-profile h6.location-name {
    display: none;
  }

  .app-side.is-mini .user-profile .profile-actions {
    display: none;
  }

  .app-side.is-mini .logo img {
    max-height: 24px;
    margin: 20px auto;
  }
}

@media (max-width: 1100px) {
  .app-main {
    margin-left: 0;
  }

  .side-nav .unifyMenu>li.selected:after {
    border-right: 0;
  }
}

.has-icon {
  width: 65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  height: 2.5rem;
  font-size: 1.5em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.onoffcanvas {
  visibility: hidden;
}

.onoffcanvas.is-open {
  visibility: visible;
}

/*************** Sidebar Dark ***************/
.sidebar-dark {
  background: #1b2947;
  color: #ffffff;
}

.sidebar-dark .side-content .user-profile {
  background: #141e35;
}

.sidebar-dark .side-content ul.profile-actions>li {
  border-right: 1px solid #0d1422;
  border-left: 1px solid #223459;
}

.sidebar-dark .side-content ul.profile-actions>li:first-child {
  border-left: 0;
}

.sidebar-dark .side-content ul.profile-actions>li:last-child {
  border-right: 0;
}

.sidebar-dark .side-nav .unifyMenu>li {
  background: #1b2947;
}

.sidebar-dark .side-nav .unifyMenu a {
  background: #1b2947;
  color: #858b9a;
}

.sidebar-dark .side-nav .unifyMenu a:hover {
  background: #182540;
}

/************************************************
	************************************************
											Main CSS							
	************************************************
************************************************/
/*************** Logo ***************/
.logo {
  display: block;
  margin: auto;
  text-align: center;
}

.logo img {
  max-height: 60px;
  margin: 12px auto;
}

@media (max-width: 576px) {
  .logo img {
    max-height: 24px;
    margin: 18px auto;
  }
}

/*************** Header Actions ***************/
.header-actions {
  float: right;
}

.header-actions>li {
  float: left;
  border-left: 1px solid #e1e5f1;
}

.header-actions>li>a {
  padding: 19px 23px;
  display: block;
  position: relative;
}

.header-actions>li>a>i {
  font-size: 21px;
  vertical-align: middle;
  color: #858b9a;
}

.header-actions>li>a .count-label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 18px;
}

.header-actions>li>a .count-label.red {
  background: #ef2f1a;
}

.header-actions>li>a .count-label.green {
  background: var(--primary-color);
}

.header-actions>li>a .count-label.yellow {
  background: #ffb933;
}

.header-actions>li>a.user-settings {
  padding: 10px 0 10px 18px;
}

.header-actions>li>a.user-settings img.avatar {
  max-width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.header-actions>li>a.user-settings span.user-name {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.85rem;
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-actions>li>a:hover i {
  color: var(--primary-color);
}

.header-actions>li .dropdown-menu {
  margin-top: 0;
}

.header-actions>li:first-child {
  border-left: 0;
}

@media (max-width: 767px) {
  .header-actions>li {
    display: none;
  }

  .header-actions>li:last-child {
    display: block;
    border-left: 0;
  }
}

@media (max-width: 992px) {
  .header-actions>li>a.user-settings span.user-name {
    display: none;
  }
}

.logout-btn {
  margin: 10px 10px 0 10px;
}

.logout-btn .btn {
  display: block;
  width: 100%;
}

ul.imp-notify li {
  padding: 10px 15px;
}

ul.imp-notify li .icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: var(--primary-color);
  color: #ffffff;
}

ul.imp-notify li .icon.secondary {
  background: #ef2f1a;
}

ul.imp-notify li .details {
  font-size: 0.85rem;
  display: block;
  margin-left: 55px;
}

ul.imp-notify li .details p {
  margin: 0;
  line-height: 160%;
  color: #858b9a;
}

ul.imp-notify li .details p span {
  display: block;
  margin-bottom: 5px;
  color: #2e323c;
}

ul.stats-widget {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.stats-widget li {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e5f1;
}

ul.stats-widget li h4 {
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0;
}

ul.stats-widget li p {
  color: #858b9a;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 100%;
}

ul.stats-widget li p span {
  float: right;
}

ul.stats-widget li .progress {
  margin-bottom: 10px;
  height: 4px;
}

ul.stats-widget li:last-child {
  border-bottom: 0 solid #e1e5f1;
  padding-bottom: 0;
}

ul.stats-widget li:first-child {
  padding-top: 0;
}

/*************** User Settings ***************/
ul.user-settings-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  margin: 15px 0;
}

ul.user-settings-list>li {
  border-right: 1px solid #e1e5f1;
  width: 33.33%;
}

ul.user-settings-list>li a {
  font-size: 13px;
  text-align: center;
  display: block;
}

ul.user-settings-list>li a .icon {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 5px auto;
  border: 2px solid var(--primary-color);
}

ul.user-settings-list>li a .icon i {
  font-size: 18px;
  margin: 7px;
  display: block;
  color: #858b9a;
}

ul.user-settings-list>li a .icon.red {
  border: 2px solid #ef2f1a;
}

ul.user-settings-list>li a .icon.green {
  border: 2px solid var(--primary-color);
}

ul.user-settings-list>li a .icon.yellow {
  border: 2px solid #ffb933;
}

ul.user-settings-list>li a p {
  margin: 0;
}

ul.user-settings-list>li a:hover {
  color: var(--primary-color);
}

ul.user-settings-list>li:last-child {
  border-right: 0;
}

/*************** Toggle Mini Nav ***************/
a.mini-nav-btn {
  padding: 18px 20px 18px 5px;
  float: left;
  border-right: 1px solid #e1e5f1;
}

a.mini-nav-btn i {
  font-size: 24px;
  vertical-align: middle;
  color: var(--primary-color);
}

@media (max-width: 992px) {
  a.mini-nav-btn {
    display: none;
  }
}

/*************** Toggle Sidebar ***************/
a.onoffcanvas-toggler {
  padding: 18px 20px 18px 5px;
  float: left;
  border-right: 1px solid #e1e5f1;
  display: none;
}

a.onoffcanvas-toggler i {
  font-size: 24px;
  vertical-align: middle;
  color: var(--primary-color);
}

@media (max-width: 992px) {
  a.onoffcanvas-toggler {
    display: inline-block;
  }
}

/*************** Custom Search ***************/
.custom-search {
  margin: 0 0 0 20px;
  float: left;
  position: relative;
  top: 13px;
  line-height: 32px;
}

.custom-search .search-query {
  padding: 6px 10px 6px 30px;
  color: #858b9a;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 215px;
  line-height: 20px;
}

.custom-search .search-query:focus {
  outline: none;
  width: 300px;
  border-bottom: 1px solid var(--primary-color);
}

.custom-search ::-webkit-input-placeholder {
  color: #858b9a;
}

.custom-search i {
  padding: 0 10px 0 0;
  height: 34px;
  line-height: 34px;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
}

@media (max-width: 576px) {
  .custom-search {
    display: none;
  }
}

/************************************************
	************************************************
											Widgets										
	************************************************
************************************************/
/*************** Stats Widget ***************/
.stats-widget a.stats-label {
  position: absolute;
  right: 0;
  top: 15px;
  background: var(--primary-color);
  text-align: center;
  font-size: 0.65rem;
  color: #ffffff;
  padding: 2px 6px;
  line-height: 100%;
}

.stats-widget a.stats-label:before {
  position: absolute;
  left: -20px;
  bottom: 0;
  content: "";
  border-right: 9px solid var(--primary-color);
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
}

.stats-widget a.stats-label:after {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  border-right: 9px solid var(--primary-color);
  border-left: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.stats-widget .stats-widget-header {
  margin-bottom: 10px;
}

.stats-widget .stats-widget-header i {
  font-size: 36px;
  color: var(--primary-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.stats-widget .stats-widget-header .info-graph {
  margin: 0 auto 18px auto;
  text-align: center;
}

.stats-widget .stats-widget-body ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.stats-widget .stats-widget-body ul>li {
  border-right: 1px solid #e1e5f1;
}

.stats-widget .stats-widget-body ul>li:last-child {
  border-right: 0;
}

.stats-widget .stats-widget-body h6.title {
  margin: 8px 0 8px 0;
  line-height: 130%;
  color: #858b9a;
}

.stats-widget .stats-widget-body h4.total {
  margin: 0;
  text-align: right;
  color: var(--primary-color);
  font-size: 2rem;
}

@media (max-width: 576px) {
  .stats-widget .stats-widget-body h6.title {
    margin: 5px 0 0 0;
  }
}

/*************** Stats Graph Widget ***************/
.stats-graph-widget {
  position: relative;
}

.stats-graph-widget h4 {
  margin: 0 0 2rem 0;
  text-align: right;
}

.stats-graph-widget h6 {
  margin: 0 0 2rem 0;
  color: #858b9a;
}

.stats-graph-widget .stats-graph {
  margin: 10px 0 0 0;
}

.stats-graph-widget p.growth {
  font-size: 0.75rem;
  padding: 0;
  text-align: right;
  margin: 5px 0 0 0;
}

.stats-graph-widget p.growth i {
  vertical-align: middle;
  margin-left: 2px;
  font-size: 18px;
}

.stats-graph-widget p.growth i.up {
  color: var(--primary-color);
}

.stats-graph-widget p.growth i.down {
  color: #ef2f1a;
}

/*************** Stats Graph Widget ***************/
ul.social-stats li {
  margin-bottom: 18px;
}

ul.social-stats li .month-type {
  float: left;
  width: 90px;
  height: 75px;
}

ul.social-stats li .month-type .circliful {
  margin-top: -15px;
}

ul.social-stats li .social-info {
  margin-left: 90px;
}

ul.social-stats li .social-info h4 {
  margin: 0;
  padding: 8px 0 0 0;
}

ul.social-stats li .social-info h4 i {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 5px;
}

ul.social-stats li p {
  color: #858b9a;
  margin: 0;
}

ul.social-stats li:last-child {
  margin-bottom: 0;
}

/*************** Sales Widget ***************/
.sales-widget {
  position: relative;
}

.sales-widget .sales-graph {
  height: 80px;
}

.sales-widget h6.title {
  margin: 0;
  font-size: 0.9rem;
  color: #858b9a;
}

.sales-widget h4.total {
  margin: 3px 0;
}

/*************** Graph Notifi Info ***************/
.notifi {
  position: absolute;
}

.notifi.tr {
  top: 1rem;
  right: 1rem;
}

.notifi.tl {
  top: 1rem;
  left: 1rem;
}

.notifi.bl {
  bottom: 1rem;
  left: 1rem;
}

.notifi.br {
  bottom: 1rem;
  right: 1rem;
}

.notifi a {
  display: inline-block;
}

.notifi a i {
  font-size: 30px;
}

/*************** Monthly Average Widget ***************/
.monthly-avg {
  background: #ffffff;
  box-shadow: 0 0 20px #e4e7f2;
  padding: 1rem 0.3rem;
  text-align: center;
}

.monthly-avg h6 {
  font-size: 95%;
  margin: 15px 20px 35px 20px;
  line-height: 150%;
}

.monthly-avg .avg-block {
  margin-bottom: 35px;
}

.monthly-avg .avg-block h4.avg-total {
  margin: 0;
}

.monthly-avg .avg-block h6.avg-label {
  margin: auto;
  color: #858b9a;
}

.monthly-avg .avg-block:last-child {
  margin-bottom: 0;
}

.monthly-avg.plain {
  box-shadow: none;
  border: 1px solid #e4e7f2;
}

@media (max-width: 767px) {
  .monthly-avg {
    margin: 30px 0;
  }
}

.download-details p {
  text-align: center;
  margin: 0;
  color: #858b9a;
}

/*************** Income Widget ***************/
.income-stats {
  padding: 1rem 0 1rem 1rem;
}

.income-stats h4.total {
  margin: 0;
}

.income-stats p.income-title {
  margin: 5px 0 0 0;
  color: #858b9a;
}

.income-stats p.income-title span.income-label {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 2px solid var(--primary-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
}

.income-stats p.income-title span.income-label.secondary {
  border: 2px solid #ef2f1a;
}

/*************** Events Widget ***************/
.events .all-events {
  padding: 10px 15px;
  background: #f5f6fa;
  margin-bottom: 15px;
}

.events .all-events #today-date {
  display: inline-block;
  font-size: 0.85rem;
  margin: 5px 0 0 0;
  vertical-align: middle;
}

.events .all-events .btn {
  float: right;
  margin-left: 10px;
  padding: 0.25rem 1rem;
  background: var(--primary-color);
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.events .event-list {
  padding: 0 1rem;
}

.events .event-list li {
  padding: 0.5rem 0;
  margin-bottom: 5px;
}

.events .event-list li a .event-status-icon {
  float: left;
  margin: 7px 0;
}

.events .event-list li a .event-status-icon img {
  max-width: 30px;
  max-height: 30px;
}

.events .event-list li a .event-info {
  margin-left: 48px;
}

.events .event-list li a .event-info .event-time {
  font-size: 1rem;
  color: var(--primary-color);
}

.events .event-list li a .event-info .event-desc {
  margin: 3px 0 0 0;
}

/*************** Project activity widget ***************/
ul.project-activity {
  margin-left: 10px;
  padding: 30px 0 20px 0;
  border-left: 1px solid #ebeef6;
}

ul.project-activity li.activity-list {
  position: relative;
}

ul.project-activity li.activity-list .lbl {
  background-color: #e0f0fd;
  color: #0d5890;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: "";
  height: 31px;
  width: 31px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: -16px;
}

ul.project-activity li.activity-list .lbl.danger {
  background-color: #fde8e8;
  color: #ef2f1a;
}

ul.project-activity li.activity-list .lbl.success {
  background-color: #d8f1ef;
  color: var(--primary-color);
}

ul.project-activity li.activity-list .lbl.warning {
  background-color: #fdebd1;
  color: #ffb933;
}

ul.project-activity li.activity-list .lbl.pink {
  background-color: #ffeaf7;
  color: #ff6ba7;
}

ul.project-activity li.activity-list .lbl.grey {
  background-color: #e6e6e6;
  color: #2e323c;
}

ul.project-activity li.activity-list:last-child .detail-info {
  padding-bottom: 0;
}

ul.project-activity li.activity-list .detail-info {
  line-height: 100%;
  margin: 0 0 0 30px;
  padding-bottom: 25px;
}

ul.project-activity li.activity-list .detail-info p.desc-info {
  margin: 0 0 5px 0;
  line-height: 150%;
}

ul.project-activity li.activity-list .detail-info p.desc-info span {
  color: #858b9a;
}

ul.project-activity li.activity-list .detail-info a.activity-status {
  color: #858b9a;
  font-size: 0.75rem;
}

ul.project-activity li.activity-list .detail-info a.activity-status i {
  font-size: 13px;
  vertical-align: middle;
  margin-right: 5px;
  color: var(--primary-color);
}

ul.team-activity {
  margin-bottom: 5px;
}

ul.team-activity li.product-list {
  border-bottom: 1px dotted #e1e5f1;
}

ul.team-activity li.product-list .product-time {
  border-right: 1px solid #e1e5f1;
  float: left;
}

ul.team-activity li.product-list .product-time .badge {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  min-width: 90px;
  text-align: left;
  font-size: 0.75rem;
  margin: 0 -1px 17px 0;
}

ul.team-activity li.product-list .product-time p.date {
  color: #858b9a;
  font-size: 0.75rem;
  margin: 15px 0 5px 0;
}

ul.team-activity li.product-list .product-info {
  padding: 15px 0 16px 0;
  margin-left: 105px;
}

ul.team-activity li.product-list .product-info h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 150%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.team-activity li.product-list .product-info p {
  margin: 4px 0 0 0;
  padding: 0;
  color: #858b9a;
  line-height: 160%;
  font-size: 0.75rem;
}

ul.team-activity li.product-list .product-info .progress {
  margin: 10px 0 5px 0;
}

ul.team-activity li.product-list:last-child {
  border-bottom: 0;
}

/*************** Orders Widget ***************/
ul.order-list li {
  padding: 0.8rem 0;
}

ul.order-list li .order-num {
  margin: 0 0 7px 0;
  color: var(--primary-color);
  border-left: 3px solid var(--primary-color);
  padding-left: 10px;
}

ul.order-list li .order-num.placed {
  color: var(--primary-color);
  border-left: 3px solid var(--primary-color);
}

ul.order-list li .order-num.cancelled {
  color: #ef2f1a;
  border-left: 3px solid #ef2f1a;
}

ul.order-list li .order-desc {
  margin: 0 0 0 15px;
}

ul.order-list li .order-desc span {
  text-decoration: underline;
}

ul.order-list li .order-date {
  color: #858b9a;
  float: right;
  margin-top: 2px;
  font-size: 0.8rem;
}

ul.order-list li:first-child {
  padding-top: 0;
}

ul.order-list li:last-child {
  padding-bottom: 0;
}

/*************** Chat Widget ***************/
.chats {
  position: relative;
  padding: 0;
}

.chats li {
  margin-bottom: 25px;
}

.chats li.chats-left,
.chats li.chats-right {
  position: relative;
}

.chats li img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.chats li .chats-avatar {
  float: left;
}

.chats li.chats-right>.chats-avatar {
  float: right;
}

.chats li .chats-name {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 5px;
  color: #858b9a;
}

.chats li .chats-hour {
  margin-left: 70px;
  padding: 2px;
  margin-bottom: 20px;
  font-size: 0.65rem;
}

.chats li .chats-hour>span {
  font-size: 16px;
  color: var(--primary-color);
}

.chats li .chats-text {
  margin-left: 70px;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f6fa;
  left: 15px;
  line-height: 160%;
}

.chats li .chats-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 50px;
  border: 10px solid;
  border-color: transparent #f5f6fa transparent transparent;
}

.chats li.chats-right>.chats-text {
  text-align: right;
  right: 16px;
  margin-right: 70px;
  background-color: var(--primary-color);
  color: #ffffff;
}

.chats li.chats-right>.chats-text:before {
  left: auto;
  right: 50px;
  border-color: transparent transparent transparent var(--primary-color);
}

.chats li.chats-right>.chats-hour {
  text-align: right;
  margin-right: 70px;
}

/*************** Graph Info Widget ***************/
.info-stats {
  text-align: center;
}

.info-stats p.info-title {
  margin: 6px 0;
  color: #858b9a;
}

.info-stats h6.info-title {
  margin: 9px 0;
  color: #858b9a;
  font-size: 0.85rem;
}

.info-stats h6.info-title.small {
  font-size: 0.75rem;
}

.info-stats h6.info-total {
  margin: 0;
}

.info-stats h5.info-total {
  margin: 0;
}

.info-stats h4.info-total {
  margin: 0;
  line-height: 140%;
}

.info-stats span.info-label {
  width: 8px;
  height: 8px;
  border: 2px solid var(--primary-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
}

.info-stats span.info-label.red {
  border: 2px solid #ef2f1a;
}

.info-stats span.info-label.green {
  border: 2px solid var(--primary-color);
}

.info-stats span.info-label.yellow {
  border: 2px solid #ffb933;
}

.info-stats2 {
  margin-top: 16px;
}

.info-stats2 h5 {
  margin: 0;
  line-height: 150%;
}

.info-stats2 h5 span {
  color: #858b9a;
  font-size: 0.75rem;
}

.info-stats2 p {
  margin: 0;
  color: #858b9a;
}

.info-stats3 {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e1e5f1;
  margin-bottom: 0.9rem;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

.info-stats3 .sale-num {
  margin: 0 0 0 55px;
}

.info-stats3 .sale-num h4 {
  margin: 0;
  line-height: 100%;
}

.info-stats3 .sale-num p {
  margin: 0;
  padding: 0;
  color: #858b9a;
}

.info-stats3 .icon-type {
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.info-stats3 .icon-type i {
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.info-stats3.green .icon-type {
  background: var(--primary-color);
  box-shadow: -4px 4px 0 #12765b;
}

.info-stats3.blue .icon-type {
  background: var(--primary-color);
  box-shadow: -4px 4px 0 #12765c;
}

.info-stats3.yellow .icon-type {
  background: #ffb933;
  box-shadow: -4px 4px 0 #ffab0a;
}

.info-stats3.red .icon-type {
  background: #ef2f1a;
  box-shadow: -4px 4px 0 #d2220f;
}

.info-stats4 {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e1e5f1;
  margin-bottom: 0.9rem;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

.info-stats4 .sale-num {
  margin: 0 0 0 55px;
}

.info-stats4 .sale-num h4 {
  margin: 0;
  line-height: 100%;
}

.info-stats4 .sale-num p {
  margin: 0;
  padding: 0;
  color: #858b9a;
}

.info-stats4 .icon-type {
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 2px solid var(--primary-color);
  box-shadow: -4px 4px 0 #e4e7f2;
}

.info-stats4 .icon-type i {
  font-size: 21px;
  line-height: 38px;
  text-align: center;
  color: var(--primary-color);
}

/*************** Graphs Stats Widget ***************/
.graph-stats {
  text-align: center;
}

.graph-stats .graph {
  margin: 20px auto 5px auto;
}

.graph-stats h6.graph-title {
  color: #858b9a;
  font-size: 14px;
  margin: 10px 0;
}

/*************** Compare Line ***************/
.vs {
  margin: auto;
  width: 0;
  text-align: center;
  position: relative;
}

.vs:before {
  position: absolute;
  background: #e1e5f1;
  width: 1px;
  height: 150px;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -75px;
}

.vs:after {
  position: absolute;
  content: "vs";
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  top: 50%;
  left: 0;
  margin-left: -18px;
  margin-top: -18px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}

@media (max-width: 576px) {
  .vs {
    min-height: 90px;
  }

  .vs:before {
    height: 90px;
    margin-top: -45px;
  }
}

.or {
  margin: 20px auto;
  width: 100%;
  text-align: center;
  position: relative;
  height: 1px;
  background: #e1e5f1;
}

.or:before {
  position: absolute;
  content: "or";
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  line-height: 20px;
}

/*************** Toggle switch ***************/
.toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: var(--primary-color);
  overflow: hidden;
}

.toggle-switch .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
  margin: 0;
}

.toggle-switch .check:checked~.track {
  box-shadow: inset 0 0 0 20px #ef2f1a;
}

.toggle-switch .check:checked~.switch {
  right: 2px;
  left: 20px;
  transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
  transition-property: left, right;
  transition-delay: 0.05s, 0s;
}

.toggle-switch .check:checked~.switch:after {
  position: absolute;
  content: "\e900";
  font-size: 0.75rem;
  color: #ef2f1a;
  font-family: "icomoon";
  line-height: 100%;
  top: 2px;
  left: 3px;
}

.toggle-switch .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 20px;
  background-color: #ffffff;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
  transition-property: left, right;
  transition-delay: 0s, 0.05s;
}

.toggle-switch .switch:after {
  position: absolute;
  content: "\e901";
  font-size: 0.75rem;
  color: var(--primary-color);
  font-family: "icomoon";
  line-height: 100%;
  top: 2px;
  left: 3px;
}

.toggle-switch .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.toggle-switch.tr {
  position: absolute;
  top: 12px;
  right: 15px;
}

.toggle-switch.tr-xl {
  position: absolute;
  top: 16px;
  right: 15px;
}

/*************** Stocks Widget ***************/
ul.stocks li {
  margin-bottom: 15px;
}

ul.stocks li p {
  margin: 0;
}

ul.stocks li p span {
  float: right;
}

ul.stocks li p span i {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

ul.stocks li p span small {
  margin-left: 10px;
}

ul.stocks li:last-child {
  margin-bottom: 0;
}

/*************** Messages Widget ***************/
.message-wrapper li {
  padding: 16px 0 17px 0;
  border-bottom: 1px dotted #e1e5f1;
}

.message-wrapper li img.avatar {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.message-wrapper li .empty-avatar {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: var(--primary-color);
}

.message-wrapper li .empty-avatar.green {
  background: var(--primary-color);
}

.message-wrapper li .empty-avatar.red {
  background: #ef2f1a;
}

.message-wrapper li .empty-avatar.yellow {
  background: #ffb933;
}

.message-wrapper li .empty-avatar.blue {
  background: var(--primary-color);
}

.message-wrapper li.in img.avatar {
  float: left;
}

.message-wrapper li.in .empty-avatar {
  float: left;
}

.message-wrapper li.in .plain-avatar {
  float: left;
}

.message-wrapper li .name {
  color: #858b9a;
  line-height: 180%;
}

.message-wrapper li .date-time {
  color: var(--primary-color);
  font-size: 0.65rem;
}

.message-wrapper li.out img.avatar {
  float: right;
}

.message-wrapper li.out .empty-avatar {
  float: right;
}

.message-wrapper li.out .plain-avatar {
  float: right;
}

.message-wrapper li .message {
  display: block;
  padding: 0;
  position: relative;
  line-height: 140%;
}

.message-wrapper li.in .message {
  text-align: left;
  margin-left: 70px;
}

.message-wrapper li.out {
  text-align: right;
}

.message-wrapper li.out .message {
  margin-right: 70px;
  text-align: right;
}

.message-wrapper li .message .body {
  display: block;
  padding-top: 5px;
}

.message-wrapper li .message .body span {
  font-style: italic;
}

.message-wrapper li:first-child {
  padding-top: 0;
}

.message-wrapper li:last-child {
  border-bottom: none;
}

/*************** Email Quotes Widget ***************/
.email-quotes {
  margin-bottom: 20px;
}

.email-quotes .quotes-header {
  background: #1ec59b;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 15px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.email-quotes ul {
  background: var(--primary-color);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.email-quotes ul li {
  color: #ffffff;
  width: 20%;
  padding: 15px 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #1aaf89;
}

.email-quotes ul li:last-child {
  border-right: 0;
}

.email-quotes ul li h1 {
  margin: 0;
  padding: 0;
  font-size: 48px;
}

.email-quotes ul li p {
  margin: 0;
}

@media (max-width: 767px) {
  .email-quotes ul li {
    width: 50%;
    border: 0;
  }

  .email-quotes ul li:last-child {
    width: 100%;
  }
}

/*************** Icon Stats Widget ***************/
ul.stats li {
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.stats li span.icon {
  background: var(--primary-color);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 15px;
  float: left;
}

ul.stats li span.icon i {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

/*************** Newsticker Widget ***************/
.scroll-stats {
  text-align: center;
  margin: 0 auto;
}

.scroll-stats i {
  font-size: 36px;
  color: var(--primary-color);
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin: auto;
}

ul#newsticker li {
  overflow: hidden;
  padding: 15px 0;
  min-height: 90px;
  text-align: left;
  line-height: 150%;
  border-bottom: 1px dotted #f5f6fa;
}

ul#newsticker li .ticker-image {
  width: 56px;
  height: 56px;
  float: left;
  padding: 3px;
}

ul#newsticker li .ticker-image img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

ul#newsticker li .ticker-wrapper {
  margin: 5px 0 0 70px;
}

ul#newsticker li .ticker-wrapper a {
  color: var(--primary-color);
  text-decoration: underline;
}

ul#newsticker li .ticker-wrapper a:hover {
  color: #106d55;
}

ul#newsticker li:hover {
  background: #f5f6fa;
}

/*************** Tasks Widget ***************/
.task-list li {
  display: block;
  padding: 15px 0 15px 0;
  margin: 0;
  cursor: pointer;
}

.task-list li.list span {
  float: left;
  margin-top: 40px;
  color: #858b9a;
}

.task-list li.list span:before {
  margin-right: 10px;
  font-size: 0.75rem;
  content: "\e5ca";
  font-family: "icomoon";
  vertical-align: middle;
  border: 2px solid #858b9a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 3px;
}

.task-list li.completed {
  text-decoration: line-through;
  color: #858b9a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.task-list li.completed span:before {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  content: "\e5ca";
  font-family: "icomoon";
  text-decoration: none;
}

.task-list li:first-child {
  padding-top: 0;
}

.task-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.task-list li .task-details {
  margin-left: 40px;
}

.task-list li .task-details p {
  margin: 0;
  padding: 10px 0 6px 0;
  line-height: 140%;
}

.task-list li .task-details p small {
  padding: 0;
  color: #858b9a;
}

.task-list li .task-details p.date {
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}

.task-list li .task-details p.date small {
  text-transform: uppercase;
}

/*************** Weather widget ***************/
.weather-widget {
  margin-bottom: 0.5rem;
  background-position: bottom center;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 1rem 1rem 1rem 2.5rem;
  text-align: right;
}

.weather-widget.rainy {
  background: url("../img/unify-rainy.jpg") no-repeat;
  background-size: cover;
}

.weather-widget.sunny {
  background: url("../img/unify-sunny.jpg") no-repeat;
  background-size: cover;
}

.weather-widget.cloudy {
  background: url("../img/unify-cloudy.jpg") no-repeat;
  background-size: cover;
}

.weather-widget h2 {
  margin: 0;
  line-height: 120%;
}

.weather-widget h3 {
  margin: 0;
  line-height: 160%;
}

.weather-widget p {
  margin: 0;
  line-height: 180%;
}

.weather-widget small {
  color: #ffffff;
}

/*************** Simple Widget ***************/
.simple-widget {
  position: relative;
  padding: 15px;
  background: var(--primary-color);
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  margin-bottom: 0.9rem;
}

.simple-widget .growth {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: var(--primary-color);
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#21dcac), to(var(--primary-color)));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #21dcac, var(--primary-color));
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #21dcac, var(--primary-color));
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #21dcac, var(--primary-color));
  /* IE10 */
  background-image: -o-linear-gradient(top, #21dcac, var(--primary-color));
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #21dcac, var(--primary-color));
  color: #ffffff;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.simple-widget h3 {
  margin: 0 0 15px 0;
}

.simple-widget p {
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}

.simple-widget .progress {
  background: rgba(255, 255, 255, 0.2);
}

.simple-widget .progress .progress-bar {
  background: #ffffff;
}

/*************** Custom Accordions ***************/
.accordion-icons a {
  position: relative;
  padding-left: 30px;
}

.accordion-icons a:before {
  position: absolute;
  left: 0;
  content: "\e903";
  font-family: "icomoon";
  font-size: 18px;
}

.accordion-icons a.collapsed:before {
  content: "\e902";
}

/*************** Settings ***************/
.settings li {
  border-bottom: 1px dotted #d3d7e9;
  padding: 10px 0;
}

.settings li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  line-height: 150%;
}

.settings li .toggle-switch {
  float: right;
}

.settings li a.cancel {
  float: right;
  margin-left: 10px;
  border: 2px solid #b1b9d8;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.settings li a.cancel i {
  font-size: 18px;
  color: #b1b9d8;
}

.settings li a.cancel.cancelled {
  border: 2px solid #ef2f1a;
}

.settings li a.cancel.cancelled i {
  color: #ef2f1a;
}

.settings li:first-child {
  padding-top: 0;
}

.settings li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/************************************************
	************************************************
											Pages							
	************************************************
************************************************/
/*************** Invoice Page ***************/
.invoice-container {
  padding: 1rem;
  background-color: #ffffff;
}

.invoice-container img.invoice-logo {
  max-width: 120px;
}

/*************** Icons Page ***************/
.icons {
  text-align: center;
}

.icons span {
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #000000;
  background: #f5f6fa;
  margin-bottom: 3px;
}

.icons span:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  text-shadow: 0 10px 10px #000000;
}

/*************** Gallery Page ***************/
.gallery {
  margin: 0 auto;
}

.gallery a {
  border: 3px solid #f2f3f8;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #b1b9d8;
  /* FF3.5+ */
  -webkit-box-shadow: 0 0 10px #b1b9d8;
  /* Saf3.0+, Chrome */
  box-shadow: 0 0 10px #b1b9d8;
  /* Opera 10.5, IE9 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  margin: 0 0 15px 0;
  opacity: 1;
}

.gallery a img {
  max-height: 150px;
}

.gallery a .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery a .expand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  border: 2px solid #ffb933;
  text-align: center;
  color: #ffb933;
  line-height: 44px;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -20px;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery a:hover {
  opacity: 1;
}

.gallery a:hover .overlay {
  opacity: 1;
}

.gallery a:hover span.expand {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*************** profile Page ***************/
.sortable .card-header,
.sortable .pricing-header,
.order .iconmove {
  cursor: move;
}

.block-140 {
  background: #ffffff;
  display: block;
  height: 142px;
}

.block-300 {
  background: #ffffff;
  display: block;
  height: 300px;
}

a.block-140 {
  background: #ffffff;
  display: block;
  height: 142px;
  padding: 30px 15px;
  margin-bottom: 1rem;
  text-align: center;
  border: 1px solid #e4e7f2;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  box-shadow: none;
}

a.block-140 .icon {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 auto 10px auto;
  background: #f5f6fa;
  padding: 8px;
  text-align: center;
  line-height: 32px;
}

a.block-140 .icon i {
  font-size: 1.2rem;
  vertical-align: middle;
  color: #ffffff;
}

a.block-140 .icon.primary {
  background: var(--primary-color);
}

a.block-140 .icon.secondary {
  background: #ef2f1a;
}

a.block-140 h5 {
  margin: 5px 0 0 0;
  padding: 0;
  overflow: hidden;
}

a.block-140 p {
  margin: 0;
  padding: 0;
  font-size: 90%;
  color: #858b9a;
}

a.block-300 {
  background: #ffffff;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  margin-bottom: 1rem;
  padding: 0;
  display: block;
  height: 300px;
  text-align: center;
  color: var(--primary-color);
  border: 1px solid #e4e7f2;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  box-shadow: none;
}

a.block-300:hover {
  color: #ef2f1a;
}

.user-profile {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.user-profile img.profile-thumb {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  margin: 10px auto 15px auto;
}

.user-profile h5.profile-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.user-profile h6.profile-designation {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 130%;
}

.user-profile p.profile-location {
  margin: 0 0 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

a.blog-sm {
  display: block;
  padding-bottom: 5px;
}

a.blog-sm img.blog-thumb {
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid var(--primary-color);
  max-height: 180px;
}

a.blog-sm h6.blog-title {
  margin: 0 0 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
}

a.blog-sm p.blog-content {
  margin: 0 0 15px 0;
  line-height: 180%;
}

a.blog-sm p.blog-date {
  margin: 0;
  font-size: 0.75rem;
  color: var(--primary-color);
  position: relative;
}

a.blog-sm p.blog-date:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
}

@media (max-width: 767px) {
  a.blog-sm p.blog-date {
    margin: 0 0 15px 0;
  }
}

/************************************************
	************************************************
							Plugins Overwrite CSS							
	************************************************
************************************************/
/*************** Map/Chart/Graph Heights ***************/
.chart-height {
  position: relative;
  height: 210px;
}

.chart-height-2 {
  position: relative;
  height: 158px;
}

.chart-height-md {
  position: relative;
  height: 190px;
}

.chart-height-lg {
  position: relative;
  height: 280px;
}

.chart-height-lgx {
  position: relative;
  height: 251px;
}

/*************** Gmap Skins ***************/
.map {
  width: 100%;
  height: 240px;
  background: #f5f6fa;
}

/*************** jVector Map ***************/
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 6px 12px;
}

/*************** Flot Chart ***************/
.legendLabel {
  padding-left: 5px;
  padding-right: 10px;
  font-size: 10px;
}

/*************** Sparkline ***************/
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*************** Notify ***************/
.notify-notifications .btn {
  margin: 3px;
  min-width: 120px;
  float: left;
}

/*************** Rating ***************/
.stars {
  margin: 5px 0 0 0;
  width: 100% !important;
}

.stars img {
  width: 18px;
  height: 18px;
}

/*************** Login Signup Screens ***************/
.login-screen {
  padding-top: 70px;
}

.login-screen .login-logo {
  margin: 20px 0 20px 0;
  text-align: left;
  display: block;
}

.login-screen .login-logo>img {
  margin: 0;
  max-height: 56px;
}

.login-container {
  position: relative;
  box-shadow: 0px 25px 15px -15px #d3d7e9;
  background: #ffffff;
  margin: 0 auto;
}

.login-container .login-box {
  padding: 50px 50px;
}

.login-container .login-box h5 {
  margin: 0 0 20px 0;
  color: var(--primary-color);
}

.login-container .actions {
  margin-top: 15px;
  display: block;
  margin-bottom: 30px;
}

.login-container .actions a {
  color: var(--primary-color);
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
}

.login-container .actions a:hover {
  text-decoration: underline;
}

.login-container .actions .btn {
  float: right;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 25px;
}

.login-container a.additional-link {
  color: var(--primary-color);
  text-decoration: none;
  margin: 40px auto 0 auto;
  text-align: center;
  display: block;
}

.login-container a.additional-link span {
  text-decoration: underline;
  color: #000000;
}

.login-container p.info {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 150%;
  color: #858b9a;
}

.login-slider {
  background: url("../img/login-slider.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.login-slider .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -35px;
  margin-top: -35px;
}

.signup-slider {
  background: url("../img/login-slider.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .login-slider {
    display: none;
  }

  .signup-slider {
    display: none;
  }
}

/*************** Lock Screen ***************/
.lock-screen {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  text-align: center;
}

.lock-screen .avatar {
  position: relative;
  margin: auto;
  width: 90px;
  margin: 10px auto;
}

.lock-screen .avatar img {
  width: 90px;
  height: 90px;
}

.lock-screen .avatar .lock {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background: var(--primary-color);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.lock-screen .avatar .lock i {
  color: #ffffff;
  line-height: 32px;
}

.lock-screen h5 {
  margin: 0 0 10px 0;
  color: var(--primary-color);
}

.lock-screen-input {
  margin: 20px auto;
  height: 52px;
  position: relative;
}

.lock-screen-input .form-control {
  height: 52px;
  padding: 12px 5px 12px 20px;
  border: 1px solid var(--primary-color);
}

.lock-screen-input .lock-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  height: 42px;
  width: 70px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background-color: var(--primary-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.lock-screen-input .lock-btn i {
  font-size: 21px;
  vertical-align: middle;
  line-height: 42px;
}

/*************** Error screen ***************/
.error-screen {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 240px;
  margin-top: -120px;
  text-align: center;
}

.error-screen h1 {
  font-size: 8rem;
  color: var(--primary-color);
  line-height: 100%;
  margin: 0;
  font-family: "BalooBhaina", arial, sans-serif;
}

.error-screen h4 {
  line-height: 100%;
  margin-bottom: 30px;
}

/*************** Pricing Plans ***************/
.plan-one {
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  float: left;
  background-color: var(--primary-color);
  color: #ffffff;
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
  border-radius: 5px 5px 10px 10px;
}

.plan-one .pricing-header {
  position: relative;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.plan-one .pricing-header i {
  font-size: 48px;
  margin: 0 15px;
  color: #ffffff;
  display: inline-block;
  float: left;
}

.plan-one .plan-title {
  top: 0;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-one .plan-cost {
  margin: 0;
}

.plan-one .plan-cost .plan-price {
  font-size: 20px;
}

.plan-one .plan-cost .plan-type {
  opacity: 0.8;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.plan-one .plan-features {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  list-style: outside none none;
  font-size: 14px;
  text-align: left;
}

.plan-one .plan-features li {
  padding: 7px 10px 7px 15px;
  border-left: 3px solid #e0f0fd;
  margin: 3px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plan-one .plan-features li:hover {
  color: #ffffff;
}

.plan-one .plan-select {
  background-color: #148367;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.plan-one .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--primary-color);
}

.plan-one .plan-select a:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .plan-one .pricing-header {
    text-align: center;
  }

  .plan-one .pricing-header i {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}

.plan-two {
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
  border-radius: 5px 5px 10px 10px;
}

.plan-two .pricing-header {
  position: relative;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.plan-two .pricing-header i {
  font-size: 48px;
  margin: 0 15px;
  color: var(--primary-color);
  display: inline-block;
  float: left;
}

.plan-two .plan-title {
  top: 0;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-two .plan-cost {
  margin: 0;
}

.plan-two .plan-cost .plan-price {
  font-size: 20px;
}

.plan-two .plan-cost .plan-type {
  opacity: 0.8;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.plan-two .plan-features {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  list-style: outside none none;
  font-size: 14px;
  text-align: left;
}

.plan-two .plan-features li {
  padding: 7px 10px 7px 15px;
  border-left: 3px solid var(--primary-color);
  margin: 3px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plan-two .plan-features li:hover {
  color: #000000;
}

.plan-two .plan-select {
  background-color: #f5f6fa;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  text-align: center;
}

.plan-two .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--primary-color);
}

.plan-two .plan-select a:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .plan-two .pricing-header {
    text-align: center;
  }

  .plan-two .pricing-header i {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}

.plan-three {
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 2px solid #e1e5f1;
  color: #000000;
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
  border-radius: 5px 5px 10px 10px;
}

.plan-three .pricing-header {
  position: relative;
  padding: 20px 10px;
  margin-bottom: 10px;
}

.plan-three .pricing-header i {
  font-size: 48px;
  margin: 0 15px;
  color: var(--primary-color);
  display: inline-block;
  float: left;
}

.plan-three .plan-title {
  top: 0;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-three .plan-cost {
  margin: 0;
}

.plan-three .plan-cost .plan-price {
  font-size: 20px;
}

.plan-three .plan-cost .plan-type {
  opacity: 0.8;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.plan-three .plan-features {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  list-style: outside none none;
  font-size: 14px;
  text-align: left;
}

.plan-three .plan-features li {
  padding: 7px 10px 7px 15px;
  border-left: 3px solid #e1e5f1;
  margin: 3px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plan-three .plan-features li:hover {
  color: var(--primary-color);
}

.plan-three .plan-select {
  background-color: #f5f6fa;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  text-align: center;
}

.plan-three .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  text-transform: uppercase;
  display: inline-block;
  background-color: var(--primary-color);
}

.plan-three .plan-select a:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .plan-three .pricing-header {
    text-align: center;
  }

  .plan-three .pricing-header i {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}

/*************** Timeline ***************/
.timeline {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  color: #ffffff;
}

.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 1px dashed #d3d7e9;
  height: 100%;
  display: block;
}

.timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
}

.timeline-row .timeline-time {
  position: absolute;
  right: 50%;
  top: 31px;
  text-align: right;
  margin-right: 20px;
  color: var(--primary-color);
  font-size: 1rem;
}

.timeline-row .timeline-time small {
  display: block;
  margin-top: 5px;
  color: #858b9a;
}

.timeline-row .timeline-dot {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  padding: 2px;
  color: #ffffff;
  z-index: 100;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.timeline-row .timeline-content {
  position: relative;
  padding: 20px;
}

.timeline-row .timeline-content:after {
  content: "";
  position: absolute;
  top: 40px;
  height: 3px;
  width: 40px;
}

.timeline-row .timeline-content h4 {
  margin: 0 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 14px;
}

.timeline-row .timeline-content p {
  margin-bottom: 10px;
  line-height: 140%;
}

.timeline-row .timeline-content i {
  font-size: 30px;
  color: #ffffff;
  line-height: 100%;
}

.timeline-row:nth-child(even) .timeline-content {
  background: #ef2f1a;
  margin-left: 40px;
  text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
  left: -39px;
  border-right: 18px solid #ef2f1a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
  background: var(--primary-color);
  margin-right: 40px;
  margin-left: 0;
  text-align: right;
}

.timeline-row:nth-child(odd) .timeline-content:after {
  right: -39px;
  border-left: 18px solid var(--primary-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .timeline {
    padding: 15px 10px;
  }

  .timeline:after {
    left: 28px;
  }

  .timeline .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
  }

  .timeline .timeline-row .timeline-time {
    position: relative;
    right: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }

  .timeline .timeline-row .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
  }

  .timeline .timeline-row .timeline-icon {
    top: 52px;
    left: -2px;
    margin-left: 0;
  }

  .timeline .timeline-row .timeline-content {
    margin-left: 56px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .timeline .timeline-row .timeline-content:after {
    right: auto;
    left: -39px;
    top: 32px;
  }

  .timeline .timeline-row:nth-child(odd) {
    padding-right: 0;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 55px;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    right: auto;
    left: -39px;
    top: 32px;
    border-right: 18px solid var(--primary-color);
    border-left: inherit;
  }

  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: 20px;
  }

  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
  }
}

/*************** Loading ***************/
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f5f6fa;
  z-index: 10000;
}

.loading-wrapper .loading {
  position: absolute;
  width: 190px;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  left: 50%;
  margin-left: -95px;
}

.loading-wrapper .loading span {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 20px;
  margin: 1px;
  position: absolute;
  left: 45px;
  top: 0;
  background: #ef2f1a;
  animation: loading 1s infinite alternate;
  transform: rotate(25deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.loading-wrapper .loading span:nth-of-type(1) {
  background: var(--primary-color);
  animation-delay: 0.1s;
  left: 65px;
}

.loading-wrapper .loading span:nth-of-type(2) {
  background: #ef2f1a;
  animation-delay: 0.2s;
  left: 85px;
}

.loading-wrapper .loading span:nth-of-type(3) {
  background: var(--primary-color);
  animation-delay: 0.4s;
  left: 105px;
}

.loading-wrapper .loading span:nth-of-type(4) {
  background: #ef2f1a;
  animation-delay: 0.6s;
  left: 125px;
}

/************************************************
	************************************************
							Bootstrap Overwrite CSS							
	************************************************
************************************************/
/*************** Modals ***************/
.modal-content {
  border: 1px solid #e1e5f1;
}

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e5f1;
}

/*************** Carousel ***************/
.carousel-item {
  max-height: 450px;
}

/*************** Buttons ***************/
.btn {
  font-size: 0.9rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn .icon {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: -2px;
}

.btn-sm .icon {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: -2px;
}

.btn-rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #148367;
  border-color: #148367;
  color: #ffffff;
}

.btn-primary:focus {
  box-shadow: 0 0 0 3px #78ebce;
}

.btn-secondary {
  background-color: #ef2f1a;
  border-color: #ef2f1a;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #e02410;
  border-color: #e02410;
  color: #ffffff;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 3px #f68a7e;
}

.btn-success {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-success:hover {
  background-color: #148366;
  border-color: #148366;
}

.btn-success:focus {
  box-shadow: 0 0 0 3px #6fe9c9;
}

.btn-danger {
  background-color: #ef2f1a;
  border-color: #ef2f1a;
}

.btn-danger:hover {
  background-color: #e02410;
  border-color: #e02410;
}

.btn-danger:focus {
  box-shadow: 0 0 0 3px #f68e83;
}

.btn-warning {
  background-color: #ffb933;
  border-color: #ffb933;
  color: #ffffff;
}

.btn-warning:hover {
  background-color: #ffb01a;
  border-color: #ffb01a;
  color: #ffffff;
}

.btn-warning:focus {
  box-shadow: 0 0 0 3px #ffeecc;
  color: #ffffff;
}

.btn-info {
  background-color: #0d5890;
  border-color: #0d5890;
}

.btn-info:hover {
  background-color: #0b4a79;
  border-color: #0b4a79;
}

.btn-info:focus {
  box-shadow: 0 0 0 3px #5fb2f1;
}

.btn-light {
  background-color: #8dcebc;
  border-color: #8dcebc;
}

.btn-light:hover {
  background-color: #7bc6b2;
  border-color: #7bc6b2;
}

.btn-light:focus {
  box-shadow: 0 0 0 3px #69bfa7;
}

.btn-dark {
  background-color: #28b18d;
  border-color: #28b18d;
}

.btn-dark:hover {
  background-color: #239c7c;
  border-color: #239c7c;
}

.btn-dark:focus {
  box-shadow: 0 0 0 3px #63dcbc;
}

.btn-link {
  color: var(--primary-color);
}

.btn-link:hover {
  text-decoration: none;
}

.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 3px #78ebce;
}

.btn-outline-secondary {
  border-color: #c8200e;
  color: #ef2f1a;
}

.btn-outline-secondary:hover {
  background-color: #c8200e;
  border-color: #c8200e;
  color: #ffffff;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px #f68a7e;
}

.btn-outline-success {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-success:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 3px #6fe9c9;
}

.btn-outline-danger {
  border-color: #ef2f1a;
  color: #ef2f1a;
}

.btn-outline-danger:hover {
  background-color: #ef2f1a;
  border-color: #ef2f1a;
  color: #ffffff;
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 3px #f68e83;
}

.btn-outline-warning {
  border-color: #ffb933;
  color: #ffb933;
}

.btn-outline-warning:hover {
  background-color: #ffb933;
  border-color: #ffb933;
  color: #ffffff;
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 3px #ffeecc;
}

.btn-outline-info {
  border-color: #0d5890;
  color: #0d5890;
}

.btn-outline-info:hover {
  background-color: #0d5890;
  border-color: #0d5890;
  color: #ffffff;
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 3px #5fb2f1;
}

.btn-outline-light {
  border-color: #8dcebc;
  color: #8dcebc;
  color: #28b18d;
}

.btn-outline-light:hover {
  background-color: #8dcebc;
  border-color: #8dcebc;
  color: #28b18d;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 3px #69bfa7;
}

.btn-outline-dark {
  border-color: #28b18d;
  color: #000000;
}

.btn-outline-dark:hover {
  background-color: #239c7c;
  border-color: #239c7c;
  color: #ffffff;
}

.btn-outline-dark:focus {
  box-shadow: 0 0 0 3px #63dcbc;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
}

.btn-group>.btn:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group>.btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*************** Dropdown Menu ***************/
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e5f1;
  min-width: 12rem;
}

.dropdown-menu.lg {
  min-width: 18rem;
  max-width: 18rem;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}

.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0.25rem 1rem;
}

.dropdown-menu .dropdown-item:hover {
  background: #e0f0fd;
}

.dropdown-menu.dropdown-menu-right:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  left: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu.dropdown-menu-right:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 6px;
  left: auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
}

.dropup .dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 5px;
  top: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e1e5f1;
  border-bottom: inherit;
}

.dropup .dropdown-menu:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 6px;
  top: auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  border-bottom: inherit;
}

/*************** Media ***************/
.media {
  margin-top: 0;
}

.media .media-left a {
  display: block;
}

.media .media-left a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 64px;
  height: 64px;
}

.media a .empty-avatar {
  height: 64px;
  width: 64px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  display: block;
  line-height: 60px;
  background: var(--primary-color);
}

.media a .empty-avatar.secondary {
  background: #ef2f1a;
}

.media a .empty-avatar.green {
  background: var(--primary-color);
}

.media a .empty-avatar.red {
  background: #ef2f1a;
}

.media a .empty-avatar.yellow {
  background: #ffb933;
}

.media a .empty-avatar.pink {
  background: #ff6ba7;
}

.media a .empty-avatar.blue {
  background: #0d5890;
}

.media .media-body h5.media-heading {
  font-size: 1rem;
}

.media .media-body h5.media-heading span.date {
  color: #858b9a;
  font-size: 0.75rem;
  padding-left: 5px;
}

.media .media-body p {
  padding: 0 0 0 15px;
  margin: 15px 0;
  line-height: 170%;
  border-left: 3px solid #e1e5f1;
}

.media.disabled {
  opacity: 0.2;
  cursor: no-drop;
}

.comments-footer {
  margin-bottom: 25px;
}

.comments-footer ul li {
  float: left;
  margin-right: 15px;
}

.comments-footer ul li a {
  color: #858b9a;
}

.comments-footer ul li a span.count {
  margin-right: 2px;
}

.comments-footer ul li a.high {
  color: var(--primary-color);
}

.comments-footer ul li a.low {
  color: #ef2f1a;
}

.comments-footer ul li a:hover {
  color: var(--primary-color);
}

.comments-form .form-group {
  margin-bottom: 10px;
}

/*************** Card ***************/
.card {
  border: 1px solid #e4e7f2;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  margin-bottom: 1rem;
  box-shadow: none;
}

.card.top-blue-bdr {
  border-top: 2px solid var(--primary-color);
}

.card.top-grey-bdr {
  border-top: 2px solid #333333;
}

.card.top-red-bdr {
  border-top: 2px solid #ef2f1a;
}

.card .card-body {
  padding: 1rem;
  position: relative;
}

.card .card-header {
  background: #ffffff;
  border-bottom: 1px solid #ebedf5;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  position: relative;
}

.card .card-header h5 {
  font-size: 1rem;
}

.card .card-header h5 a {
  color: var(--primary-color);
}

.card .card-header a.link {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.75rem;
  color: var(--primary-color);
}

.card .card-footer {
  background: #ffffff;
  border-top: 1px solid #e1e5f1;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  position: relative;
}

.card .card-footer h5 {
  font-size: 1rem;
}

.card .card-footer h5 a {
  color: var(--primary-color);
}

.card h6.card-title {
  text-align: center;
  margin: 1rem;
}

.card.bg-primary {
  border: 1px solid var(--primary-color);
}

.card.bg-primary .card-header {
  background: var(--primary-color);
  border-bottom: 1px solid #148367;
}

.card.bg-secondary {
  border: 1px solid #ef2f1a;
}

.card.bg-secondary .card-header {
  background: #ef2f1a;
  border-bottom: 1px solid #d2220f;
}

.card.bg-dark {
  border: 1px solid #3c3c3c;
}

.card.bg-dark .card-header {
  background: #3c3c3c;
  border-bottom: 1px solid #282828;
}

.card.bg-light .card-header {
  border-bottom: 1px solid #cfeee6;
}

.card.bg-success {
  border: 1px solid var(--primary-color);
}

.card.bg-success .card-header {
  background: var(--primary-color);
  border-bottom: 1px solid #148366;
}

.card.bg-info {
  border: 1px solid #0d5890;
}

.card.bg-info .card-header {
  background: #0d5890;
  border-bottom: 1px solid #0b4a79;
}

.card.bg-warning {
  border: 1px solid #ffb933;
}

.card.bg-warning .card-header {
  background: #ffb933;
  border-bottom: 1px solid #ffab0a;
}

.card.bg-danger {
  border: 1px solid #ef2f1a;
}

.card.bg-danger .card-header {
  background: #ef2f1a;
  border-bottom: 1px solid #e02410;
}

.card.bg-grey {
  background: #333333;
  border: 1px solid #333333;
}

.card.bg-grey .card-header {
  background: #333333;
  border-bottom: 1px solid #1f1f1f;
}

.card.bg-brown {
  background: #825a4c;
  border: 1px solid #825a4c;
}

.card.bg-brown .card-header {
  background: #825a4c;
  border-bottom: 1px solid #68483d;
}

.card.bg-facebook {
  background: #3B5998;
  border: 1px solid #3B5998;
}

.card.bg-facebook .card-header {
  background: #3B5998;
  border-bottom: 1px solid #30487b;
}

.card-message {
  background-color: #ffffff;
  padding: 12px 20px;
  border-bottom: 1px solid #e1e5f1;
}

.card-message i {
  font-size: 2rem;
  margin-right: 10px;
  float: left;
}

/*************** Card Header Tabs ***************/
.card-header-tabs {
  margin-right: 0;
  margin-left: 0;
}

/*************** Tooltip ***************/
.tooltip {
  font-size: 0.75rem;
}

.tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*************** Badges ***************/
.badge {
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.75rem;
}

.badge-pill {
  padding: 0.4em 1em 0.4em 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.badge-primary {
  background-color: var(--primary-color);
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #148367;
}

.badge-secondary {
  background-color: #ef2f1a;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  background-color: #e02410;
}

.badge-success {
  background-color: var(--primary-color);
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #148366;
}

.badge-danger {
  background-color: #ef2f1a;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #e02410;
}

.badge-warning {
  background-color: #ffb933;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ffb01a;
}

.badge-info {
  background-color: #0d5890;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #0b4a79;
}

.badge-light {
  background-color: #8dcebc;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  background-color: #7bc6b2;
}

.badge-dark {
  background-color: #28b18d;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  background-color: #239c7c;
}

.badge-bdr,
.badge-bdr-pill {
  background-color: transparent;
}

.badge-bdr.badge-bdr-pill,
.badge-bdr-pill.badge-bdr-pill {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.badge-bdr.badge-primary,
.badge-bdr-pill.badge-primary {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.badge-bdr.badge-secondary,
.badge-bdr-pill.badge-secondary {
  color: #ef2f1a;
  border: 1px solid #ef2f1a;
}

.badge-bdr.badge-danger,
.badge-bdr-pill.badge-danger {
  color: #ef2f1a;
  border: 1px solid #ef2f1a;
}

.badge-bdr.badge-success,
.badge-bdr-pill.badge-success {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.badge-bdr.badge-warning,
.badge-bdr-pill.badge-warning {
  color: #ffb933;
  border: 1px solid #ffb933;
}

.badge-bdr.badge-info,
.badge-bdr-pill.badge-info {
  color: #0d5890;
  border: 1px solid #0d5890;
}

.badge-bdr.badge-dark,
.badge-bdr-pill.badge-dark {
  color: #28b18d;
  border: 1px solid #28b18d;
}

.badge-bdr.badge-light,
.badge-bdr-pill.badge-light {
  color: #8dcebc;
  border: 1px solid #8dcebc;
}

/*************** Alerts ***************/
.alert {
  padding: 0.75rem 1rem;
  position: relative;
  background: #F5F6FA;
  border: 1px solid #e4e7f2;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  margin-bottom: 1rem;
  box-shadow: none;
  line-height: 160%;
}

.alert i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.alert hr {
  border-top-color: #e1e5f1;
}

.alert-dismissible .close {
  padding: 0.5rem 1rem;
  top: -0.7rem;
}

.close {
  text-shadow: none;
  font-size: 1.2rem;
}

.alert-success {
  color: #2e323c;
}

.alert-success i {
  color: var(--primary-color);
}

.alert-success hr {
  border-top-color: #1aaf88;
}

.alert-danger {
  color: #2e323c;
}

.alert-danger i {
  color: #ef2f1a;
}

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

.alert-warning {
  color: #2e323c;
}

.alert-warning i {
  color: #ffb933;
}

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

.alert-info {
  color: #2e323c;
}

.alert-info i {
  color: #0d5890;
}

.alert-info hr {
  border-top-color: #0f66a7;
}

.alert-dark {
  background-color: #28b18d;
  color: #000000;
}

/*************** Progressbars ***************/
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f5f6fa;
}

.progress.md {
  height: 8px;
}

.progress.sm {
  height: 5px;
}

.progress.xs {
  height: 3px;
}

.progress-bar {
  background: var(--primary-color);
}

/*************** Popovers ***************/
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e1e5f1;
}

.popover .popover-header {
  background: #f5f6fa;
}

/*************** Tabs, Pills & Navs ***************/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #e1e5f1 #e1e5f1 #ffffff;
  color: #2e323c;
}

.nav-tabs .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-link {
  border: none;
  position: relative;
  padding: 0.5rem 1.3rem;
}

.nav-link:hover {
  color: var(--primary-color);
}

.nav-link.active {
  text-decoration: none;
}

.nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background: var(--primary-color);
}

.nav-link.disabled {
  pointer-events: none;
}

.tab-content {
  padding: 1rem;
  border: 1px solid #e1e5f1;
  border-top: 0;
}

.tab-content.plain {
  padding: 0;
  border: 0;
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active {
  border: 1px solid transparent;
  padding: 0.5rem 0;
}

.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.custom-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: -4px;
  height: 7px;
  width: 7px;
  background: var(--primary-color);
}

.custom-tabs .nav-link.active:after {
  right: 1rem;
  left: 1rem;
  bottom: -2px;
}

.custom-tabs .nav-tabs {
  border: 0;
}

.custom-tabs .tab-content {
  border: 0;
  padding: 1rem 0;
}

/*************** Pills ***************/
.nav-pills .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*************** Page Item ***************/
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/*************** Breadcrumbs ***************/
.breadcrumb {
  background-color: #f5f6fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}

.breadcrumb .breadcrumb-item a i {
  font-size: 16px;
}

.breadcrumb .breadcrumb-item.active {
  color: #858b9a;
}

.breadcrumb.light {
  background-color: #e2f5f0;
}

/*************** jumbotron ***************/
.jumbotron {
  background-color: #f5f6fa;
}

/*************** List Group ***************/
.list-group-item {
  border: 1px solid #e1e5f1;
}

.list-group-item-primary {
  background: var(--primary-color);
  color: #ffffff;
}

.list-group-item-secondary {
  background: #ef2f1a;
  color: #ffffff;
}

.list-group-item-success {
  background: var(--primary-color);
  color: #ffffff;
}

.list-group-item-danger {
  background: #ef2f1a;
  color: #ffffff;
}

.list-group-item-info {
  background: #0d5890;
  color: #ffffff;
}

.list-group-item-warning {
  background: #ffb933;
  color: #ffffff;
}

.list-group-item-light {
  background: #8dcebc;
  color: #0d5890;
}

.list-group-item-dark {
  background: #28b18d;
  color: #ffffff;
}

a.list-group-item-primary {
  background: var(--primary-color);
  color: #ffffff;
}

a.list-group-item-primary:hover {
  background: #148367;
  color: #ffffff;
}

a.list-group-item-secondary {
  background: #ef2f1a;
  color: #ffffff;
}

a.list-group-item-secondary:hover {
  background: #e02410;
  color: #ffffff;
}

a.list-group-item-success {
  background: var(--primary-color);
  color: #ffffff;
}

a.list-group-item-success:hover {
  background: #148366;
  color: #ffffff;
}

a.list-group-item-danger {
  background: #ef2f1a;
  color: #ffffff;
}

a.list-group-item-danger:hover {
  background: #e02410;
  color: #ffffff;
}

a.list-group-item-info {
  background: #0d5890;
  color: #ffffff;
}

a.list-group-item-info:hover {
  background: #0b4a79;
  color: #ffffff;
}

a.list-group-item-warning {
  background: #ffb933;
  color: #ffffff;
}

a.list-group-item-warning:hover {
  background: #ffb01a;
  color: #ffffff;
}

a.list-group-item-light {
  background: #8dcebc;
  color: #0d5890;
}

a.list-group-item-light:hover {
  background: #7bc6b2;
  color: #0d5890;
}

a.list-group-item-dark {
  background: #28b18d;
  color: #ffffff;
}

a.list-group-item-dark:hover {
  background: #239c7c;
  color: #ffffff;
}

/*************** Pagination ***************/
.page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-lg .page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-sm .page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-link {
  color: var(--primary-color);
  border: 1px solid #e1e5f1;
}

.page-link:hover {
  background: #f5f6fa;
  border-color: #e1e5f1;
}

/*************** Forms ***************/
address {
  border-left: 2px solid var(--primary-color);
  padding-left: 20px;
  line-height: 170%;
}

.form-control {
  font-size: 0.875rem;
  border: 1px solid #e1e5f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid var(--primary-color);
}

.form-control::-webkit-input-placeholder {
  color: #858b9a;
}

.form-control:-moz-placeholder {
  color: #858b9a;
}

.form-control::-moz-placeholder {
  color: #858b9a;
}

.form-control:-ms-input-placeholder {
  color: #858b9a;
}

label {
  line-height: 1.8;
}

.input-group-text {
  font-size: 0.9rem;
  background: #f5f6fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #858b9a;
  border: 1px solid #e1e5f1;
}

.input-group-addon {
  border: 1px solid #e1e5f1;
  background: #f5f6fa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #858b9a;
}

/*************** Tables ***************/
.table-hover tbody tr:hover {
  background-color: #f5f6fa;
}

.table td,
.table th {
  vertical-align: middle;
}

.thead-default th {
  background: #f5f6fa;
}

.table-inverse {
  background: var(--primary-color);
  color: #ffffff;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #148367;
}

.thead-inverse th {
  background-color: var(--primary-color);
  color: #ffffff;
}

.table thead th {
  border-bottom: 1px solid #e1e5f1;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #d8f1ef;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #fde8e8;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #fdebd1;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #e0f0fd;
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #f5f6fa;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f6fa;
}

/*************** Gutters ***************/
.gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters>.col,
.gutters>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.alert {
  padding: 10px;
}

.error {
  background-color: #E30512;
}

.verify {
  background-color: #4ACABF;
}

.lang-ar .rtl {
  direction: rtl !important;
}

.lang-ar .border-ends {
  border-left: 1px solid #dee2e6 !important;
}

.lang-fr .rtl {
  direction: ltr !important;
}

.lang-fr .border-ends {
  border-right: 1px solid #dee2e6 !important;
}

.dashboard-card {
  transition: transform 0.3s;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dashboard-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.dashboard-card i {
  font-size: 5.5rem !important;
  margin-bottom: 20px;
  display: block;
}

.dashboard-card .card-body {
  padding: 40px;
}

.dashboard-link {
  text-decoration: none;
  color: inherit;
}

.dashboard-link:hover {
  text-decoration: none;
  color: inherit;
}

.table-compact td,
.table-compact th {
  padding: 8px 6px;
  font-size: 13px;
}

.entreprise-name {
  font-weight: 600;
  font-size: 14px;
}

.voyage-badge {
  font-size: 11px;
  padding: 3px 6px;
  margin: 1px;
}

.financement-cell {
  min-width: 120px;
}

.actions-cell {
  min-width: 120px;
}

.text-small {
  font-size: 12px;
}

.btn-compact {
  padding: 4px 8px;
  font-size: 12px;
}

.badge-sm {
  font-size: 10px;
  padding: 2px 5px;
}

.entreprise-link {
  color: inherit;
  text-decoration: none;
}

.entreprise-link:hover {
  color: #007bff;
  text-decoration: none;
}

.contact-info a {
  color: #6c757d;
  text-decoration: none;
}

.contact-info a:hover {
  color: #007bff;
  text-decoration: underline;
}

.details-compact {
  font-size: 11px;
  color: #666;
}

.client-info {
  font-size: 12px;
}

.filtres-compacts .form-group {
  margin-bottom: 8px;
}

.filtres-compacts label {
  font-size: 12px;
  margin-bottom: 2px;
}

.filtres-compacts .form-control {
  padding: 4px 8px;
  font-size: 13px;
}

.prix-devise {
  font-weight: bold;
  white-space: nowrap;
}

.date-alert-cell {
  min-width: 100px;
}

.reservation-title {
  font-weight: 600;
  font-size: 13px;
}

.categorie-badge {
  font-size: 10px;
  padding: 2px 6px;
}

.btn-action {
  padding: 4px 8px;
  font-size: 12px;
}

.details-badge {
  cursor: pointer;
}

.reservation-details {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.detail-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #007bff;
}

.badge-pink {
  background-color: #e83e8c;
  color: white;
}

.remark-content {
  background: #fff9e6;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  font-style: italic;
}

.bg-client-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-icon {
  font-size: 80px;
  border: 4px solid white;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-item {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.info-item i {
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.profile-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Rooming Manager Styles */
.rooming-manager {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.rooming-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.rooming-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.rooming-card .card-header {
  border-bottom: 1px solid #e9ecef;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  font-weight: 600;
}

.progress {
  border-radius: 10px;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  border-radius: 10px;
  transition: width 0.6s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.badge {
  font-size: 0.75em;
  padding: 0.35em 0.65em;
  border-radius: 8px;
  font-weight: 600;
}

.badge-danger {
  background: linear-gradient(135deg, #dc3545, #c82333);
}

.badge-info {
  background: linear-gradient(135deg, #17a2b8, #138496);
}



.card.bg-gradient-primary {
  background: linear-gradient(135deg, #007bff, #6610f2) !important;
}

.card.bg-gradient-success {
  background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.card.bg-gradient-info {
  background: linear-gradient(135deg, #17a2b8, #6f42c1) !important;
}

.card.bg-gradient-danger {
  background: linear-gradient(135deg, #dc3545, #c82333) !important;
}

.card.bg-gradient-light {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
}

.client-list {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
}

.client-item {
  border: none !important;
  margin-bottom: 8px;
  border-radius: 8px !important;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.client-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-radius: 12px 12px 0 0;
  padding: 1.5rem;
}

.modal-body {
  padding: 2rem;
}

.alert {
  border-radius: 8px;
  border: none;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-success {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
}

.alert-danger {
  background: linear-gradient(135deg, #f8d7da, #f5c6cb);
  color: #721c24;
}

.alert-warning {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  color: #856404;
}

.alert-info {
  background: linear-gradient(135deg, #d1ecf1, #bee5eb);
  color: #0c5460;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rooming-card {
  animation: fadeInUp 0.5s ease;
}

@media (max-width: 768px) {
  .rooming-card {
    margin-bottom: 1rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .btn-group .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}

#clients-list::-webkit-scrollbar {
  width: 6px;
}

#clients-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#clients-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

#clients-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.capacity-badge {
  font-size: 0.8em;
}

.client-list {
  max-height: 200px;
  overflow-y: auto;
}

.loading-spinner {
  display: none;
  text-align: center;
  padding: 20px;
}

.stats-card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.stats-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
}

.avg-total {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0;
}

.stats-card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: none;
}

.stats-card:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.stats-card h5 {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.stats-card .btn {
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 15px;
  padding: 8px 20px;
}

.stats-card .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.guide-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.guide-item {
  border-left: 3px solid #007bff;
  padding-left: 10px;
  margin-bottom: 8px;
}

/* =========================================================================
   Styles pour planning.php (timeline des voyages)
   ========================================================================= */
.planning-container {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}
.period-filter {
    background: white;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.stat-card {
    background: white;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.stat-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #17A2B8;
}
.empty-state {
    text-align: center;
    padding: 30px;
    color: #6c757d;
}

/* Timeline Styles */
.timeline {
    position: relative;
    padding: 20px 0;
    color: #6c757d;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #28a745, #ffc107, #17A2B8);
    transform: translateX(-50%);
}
.timeline-month {
    position: relative;
    margin-bottom: 40px;
}
.timeline-month-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.timeline-month-title {
    display: inline-block;
    background: white;
    padding: 8px 20px;
    border-radius: 20px;
    border: 2px solid;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.month-past .timeline-month-title {
    border-color: #28a745;
    color: #28a745;
}
.month-current .timeline-month-title {
    border-color: #ffc107;
    color: #ffc107;
}
.month-future .timeline-month-title {
    border-color: #17A2B8;
    color: #17A2B8;
}
.timeline-items {
    display: flex;
    flex-wrap: wrap;
}
.timeline-item {
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}
.timeline-item-left {
    padding-right: 30px;
}
.timeline-item-right {
    padding-left: 30px;
    margin-left: 50%;
}
.timeline-item-content {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: calc(100% - 40px);
    word-wrap: break-word;
}
.timeline-item-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.voyage-past .timeline-item-content {
    border-left-color: #28a745;
}
.voyage-current .timeline-item-content {
    border-left-color: #ffc107;
}
.voyage-future .timeline-item-content {
    border-left-color: #17A2B8;
}
.timeline-item-left .timeline-item-content::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-item-right .timeline-item-content::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-dot {
    position: absolute;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 2;
}
.voyage-past .timeline-dot {
    background: #28a745;
}
.voyage-current .timeline-dot {
    background: #ffc107;
}
.voyage-future .timeline-dot {
    background: #17A2B8;
}
.timeline-item-left .timeline-dot {
    right: -6px;
}
.timeline-item-right .timeline-dot {
    left: -6px;
}

.voyage-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
}
.voyage-title {
    font-weight: 600;
    font-size: 0.9em;
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
}
.participants-badge {
    background: #17A2B8;
    color: white;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 0.7em;
    min-width: 35px;
    text-align: center;
    flex-shrink: 0;
}
.voyage-dates {
    font-size: 0.75em;
    color: #6c757d;
    margin-bottom: 6px;
    word-wrap: break-word;
}
.voyage-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
    color: #6c757d;
    gap: 8px;
    flex-wrap: wrap;
}
.voyage-info {
    flex: 1;
    min-width: 0;
}
.voyage-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.price-badge {
    background: #28a745;
    color: white;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 0.65em;
    font-weight: 600;
    white-space: nowrap;
}
.voyage-actions {
    flex-shrink: 0;
}

/* Section actuelle highlight */
.current-period {
    background: linear-gradient(135deg, #fff3cd, #ffffff);
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #ffc107;
}
.current-period-title {
    color: #856404;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }
    .timeline-item {
        width: 100%;
        padding-left: 40px !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    .timeline-item-left .timeline-dot,
    .timeline-item-right .timeline-dot {
        left: 14px;
        right: auto;
    }
    .timeline-item-left .timeline-item-content::after,
    .timeline-item-right .timeline-item-content::after {
        left: -10px;
        right: auto;
        border-right: 10px solid white;
        border-left: none;
    }
    .timeline-item-content {
        max-width: calc(100% - 20px);
    }
    .voyage-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .participants-badge {
        align-self: flex-start;
    }
    .voyage-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .voyage-actions {
        align-self: flex-end;
    }
}

@media (max-width: 576px) {
    .timeline-item-content {
        padding: 10px;
    }
    .voyage-title {
        font-size: 0.85em;
    }
    .voyage-dates {
        font-size: 0.7em;
    }
    .voyage-meta {
        font-size: 0.65em;
    }
}

/* =========================================================================
   Styles pour voyage.php (Filtres)
   ========================================================================= */
.filter-container {
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}
.filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    border-right: 1px solid #e2e8f0;
    padding-right: 15px;
}
.filter-group:last-child {
    border-right: none;
}
.filter-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #cbd5e0;
    background-color: #ffffff;
    color: #4a5568;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
}
.filter-btn:hover {
    background-color: #f7fafc;
    color: #2d3748;
    border-color: #a0aec0;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.filter-btn.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    box-shadow: 0 2px 4px rgba(33, 82, 163, 0.2);
}
.filter-btn.active:hover {
    transform: none;
    box-shadow: none;
}
.reset-btn {
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 500;
}
.date-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.date-input {
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.875rem;
    color: #4a5568;
    transition: border-color 0.2s;
    outline: none;
}
.date-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(33, 82, 163, 0.1);
}

@media (max-width: 768px) {
    .filter-group {
        border-right: none;
        padding-right: 0;
        width: 100%;
    }
}

/* --- Styles extraits des pages PHP pour standardisation --- */

/* User Privileges & Profils */
.category-tabs { border-right: 1px solid #dee2e6; min-height: 500px; }
.category-tab { padding: 12px 15px; border: none; background: none; text-align: left; width: 100%; border-bottom: 1px solid #f8f9fa; transition: all 0.3s ease; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.category-tab:hover { background-color: #f8f9fa; }
.category-tab.active { background-color: #e3f2fd; border-right: 3px solid #007bff; font-weight: 600; }
.category-badge { font-size: 0.7rem; padding: 2px 6px; }
.pages-container { min-height: 500px; max-height: 600px; overflow-y: auto; }
.access-info { font-size: 0.8rem; color: #6c757d; font-style: italic; }

/* User Profil Pages (Admin) */
.category-card { border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; transition: all 0.3s ease; background: white; }
.category-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.category-header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 12px 15px; border-radius: 8px 8px 0 0; font-size: 0.9rem; }
.page-item.dragging { opacity: 0.5; background-color: #e3f2fd; }
.no-category { background-color: #f8f9fa; border-left: 4px solid #6c757d; }
.page-actions { display: flex; align-items: center; gap: 3px; flex-shrink: 0; }
.page-info { flex-grow: 1; min-width: 0; }
.page-name { font-weight: 600; font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page-file { font-size: 0.7rem; color: #6c757d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.category-dropzone { min-height: 40px; border: 2px dashed #dee2e6; border-radius: 4px; margin: 5px; transition: all 0.3s ease; }
.category-dropzone.drag-over { border-color: #007bff; background-color: #e7f3ff; }

/* Reservation Types Management */
.champ-item { border: 1px solid #dee2e6; border-radius: 5px; padding: 12px; margin-bottom: 10px; background: #f8f9fa; transition: all 0.3s ease; }
.champ-item:hover { background: #e9ecef; }
.champ-item.duplicate-name { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25); }
.champ-row { display: flex; gap: 10px; align-items: end; }
.champ-field { flex: 1; }
.champ-actions { flex: 0 0 auto; }
.type-options { display: none; margin-top: 10px; padding-top: 10px; border-top: 1px solid #dee2e6; }
.type-options.show { display: block; }
.form-compact .form-group { margin-bottom: 8px; }
.form-compact .form-control { padding: 6px 8px; font-size: 13px; }
.form-compact label { font-size: 12px; font-weight: 600; margin-bottom: 3px; color: #495057; }
.field-preview { font-size: 12px; color: #6c757d; margin-top: 5px; }
.invalid-feedback { display: block; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }

/* Reservations List & Details */
.details-compact { font-size: 11px; color: #666; }
.client-info { font-size: 12px; }
.filtres-compacts .form-group { margin-bottom: 8px; }
.filtres-compacts label { font-size: 12px; margin-bottom: 2px; }
.filtres-compacts .form-control { padding: 4px 8px; font-size: 13px; }
.prix-devise { font-weight: bold; white-space: nowrap; }
.date-alert-cell { min-width: 100px; }
.reservation-title { font-weight: 600; font-size: 13px; }
.categorie-badge { font-size: 10px; padding: 2px 6px; }
.btn-action { padding: 4px 8px; font-size: 12px; }
.details-badge { cursor: pointer; }
.reservation-details { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }
.detail-header { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 1.5rem; border-radius: 10px; border-left: 4px solid #007bff; }

/* Utilities */
.badge-pink { background-color: #e83e8c; color: white; }
.remark-content { background: #fff9e6; padding: 1rem; border-radius: 8px; border-left: 4px solid #ffc107; font-style: italic; }
.specific-details .detail-item:last-child { border-bottom: none !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Social Share */
#share-buttons { padding: 10px 0; }
#share-buttons img { max-width: 20px; }