@charset "UTF-8";
/*
Template Name: Ule
Developer: Dmitry Merkulov
Author: Dmitry Merkulov
email: dmitry@merkulov.design


Table of Contents

1. Global
    1.1. variable.scss
    1.2. fonts.scss
    1.3. reset.scss
    1.4. preloader.scss
    1.5. color.scss

2. Header
    2.1. header.scss

3. Sidebar
    3.1. sidebar.scss

3. Widget
    3.1. widget-stat
    3.2. widget-chart
    3.3. widget-timeline
    3.4. widget-social

4. ICO 
    4.1. ico-countdown
    4.2. ico-exchange
    4.3. ico-timeline
    4.4. ico-progress
    4.5. ico-advisor-profile
    4.6. ico-gateway
    4.7. ico-wallet
    4.8. ico-trading-view

5. Email
    5.1. email

6. Profile
    6.1. profile

7. Calender
    7.1. calender-event
    7.2. calender-date

8. UI
    8.1. ui-breadcrumb
    8.2. ui-badge
    8.3. ui-accordion
    8.4. ui-card
    8.5. ui-user-card
    8.6. ui-button
    8.7. ui-progressbar
    8.8. ui-tab
    8.9. ui-dropdown

9. Conponents
    9.1. uc-nestable
    9.2. uc-weather
    9.3. uc-counterup

10. Map
    10.1. map-vectormap

11. Table
    11.1. table-basic
    11.2. table-datatable

12. Form
    12.1. form
    12.2. form-layout.scss";
    12.3. form-dropzone
    12.4. form-radio-button
    12.5. form-switch
    12.6. form-icheck
    12.7. form-advance-taginput
    12.8. form-summernote
    12.9. form-pickers

13. Chart
    13.1. chart-amchart
    13.2. chart-c3
    13.3. chart-morris
    13.4. chart-flot
    13.5. chart-price
    13.6. chart-chartist
    13.7. chart-knob

14. Page
    14.1. page-login-register
    14.2. page-invoice
    14.3. page-pricing

15. Footer
    15.1. footer


16. Version Color
    16.1. version-dark
    16.2. version-light

17. Responsive
    17.1. responsive-header
    17.1. responsive-profile
    17.1. responsive-ico-countdown


*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url(../icons/font-awesome/css/font-awesome.min.css);
@import url(../icons/simple-line-icons/css/simple-line-icons.css);
@import url(../icons/weather-icons/css/weather-icons.min.css);
@import url(../icons/cryptocoins/css/cryptocoins.css);
@import url(../icons/cryptocoins/css/cryptocoins-colors.css);
@import url(../icons/linea-icons/linea.css);
@import url(../icons/ionicons/css/ionicons.css);
@import url(../icons/themify-icons/themify-icons.css);
@import url(../icons/flag-icon-css/flag-icon.min.css);
@import url(../icons/material-design-iconic-font/materialdesignicons.min.css);
/* @import "../../assets/plugins/bootstrap/css/bootstrap.min.css"; */
@import "../../assets/plugins/shortcode/shortcode.css";
@import "../../assets/plugins/animate/animate.css";
@import "../../assets/plugins/metismenu/css/metisMenu.min.css";
* {
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  height: 100%;
}

html {
  position: relative;
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
}

#main-wrapper.show {
  opacity: 1;
}

a {
  transition: all 0.4s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

a.link {
  color: #ddd;
}

a.link:focus,
a.link:hover {
  color: var(--agd-green-light);
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

.img-flag {
  height: 15px;
  width: 18px;
}

.img-full {
  width: 100%;
}

.mdi-set,
.mdi:before {
  line-height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

.img-circle {
  border-radius: 100%;
}

.content-body .container {
  padding: 45px 30px 0px;
}
.content-body .container-fluid {
  padding: 30px 30px 0px;
}

@media (max-width: 767px) {
  .content-body .container {
    padding: 15px 15px 0px;
  }
}
.c-pointer {
  cursor: pointer;
}

.rotate-90 {
  transform: rotate(90deg);
}

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

.l-border-1 {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.d-border-1 {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.border-white-2 {
  border: 2px solid #fff;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.border-top-1 {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.border-right-1 {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.border-left-1 {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.dark-overlay-1 {
  background: rgba(0, 0, 0, 0.1);
}

.dark-overlay-2 {
  background: rgba(0, 0, 0, 0.2);
}

.dark-overlay-3 {
  background: rgba(0, 0, 0, 0.3);
}

.dark-overlay-4 {
  background: rgba(0, 0, 0, 0.4);
}

.dark-overlay-5 {
  background: rgba(0, 0, 0, 0.5);
}

.dark-overlay-6 {
  background: rgba(0, 0, 0, 0.6);
}

.dark-overlay-7 {
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay-8 {
  background: rgba(0, 0, 0, 0.8);
}

.dark-overlay-9 {
  background: rgba(0, 0, 0, 0.9);
}

#preloader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
}

.loader {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
/*    Color Mixins - Actualizados con colores corporativos
-------------------*/
.color-primary,
.text-primary {
  color: var(--agd-green-light, #28a745) !important;
}

.color-secondary,
.text-secondary {
  color: var(--agd-gold, #d4af37) !important;
}

.color-success,
.text-success {
  color: var(--agd-green-light, #28a745) !important;
}

.color-info,
.text-info {
  color: var(--color-info, #17a2b8) !important;
}

.color-danger,
.text-danger {
  color: var(--color-danger, #dc3545) !important;
}

.color-warning,
.text-warning {
  color: var(--agd-gold, #d4af37) !important;
}

.color-dark,
.text-dark {
  color: var(--text-primary, #2c3e50) !important;
}

.color-muted,
.text-muted {
  color: var(--text-secondary, #6c757d) !important;
}

/*    Background Mixins - Actualizados con colores corporativos
--------------------------*/
.bg-primary {
  background-color: var(--agd-green-light, #28a745) !important;
  color: var(--text-white, #fff) !important;
  fill: var(--agd-green-light, #28a745) !important;
}

.bg-secondary {
  background-color: var(--agd-gold, #d4af37) !important;
  color: var(--text-primary, #2c3e50) !important;
  fill: var(--agd-gold, #d4af37) !important;
}

.bg-success {
  background-color: var(--agd-green-light, #28a745) !important;
  color: var(--text-white, #fff) !important;
  fill: var(--agd-green-light, #28a745) !important;
}

.bg-info {
  background-color: var(--color-info, #17a2b8) !important;
  color: var(--text-white, #fff) !important;
  fill: var(--color-info, #17a2b8) !important;
}

.bg-danger {
  background-color: var(--color-danger, #dc3545) !important;
  color: var(--text-white, #fff) !important;
  fill: var(--color-danger, #dc3545) !important;
}

.bg-warning {
  background-color: var(--agd-gold, #d4af37) !important;
  color: var(--text-primary, #2c3e50) !important;
  fill: var(--agd-gold, #d4af37) !important;
}

.bg-dark {
  background-color: var(--bg-dark, #34495e) !important;
  color: var(--text-white, #fff) !important;
  fill: var(--bg-dark, #34495e) !important;
}

.bg-light {
  background-color: var(--bg-light, #f8f9fa) !important;
  color: var(--text-primary, #2c3e50) !important;
  fill: var(--bg-light, #f8f9fa) !important;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
  color: #000;
}

/*  Background Lighten
----------------------*/
.bg-primary-darken-5 {
  background-color: #130c1b;
}

.bg-secondary-darken-5 {
  background-color: #1a116a;
}

.bg-success-darken-5 {
  background-color: #0f3331;
}

.bg-info-darken-5 {
  background-color: #8a0f6f;
}

.bg-danger-darken-5 {
  background-color: black;
}

.bg-warning-darken-5 {
  background-color: #8a6f07;
}

/*    Border Mixins
--------------------------*/
.border-primary {
  border-color: var(--agd-green-light);
}

.border-secondary {
  border-color: var(--agd-gold);
}

.border-success {
  border-color: #6ed3cf;
}

.border-info {
  border-color: #f5a3e3;
}

.border-danger {
  border-color: #c43235;
}

.border-warning {
  border-color: #fae596;
}

.border-dark {
  border-color: #173e43;
}

/*    Brand Background
-----------------------------*/
.bg-facebook {
  background: #3b5998;
  fill: #3b5998;
}

.bg-twitter {
  background: #1da1f2;
  fill: #1da1f2;
}

.bg-youtube {
  background: #cd201f;
  fill: #cd201f;
}

.bg-google-plus {
  background: #db4439;
  fill: #db4439;
}

.bg-linkedin {
  background: #007bb6;
  fill: #007bb6;
}

/*    Checkbox Color
-----------------------------*/
.chk-col-red[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #fb3a3a;
  border-right: 2px solid #fb3a3a;
}

.chk-col-pink[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
}

.chk-col-purple[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #7460ee;
  border-right: 2px solid #7460ee;
}

.chk-col-deep-purple[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #673ab7;
  border-right: 2px solid #673ab7;
}

.chk-col-indigo[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #3f51b5;
  border-right: 2px solid #3f51b5;
}

.chk-col-blue[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #02bec9;
  border-right: 2px solid #02bec9;
}

.chk-col-light-blue[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #03a9f4;
  border-right: 2px solid #03a9f4;
}

.chk-col-cyan[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #00bcd4;
  border-right: 2px solid #00bcd4;
}

.chk-col-teal[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #009688;
  border-right: 2px solid #009688;
}

.chk-col-green[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #26c6da;
  border-right: 2px solid #26c6da;
}

.chk-col-light-green[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #8bc34a;
  border-right: 2px solid #8bc34a;
}

.chk-col-lime[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #cddc39;
  border-right: 2px solid #cddc39;
}

.chk-col-yellow[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #ffe821;
  border-right: 2px solid #ffe821;
}

.chk-col-amber[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #ffc107;
  border-right: 2px solid #ffc107;
}

.chk-col-orange[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #ff9800;
  border-right: 2px solid #ff9800;
}

.chk-col-deep-orange[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #ff5722;
  border-right: 2px solid #ff5722;
}

.chk-col-brown[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #795548;
  border-right: 2px solid #795548;
}

.chk-col-grey[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
}

.chk-col-blue-grey[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
}

.chk-col-black[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.chk-col-white[type="checkbox"]:checked + label::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.filled-in.chk-col-red[type="checkbox"]:checked + label::after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
}

.filled-in.chk-col-pink[type="checkbox"]:checked + label::after {
  background-color: #e91e63;
  border: 2px solid #e91e63;
}

.filled-in.chk-col-purple[type="checkbox"]:checked + label::after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
}

.filled-in.chk-col-deep-purple[type="checkbox"]:checked + label::after {
  background-color: #673ab7;
  border: 2px solid #673ab7;
}

.filled-in.chk-col-indigo[type="checkbox"]:checked + label::after {
  background-color: #3f51b5;
  border: 2px solid #3f51b5;
}

.filled-in.chk-col-blue[type="checkbox"]:checked + label::after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
}

.filled-in.chk-col-light-blue[type="checkbox"]:checked + label::after {
  background-color: #03a9f4;
  border: 2px solid #03a9f4;
}

.filled-in.chk-col-cyan[type="checkbox"]:checked + label::after {
  background-color: #00bcd4;
  border: 2px solid #00bcd4;
}

.filled-in.chk-col-teal[type="checkbox"]:checked + label::after {
  background-color: #009688;
  border: 2px solid #009688;
}

.filled-in.chk-col-green[type="checkbox"]:checked + label::after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
}

.filled-in.chk-col-light-green[type="checkbox"]:checked + label::after {
  background-color: #8bc34a;
  border: 2px solid #8bc34a;
}

.filled-in.chk-col-lime[type="checkbox"]:checked + label::after {
  background-color: #cddc39;
  border: 2px solid #cddc39;
}

.filled-in.chk-col-yellow[type="checkbox"]:checked + label::after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
}

.filled-in.chk-col-amber[type="checkbox"]:checked + label::after {
  background-color: #ffc107;
  border: 2px solid #ffc107;
}

.filled-in.chk-col-orange[type="checkbox"]:checked + label::after {
  background-color: #ff9800;
  border: 2px solid #ff9800;
}

.filled-in.chk-col-deep-orange[type="checkbox"]:checked + label::after {
  background-color: #ff5722;
  border: 2px solid #ff5722;
}

.filled-in.chk-col-brown[type="checkbox"]:checked + label::after {
  background-color: #795548;
  border: 2px solid #795548;
}

.filled-in.chk-col-grey[type="checkbox"]:checked + label::after {
  background-color: #9e9e9e;
  border: 2px solid #9e9e9e;
}

.filled-in.chk-col-blue-grey[type="checkbox"]:checked + label::after {
  background-color: #607d8b;
  border: 2px solid #607d8b;
}

.filled-in.chk-col-black[type="checkbox"]:checked + label::after {
  background-color: #000;
  border: 2px solid #000;
}

.filled-in.chk-col-white[type="checkbox"]:checked + label::after {
  background-color: #fff;
  border: 2px solid #fff;
}

.radio-col-red[type="radio"]:checked + label::after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
}

.radio-col-pink[type="radio"]:checked + label::after {
  background-color: #e91e63;
  border-color: #e91e63;
}

.radio-col-purple[type="radio"]:checked + label::after {
  background-color: #7460ee;
  border-color: #7460ee;
}

.radio-col-deep-purple[type="radio"]:checked + label::after {
  background-color: #673ab7;
  border-color: #673ab7;
}

.radio-col-indigo[type="radio"]:checked + label::after {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.radio-col-blue[type="radio"]:checked + label::after {
  background-color: #02bec9;
  border-color: #02bec9;
}

.radio-col-light-blue[type="radio"]:checked + label::after {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.radio-col-cyan[type="radio"]:checked + label::after {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.radio-col-teal[type="radio"]:checked + label::after {
  background-color: #009688;
  border-color: #009688;
}

.radio-col-green[type="radio"]:checked + label::after {
  background-color: #26c6da;
  border-color: #26c6da;
}

.radio-col-light-green[type="radio"]:checked + label::after {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.radio-col-lime[type="radio"]:checked + label::after {
  background-color: #cddc39;
  border-color: #cddc39;
}

.radio-col-yellow[type="radio"]:checked + label::after {
  background-color: #ffe821;
  border-color: #ffe821;
}

.radio-col-amber[type="radio"]:checked + label::after {
  background-color: #ffc107;
  border-color: #ffc107;
}

.radio-col-orange[type="radio"]:checked + label::after {
  background-color: #ff9800;
  border-color: #ff9800;
}

.radio-col-deep-orange[type="radio"]:checked + label::after {
  background-color: #ff5722;
  border-color: #ff5722;
}

.radio-col-brown[type="radio"]:checked + label::after {
  background-color: #795548;
  border-color: #795548;
}

.radio-col-grey[type="radio"]:checked + label::after {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.radio-col-blue-grey[type="radio"]:checked + label::after {
  background-color: #607d8b;
  border-color: #607d8b;
}

.radio-col-black[type="radio"]:checked + label::after {
  background-color: #000;
  border-color: #000;
}

.radio-col-white[type="radio"]:checked + label::after {
  background-color: #fff;
  border-color: #fff;
}

.with-gap.radio-col-red[type="radio"]:checked + label::before {
  border: 2px solid #fb3a3a;
}
.with-gap.radio-col-red[type="radio"]:checked + label::after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
}

.with-gap.radio-col-pink[type="radio"]:checked + label::before {
  border: 2px solid #e91e63;
}
.with-gap.radio-col-pink[type="radio"]:checked + label::after {
  background-color: #e91e63;
  border: 2px solid #e91e63;
}

.with-gap.radio-col-purple[type="radio"]:checked + label::before {
  border: 2px solid #7460ee;
}
.with-gap.radio-col-purple[type="radio"]:checked + label::after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
}

.with-gap.radio-col-deep-purple[type="radio"]:checked + label::before {
  border: 2px solid #673ab7;
}
.with-gap.radio-col-deep-purple[type="radio"]:checked + label::after {
  background-color: #673ab7;
  border: 2px solid #673ab7;
}

.with-gap.radio-col-indigo[type="radio"]:checked + label::before {
  border: 2px solid #3f51b5;
}
.with-gap.radio-col-indigo[type="radio"]:checked + label::after {
  background-color: #3f51b5;
  border: 2px solid #3f51b5;
}

.with-gap.radio-col-blue[type="radio"]:checked + label::before {
  border: 2px solid #02bec9;
}
.with-gap.radio-col-blue[type="radio"]:checked + label::after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
}

.with-gap.radio-col-light-blue[type="radio"]:checked + label::before {
  border: 2px solid #03a9f4;
}
.with-gap.radio-col-light-blue[type="radio"]:checked + label::after {
  background-color: #03a9f4;
  border: 2px solid #03a9f4;
}

.with-gap.radio-col-cyan[type="radio"]:checked + label::before {
  border: 2px solid #00bcd4;
}
.with-gap.radio-col-cyan[type="radio"]:checked + label::after {
  background-color: #00bcd4;
  border: 2px solid #00bcd4;
}

.with-gap.radio-col-teal[type="radio"]:checked + label::before {
  border: 2px solid #009688;
}
.with-gap.radio-col-teal[type="radio"]:checked + label::after {
  background-color: #009688;
  border: 2px solid #009688;
}

.with-gap.radio-col-green[type="radio"]:checked + label::before {
  border: 2px solid #26c6da;
}
.with-gap.radio-col-green[type="radio"]:checked + label::after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
}

.with-gap.radio-col-light-green[type="radio"]:checked + label::before {
  border: 2px solid #8bc34a;
}
.with-gap.radio-col-light-green[type="radio"]:checked + label::after {
  background-color: #8bc34a;
  border: 2px solid #8bc34a;
}

.with-gap.radio-col-lime[type="radio"]:checked + label::before {
  border: 2px solid #cddc39;
}
.with-gap.radio-col-lime[type="radio"]:checked + label::after {
  background-color: #cddc39;
  border: 2px solid #cddc39;
}

.with-gap.radio-col-yellow[type="radio"]:checked + label::before {
  border: 2px solid #ffe821;
}
.with-gap.radio-col-yellow[type="radio"]:checked + label::after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
}

.with-gap.radio-col-amber[type="radio"]:checked + label::before {
  border: 2px solid #ffc107;
}
.with-gap.radio-col-amber[type="radio"]:checked + label::after {
  background-color: #ffc107;
  border: 2px solid #ffc107;
}

.with-gap.radio-col-orange[type="radio"]:checked + label::before {
  border: 2px solid #ff9800;
}
.with-gap.radio-col-orange[type="radio"]:checked + label::after {
  background-color: #ff9800;
  border: 2px solid #ff9800;
}

.with-gap.radio-col-deep-orange[type="radio"]:checked + label::before {
  border: 2px solid #ff5722;
}
.with-gap.radio-col-deep-orange[type="radio"]:checked + label::after {
  background-color: #ff5722;
  border: 2px solid #ff5722;
}

.with-gap.radio-col-brown[type="radio"]:checked + label::before {
  border: 2px solid #795548;
}
.with-gap.radio-col-brown[type="radio"]:checked + label::after {
  background-color: #795548;
  border: 2px solid #795548;
}

.with-gap.radio-col-grey[type="radio"]:checked + label::before {
  border: 2px solid #9e9e9e;
}
.with-gap.radio-col-grey[type="radio"]:checked + label::after {
  background-color: #9e9e9e;
  border: 2px solid #9e9e9e;
}

.with-gap.radio-col-blue-grey[type="radio"]:checked + label::before {
  border: 2px solid #607d8b;
}
.with-gap.radio-col-blue-grey[type="radio"]:checked + label::after {
  background-color: #607d8b;
  border: 2px solid #607d8b;
}

.with-gap.radio-col-black[type="radio"]:checked + label::before {
  border: 2px solid #000;
}
.with-gap.radio-col-black[type="radio"]:checked + label::after {
  background-color: #000;
  border: 2px solid #000;
}

.with-gap.radio-col-white[type="radio"]:checked + label::before {
  border: 2px solid #fff;
}
.with-gap.radio-col-white[type="radio"]:checked + label::after {
  background-color: #fff;
  border: 2px solid #fff;
}

.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-red:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(251, 58, 58, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-pink:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-purple:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(116, 96, 238, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-deep-purple:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-indigo:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-blue:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(2, 190, 201, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-light-blue:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-cyan:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(0, 188, 212, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-teal:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-green:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 198, 218, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-light-green:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-lime:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-yellow:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-amber:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-orange:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-deep-orange:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 87, 34, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-brown:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-grey:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-blue-grey:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-black:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch
  label
  input[type="checkbox"]:checked:not(:disabled)
  ~ .lever.switch-col-white:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red::after {
  background-color: #fb3a3a;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink::after {
  background-color: #e91e63;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple::after {
  background-color: #7460ee;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-deep-purple::after {
  background-color: #673ab7;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo::after {
  background-color: #3f51b5;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue::after {
  background-color: #02bec9;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-light-blue::after {
  background-color: #03a9f4;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan::after {
  background-color: #00bcd4;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal::after {
  background-color: #009688;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green::after {
  background-color: #26c6da;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-light-green::after {
  background-color: #8bc34a;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime::after {
  background-color: #cddc39;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow::after {
  background-color: #ffe821;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber::after {
  background-color: #ffc107;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange::after {
  background-color: #ff9800;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-deep-orange::after {
  background-color: #ff5722;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown::after {
  background-color: #795548;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey::after {
  background-color: #9e9e9e;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}
.switch
  label
  input[type="checkbox"]:checked
  + .lever.switch-col-blue-grey::after {
  background-color: #607d8b;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black::after {
  background-color: #000000;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white::after {
  background-color: #ffffff;
}

/*    Header
---------------*/
.icons a {
  position: relative;
}

.icons.active .drop-down {
  display: block;
}

.drop-down {
  display: none;
  z-index: 9999;
  width: 275px;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  border-top: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

.dropdown-content-heading {
  padding: 15px 15px;
  line-height: 1.25;
}
.dropdown-content-heading span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.dropdown-content-body ul > li {
  float: none;
  padding: 10px 15px;
  line-height: 1.25;
  padding: 10px 15px;
}
.dropdown-content-body ul > li:last-child {
  padding: 10px 15px;
  line-height: 1.25;
}

.notification-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.avatar-img {
  border-radius: 100px;
  width: 40px;
  position: relative;
  top: -3px;
}

.user-avatar {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.notification-text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
  line-height: 1.25;
  font-weight: 400;
}

.notification-timestamp {
  font-size: 12px;
}

.notification-percentage {
  font-size: 12px;
  position: relative;
  top: 12px;
}

.more-link {
  display: inline-block;
}

.dropdown-profile {
  width: 160px;
}
.dropdown-profile li {
  padding: 7px 15px;
}
.dropdown-profile li a {
  display: block;
}
.dropdown-profile li a i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.dropdown-profile li a span {
  font-family: "Poppins", sans-serif;
}
.dropdown-profile li:last-child {
  padding: 7px 15px;
}

.dropdown-task .progress {
  box-shadow: none;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.dropdown-task .progress-bar {
  box-shadow: none;
}

/* pulse in SVG */
svg.pulse-svg {
  overflow: visible;
}
svg.pulse-svg .first-circle,
svg.pulse-svg .third-circle,
svg.pulse-svg .second-circle {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}
svg.pulse-svg .second-circle {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
svg.pulse-svg .third-circle {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border-radius: 25px;
  height: 5px;
  position: absolute;
  right: 0px;
  top: -4px;
  width: 5px;
}
.pulse-css:after,
.pulse-css:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.fix-header .header {
  position: fixed;
}
.fix-header .content-body {
  padding-top: 60px;
}

.fix-sidebar .nk-sidebar {
  position: fixed;
}
.fix-sidebar .nk-sidebar.mini-nav {
  position: absolute;
}

.header {
  width: 100%;
  height: 60px;
  z-index: 99999999;
  position: relative;
  padding: 0px 15px;
}

.nav-header {
  height: 60px;
  width: 250px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-header .brand-logo a {
  padding: 10px 10px;
  display: block;
}
.nav-header .brand-logo a i {
  font-size: 20px;
  font-size: 22px;
}
.nav-header .brand-logo a b img {
  max-width: 75%;
}
.nav-header .brand-logo a span {
  font-size: 18px;
  margin-left: 7px;
}
.nav-header .brand-title img {
  max-width: 120px;
  margin-top: 2px;
}

.nav-control {
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: -45px;
  top: 10px;
}

.header-content {
  margin-left: 250px;
}

.footer {
  margin-left: 250px;
  position: absolute;
  left: 0;
  right: 0;
}
.footer .copyright {
  padding: 15px;
}
.footer .copyright p {
  margin: 0px;
}

.header-left {
  float: left;
  margin-left: 35px;
  line-height: 60px;
}
.header-left .icons {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 5px;
  position: relative;
}
.header-left .icons > a {
  padding: 0 5px;
}
.header-left .drop-down {
  left: 0;
  top: 7px;
}

.header-search {
  min-width: 250px;
  box-shadow: 0px 0px 5px rgba(120, 130, 140, 0.13);
}
.header-search .input-group {
  margin-bottom: 0px !important;
}
.header-search .input-group .form-control:hover,
.header-search .input-group .form-control:focus,
.header-search .input-group .form-control.active {
  box-shadow: 0px;
}
.header-search .input-group .input-group-text {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: transparent;
}

.header-right {
  float: right;
}
.header-right .icons {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  position: relative;
}
.header-right .icons > a {
  padding: 0 5px;
}

.nav-user {
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 15px 15px;
}
.nav-user img {
  width: 50px;
  height: 50px;
}
.nav-user h5 {
  margin-top: 10px;
  margin-bottom: 3px;
}
.nav-user p {
  margin-bottom: 8px;
}
.nav-user .nav-user-option {
  position: relative;
}
.nav-user .nav-user-option .dropdown-menu {
  left: 30px !important;
  top: 22px !important;
  padding: 10px 0px;
}
.nav-user .nav-user-option .dropdown-menu a {
  line-height: 27px;
}
.nav-user .nav-user-option .setting-option {
  display: inline-block;
  cursor: pointer;
}
.nav-user .nav-user-option .setting-option i {
  font-size: 16px;
  padding: 0px 5px;
}
.nav-user .nav-user-option .notification-option {
  display: inline-block;
  cursor: pointer;
}
.nav-user .nav-user-option .notification-option i {
  font-size: 16px;
  padding: 0px 5px;
}

.nav-label {
  padding: 13px 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-badge {
  position: absolute;
  right: 30px;
  top: 16px;
}

.content-body {
  margin-left: 250px;
  z-index: 0;
}

.nk-sidebar {
  width: 250px;
  height: 100%;
  position: absolute;
  top: 60px;
  padding-top: 0px;
  z-index: 1001;
  padding-bottom: 70px;
}
.nk-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nk-sidebar .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nk-sidebar .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.nk-sidebar .metismenu > li a > i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 7px;
}
.nk-sidebar .metismenu a {
  position: relative;
  display: block;
  padding: 13px 15px;
  outline-width: 0;
  transition: all 0.3s ease-out;
}
.nk-sidebar .metismenu ul a {
  padding: 10px 15px 10px 45px;
}
.nk-sidebar .metismenu ul ul a {
  padding: 10px 15px 10px 60px;
}
.nk-sidebar .metismenu a {
  transition: all 0.4s ease-in-out;
}
.nk-sidebar .metismenu a:hover,
.nk-sidebar .metismenu a:focus,
.nk-sidebar .metismenu a:active {
  text-decoration: none;
}
.nk-sidebar .metismenu .has-arrow:after {
  transform: rotate(135deg) translateY(-50%);
}

@media (min-width: 768px) {
  .mini-nav .nav-header {
    width: 60px;
  }
  .mini-nav .nav-header .brand-logo b img {
    margin-top: 7px;
  }
  .mini-nav .nav-header .brand-title {
    display: none;
  }
  .mini-nav .header-content {
    margin-left: 60px;
  }
  .mini-nav .footer {
    margin-left: 60px;
  }
  .mini-nav .footer {
    margin-left: 60px;
  }
  .mini-nav .nav-user {
    padding: 20px 15px 15px;
  }
  .mini-nav .nav-user img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
  .mini-nav .nav-user h5,
  .mini-nav .nav-user p {
    display: none;
  }
  .mini-nav .nav-user i {
    margin-top: 15px;
    display: block;
  }
  .mini-nav .nav-user .dropdown-menu {
    left: 45px !important;
    top: 22px !important;
  }
  .mini-nav .content-body {
    margin-left: 60px;
  }
  .mini-nav .nk-sidebar {
    width: 60px;
    overflow: visible;
    position: absolute;
  }
  .mini-nav .nk-sidebar .nav-text {
    display: none;
  }
  .mini-nav .nk-sidebar .slimScrollDiv,
  .mini-nav .nk-sidebar .nk-nav-scroll {
    overflow: visible !important;
  }
  .mini-nav .nk-sidebar .metismenu li {
    position: relative;
  }
  .mini-nav .nk-sidebar .metismenu li > ul {
    position: absolute;
    left: 60px;
    top: 47px;
    width: 190px;
    z-index: 1001;
    display: none;
    padding-left: 1px;
  }
  .mini-nav .nk-sidebar .metismenu > li {
    transition: all 0.4s ease-in-out;
  }
  .mini-nav .nk-sidebar .metismenu > li:hover > a {
    width: 250px;
    background: #343a40;
  }
  .mini-nav .nk-sidebar .metismenu > li:hover > a .nav-text {
    display: inline-block;
    padding-left: 27px;
  }
  .mini-nav .nk-sidebar .metismenu > li:hover > ul {
    display: block;
    height: auto !important;
    overflow: auto;
  }
  .mini-nav .nk-sidebar .metismenu > li:hover > ul a {
    padding: 10px 15px 10px 15px;
    margin-left: -1px;
  }
  .mini-nav .nk-sidebar .metismenu > li:hover > ul ul a {
    padding: 10px 15px 10px 30px;
    margin-left: -1px;
  }
  .mini-nav .nk-sidebar .metismenu .has-arrow:after {
    display: none;
  }
  .mini-nav .nk-sidebar .metismenu .nav-label,
  .mini-nav .nk-sidebar .metismenu .nav-badge {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
  }

  .nav-header {
    width: 60px;
  }
  .nav-header .brand-title {
    display: none;
  }

  .header-content {
    margin-left: 60px;
  }

  .footer {
    margin-left: 0px;
  }

  .nk-sidebar {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
  }

  .mini-nav .nk-sidebar {
    left: -100%;
  }

  .content-body {
    margin-left: 0px;
    padding-top: 60px;
  }
}
.compact-nav .nav-header {
  width: 150px;
}
.compact-nav .nk-sidebar {
  width: 150px;
}
.compact-nav .metismenu li {
  text-align: center;
}
.compact-nav .metismenu li a {
  padding: 10px 15px 10px 15px;
}
.compact-nav .nav-text {
  display: block;
  margin-top: 5px;
}
.compact-nav .nav-badge {
  display: none;
}
.compact-nav .has-arrow:after {
  display: none;
}
.compact-nav .header-content {
  margin-left: 150px;
}
.compact-nav .footer {
  margin-left: 150px;
}
.compact-nav .content-body {
  margin-left: 150px;
}

.compact-nav.mini-nav .nav-header,
.compact-nav.mini-nav .nk-sidebar {
  width: 60px;
}
.compact-nav.mini-nav .header-content {
  margin-left: 60px;
}
.compact-nav.mini-nav .footer {
  margin-left: 60px;
}
.compact-nav.mini-nav .metismenu li {
  text-align: left;
}
.compact-nav.mini-nav .content-body {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .compact-nav .nav-header {
    width: 60px;
  }
  .compact-nav .content-body {
    margin-left: 0px;
  }

  .compact-nav.mini-nav .content-body {
    margin-left: 0px;
  }
}
.mega-list-title {
  display: none !important;
}

@media (min-width: 992px) {
  .horizontal-nav #main-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
  .horizontal-nav .nk-sidebar {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
    top: 0;
  }
  .horizontal-nav .nk-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  .horizontal-nav .nk-sidebar .slimScrollDiv .nk-nav-scroll {
    overflow: visible !important;
  }
  .horizontal-nav .nk-sidebar .nav-header {
    border-bottom: 0px !important;
  }
  .horizontal-nav .nk-sidebar .nav-user,
  .horizontal-nav .nk-sidebar .nav-label {
    display: none;
  }
  .horizontal-nav .nk-sidebar .metismenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .horizontal-nav .nk-sidebar .metismenu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .horizontal-nav .nk-sidebar .metismenu li > ul {
    position: absolute;
    height: auto !important;
    top: 50px;
    width: 100%;
    min-width: 12rem;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .horizontal-nav .nk-sidebar .metismenu li > ul a {
    padding: 10px 15px 1px 15px;
    margin-left: -0.1rem;
  }
  .horizontal-nav .nk-sidebar .metismenu li > ul ul a {
    padding: 10px 15px 1px 15px;
    margin-left: -1px;
  }
  .horizontal-nav .nk-sidebar .metismenu > li {
    flex: 0 0 auto;
  }
  .horizontal-nav .nk-sidebar .metismenu > li > a .nav-badge {
    display: none;
  }
  .horizontal-nav .nk-sidebar .metismenu > li > a:after {
    display: none;
  }
  .horizontal-nav .nk-sidebar .metismenu > li:hover > ul {
    display: block !important;
  }
  .horizontal-nav .nk-sidebar .metismenu > li.mega-menu {
    position: static;
  }
  .horizontal-nav .nk-sidebar .metismenu > li.mega-menu .mega-list-title {
    display: block !important;
    color: #454545;
    font-weight: 600;
  }
  .horizontal-nav .nk-sidebar .metismenu > li > ul > li:hover ul.collapse {
    display: block !important;
    position: absolute;
    left: auto !important;
    right: -100% !important;
    top: 0 !important;
  }
  .horizontal-nav
    .nk-sidebar
    .metismenu
    > li:last-child
    > ul
    > li:hover
    ul.collapse {
    right: auto !important;
    left: -100% !important;
  }
  .horizontal-nav .nk-sidebar .metismenu .collapse.in {
    display: none;
  }
  .horizontal-nav .nav-control {
    display: none;
  }
  .horizontal-nav .content-body {
    margin-left: 0;
  }
  .horizontal-nav .content-body .container {
    padding: 15px 0px 0px;
  }
  .horizontal-nav .page-titles {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
  }
  .horizontal-nav .footer {
    margin-left: 0;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.hamburger {
  display: inline-block;
  left: 0px;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 37px;
  z-index: 999;
}

.hamburger .line {
  display: block;
  height: 2px;
  margin: 5px auto;
  width: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

/*
    .hamburger.is-active {
      left: 60px;
    }
    */
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 10px;
  height: 2px;
}

.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  width: 16px;
  height: 2px;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

/*    Widget Two
---------------------------*/
.stat-widget-one {
  padding: 20px;
  text-align: center;
}
.stat-widget-one .stat-digit {
  font-size: 40px;
  font-weight: 700;
}
.stat-widget-one .stat-text {
  font-size: 20px;
  margin-bottom: 5px;
}
.stat-widget-one .progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 20px;
  box-shadow: none;
}
.stat-widget-one .progress-bar {
  box-shadow: none;
}

.avatar-group .avatar {
  border-radius: 50px;
  box-shadow: 0 0 0 5px #fff;
  display: inline-block;
  margin-left: -5px;
}
.avatar-group a.btn {
  margin-left: -5px;
}

.timeline {
  list-style: none;
  padding: 8px 0 8px;
  position: relative;
}
.timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 5px;
  position: relative;
}
.timeline > li:before {
  content: " ";
  display: table;
}
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 35px);
  float: right;
  border-radius: 2px;
  padding: 5px 20px;
  position: relative;
}
.timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 15px;
  left: 19px;
  position: absolute;
  top: 10px;
  width: 15px;
}

.timeline-body > p {
  font-size: 12px;
}

.timeline-badge.primary {
  background-color: var(--agd-green-light) !important;
}
.timeline-badge.success {
  background-color: #6ed3cf !important;
}
.timeline-badge.warning {
  background-color: #fae596 !important;
}
.timeline-badge.danger {
  background-color: #c43235 !important;
}
.timeline-badge.info {
  background-color: #f5a3e3 !important;
}

.social-icon1 ul li {
  display: inline-block;
}
.social-icon1 ul li a {
  display: block;
}
.social-icon1 ul li a i {
  font-size: 14px;
  padding: 10px 7px;
}

.social-icon2 a {
  border: 1px solid #9068be;
  display: block;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.social-icon3 ul li {
  display: inline-block;
}
.social-icon3 ul li a {
  display: block;
}
.social-icon3 ul li a i {
  font-size: 14px;
  padding: 10px 7px;
  color: #454545;
  transform: all 0.4s ease-in-out;
}
.social-icon3 ul li a:hover i {
  color: var(--agd-green-light);
}

.countdown-content {
  padding: 100px 0;
}
.countdown-content h1 {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 50px;
}
.countdown-content p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 30px;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-weight: 600;
  font-size: 40px;
}
.timer .days span,
.timer .hours span,
.timer .minutes span,
.timer .seconds span {
  font-size: 18px;
  font-weight: 400;
}

.countdown-right-content {
  margin-top: 50px;
}
.countdown-right-content h6 {
  margin: 15px 0px;
}
.countdown-right-content .progress {
  height: 20px;
}

.countdown-token-card {
  margin-top: 30px;
}
.countdown-token-card .card {
  border: 0px !important;
  padding-top: 10px;
  text-align: center;
}
.countdown-token-card .card h2 {
  font-weight: 700;
}

.coin-exchange .input-group-prepend {
  min-width: 100px;
}
.coin-exchange .input-group-prepend .drop-menu {
  border-radius: 0px;
}
.coin-exchange .input-group-prepend .drop-menu .select {
  padding: 15px 10px;
}

#morris-exchange-chart {
  height: 300px;
}

.timeline-header {
  height: auto;
  text-align: center;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
#timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year {
  position: relative;
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}
#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 55px;
  top: 3px;
  z-index: 2;
}
#timeline section.year section ul li {
  margin-left: 0.5rem;
}
#timeline section.year section ul li:before {
  content: "·";
  margin-left: -0.5rem;
  padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}
#timeline section.year section ul li span.price {
  font-weight: 500;
}

#price {
  display: inline;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before,
.input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
  width: 80vw;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }
  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before,
  .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }
  .input::before,
  .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
.user-profile-name {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  padding: 0px 15px;
}

.user-Location {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
.user-Location i {
  font-size: 14px;
}

.user-job-title {
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.ratings h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 15px;
}
.ratings span {
  margin-right: 10px;
}

.rating-star {
  margin-bottom: 10px;
  padding-left: 15px;
}

.user-send-message {
  margin-top: 15px;
  padding-left: 15px;
}

.contact-information,
.basic-information {
  margin: 15px;
}
.contact-information h4,
.basic-information h4 {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 15px;
}

.contact-title {
  display: inline-block;
  padding-bottom: 15px;
  width: 170px;
  font-size: 16px;
}

.phone-number,
.mail-address,
.contact-email,
.contact-website,
.contact-skype,
.birth-date,
.gender {
  font-size: 16px;
}

.profile-widget {
  margin: 8px 0;
  text-align: center;
}
.profile-widget .stat-text {
  padding-bottom: 6px;
}

.gateway {
  text-align: center;
  margin-bottom: 10px;
}
.gateway .gateway-img {
  padding-top: 15px;
  height: 70px;
  margin: 0 auto 35px;
  max-width: 200px;
}
.gateway a {
  display: inline-block;
  padding: 5px 30px;
  margin-right: 15px;
}
.gateway .custom-checkbox {
  display: inline-block;
}

.add-wallet {
  border: 1px dashed rgba(120, 130, 140, 0.13);
  text-align: center;
}
.add-wallet a {
  padding: 30px 15px;
  display: block;
}
.add-wallet a i {
  font-size: 24px;
}
.add-wallet a p {
  margin: 0px;
  font-size: 18px;
}

.wallet-card .wallet-logo i {
  font-size: 30px;
  position: relative;
  top: 3px;
}
.wallet-card .wallet-logo h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
.wallet-card .wallet-address {
  margin: 20px 0px;
}
.wallet-card .wallet-address h5 {
  margin-bottom: 15px;
  font-size: 18px;
}
.wallet-card .wallet-address .form-control {
  background: transparent !important;
  height: 45px;
}
.wallet-card .wallet-info {
  margin-bottom: 10px;
}
.wallet-card .wallet-info p {
  margin-bottom: 7px;
  font-size: 15px;
}
.wallet-card .wallet-info .btn {
  margin-top: 20px;
  margin-right: 10px;
  padding: 7px 30px;
}

.cryptocompare-logo {
  display: none;
}

.chartTypeTabLinks {
  font-size: 16px !important;
  margin-bottom: 10px;
  margin-right: 10px !important;
}

.tabContainer {
  text-align: center;
}
.tabContainer .tablinks {
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 10px 4px;
  padding: 5px 30px;
}

.cccCustomRadioContainer span.radio::before {
  display: none;
}

.email-left-box {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
}

.email-right-box {
  margin-left: 250px;
}

.email-list {
  display: block;
  padding-left: 0;
}
.email-list .message {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}
.email-list .message:hover {
  transition-duration: 0.05s;
}
.email-list .message .col-mail {
  float: left;
  position: relative;
}
.email-list .message .col-mail-1 {
  width: 90px;
}
.email-list .message .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 18px;
  font-size: 16px;
  margin-left: 5px;
}
.email-list .message .col-mail-1 .email-checkbox {
  display: block;
  float: left;
  margin: 15px 10px 0 20px;
}
.email-list .message .col-mail-1 .dot {
  display: block;
  float: left;
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}
.email-list .message .col-mail-2 {
  position: absolute;
  top: 0;
  left: 90px;
  right: 0;
  bottom: 0;
}
.email-list .message .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.email-list .message .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  padding-left: 80px;
}

.email-checkbox {
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: relative;
  display: inline-block;
  border-radius: 1px;
  position: relative;
  top: 5px;
}
.email-checkbox input {
  opacity: 0;
  cursor: pointer;
}
.email-checkbox input:checked label {
  opacity: 1;
}
.email-checkbox label {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}

.mail-list a {
  vertical-align: middle;
  padding: 10px 15px;
  display: block;
  background: transparent;
}

@media (max-width: 648px) {
  .email-left-box {
    width: 100%;
  }

  .email-right-box {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .email-list .message .col-mail-1 {
    width: 900px;
  }
  .email-list .message .col-mail-1 .title {
    left: 80px;
  }
  .email-list .message .col-mail-2 {
    left: 90px;
  }
  .email-list .message .col-mail-2 .subject {
    right: 0;
  }
  .email-list .message .col-mail-2 .date {
    display: none;
  }
}
.photo-content {
  position: relative;
}
.photo-content .cover-photo {
  background: url(../../assets/images/profile/cover.jpg);
  background-size: cover;
  background-position: center;
  min-height: 250px;
  width: 100%;
}
.photo-content .profile-photo {
  bottom: -75px;
  left: 100px;
  max-width: 150px;
  position: absolute;
}

.profile-info {
  padding: 30px 20px;
  margin-bottom: 30px;
}
.profile-info .prf-col {
  min-width: 300px;
  padding: 10px 50px 0;
}

.profile-interest .row {
  margin: 0px -7px;
}
.profile-interest .row .int-col {
  padding: 0px 7px;
}
.profile-interest .row .int-col .interest-cat {
  margin-bottom: 14px;
  position: relative;
  display: block;
}
.profile-interest .row .int-col .interest-cat:after {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.profile-interest .row .int-col .interest-cat p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  z-index: 1;
  color: white;
  font-size: 12px;
}

.profile-tab .nav-item .nav-link {
  font-size: 18px;
  padding: 10px 0px 5px;
  margin-right: 30px;
  transition: all 0.5s ease-in-out;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid transparent;
}
.profile-tab .nav-item .nav-link:hover,
.profile-tab .nav-item .nav-link.active {
  border: 0px;
  background: transparent;
}

.post-input .form-control {
  height: 75px;
  font-weight: 400;
  margin: 15px 0px;
}
.post-input a {
  display: inline-block;
  font-size: 22px;
}
.post-input a i {
  display: block;
  margin-right: 15px;
  padding: 7px 20px;
  border-radius: 5px;
}
.post-input .btn {
  padding: 7px 30px;
  font-size: 14px;
  margin-top: -10px;
}

.profile-uoloaded-post {
  margin-top: 30px;
}
.profile-uoloaded-post img {
  margin-bottom: 20px;
}
.profile-uoloaded-post a h4 {
  margin-bottom: 10px;
}

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.fc-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  background: rgba(120, 130, 140, 0.13) !important;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-button {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px;
  text-align: center;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

#drop-remove {
  margin: 0;
  top: 3px;
}

#add-category .modal-header,
#event-modal .modal-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
#add-category .modal-dialog,
#event-modal .modal-dialog {
  max-width: 600px;
}

.fc-view.fc-month-view.fc-basic-view,
.fc-view.fc-agendaWeek-view.fc-agenda-view,
.fc-view.fc-agendaDay-view.fc-agenda-view {
  overflow-y: scroll;
}

.fc-view-container .fc-view table {
  min-width: 450px;
}

.breadcrumb {
  margin-bottom: 0;
}

.page-titles {
  margin: 0 0 30px;
  position: relative;
  z-index: -1;
}
.page-titles h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.page-titles h4 span {
  font-size: 14px;
  font-weight: 400;
}
.page-titles .breadcrumb {
  padding: 0px;
  background: transparent;
  font-size: 14px;
  float: right;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  font-family: themify;
  font-size: 11px;
}

.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-sm {
  font-size: 12px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #6ed3cf;
}

.badge-info {
  background-color: #f5a3e3;
}

.badge-primary {
  background-color: #9068be;
}

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

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

.badge-dark {
  background-color: #173e43;
}

.badge-light {
  background-color: #f8f9fa;
}

.label {
  padding: 7px 10px;
  line-height: 15px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 85%;
}

.label-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.label-rounded {
  border-radius: 60px;
}

.label-secondary {
  background-color: #9068be;
}

.label-primary {
  background-color: var(--agd-gold);
}

.label-success {
  background-color: #6ed3cf;
}

.label-info {
  background-color: #f5a3e3;
}

.label-warning {
  background-color: #fae596;
}

.label-danger {
  background-color: #c43235;
}

.label-dark {
  background-color: #173e43;
}

.label-light {
  background-color: #9fadba;
}

.bootstrap-label .label {
  margin-bottom: 10px;
  display: inline-block;
}

.accordion .card {
  margin-bottom: 7px;
}
.accordion .card-header {
  cursor: pointer;
  background: #fff;
}

#accordion-one .fa {
  float: right;
}
#accordion-one [data-toggle="collapse"] .fa:before {
  content: "";
}
#accordion-one [data-toggle="collapse"].collapsed .fa:before {
  content: "";
}

#accordion-two .fa {
  float: right;
}
#accordion-two [data-toggle="collapse"] .fa:before {
  content: "";
}
#accordion-two [data-toggle="collapse"].collapsed .fa:before {
  content: "";
}

#accordion-three .fa {
  float: right;
}
#accordion-three [data-toggle="collapse"] .fa:before {
  content: "";
}
#accordion-three [data-toggle="collapse"].collapsed .fa:before {
  content: "";
}

.card {
  margin-bottom: 30px;
  border: 0px;
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.no-card-border .card {
  border: 0 !important;
}

.card-img-btn {
  position: absolute;
  bottom: 15px;
  left: 30px;
}

.card-header {
  border-bottom: 0px;
}

.card-bg-img-1 {
  background: url(../../assets/images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  min-height: 300px;
}

.card-bg-img-2 {
  background: url(../../assets/images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto;
}

.user-card1 .btn {
  padding: 5px 20px;
  margin: 15px 0px;
  font-weight: 500;
  border-radius: 3px;
}

.user-card2 .btn {
  padding: 5px 20px;
  margin: 20px 0px 15px;
  font-weight: 500;
  border-radius: 3px;
}

.user-card3 .btn {
  padding: 5px 20px;
  margin: 20px 0px 15px;
  font-weight: 500;
  border-radius: 3px;
}

.user-card4 .btn {
  padding: 5px 20px;
  margin: 10px 5px;
  font-weight: 500;
  border-radius: 3px;
}

.user-card5 a img {
  width: 60px;
  margin-right: 10px;
}

.btn-page .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}

.btn {
  padding: 7px 18px;
}
.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: none !important;
}

.btn-xs {
  font-size: 10px;
  padding: 0.25rem 0.5rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
}

.btn-flat {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 60px;
}

.btn-icon-right {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  display: inline-block;
  margin: -8px 0 -8px 13px;
  padding: 10px 0 10px 13px;
}

.btn-icon-left {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin: -5px 13px -5px -15px;
  padding: 5px 10px 6px;
}

.toggle-dropdown::after {
  margin-left: 0.755em;
}

.social-btn-icon .btn {
  min-width: 75px;
  margin-bottom: 15px;
}

.social-icon .btn {
  padding: 7px 14px;
}

.icon-circle {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.btn-primary {
  background: #9068be;
  border-color: var(--agd-green-light);
  color: #fff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #7649aa;
  color: #fff;
  border-color: #7649aa;
}

.btn-secondary {
  background: #978ded;
  border-color: var(--agd-gold);
  color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background: #6f61e6;
  color: #fff;
  border-color: #6f61e6;
}

.btn-success {
  background: #6ed3cf;
  border-color: #6ed3cf;
  color: #fff;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background: #47c7c2;
  color: #fff;
  border-color: #47c7c2;
}

.btn-warning {
  background: #fae596;
  border-color: #fae596;
  color: #fff;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #f8d965;
  color: #fff;
  border-color: #f8d965;
}

.btn-danger {
  background: #c43235;
  border-color: #c43235;
  color: #fff;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background: #9b282a;
  color: #fff;
  border-color: #9b282a;
}

.btn-info {
  background: #f5a3e3;
  border-color: #f5a3e3;
  color: #fff;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background: #f075d5;
  color: #fff;
  border-color: #f075d5;
}

.btn-light {
  background: #9fadba;
  border-color: #9fadba;
  color: #000;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background: #dae0e5;
  color: #fff;
  border-color: #dae0e5;
}

.btn-dark {
  background: #173e43;
  border-color: #173e43;
  color: #fff;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background: #0a1b1d;
  color: #fff;
  border-color: #0a1b1d;
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--agd-green-light);
  color: var(--agd-green-light);
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background: #7649aa;
  color: #fff;
  border-color: #7649aa;
}

.btn-outline-secondary {
  background: transparent;
  border-color: var(--agd-gold);
  color: #978ded;
}
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background: #6f61e6;
  color: #fff;
  border-color: #6f61e6;
}

.btn-outline-success {
  background: transparent;
  border-color: #6ed3cf;
  color: #6ed3cf;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  background: #47c7c2;
  color: #fff;
  border-color: #47c7c2;
}

.btn-outline-warning {
  background: transparent;
  border-color: #fae596;
  color: #fae596;
}
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  background: #f8d965;
  color: #fff;
  border-color: #f8d965;
}

.btn-outline-danger {
  background: transparent;
  border-color: #c43235;
  color: #c43235;
}
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  background: #9b282a;
  color: #fff;
  border-color: #9b282a;
}

.btn-outline-info {
  background: transparent;
  border-color: #f5a3e3;
  color: #f5a3e3;
}
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
  background: #f075d5;
  color: #fff;
  border-color: #f075d5;
}

.btn-outline-light {
  background: transparent;
  border-color: #f8f9fa;
  color: #fff;
}
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
  background: #dae0e5;
  color: #fff;
  border-color: #dae0e5;
}

.btn-outline-dark {
  background: transparent;
  border-color: #173e43;
  color: #173e43;
}
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
  background: #0a1b1d;
  color: #fff;
  border-color: #0a1b1d;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background: #2d4373;
  color: #fff;
  border-color: #2d4373;
}

.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
  background: #0c85d0;
  color: #fff;
  border-color: #0c85d0;
}

.btn-youtube {
  background: #cd201f;
  border-color: #cd201f;
  color: #fff;
}
.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
  background: #a11918;
  color: #fff;
  border-color: #a11918;
}

.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff;
}
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
  background: #992180;
  color: #fff;
  border-color: #992180;
}

.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
  background: #8c0615;
  color: #fff;
  border-color: #8c0615;
}

.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
  background: #005983;
  color: #fff;
  border-color: #005983;
}

.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff;
}
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover {
  background: #be2d23;
  color: #fff;
  border-color: #be2d23;
}

.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  background: #1266f1;
  color: #fff;
  border-color: #1266f1;
}

.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
}
.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
  background: #ccca00;
  color: #000;
  border-color: #ccca00;
}

.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  border-color: #1da851;
}

.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff;
}
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
  background: #222e3d;
  color: #fff;
  border-color: #222e3d;
}

.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
  background: #cc3700;
  color: #fff;
  border-color: #cc3700;
}

.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff;
}
.btn-spotify:active,
.btn-spotify:focus,
.btn-spotify:hover {
  background: #18aa4c;
  color: #fff;
  border-color: #18aa4c;
}

.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff;
}
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover {
  background: #2d0165;
  color: #fff;
  border-color: #2d0165;
}

.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
  background: #e51e6b;
  color: #fff;
  border-color: #e51e6b;
}

.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
  background: #008abd;
  color: #fff;
  border-color: #008abd;
}

.btn-quora {
  background: #aa2200;
  border-color: #aa2200;
  color: #fff;
}
.btn-quora:active,
.btn-quora:focus,
.btn-quora:hover {
  background: #771800;
  color: #fff;
  border-color: #771800;
}

.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
  background: #1295bf;
  color: #fff;
  border-color: #1295bf;
}

.progress-bar {
  background-color: #9068be;
}

.progress-bar-primary {
  background-color: #9068be;
}

.progress-bar-success {
  background-color: #6ed3cf;
}

.progress-bar-info {
  background-color: #f5a3e3;
}

.progress-bar-danger {
  background-color: #c43235;
}

.progress-bar-warning {
  background-color: #fae596;
}

.progress-bar-pink {
  background-color: #e91e63;
}

.progress-bar.active,
.progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-vertical {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
}

.progress-vertical-bottom {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
  transform: rotate(180deg);
}

.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}

@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
.browser .progress {
  height: 8px;
}

.nav-pills .nav-link {
  border-radius: 0px;
}

.default-tab .nav-link {
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
}

.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0px;
  font-weight: 500;
}

.dropdown-toggle:focus {
  box-shadow: none !important;
}

.dropdown-outline {
  border: 1px solid #9068be;
}

.dropdown-menu {
  font-size: inherit;
}

.custom-dropdown {
  display: inline-block;
  margin-bottom: 10px;
}
.custom-dropdown .dropdown-menu {
  border: 1px solid rgba(120, 130, 140, 0.13);
  min-width: auto;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  color: #678098;
}

.nestable-cart {
  overflow: hidden;
}

.dd-item > button {
  height: 21px;
}

.weather-one i {
  font-size: 80px;
  position: relative;
  top: 5px;
}
.weather-one h2 {
  display: inline-block;
  float: right;
  font-size: 48px;
}
.weather-one .city {
  position: relative;
  text-align: right;
  top: -25px;
}
.weather-one .currently {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 25px;
}
.weather-one .celcious {
  text-align: right;
  font-size: 20px;
}

.counter-content {
  text-align: center;
  padding: 80px 0;
}
.counter-content span {
  display: inline-block;
  padding-top: 5px;
  font-weight: 500;
}

.counter-number {
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
}

.vmap {
  width: 100%;
  height: 400px;
}

.table td {
  line-height: 36px;
}

.verticle-middle tr td {
  vertical-align: middle;
}

.header-border thead tr th {
  border: 0 solid rgba(120, 130, 140, 0.13);
  font-weight: 700;
}

.table-bordered thead td {
  border-bottom-width: 1px;
}

.table-bordered thead th {
  border-bottom-width: 1px;
}

.table-primary {
  background-color: #d2c1e4;
  color: #000;
}

.table-secondary {
  background-color: #fbfbfe;
  color: #000;
}

.table-success {
  background-color: #d0f1ef;
  color: #000;
}

.table-warning {
  background-color: white;
  color: #000;
}

.table-danger {
  background-color: #e39294;
  color: #000;
}

.table-info {
  background-color: white;
  color: #000;
}

.table-dark {
  background-color: #3896a2;
  color: #000;
}

.table-active {
  background-color: white;
  color: #000;
}

.thead-primary tr th {
  background-color: #9068be;
  color: #fff;
  border-bottom: 0;
}

.thead-secondary tr th {
  background-color: var(--agd-gold);
  color: #fff;
  border-bottom: 0;
}

.thead-success tr th {
  background-color: #6ed3cf;
  color: #fff;
  border-bottom: 0;
}

.thead-info tr th {
  background-color: #f5a3e3;
  color: #fff;
  border-bottom: 0;
}

.thead-warning tr th {
  background-color: #fae596;
  color: #fff;
  border-bottom: 0;
}

.thead-danger tr th {
  background-color: #c43235;
  color: #fff;
  border-bottom: 0;
}

.thead-dark tr th {
  background-color: #173e43;
  color: #fff;
  border-bottom: 0;
}

.thead-muted tr th {
  background-color: #abafb3;
  color: #fff;
  border-bottom: 0;
}

.primary-table-bordered {
  border: 2px solid #9068be;
}

.secondary-table-bordered {
  border: 2px solid #978ded;
}

.success-table-bordered {
  border: 2px solid #6ed3cf;
}

.info-table-bordered {
  border: 2px solid #f5a3e3;
}

.danger-table-bordered {
  border: 2px solid #c43235;
}

.warning-table-bordered {
  border: 2px solid #fae596;
}

.dark-table-bordered {
  border: 2px solid #173e43;
}

.muted-table-bordered {
  border: 2px solid #abafb3;
}

.primary-table-bg {
  background: #aa8ccd;
  color: #fff;
}
.primary-table-bg thead tr th {
  background-color: #9068be;
  color: #fff;
  border-bottom: 0;
}
.primary-table-bg tbody tr:first-child td,
.primary-table-bg tbody tr:first-child th {
  border-top: 0;
}
.primary-table-bg tbody tr td,
.primary-table-bg tbody tr th {
  border-top: 1px solid #dfd3ec;
}

.secondary-table-bg {
  background: #bfb9f4;
  color: #fff;
}
.secondary-table-bg thead tr th {
  background-color: var(--agd-gold);
  color: #fff;
  border-bottom: 0;
}
.secondary-table-bg tbody tr:first-child td,
.secondary-table-bg tbody tr:first-child th {
  border-top: 0;
}
.secondary-table-bg tbody tr td,
.secondary-table-bg tbody tr th {
  border-top: 1px solid white;
}

.success-table-bg {
  background: #95dfdc;
  color: #fff;
}
.success-table-bg thead tr th {
  background-color: #6ed3cf;
  color: #fff;
  border-bottom: 0;
}
.success-table-bg tbody tr:first-child td,
.success-table-bg tbody tr:first-child th {
  border-top: 0;
}
.success-table-bg tbody tr td,
.success-table-bg tbody tr th {
  border-top: 1px solid #e3f7f6;
}

.info-table-bg {
  background: #fad1f1;
  color: #fff;
}
.info-table-bg thead tr th {
  background-color: #f5a3e3;
  color: #fff;
  border-bottom: 0;
}
.info-table-bg tbody tr:first-child td,
.info-table-bg tbody tr:first-child th {
  border-top: 0;
}
.info-table-bg tbody tr td,
.info-table-bg tbody tr th {
  border-top: 1px solid white;
}

.warning-table-bg {
  background: #fcf1c7;
  color: #fff;
}
.warning-table-bg thead tr th {
  background-color: #fae596;
  color: #fff;
  border-bottom: 0;
}
.warning-table-bg tbody tr:first-child td,
.warning-table-bg tbody tr:first-child th {
  border-top: 0;
}
.warning-table-bg tbody tr td,
.warning-table-bg tbody tr th {
  border-top: 1px solid white;
}

.danger-table-bg {
  background: #d45558;
  color: #fff;
}
.danger-table-bg thead tr th {
  background-color: #c43235;
  color: #fff;
  border-bottom: 0;
}
.danger-table-bg tbody tr:first-child td,
.danger-table-bg tbody tr:first-child th {
  border-top: 0;
}
.danger-table-bg tbody tr td,
.danger-table-bg tbody tr th {
  border-top: 1px solid #e8a7a8;
}

.dark-table-bg {
  background: #246169;
  color: #fff;
}
.dark-table-bg thead tr th {
  background-color: #173e43;
  color: #fff;
  border-bottom: 0;
}
.dark-table-bg tbody tr:first-child td,
.dark-table-bg tbody tr:first-child th {
  border-top: 0;
}
.dark-table-bg tbody tr td,
.dark-table-bg tbody tr th {
  border-top: 1px solid #3ea7b5;
}

.muted-table-bg {
  background: #c6c9cb;
  color: #fff;
}
.muted-table-bg thead tr th {
  background-color: #abafb3;
  color: #fff;
  border-bottom: 0;
}
.muted-table-bg tbody tr:first-child td,
.muted-table-bg tbody tr:first-child th {
  border-top: 0;
}
.muted-table-bg tbody tr td,
.muted-table-bg tbody tr th {
  border-top: 1px solid #fbfcfc;
}

.primary-table-bg-hover thead tr th {
  background-color: #9068be;
  color: #fff;
  border-bottom: 0;
}
.primary-table-bg-hover tbody tr {
  background: #aa8ccd;
  color: #fff;
}
.primary-table-bg-hover tbody tr:hover {
  background: #9d7ac6;
}
.primary-table-bg-hover tbody tr:first-child td,
.primary-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.primary-table-bg-hover tbody tr td,
.primary-table-bg-hover tbody tr th {
  border-top: 1px solid #dfd3ec;
}

.secondary-table-bg-hover thead tr th {
  background-color: var(--agd-gold);
  color: #fff;
  border-bottom: 0;
}
.secondary-table-bg-hover tbody tr {
  background: #bfb9f4;
  color: #fff;
}
.secondary-table-bg-hover tbody tr:hover {
  background: #aba3f0;
}
.secondary-table-bg-hover tbody tr:first-child td,
.secondary-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.secondary-table-bg-hover tbody tr td,
.secondary-table-bg-hover tbody tr th {
  border-top: 1px solid white;
}

.success-table-bg-hover thead tr th {
  background-color: #6ed3cf;
  color: #fff;
  border-bottom: 0;
}
.success-table-bg-hover tbody tr {
  background: #95dfdc;
  color: #fff;
}
.success-table-bg-hover tbody tr:hover {
  background: #82d9d5;
}
.success-table-bg-hover tbody tr:first-child td,
.success-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.success-table-bg-hover tbody tr td,
.success-table-bg-hover tbody tr th {
  border-top: 1px solid #e3f7f6;
}

.info-table-bg-hover thead tr th {
  background-color: #f5a3e3;
  color: #fff;
  border-bottom: 0;
}
.info-table-bg-hover tbody tr {
  background: #fad1f1;
  color: #fff;
}
.info-table-bg-hover tbody tr:hover {
  background: #f8baea;
}
.info-table-bg-hover tbody tr:first-child td,
.info-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.info-table-bg-hover tbody tr td,
.info-table-bg-hover tbody tr th {
  border-top: 1px solid white;
}

.warning-table-bg-hover thead tr th {
  background-color: #fae596;
  color: #fff;
  border-bottom: 0;
}
.warning-table-bg-hover tbody tr {
  background: #fcf1c7;
  color: #fff;
}
.warning-table-bg-hover tbody tr:hover {
  background: #fbebae;
}
.warning-table-bg-hover tbody tr:first-child td,
.warning-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.warning-table-bg-hover tbody tr td,
.warning-table-bg-hover tbody tr th {
  border-top: 1px solid white;
}

.danger-table-bg-hover thead tr th {
  background-color: #c43235;
  color: #fff;
  border-bottom: 0;
}
.danger-table-bg-hover tbody tr {
  background: #d45558;
  color: #fff;
}
.danger-table-bg-hover tbody tr:hover {
  background: #cf4144;
}
.danger-table-bg-hover tbody tr:first-child td,
.danger-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.danger-table-bg-hover tbody tr td,
.danger-table-bg-hover tbody tr th {
  border-top: 1px solid #e8a7a8;
}

.dark-table-bg-hover thead tr th {
  background-color: #173e43;
  color: #fff;
  border-bottom: 0;
}
.dark-table-bg-hover tbody tr {
  background: #246169;
  color: #fff;
}
.dark-table-bg-hover tbody tr:hover {
  background: #1e5056;
}
.dark-table-bg-hover tbody tr:first-child td,
.dark-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.dark-table-bg-hover tbody tr td,
.dark-table-bg-hover tbody tr th {
  border-top: 1px solid #3ea7b5;
}

.muted-table-bg-hover thead tr th {
  background-color: #abafb3;
  color: #fff;
  border-bottom: 0;
}
.muted-table-bg-hover tbody tr {
  background: #c6c9cb;
  color: #fff;
}
.muted-table-bg-hover tbody tr:hover {
  background: #b8bcbf;
}
.muted-table-bg-hover tbody tr:first-child td,
.muted-table-bg-hover tbody tr:first-child th {
  border-top: 0;
}
.muted-table-bg-hover tbody tr td,
.muted-table-bg-hover tbody tr th {
  border-top: 1px solid #fbfcfc;
}

.dataTables_wrapper {
  padding-top: 10px;
}

.dt-buttons {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 5px;
}
.dt-buttons .btn {
  margin-bottom: 10px;
}

.dt-buttons .dt-button {
  border-radius: 4px;
  margin-right: 3px;
  padding: 5px 15px;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}

.dataTables_length {
  margin-top: 10px;
}

.dataTables_length select {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  padding-bottom: 5px;
  transition: background 0s ease-out 0s;
}

.dataTables_length select:focus {
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
}

.dataTables_filter input {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  margin-left: 10px;
  transition: background 0s ease-out 0s;
}

.dataTables_filter input:focus {
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px;
}

table.dataTable thead .sorting_desc::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  margin-left: 10px;
}

table.dataTable thead .sorting::after {
  content: "";
  cursor: pointer;
  font-family: fontawesome !important;
  margin-left: 10px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0.25em;
  text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid rgba(120, 130, 140, 0.13);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent;
  box-shadow: none;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: medium none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dt-bootstrap {
  display: block;
}

.paging_simple_numbers .pagination .paginate_button {
  padding: 0;
}

.paging_simple_numbers .pagination .paginate_button a {
  border: 0 none;
  padding: 2px 10px;
}

#myTable a {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
#myTable i.cc {
  font-size: 30px;
}
#myTable p {
  margin: 0px;
}

/*    


Input Style
------------------------*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  height: 45px;
}
.form-control:hover {
  box-shadow: none;
}
.form-control.active,
.form-control:focus {
  box-shadow: none;
}

.input-default {
  border-radius: 4px;
}

.input-flat {
  border-radius: 0;
}

.input-rounded {
  border-radius: 100px;
}

/*****************************************
  Input Size
******************************************/
.form-control {
  min-height: 40px;
}

.form-control-sm {
  min-height: 36px;
}

.form-control-lg {
  min-height: 52px;
}

/*****************************************
  upload button styles
******************************************/
.file-upload {
  position: relative;
  display: inline-block;
}
.file-upload .file-upload__label {
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 0.4em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.file-upload .file-upload__label:hover {
  cursor: pointer;
}
.file-upload .file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.drop-menu {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  height: 100%;
  text-align: left;
}
.drop-menu .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.drop-menu .select i {
  font-size: 16px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
}
.drop-menu .select .currency {
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
}
.drop-menu.active {
  border-radius: 5px 5px 0 0;
}
.drop-menu.active:hover {
  border-radius: 5px 5px 0 0;
}
.drop-menu.active .select i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drop-menu .dropeddown {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  list-style: none;
}
.drop-menu .dropeddown li {
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.wysihtml5-toolbar {
  height: 50px;
}

.textarea_editor {
  min-height: 300px;
}

.bootstrap-touchspin .input-group-btn,
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .form-control {
  margin: 10px 0px 0px;
}

.dropzone {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  background: #f1f4f5 !important;
}

.switch {
  -moz-user-select: none;
}
.switch * {
  -moz-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type="checkbox"]:checked + .lever::after {
  background-color: #26a69a;
  left: 24px;
}
.switch label .lever {
  background-color: #818181;
  border-radius: 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 16px;
  position: relative;
  transition: background 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
}
.switch label .lever::after {
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  content: "";
  display: inline-block;
  height: 21px;
  left: -5px;
  position: absolute;
  top: -3px;
  transition: left 0.3s ease 0s, background 0.3s ease 0s,
    box-shadow 0.1s ease 0s, -webkit-box-shadow 0.1s ease 0s;
  width: 21px;
}
.switch label input[type="checkbox"][disabled] + .lever::after {
  background-color: #bdbdbd;
}
.switch label input[type="checkbox"][disabled]:checked + .lever::after {
  background-color: #bdbdbd;
}
.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
}

input.tabbed[type="checkbox"]:checked:focus:not(:disabled) ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 166, 154, 0.1);
}
input.tabbed[type="checkbox"]:focus:not(:disabled) ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type="checkbox"]:not(:disabled) ~ .lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.tagsinput {
  overflow-y: auto;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tagsinput span.tag {
  display: block;
  float: left;
  padding: 3px 8px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tagsinput span.tag a {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}
.tagsinput input {
  width: 80px;
  margin: 0;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

.note-icon-caret,
.note-popover {
  display: none;
}

.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
}

.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-trigger {
  border: 0 none;
  height: 38px;
  position: absolute;
  right: -35px;
  top: 0;
  width: 37px;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 5px;
}

.daterangepicker td.active {
  background-color: #1976d2;
}
.daterangepicker td.active:hover {
  background-color: #1976d2;
}

.datepicker table tr td.today {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today.disabled {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker table tr td.today.disabled:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}
.datepicker td {
  padding: 5px 10px;
}
.datepicker th {
  padding: 5px 10px;
}

#duration-value-axis {
  height: 450px;
  width: 100%;
}

#combined-bullet {
  height: 450px;
  width: 100%;
}

#zoomable {
  height: 450px;
  width: 100%;
}

#chartMap {
  height: 450px;
  width: 100%;
}

#professional-candlesticks {
  width: 100%;
  height: 450px;
}

#comparing-stock-indices {
  width: 100%;
  height: 450px;
}

#multiple-panel-data {
  width: 100%;
  height: 450px;
}

#depth-chart {
  width: 100%;
  height: 450px;
}

.amcharts-export-menu {
  display: none;
}

.amcharts-data-set-selector-div {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}
.amcharts-data-set-selector-div select {
  border: 0;
  margin-left: 10px;
}

.amChartsInputField {
  border: 0;
}

.amcharts-data-set-select {
  border: 0;
}

.amcharts-period-input,
.amcharts-period-input-selected {
  border: 0;
  margin-left: 10px;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}
.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
.amcharts-graph-column-front {
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0%;
  }
}
.c3-legend-item {
  fill: #9fabb1;
}

.c3 .c3-axis-x path,
.c3 .c3-axis-x line {
  stroke: #fff;
}

.c3 .c3-axis-y path,
.c3 .c3-axis-y line {
  stroke: #fff;
}

.tick text {
  stroke: #fff;
}

.morris-hover {
  position: absolute;
  z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 10px 12px;
  border: none;
}

#morris-area-chart1,
#morris-area-chart2,
#morris-area-chart3,
#morris-area-chart4,
#morris-area-chart5,
#morris-area-chart6 {
  height: 200px;
}

.flot-chart {
  height: 350px;
}

.tooltipflot {
  background-color: #000;
  font-size: 14px;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.legendColorBox > div {
  border: 0 !important;
  padding: 0 !important;
}

.legendLabel {
  font-size: 11px;
  padding-left: 5px;
}

#loading,
.error {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.error {
  color: red;
}

#loading {
  display: none;
}

#ChartContainer {
  height: 600px;
}

.top {
  margin-top: 8px;
}

#relation-selection {
  margin-left: 18px;
}

.top2 {
  margin-top: 8px;
}

.buttons {
  display: inline-block;
}

.buttons > a,
.help-button {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 7px;
  margin-right: 3px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all ease-out 0.2s;
  text-decoration: none;
  min-width: 25px;
}

.buttons > a:hover {
  border-color: #d6d6d6;
}

.buttons > a.active {
  color: #dddf0d;
  border-color: #dddf0d;
}

#average-button.active {
  color: #5494d3;
  border-color: #5494d3;
}

.help-button {
  margin-left: 35px;
}

#average-button {
  margin-left: 10px;
}

#about {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
  background: rgba(22, 22, 22, 0.75);
}

#about-inner {
  margin-top: 200px;
  display: inline-block;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: left;
  line-height: 130%;
  box-shadow: 0px 0px 20px #0c0c0c;
}

#about-inner > h1 {
  text-align: center;
  font-size: 1.7em;
  margin: 15px;
  margin-bottom: 25px;
}

.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(49, 58, 70, 0.1);
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #9068be;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #c43235;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #6ed3cf;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #fae596;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #313a46;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #f5a3e3;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #8d6e63;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #9068be;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #c43235;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #6ed3cf;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #fae596;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #313a46;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.superpose {
  color: #eee;
  height: 350px;
  width: 100%;
}

.superclock {
  position: relative;
  width: 300px;
  margin: auto;
}

.superclock1 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.superclock2 {
  position: absolute;
  left: 60px;
  top: 60px;
}

.superclock3 {
  position: absolute;
  left: 110px;
  top: 110px;
}

#login-page2 body {
  background: url(../../assets/images/background/login-register2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
#login-page2 body::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 144, 255, 0.5);
  z-index: -1;
}

#login-page1 body {
  background: url(../../assets/images/background/login-register.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
#login-page1 body::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 144, 255, 0.5);
  z-index: -1;
}

.form-input-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form-input-content .card {
  margin-bottom: 0px;
}
.form-input-content .card .card-body {
  padding: 50px;
}
.form-input-content .card .card-body .form-control {
  background: transparent;
}
.form-input-content .card .card-body .btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.login-info {
  position: absolute;
  left: 50px;
  bottom: 100px;
}
.login-info h2,
.login-info p,
.login-info h5 {
  color: #fff !important;
}

#error body {
  background: #fff;
}

.error-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.error-text {
  font-size: 100px;
  line-height: 80px;
  color: var(--agd-green-light);
}

#invoice {
  position: relative;
  margin-bottom: 120px;
  padding: 30px;
}

#invoice-table {
  padding: 30px 0;
}

#invoice-top {
  min-height: 120px;
}

#invoice-mid {
  min-height: 120px;
}

#invoice-bot {
  min-height: 250px;
}

.invoice-logo {
  float: left;
  height: 60px;
  width: 60px;
  background: url("http://michaeltruong.ca/images/logo1.png") no-repeat;
  background-size: 60px 60px;
}

.clientlogo {
  float: left;
  height: 60px;
  width: 60px;
  background: url("http://michaeltruong.ca/images/client.jpg") no-repeat;
  background-size: 60px 60px;
  border-radius: 50px;
}

.invoice-info {
  display: block;
  float: left;
  margin-left: 20px;
}
.invoice-info h2 {
  font-size: 14px;
}
.invoice-info p {
  font-size: 12px;
}

.title {
  float: right;
}
.title h4 {
  text-align: right;
}

.title p {
  text-align: right;
  font-size: 12px;
}

#project {
  margin-left: 52%;
}
#project p {
  font-size: 12px;
}

#invoice-table h2 {
  font-size: 18px;
}

.tabletitle {
  padding: 5px;
}

.table-item {
  width: 50%;
}

.itemtext {
  font-size: 0.9em;
}

#legalcopy {
  margin-top: 30px;
}
#legalcopy p {
  font-size: 12px;
}

.legal {
  width: 70%;
}

/* All Invoice Page Responsive
--------------------------- */
@media (max-width: 480px) {
  .control-bar {
    padding: 15px 15px 40px;
  }
}
@media (max-width: 360px) {
  .notaxrelated {
    margin-top: 15px;
  }
}
.pricing_table_one .pricing_table_content {
  background: #fff;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing_table_one .pricing_table_content .package {
  font-weight: 700;
  font-size: 18px;
}
.pricing_table_one .pricing_table_content .price {
  font-weight: 700;
  font-size: 50px;
  line-height: 100px;
}
.pricing_table_one .pricing_table_content hr {
  margin: 0;
}
.pricing_table_one .pricing_table_content .price_list {
  padding: 30px 0;
  text-align: left;
  max-width: 175px;
  margin: 0 auto;
}
.pricing_table_one .pricing_table_content .price_list li {
  color: #909093;
  font-size: 14px;
  line-height: 25px;
  padding: 7px 0;
}
.pricing_table_one .pricing_table_content .price_list li i {
  margin-right: 15px;
}
.pricing_table_one .pricing_table_content .price-btn {
  padding: 15px 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing_table_one .pricing_table_content:focus,
.pricing_table_one .pricing_table_content:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.pricing_table_one .pricing_table_content:focus .price-btn,
.pricing_table_one .pricing_table_content:hover .price-btn {
  color: #c43235;
}

.panel-footer {
  padding: 10px 20px;
}

body.v-dark {
  background: #070713;
  color: #abafb3;
}
body.v-dark a.link {
  color: #ddd;
}
body.v-dark a.link:focus,
body.v-dark a.link:hover {
  color: #f5a3e3;
}
body.v-dark h1,
body.v-dark h2,
body.v-dark h3,
body.v-dark h4,
body.v-dark h5,
body.v-dark h6 {
  color: #ddd;
}
body.v-dark #preloader {
  background: #070713;
}
body.v-dark .loader__bar {
  background: #9068be;
  box-shadow: 1px 1px 0 rgba(120, 130, 140, 0.13);
}
body.v-dark .loader__ball {
  background: #9068be;
}
body.v-dark .icons > a i {
  color: #ddd;
}
body.v-dark .drop-down {
  background: #151538;
  color: #abafb3;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .dropdown-content-heading span {
  color: #abafb3;
}
body.v-dark .dropdown-content-heading i {
  color: var(--agd-green-light);
}
body.v-dark .dropdown-content-body li {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .dropdown-content-body li.active,
body.v-dark .dropdown-content-body li:focus,
body.v-dark .dropdown-content-body li:hover {
  background: #0e0e26;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .dropdown-content-body li a {
  color: #abafb3;
}
body.v-dark .dropdown-content-body li a.active,
body.v-dark .dropdown-content-body li a:focus,
body.v-dark .dropdown-content-body li a:hover {
  color: #abafb3;
}
body.v-dark .notification-heading {
  color: #ddd;
}
body.v-dark .notification-text {
  color: #abafb3;
}
body.v-dark .notification-unread {
  background: #121231;
}
body.v-dark .notification-unread .notification-heading {
  color: #ddd;
}
body.v-dark .more-link {
  color: var(--agd-green-light);
}
body.v-dark .dropdown-profile .trial-day {
  color: var(--agd-green-light);
}
body.v-dark .dropdown-profile li a {
  color: #abafb3;
}
body.v-dark .dropdown-profile li a.active,
body.v-dark .dropdown-profile li a:focus,
body.v-dark .dropdown-profile li a:hover {
  color: #abafb3;
}
body.v-dark svg.pulse-svg .first-circle,
body.v-dark svg.pulse-svg .second-circle,
body.v-dark svg.pulse-svg .third-circle {
  fill: #9068be;
}
body.v-dark .pulse-css {
  background: #9068be;
}
body.v-dark .pulse-css:after,
body.v-dark .pulse-css:before {
  content: "";
  background-color: #9068be;
}
body.v-dark .header {
  background: #0e0e26;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .nav-header {
  background: #070713;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .footer .copyright {
  background: #0e0e26;
}
body.v-dark .header-left .icons > a {
  color: #173e43;
}
body.v-dark .header-search {
  box-shadow: 0px 0px 5px rgba(120, 130, 140, 0.13);
}
body.v-dark .header-search .input-group .form-control:hover,
body.v-dark .header-search .input-group .form-control:focus,
body.v-dark .header-search .input-group .form-control.active {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .header-search .input-group .input-group-text {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .header-right .icons > a {
  color: #173e43;
}
body.v-dark .nav-user {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .nav-user h5 {
  color: #ddd;
}
body.v-dark .nav-user-option .dropdown-menu {
  background: #11112d;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .nav-user-option .dropdown-menu a {
  color: #abafb3;
}
body.v-dark .nav-user-option .dropdown-menu a:hover,
body.v-dark .nav-user-option .dropdown-menu a:focus,
body.v-dark .nav-user-option .dropdown-menu a.active {
  background: #0e0e26;
  color: var(--agd-green-light);
}
body.v-dark .nav-label {
  color: #ddd;
}
body.v-dark .nk-sidebar {
  background: #0e0e26;
}
body.v-dark .nk-sidebar ul {
  background: #020204;
}
body.v-dark .nk-sidebar .metismenu {
  background: #0e0e26;
}
body.v-dark .nk-sidebar .metismenu a {
  color: #abafb3;
}
body.v-dark .nk-sidebar .metismenu > li:hover > a,
body.v-dark .nk-sidebar .metismenu > li:focus > a {
  background: #9068be;
  color: #ddd;
}
body.v-dark .nk-sidebar .metismenu > li.active > a {
  background: #9068be;
  color: #ddd;
}
body.v-dark .nk-sidebar .metismenu li ul li:hover a,
body.v-dark .nk-sidebar .metismenu li ul li:focus a {
  color: var(--agd-green-light);
}
body.v-dark .nk-sidebar .metismenu li ul li.active a {
  color: var(--agd-green-light);
}
@media (min-width: 768px) {
  body.v-dark .mini-nav .nk-sidebar .metismenu li > ul {
    background: #f2f6f8;
  }
  body.v-dark .mini-nav .nk-sidebar .metismenu > li:hover > a {
    background: #343a40;
  }
  body.v-dark .mini-nav .nk-sidebar .metismenu > li:hover > a .nav-text {
    color: #fff;
  }
}
body.v-dark .hamburger .line {
  background-color: #abafb3;
}
body.v-dark .timeline:before {
  background-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .countdown-content h1 {
  color: #ddd !important;
}
body.v-dark .countdown-content p {
  color: #ddd;
}
body.v-dark .timer .days,
body.v-dark .timer .hours,
body.v-dark .timer .minutes,
body.v-dark .timer .seconds {
  color: #ddd;
}
body.v-dark .countdown-right-content h6 {
  color: #ddd !important;
}
body.v-dark .countdown-token-card .card h2 {
  color: #fff !important;
}
body.v-dark .countdown-token-card .card h5 {
  color: #fff !important;
}
body.v-dark .timeline-header {
  background: #070713;
  color: #fff;
}
body.v-dark .timeline-header h1 {
  color: #fff !important;
}
body.v-dark .timeline-header p {
  color: #fff !important;
}
body.v-dark #timeline div:after {
  background: #abafb3;
}
body.v-dark #timeline h3 {
  color: #ddd;
}
body.v-dark #timeline section h4 {
  color: #abafb3;
}
body.v-dark #timeline section ul:first-of-type:after {
  background: #070713;
  border: 2px solid #fff;
}
body.v-dark #timeline section ul li span.price {
  color: mediumturquoise;
}
body.v-dark .input {
  background-color: #9068be;
}
body.v-dark .input::before,
body.v-dark .input::after {
  background-color: #9068be;
}
body.v-dark .input.active {
  background-color: #9068be;
}
body.v-dark .input.active::before {
  background-color: #9068be;
}
body.v-dark .input.active::after {
  background-color: #173e43;
}
body.v-dark .input.active ~ .input {
  background-color: #173e43;
}
body.v-dark .input.active ~ .input::before,
body.v-dark .input.active ~ .input::after {
  background-color: #173e43;
}
@media (max-width: 600px) {
  body.v-dark .input {
    background-color: #9068be;
  }
  body.v-dark .input span::after {
    color: #173e43;
  }
}
body.v-dark .user-job-title {
  color: var(--agd-green-light);
}
body.v-dark .contact-title {
  color: #abafb3;
}
body.v-dark .phone-number,
body.v-dark .mail-address,
body.v-dark .contact-email,
body.v-dark .contact-website,
body.v-dark .contact-skype,
body.v-dark .birth-date,
body.v-dark .gender {
  color: #ddd;
}
body.v-dark .add-wallet {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}
body.v-dark .add-wallet a p {
  color: #ddd;
}
body.v-dark .wallet-card .wallet-address .btn {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #070713;
}
body.v-dark .wallet-card .wallet-address .btn:hover,
body.v-dark .wallet-card .wallet-address .btn:focus,
body.v-dark .wallet-card .wallet-address .btn:active,
body.v-dark .wallet-card .wallet-address .btn.active {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #070713;
}
body.v-dark .wallet-card .wallet-address .input-group-append i {
  color: #ddd;
}
body.v-dark .chartTypeTabLinks {
  background: #173e43 !important;
}
body.v-dark .cTypeTabActive {
  background: #9068be !important;
}
body.v-dark .tabContainer .tablinks {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  color: var(--agd-green-light);
}
body.v-dark .ccc-widget.ccc-chart-v3 > div {
  background: #070713 !important;
  border: 0px !important;
}
body.v-dark .email-list .message a {
  color: #abafb3;
}
body.v-dark .email-list .message:hover {
  background: rgba(152, 166, 173, 0.15);
}
body.v-dark .email-checkbox {
  box-shadow: inset 0 0 0 1px #abafb3;
}
body.v-dark .mail-list a {
  color: #fff;
}
body.v-dark .toolbar .btn-group .btn {
  background: #173e43;
  border: 0px;
  color: #fff;
}
body.v-dark .toolbar .btn-group .btn i {
  color: #fff !important;
}
body.v-dark .toolbar .btn-group .dropdown-menu {
  background: #070713;
}
body.v-dark .toolbar .btn-group .dropdown-menu a {
  color: #abafb3;
}
body.v-dark .read-content textarea {
  background: #070713;
  color: #abafb3;
}
body.v-dark .compose-content .wysihtml5-toolbar {
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .compose-content .textarea_editor {
  background: #070713 !important;
}
body.v-dark .compose-content .dropzone {
  background: #070713 !important;
}
body.v-dark .profile-info {
  background: #070713;
}
body.v-dark .profile-info h4 {
  color: #ddd !important;
}
body.v-dark .profile-info h4.text-primary {
  color: #9068be !important;
}
body.v-dark .profile-info p {
  color: #abafb3 !important;
}
body.v-dark .profile-tab .nav-item .nav-link {
  color: #abafb3;
}
body.v-dark .profile-tab .nav-item .nav-link:hover,
body.v-dark .profile-tab .nav-item .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #9068be;
  color: #ddd;
}
body.v-dark .post-input a i {
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #abafb3;
}
body.v-dark .profile-uoloaded-post a h4 {
  color: #ddd !important;
}
body.v-dark .fc-day {
  background: #10112d;
}
body.v-dark .fc-widget-header {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .fc-content {
  color: #ddd;
}
body.v-dark .fc-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .fc th.fc-widget-header {
  background: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  color: #abafb3;
}
body.v-dark .fc-state-hover {
  background: #fff !important;
}
body.v-dark .fc-state-highlight {
  background: #10112d !important;
}
body.v-dark .fc-cell-overlay {
  background: #fff !important;
}
body.v-dark .fc-unthemed .fc-today {
  background: #10112d !important;
}
body.v-dark .external-event {
  color: #fff;
}
body.v-dark #add-category .modal-header,
body.v-dark #event-modal .modal-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark #add-category .modal-content,
body.v-dark #event-modal .modal-content {
  background: #0b0c21;
}
body.v-dark .pignose-calendar-top-month {
  color: #ddd !important;
}
body.v-dark .pignose-calendar-top-icon {
  color: #ddd !important;
}
body.v-dark .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item {
  color: #ddd;
}
body.v-dark
  .page-titles
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item:before {
  color: #abafb3;
}
body.v-dark .page-titles .breadcrumb .breadcrumb-item.active {
  color: var(--agd-green-light);
}
body.v-dark .label {
  color: #fff;
}
body.v-dark .accordion .card-header {
  background: #173e43;
  color: #ddd;
}
body.v-dark .card {
  background: #0e0e26;
}
body.v-dark .text-white .card-title {
  color: #fff;
}
body.v-dark .card-title {
  color: #ddd;
}
body.v-dark .card-footer {
  background: #11112d !important;
}
body.v-dark .btn-icon-left {
  background: #fff;
}
body.v-dark .default-tab .nav-link {
  color: #ddd;
}
body.v-dark .default-tab .nav-link.active {
  color: var(--agd-green-light);
}
body.v-dark .custom-tab-1 .nav-link {
  color: #ddd;
}
body.v-dark .custom-tab-1 .nav-link.active {
  background: #dfd3ec;
  border-color: #dfd3ec;
  color: var(--agd-green-light);
}
body.v-dark .custom-dropdown .dropdown-menu {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .custom-dropdown .dropdown-menu .dropdown-item {
  color: #abafb3;
}
body.v-dark .table > tbody > tr > td,
body.v-dark .table > tbody > tr > th,
body.v-dark .table > tfoot > tr > td,
body.v-dark .table > tfoot > tr > th,
body.v-dark .table > thead > tr > td,
body.v-dark .table > thead > tr > th {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .table > thead > tr > th {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .table-bordered td,
body.v-dark .table-bordered th {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: black;
}
body.v-dark .table-hover tbody tr:hover {
  background-color: black;
}
body.v-dark .header-border thead tr {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .dt-buttons .dt-button {
  background: #1976d2;
  color: #fff;
}
body.v-dark .dt-buttons .dt-button:hover {
  background: #2f3d4a;
}
body.v-dark .dataTables_info select,
body.v-dark .dataTables_length select {
  color: #ddd;
}
body.v-dark .dataTables_info option,
body.v-dark .dataTables_length option {
  color: #ddd;
}
body.v-dark .dataTables_length select {
  background-image: linear-gradient(#070713, #070713),
    linear-gradient(#173e43, #173e43);
}
body.v-dark .dataTables_length select:focus {
  background-image: linear-gradient(#070713, #070713),
    linear-gradient(#173e43, #173e43);
}
body.v-dark .dataTables_filter input {
  background-color: transparent;
  background-image: linear-gradient(#070713, #070713),
    linear-gradient(#173e43, #173e43);
}
body.v-dark .dataTables_filter input:focus {
  background-image: linear-gradient(#070713, #070713),
    linear-gradient(#173e43, #173e43);
}
body.v-dark table.dataTable thead .sorting::after {
  color: rgba(50, 50, 50, 0.5);
}
body.v-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #67757c;
}
body.v-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.v-dark
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: #ffffff !important;
}
body.v-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body.v-dark
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active,
body.v-dark
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover {
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #67757c;
}
body.v-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: white;
}
body.v-dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #67757c;
}
body.v-dark .tablesaw-bar .btn-group label {
  color: #67757c !important;
}
body.v-dark .paging_simple_numbers .pagination .paginate_button {
  background: #fff;
}
body.v-dark .paging_simple_numbers .pagination .paginate_button a {
  background: #070713 !important;
  padding: 5px 10px;
  color: #abafb3;
}
body.v-dark .paging_simple_numbers .pagination .paginate_button:hover {
  background: #fff;
}
body.v-dark .paging_simple_numbers .pagination .paginate_button.active a,
body.v-dark .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #1976d2;
  color: #ddd;
}
body.v-dark .jsgrid-grid-header {
  border: 0px !important;
}
body.v-dark th.jsgrid-header-cell {
  border: 0px !important;
}
body.v-dark .jsgrid-header-cell {
  background: #151538;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .jsgrid-filter-row .jsgrid-cell {
  background: #0e0e26;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .jsgrid-filter-row .jsgrid-cell input,
body.v-dark .jsgrid-filter-row .jsgrid-cell select {
  background: transparent;
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .jsgrid-row .jsgrid-cell {
  background: transparent;
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .jsgrid-alt-row .jsgrid-cell {
  background: #151538;
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .jsgrid-edit-row > .jsgrid-cell,
body.v-dark .jsgrid-filter-row > .jsgrid-cell,
body.v-dark .jsgrid-grid-body,
body.v-dark .jsgrid-grid-header,
body.v-dark .jsgrid-header-row > .jsgrid-header-cell,
body.v-dark .jsgrid-insert-row > .jsgrid-cell {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .form-control {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #070713;
  color: #fff;
}
body.v-dark .form-control:hover {
  background: #070713;
  color: #fff;
}
body.v-dark .form-control.active,
body.v-dark .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #070713;
  color: #fff;
}
body.v-dark .input-group-text {
  background: #173e43;
  color: #fff;
  border-color: #173e43;
}
body.v-dark .custom-select {
  background-color: transparent;
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .drop-menu {
  background: #070713;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #abafb3;
}
body.v-dark .drop-menu .select span {
  color: #fff;
}
body.v-dark .drop-menu .select i {
  color: #fff;
}
body.v-dark .drop-menu .select .currency {
  color: #bababa;
}
body.v-dark .drop-menu:active {
  background-color: #151538;
}
body.v-dark .drop-menu.active {
  background-color: #151538;
}
body.v-dark .drop-menu.active:hover {
  background-color: #151538;
}
body.v-dark .drop-menu .dropeddown {
  background-color: #151538;
}
body.v-dark .drop-menu .dropeddown li {
  color: #fff;
}
body.v-dark .drop-menu .dropeddown li:hover {
  background-color: #22225e;
}
body.v-dark .drop-menu .dropeddown li:active {
  background-color: #22225e;
}
body.v-dark .custom-file-label {
  background-color: transparent;
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-dark .file-upload .file-upload__label {
  color: #fff;
  background-color: #151538;
}
body.v-dark .file-upload .file-upload__label:hover {
  background-color: #22225e;
}
body.v-dark .dropzone {
  background: #10112d;
  border: 2px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .tagsinput {
  color: #fff;
  background-color: #070713;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .tagsinput span.tag {
  border: 1px solid #6ed3cf;
  background: #6ed3cf;
  color: #fff;
}
body.v-dark .tagsinput span.tag a {
  color: #fff;
}
body.v-dark .tagsinput span.tag.tag--yellow {
  background-color: #fae596;
  border-color: #fae596;
}
body.v-dark .tagsinput input {
  color: #fff !important;
}
body.v-dark .note-editor.note-frame {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .note-editor.note-frame .panel-heading {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .note-editor .note-editable {
  background-color: #070713 !important;
}
body.v-dark .note-editor .note-btn {
  background: #173e43;
  color: #fff;
}
body.v-dark .note-editor.note-frame .note-statusbar {
  background-color: #151538;
}
body.v-dark .select2-selection {
  background: #070713 !important;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .select2-selection .select2-selection__rendered {
  color: #fff !important;
}
body.v-dark
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  background: #22225e;
  border-color: #22225e;
}
body.v-dark .select2-dropdown {
  background: #151538;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark .select2-search__field {
  background: #070713;
  border-color: rgba(120, 130, 140, 0.13) !important;
}
body.v-dark
  .select2-container--default
  .select2-results__option[aria-selected="false"] {
  background-color: #151538;
}
body.v-dark
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: #22225e;
}
body.v-dark .amcharts-data-set-selector-div select {
  background: #070713;
  color: #ddd;
}
body.v-dark .amChartsInputField {
  background: #070713;
  color: #ddd;
}
body.v-dark .amcharts-data-set-select {
  background: #070713;
  color: #ddd;
}
body.v-dark .amcharts-period-input,
body.v-dark .amcharts-period-input-selected {
  background: #9068be;
  color: #fff;
}
body.v-dark .morris-hover.morris-default-style {
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  color: #fff !important;
}
body.v-dark .morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.v-dark .flotTip {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
body.v-dark .login-logo span {
  color: #fff;
}
body.v-dark .login-form {
  background: #0b0c21;
}
body.v-dark .login-form h4 {
  color: #ddd;
}
body.v-dark .login-form .checkbox {
  color: #ddd;
}
body.v-dark .login-form label {
  color: #ddd;
}
body.v-dark .login-form label a {
  color: var(--agd-green-light);
}
body.v-dark .social-login-content {
  background: #fcfcfc;
}
body.v-dark .register-link a {
  color: var(--agd-green-light);
}
body.v-dark #invoice {
  background: #070713;
}
body.v-dark #invoice-table {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .invoice-info h2 {
  color: #ddd;
}
body.v-dark .title h4 {
  color: #ddd;
}
body.v-dark .tabletitle {
  background: rgba(120, 130, 140, 0.13);
}
body.v-dark .service {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-dark .panel-footer {
  background: #131335;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  color: #abafb3;
}

body.v-light {
  background: #f1f4f5;
  color: #678098;
}
body.v-light a.link {
  color: #454545;
}
body.v-light a.link:focus,
body.v-light a.link:hover {
  color: #f5a3e3;
}
body.v-light h1,
body.v-light h2,
body.v-light h3,
body.v-light h4,
body.v-light h5,
body.v-light h6 {
  color: var(--color-secondary);
}
body.v-light #preloader {
  background: #fff;
}
body.v-light .loader__bar {
  background: #9068be;
  box-shadow: 1px 1px 0 rgba(120, 130, 140, 0.13);
}
body.v-light .loader__ball {
  background: #9068be;
}
body.v-light .icons > a i {
  color: #454545;
}
body.v-light .drop-down {
  background: #fff;
  color: #000;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .dropdown-content-heading {
  background: #eef9ff;
}
body.v-light .dropdown-content-heading span {
  color: var(--agd-green-light);
}
body.v-light .dropdown-content-heading i {
  color: var(--agd-green-light);
}
body.v-light .dropdown-content-body li {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .dropdown-content-body li.active,
body.v-light .dropdown-content-body li:focus,
body.v-light .dropdown-content-body li:hover {
  background: white;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .dropdown-content-body li a {
  color: #678098;
}
body.v-light .dropdown-content-body li a.active,
body.v-light .dropdown-content-body li a:focus,
body.v-light .dropdown-content-body li a:hover {
  color: #678098;
}
body.v-light .notification-heading {
  color: #678098;
}
body.v-light .notification-unread {
  background: white;
}
body.v-light .notification-unread .notification-heading {
  color: #454545;
}
body.v-light .more-link {
  color: var(--agd-green-light);
}
body.v-light .dropdown-profile .trial-day {
  color: var(--agd-green-light);
}
body.v-light .dropdown-profile li a {
  color: #678098;
}
body.v-light .dropdown-profile li a.active,
body.v-light .dropdown-profile li a:focus,
body.v-light .dropdown-profile li a:hover {
  color: #678098;
}
body.v-light svg.pulse-svg .first-circle,
body.v-light svg.pulse-svg .second-circle,
body.v-light svg.pulse-svg .third-circle {
  fill: #c43235;
}
body.v-light .pulse-css {
  background: #c43235;
}
body.v-light .pulse-css:after,
body.v-light .pulse-css:before {
  content: "";
  background-color: #c43235;
}
body.v-light .header {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
}
body.v-light .nav-header {
  background: #fff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .footer .copyright {
  background: white;
}
body.v-light .header-left .icons > a {
  color: #173e43;
}
body.v-light .header-search {
  box-shadow: 0px 0px 5px rgba(120, 130, 140, 0.13);
}
body.v-light .header-search .input-group .form-control:hover,
body.v-light .header-search .input-group .form-control:focus,
body.v-light .header-search .input-group .form-control.active {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .header-search .input-group .input-group-text {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .header-right .icons > a {
  color: #173e43;
}
body.v-light .nav-user {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .nav-user h5 {
  color: #454545;
}
body.v-light .nav-user-option .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  box-shadow: 0px 0px 25px rgba(120, 130, 140, 0.13);
}
body.v-light .nav-user-option .dropdown-menu a {
  color: #678098;
}
body.v-light .nav-user-option .dropdown-menu a:hover,
body.v-light .nav-user-option .dropdown-menu a:focus,
body.v-light .nav-user-option .dropdown-menu a.active {
  background: white;
}
body.v-light .nav-label {
  color: #454545;
}
body.v-light .nk-sidebar {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
}
body.v-light .nk-sidebar ul {
  background: #fafafa;
}
body.v-light .nk-sidebar .metismenu {
  background: #fff;
}
body.v-light .nk-sidebar .metismenu a {
  color: #678098;
}
body.v-light .nk-sidebar .metismenu > li:hover > a,
body.v-light .nk-sidebar .metismenu > li:focus > a {
  background: #f9f7fb;
  color: var(--agd-green-light);
}
body.v-light .nk-sidebar .metismenu > li.active > a {
  background: #f9f7fb;
  color: var(--agd-green-light);
}
body.v-light .nk-sidebar .metismenu li ul li:hover a,
body.v-light .nk-sidebar .metismenu li ul li:focus a {
  color: var(--agd-green-light);
}
body.v-light .nk-sidebar .metismenu li ul li.active a {
  color: var(--agd-green-light);
}
@media (min-width: 768px) {
  body.v-light .mini-nav .nk-sidebar .metismenu li > ul {
    background: #f2f6f8;
  }
  body.v-light .mini-nav .nk-sidebar .metismenu > li:hover > a {
    background: #343a40;
  }
  body.v-light .mini-nav .nk-sidebar .metismenu > li:hover > a .nav-text {
    color: #fff;
  }
}
body.v-light .hamburger .line {
  background-color: #678098;
}
body.v-light .weather-one h2 {
  color: #fff;
}
body.v-light .email-list .message a {
  color: #678098;
}
body.v-light .email-list .message:hover {
  background: rgba(152, 166, 173, 0.15);
}
body.v-light .email-checkbox {
  box-shadow: inset 0 0 0 1px #678098;
}
body.v-light .mail-list a {
  color: #454545;
}
body.v-light .toolbar .btn-group .btn {
  background: #173e43;
  border: 0px;
  color: #fff;
}
body.v-light .toolbar .btn-group .btn i {
  color: #fff !important;
}
body.v-light .toolbar .btn-group .dropdown-menu {
  background: #f1f4f5;
}
body.v-light .toolbar .btn-group .dropdown-menu a {
  color: #678098;
}
body.v-light .read-content textarea {
  background: #f1f4f5;
  color: #678098;
}
body.v-light .compose-content .wysihtml5-toolbar {
  border-color: rgba(120, 130, 140, 0.13);
}
body.v-light .compose-content .textarea_editor {
  background: #f1f4f5 !important;
}
body.v-light .compose-content .dropzone {
  background: #f1f4f5 !important;
}
body.v-light .profile-info {
  background: #f1f4f5;
}
body.v-light .profile-info h4 {
  color: #454545 !important;
}
body.v-light .profile-info h4.text-primary {
  color: #9068be !important;
}
body.v-light .profile-info p {
  color: #678098 !important;
}
body.v-light .profile-tab .nav-item .nav-link {
  color: #678098;
}
body.v-light .profile-tab .nav-item .nav-link:hover,
body.v-light .profile-tab .nav-item .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #9068be;
  color: #454545;
}
body.v-light .post-input a i {
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #678098;
}
body.v-light .profile-uoloaded-post a h4 {
  color: #454545 !important;
}
body.v-light .fc-day {
  background: #f1f4f5;
}
body.v-light .fc-widget-header {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
body.v-light .fc-content {
  color: #fff;
}
body.v-light .fc-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}
body.v-light .fc th.fc-widget-header {
  background: rgba(120, 130, 140, 0.13) !important;
}
body.v-light .fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  color: #678098;
}
body.v-light .fc-state-hover {
  background: #fff !important;
}
body.v-light .fc-state-highlight {
  background: #f1f4f5 !important;
}
body.v-light .fc-cell-overlay {
  background: #fff !important;
}
body.v-light .fc-unthemed .fc-today {
  background: #f1f4f5 !important;
}
body.v-light .external-event {
  color: #fff;
}
body.v-light #add-category .modal-header,
body.v-light #event-modal .modal-header {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light #add-category .modal-content,
body.v-light #event-modal .modal-content {
  background: #0b0c21;
}
body.v-light .pignose-calendar-top-month {
  color: #454545 !important;
}
body.v-light .pignose-calendar-top-icon {
  color: #454545 !important;
}
body.v-light
  .page-titles
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item:before {
  color: #678098;
}
body.v-light .page-titles .breadcrumb .breadcrumb-item a {
  color: #454545;
}
body.v-light .page-titles .breadcrumb .breadcrumb-item.active {
  color: var(--agd-green-light);
}
body.v-light .label {
  color: #fff;
}
body.v-light .btn-outline-light {
  background: transparent;
  border-color: #173e43;
  color: #173e43;
}
body.v-light .btn-outline-light:active,
body.v-light .btn-outline-light:focus,
body.v-light .btn-outline-light:hover {
  background: #0a1b1d;
  color: #173e43;
  border-color: #0a1b1d;
}
body.v-light .accordion .card-header {
  color: #454545 !important;
}
body.v-light .card {
  background: #fff;
  border: 1px solid #fff;
}
body.v-light .text-white .card-title {
  color: #fff;
}
body.v-light .card-title {
  color: #454545;
}
body.v-light .card-footer {
  background: white !important;
}
body.v-light .btn-icon-left {
  background: #fff;
}
body.v-light .default-tab .nav-link {
  color: #454545;
}
body.v-light .default-tab .nav-link.active {
  color: var(--agd-green-light);
}
body.v-light .custom-tab-1 .nav-link {
  color: #454545;
}
body.v-light .custom-tab-1 .nav-link.active {
  background: #dfd3ec;
  border-color: #dfd3ec;
  color: var(--agd-green-light);
}
body.v-light .table > tbody > tr > td,
body.v-light .table > tbody > tr > th,
body.v-light .table > tfoot > tr > td,
body.v-light .table > tfoot > tr > th,
body.v-light .table > thead > tr > td,
body.v-light .table > thead > tr > th {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .table > thead > tr > th {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-top: 0px solid rgba(120, 130, 140, 0.13);
}
body.v-light .table-bordered td,
body.v-light .table-bordered th {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .dt-buttons .dt-button {
  background: #1976d2;
  color: #fff;
}
body.v-light .dt-buttons .dt-button:hover {
  background: #2f3d4a;
}
body.v-light .dataTables_info select,
body.v-light .dataTables_length select {
  color: #173e43;
}
body.v-light .dataTables_info option,
body.v-light .dataTables_length option {
  color: #454545;
}
body.v-light .dataTables_length select {
  background-image: transparent;
}
body.v-light .dataTables_length select:focus {
  background-image: transparent;
}
body.v-light .dataTables_filter input {
  background-color: transparent;
  background-image: transparent;
}
body.v-light .dataTables_filter input:focus {
  background-image: transparent;
}
body.v-light table.dataTable thead .sorting::after {
  color: rgba(50, 50, 50, 0.5);
}
body.v-light .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #67757c;
}
body.v-light .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.v-light
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: #ffffff !important;
}
body.v-light .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body.v-light
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active,
body.v-light
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover {
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #67757c;
}
body.v-light .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: white;
}
body.v-light .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #67757c;
}
body.v-light .tablesaw-bar .btn-group label {
  color: #67757c !important;
}
body.v-light .paging_simple_numbers .pagination .paginate_button {
  background: #fff;
}
body.v-light .paging_simple_numbers .pagination .paginate_button:hover {
  background: #fff;
}
body.v-light .paging_simple_numbers .pagination .paginate_button.active a,
body.v-light .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #1976d2;
  color: #fff;
}
body.v-light .dd-handle {
  color: #678098;
}
body.v-light .dd-handle:hover {
  color: #678098;
  background: #f1f4f5;
}
body.v-light #nestable2 .dd-handle {
  color: #678098;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f1f4f5;
}
body.v-light #nestable2 .dd-handle:hover {
  background: #f1f4f5;
}
body.v-light #nestable2 .dd-item > button:before {
  color: #678098;
}
body.v-light .dd3-content:hover {
  color: #678098;
  background: #f1f4f5;
}
body.v-light .dd3-content {
  color: #678098;
}
body.v-light .form-control {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f1f4f5;
  color: #000;
}
body.v-light .form-control:hover {
  background: #f1f4f5;
  color: #000;
}
body.v-light .form-control.active,
body.v-light .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f1f4f5;
  color: #000;
}
body.v-light .dropzone {
  background: #f1f4f5;
  border: 2px solid rgba(120, 130, 140, 0.13);
}
body.v-light .amcharts-data-set-selector-div select {
  background: #ddd;
  color: #000;
}
body.v-light .amChartsInputField {
  background: #ddd;
  color: #000;
}
body.v-light .amcharts-data-set-select {
  background: #ddd;
  color: #000;
}
body.v-light .amcharts-period-input,
body.v-light .amcharts-period-input-selected {
  background: #9068be;
  color: #fff;
}
body.v-light .morris-hover.morris-default-style {
  color: #666;
  background: rgba(0, 0, 0, 0.7);
  color: #fff !important;
}
body.v-light .morris-hover-point {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.v-light .flotTip {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
body.v-light .login-logo span {
  color: #fff;
}
body.v-light .login-form {
  background: #fff;
}
body.v-light .login-form h4 {
  color: #454545;
}
body.v-light .login-form .checkbox {
  color: #454545;
}
body.v-light .login-form label {
  color: #454545;
}
body.v-light .login-form label a {
  color: var(--agd-green-light);
}
body.v-light .social-login-content {
  background: #fcfcfc;
}
body.v-light .register-link a {
  color: var(--agd-green-light);
}
body.v-light #invoice {
  background: #fff;
}
body.v-light #invoice-table {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .invoice-info h2 {
  color: #454545;
}
body.v-light .title h4 {
  color: #454545;
}
body.v-light .tabletitle {
  background: rgba(120, 130, 140, 0.13);
}
body.v-light .service {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
body.v-light .panel-footer {
  background: #fff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  color: #678098;
}
body.v-light .timeline:before {
  background: #f5f5f5;
}

/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .header-left .drop-down {
    top: 60px;
  }
}
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .icons {
    position: static !important;
  }
  .icons .drop-down {
    width: 100%;
  }
  .icons .dropdown-profile {
    width: 175px;
  }

  .header-left .drop-down {
    top: 60px;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .icons {
    position: static !important;
  }
  .icons .drop-down {
    width: 100%;
  }
  .icons .dropdown-profile {
    width: 175px;
  }

  .header-left .drop-down {
    top: 60px;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1279px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0px 15px;
  }
}
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0px 15px;
  }
}
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0px 15px;
  }
}
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .prf-col {
    min-width: auto;
    padding: 0px 15px;
  }
}
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0px;
  }
}
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0px;
  }

  .profile-tab .nav.nav-tabs {
    display: block;
    border: 0px;
  }
  .profile-tab .nav.nav-tabs .nav-item .nav-link {
    margin-right: 0px;
  }

  .post-input a i {
    margin-right: 10px;
    padding: 7px 10px;
  }
  .post-input .btn {
    margin-top: -10px;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .photo-content .profile-photo {
    bottom: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .profile-info .border-right-1 {
    border-right: 0px;
  }

  .profile-tab .nav.nav-tabs {
    display: block;
    border: 0px;
  }
  .profile-tab .nav.nav-tabs .nav-item .nav-link {
    margin-right: 0px;
  }

  .post-input a i {
    margin-right: 10px;
    padding: 7px 10px;
  }
  .post-input .btn {
    margin-top: -12px;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-left {
    margin: 10px 0px;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0px;
  }

  .fc-toolbar .fc-center {
    display: block;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-content {
    padding: 30px 0px;
  }
  .countdown-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .countdown-content .timer .days,
  .countdown-content .timer .hours,
  .countdown-content .timer .minutes,
  .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
@media (min-width: 680px) and (max-width: 767px) {
  .countdown-content {
    padding: 50px 0px;
  }
  .countdown-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .countdown-content .timer .days,
  .countdown-content .timer .hours,
  .countdown-content .timer .minutes,
  .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 679px) {
  .countdown-content {
    padding: 30px 0px;
  }
  .countdown-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .countdown-content .timer .days,
  .countdown-content .timer .hours,
  .countdown-content .timer .minutes,
  .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .countdown-content .timer .days span,
  .countdown-content .timer .hours span,
  .countdown-content .timer .minutes span,
  .countdown-content .timer .seconds span {
    font-size: 18px;
  }
  .countdown-content p {
    font-size: 16px;
    line-height: 27px;
  }
}
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 479px) {
  .countdown-content {
    padding: 30px 0px;
  }
  .countdown-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .countdown-content .timer .days,
  .countdown-content .timer .hours,
  .countdown-content .timer .minutes,
  .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .countdown-content .timer .days span,
  .countdown-content .timer .hours span,
  .countdown-content .timer .minutes span,
  .countdown-content .timer .seconds span {
    font-size: 16px;
    display: block;
  }
  .countdown-content p {
    font-size: 16px;
    line-height: 27px;
  }
  .countdown-content .btn {
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
}
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 359px) {
  .countdown-content {
    padding: 0px;
  }
  .countdown-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .countdown-content .timer .days,
  .countdown-content .timer .hours,
  .countdown-content .timer .minutes,
  .countdown-content .timer .seconds {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .countdown-content .timer .days span,
  .countdown-content .timer .hours span,
  .countdown-content .timer .minutes span,
  .countdown-content .timer .seconds span {
    font-size: 16px;
    display: block;
  }
  .countdown-content p {
    font-size: 16px;
    line-height: 27px;
  }
  .countdown-content .btn {
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
}
/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */
/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */
/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */
/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */
/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */
/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */
/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */
/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */
/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* ============================================
   11. ESTILOS COMPACTADOS - PERFIL Y VISTAS
   ============================================ */

/* Dropdown del perfil de usuario */
.dropdown-profile .dropdown-content-heading {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  background: var(--gradient-brand);
  color: white;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-avatar {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.user-details {
  flex: 1;
}

.user-name {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.user-role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropdown-profile .dropdown-content-body ul li {
  padding: 0;
}

.dropdown-profile .dropdown-content-body ul li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  color: #333;
  text-decoration: none;
}

.dropdown-profile .dropdown-content-body ul li a:hover {
  background: linear-gradient(
    135deg,
    rgba(30, 126, 52, 0.1),
    rgba(40, 167, 69, 0.1)
  );
  color: var(--agd-green-light);
  transform: translateX(5px);
}

.dropdown-profile .dropdown-content-body ul li a i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}

.dropdown-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 8px 0;
}

.dropdown-profile .dropdown-content-body ul li:last-child a {
  color: #e74c3c;
}

.dropdown-profile .dropdown-content-body ul li:last-child a:hover {
  background: linear-gradient(
    135deg,
    rgba(231, 76, 60, 0.1),
    rgba(192, 57, 43, 0.1)
  );
  color: #c0392b;
}

.dropdown-profile {
  min-width: 280px;
}

.dropdown-profile.animated.bounceInDown {
  animation: profileDropdownIn 0.3s ease;
}

@keyframes profileDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mi Perfil */
.perfil-container {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.perfil-header {
  background: linear-gradient(
    135deg,
    var(--gradient-green-start),
    var(--gradient-green-end)
  );
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: var(--shadow-lg);
}

.perfil-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}

.perfil-header p {
  margin: 10px 0 0 0;
  opacity: 0.9;
  font-size: 16px;
}

.perfil-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.perfil-card {
  background: white;
  border-radius: 15px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  animation: fadeIn 0.5s ease;
}

.card-header {
  background: var(--gradient-brand);
  color: white;
  padding: 20px 25px;
  border-bottom: none;
}

.card-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-body {
  padding: 25px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: var(--agd-green-light);
  box-shadow: 0 0 0 3px var(--bg-primary-light);
}

.form-control:disabled {
  background-color: #f8f9fa;
  color: #6c757d;
}

.btn {
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient-brand);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-2px);
}

.user-info-card {
  text-align: center;
}

.user-avatar-large {
  width: 120px;
  height: 120px;
  background: var(--gradient-brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 48px;
  color: white;
  box-shadow: var(--shadow-lg);
}

.user-name-large {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px 0;
}

.user-role-large {
  font-size: 16px;
  color: #6c757d;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
}

.stat-number {
  font-size: 20px;
  font-weight: 700;
  color: var(--agd-green-light);
  margin: 0 0 5px 0;
}

.stat-label {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.password-toggle {
  position: relative;
}

.password-toggle-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 5px;
}

.password-toggle-btn:hover {
  color: var(--agd-green-light);
}

/* Gestión de Usuarios */
.usuarios-container {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.usuarios-header {
  background: linear-gradient(
    135deg,
    var(--gradient-green-start),
    var(--gradient-green-end)
  );
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: var(--shadow-lg);
}

.usuarios-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}

.usuarios-header p {
  margin: 10px 0 0 0;
  opacity: 0.9;
  font-size: 16px;
}

.usuarios-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 20px;
}

.btn-nuevo-usuario {
  background: linear-gradient(
    135deg,
    var(--gradient-green-start),
    var(--gradient-green-end)
  );
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-medium);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
}

.btn-nuevo-usuario:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.search-container {
  position: relative;
  flex: 1;
  max-width: 400px;
}

.search-input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: 2px solid var(--light-gray);
  border-radius: 10px;
  font-size: 14px;
  transition: var(--transition-fast);
  background: white;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1);
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 16px;
}

.table-container {
  background: white;
  border-radius: 15px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  animation: fadeIn 0.5s ease;
}

.table-responsive {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.table-usuarios {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0;
}

.table-usuarios thead {
  background: linear-gradient(
    135deg,
    var(--gradient-green-start),
    var(--gradient-green-end)
  );
  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-usuarios thead th {
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.table-usuarios tbody tr {
  transition: var(--transition-fast);
  border-bottom: 1px solid var(--light-gray);
}

.table-usuarios tbody tr:hover {
  background: linear-gradient(
    135deg,
    rgba(46, 204, 113, 0.05),
    rgba(46, 204, 113, 0.02)
  );
  transform: scale(1.01);
  box-shadow: var(--shadow-sm);
}

.table-usuarios tbody td {
  padding: 16px 20px;
  color: var(--text-dark);
  vertical-align: middle;
}

.badge-estado {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-activo {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.badge-inactivo {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
}

.badge-rol {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-administrador {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.badge-coordinador {
  background: linear-gradient(135deg, var(--agd-green-light) 0%, var(--agd-green-lighter) 100%);
  color: var(--text-white);
}

.badge-gestor {
  background: var(--gradient-secondary);
  color: var(--text-primary);
}

.btn-accion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: var(--transition-medium);
  text-decoration: none;
  margin: 0 2px;
  font-size: 14px;
}
.btn-accion.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-editar {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
}

.btn-editar:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}

.btn-activar {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.btn-activar:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}

.btn-desactivar {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
}

.btn-desactivar:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}

.btn-eliminar {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
}

.btn-eliminar:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}

.no-usuarios {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

.no-usuarios i {
  font-size: 64px;
  margin-bottom: 20px;
  display: block;
  opacity: 0.5;
}

.no-usuarios h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: var(--text-dark);
}

.no-usuarios p {
  margin: 0;
  font-size: 14px;
}

/* Modales */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(6px);
  padding: 1.5rem;
}

.modal-overlay .modal-container {
  background: #ffffff;
  border-radius: 26px;
  max-width: min(650px, 95vw);
  width: 100%;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.25);
  border: 1px solid var(--bg-primary-light);
  overflow: hidden;
  animation: modalSlideIn 0.35s ease;
}

.modal-overlay .modal-container.modal-lg {
  max-width: min(820px, 96vw);
}

.modal-overlay .modal-header {
  position: relative;
  padding: clamp(1.25rem, 2vw, 2rem) clamp(1.5rem, 2.8vw, 2.75rem);
  border-bottom: 1px solid #e4e7ec;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(248, 249, 255, 0.9), rgba(230, 233, 255, 0.8));
}

.modal-overlay .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #38bdf8, #6366f1, #a855f7);
  background-size: 200% 100%;
  animation: gradientShift 6s ease infinite;
}

.modal-overlay .modal-header h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modal-overlay .modal-header h3 i {
  color: #6366f1;
  font-size: 1.4rem;
}

.modal-overlay .modal-close {
  background: rgba(15, 23, 42, 0.08);
  border: none;
  color: #475569;
  font-size: 1.4rem;
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modal-overlay .modal-close:hover {
  background: rgba(220, 53, 69, 0.15);
  color: #dc3545;
}

.modal-overlay .modal-body {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  overflow-y: auto;
  max-height: calc(92vh - 220px);
  background: #ffffff;
}

.modal-overlay .modal-footer {
  padding: clamp(1.1rem, 2vw, 2rem) clamp(1.5rem, 2.4vw, 2.5rem);
  border-top: 1px solid #e4e7ec;
  background: #f9fafb;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.modal-overlay .modal-footer .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 0.75rem 1.6rem;
}

.modal-overlay .modal-footer .btn-secondary,
.modal-overlay .modal-footer .btn.btn-secondary {
  background: #ffffff;
  color: #475569;
  border: 1px solid #d1d5db;
}

.modal-overlay .modal-footer .btn-secondary:hover,
.modal-overlay .modal-footer .btn.btn-secondary:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #312e81;
}

.modal-overlay .modal-footer .btn-primary,
.modal-overlay .modal-footer .btn.btn-primary {
  background: linear-gradient(135deg, #22d3ee, #6366f1, #8b5cf6);
  border: none;
  box-shadow: 0 18px 35px rgba(99, 102, 241, 0.35);
}

.modal-overlay .modal-footer .btn-primary:hover,
.modal-overlay .modal-footer .btn.btn-primary:hover {
  filter: brightness(1.05);
}

/* Secciones del modal unificado (Clasificación y etiquetas) */
.modal-unificado-seccion {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  background: #f8fafc;
}
.modal-unificado-seccion:last-child {
  margin-bottom: 0;
}
.modal-unificado-titulo {
  font-size: 1rem;
  font-weight: 600;
  color: #0e642e;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal-unificado-titulo i {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .modal-overlay {
    padding: 1rem;
  }

  .modal-overlay .modal-container {
    border-radius: 20px;
  }

  .modal-overlay .modal-body {
    max-height: calc(92vh - 180px);
    padding: 1.25rem;
  }

  .modal-overlay .modal-footer {
    padding: 1rem 1.25rem;
  }
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* Loading overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  backdrop-filter: blur(5px);
}

.loading-content {
  text-align: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--agd-green-light);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

/* Alertas */
.alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-success {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.alert-warning {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
}

.alert-danger {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: white;
}

.alert .close {
  background: none;
  border: none;
  color: inherit;
  font-size: 20px;
  cursor: pointer;
  margin-left: auto;
}

/* Animaciones */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Dashboard Principal - Estilos adicionales */
.content-body {
  padding: 30px;
}

.page-title {
  margin-bottom: 30px;
}

.page-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.page-title p {
  color: #7f8c8d;
  font-size: 14px;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.filters-section {
  margin-bottom: 30px;
}

.charts-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.table-section {
  margin-bottom: 30px;
}

.chart-container {
  height: 300px;
  position: relative;
}

/* Loading overlay específico del dashboard */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading-overlay.active {
  display: flex;
}

.loading-spinner {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.loading-spinner i {
  font-size: 48px;
  color: #2ecc71;
  animation: spin 1s linear infinite;
}
.stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
}

.stat-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.stat-card-icon.primary {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.stat-card-icon.warning {
  background: var(--gradient-secondary);
  color: var(--text-primary);
}

.stat-card-icon.info {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
}

.stat-card-icon.success {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
}

.stat-card-icon.danger {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
}

.stat-card-value {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.stat-card-label {
  font-size: 14px;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filters-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-pqrs {
  width: 100%;
  background: #fff;
}

.table-pqrs th {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.table-pqrs td {
  padding: 12px;
  border-bottom: 1px solid #ecf0f1;
}

.table-pqrs tr:hover {
  background: #f8f9fa;
}

.badge-pqrs {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-peticion {
  background: #3498db;
  color: white;
}

.badge-queja {
  background: #e74c3c;
  color: white;
}

.badge-reclamo {
  background: #e67e22;
  color: white;
}

.badge-sugerencia {
  background: #9b59b6;
  color: white;
}

.badge-felicitacion {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.badge-agradecimiento {
  background: var(--gradient-secondary);
  color: var(--text-primary);
}

.badge-derechopeticion {
  background: #16a085;
  color: white;
}

.badge-invitacion {
  background: #95a5a6;
  color: white;
}

.badge-pendiente_de_asignacion {
  background: #f39c12;
  color: white;
}

.badge-en_proceso {
  background: #3498db;
  color: white;
}

.badge-en_apoyo {
  background: #9b59b6;
  color: white;
}

.badge-en_aprobacion {
  background: #f39c12;
  color: white;
}

.badge-resuelta {
  background: #2ecc71;
  color: white;
}

.badge-vencida {
  background: #e74c3c;
  color: white;
}

.badge-cerrada {
  background: #95a5a6;
  color: white;
}

.btn-action {
  padding: 5px 10px;
  margin: 2px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background: #3498db;
  color: white;
}

.btn-success {
  background: #2ecc71;
  color: white;
}

.btn-warning {
  background: #f39c12;
  color: white;
}

.btn-info {
  background: #17a2b8;
  color: white;
}

.fila-urgente {
  background: rgba(243, 156, 18, 0.1) !important;
  border-left: 4px solid #f39c12;
}

.fila-vencida {
  background: rgba(231, 76, 60, 0.1) !important;
  border-left: 4px solid #e74c3c;
}

.tag-linea {
  display: inline-block;
  padding: 3px 8px;
  background: #2ecc71;
  color: white;
  border-radius: 3px;
  font-size: 11px;
  margin: 2px;
}

.chart-container {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Estadísticas - Estilos específicos */
.estadisticas-container {
  padding: 20px;
  background: #f5f7fa;
  min-height: 100vh;
}

.stats-header {
  background: var(--gradient-brand);
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stats-header h1 {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 700;
}

.stats-header p {
  margin: 0;
  opacity: 0.9;
}

.filtros-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.filtros-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  align-items: end;
}

.form-group-stats {
  display: flex;
  flex-direction: column;
}

.form-group-stats label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-group-stats input,
.form-group-stats select {
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
}

.form-group-stats input:focus,
.form-group-stats select:focus {
  outline: none;
  border-color: var(--agd-green-light);
  box-shadow: 0 0 0 3px var(--bg-primary-light);
}

.btn-filtrar {
  background: var(--gradient-brand);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-filtrar:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-export {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}

.btn-export:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-export i {
  font-size: 18px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.stat-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-card-description {
  font-size: 14px;
  color: #95a5a6;
}

.chart-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.chart-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chart-card-title i {
  color: var(--agd-green-light);
}

.table-stats {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.table-stats thead {
  background: var(--gradient-brand);
  color: white;
}

.table-stats th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-stats td {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.table-stats tbody tr:hover {
  background: #f8f9fa;
}

.badge-numero {
  background: var(--gradient-brand);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}

.progress-bar-container {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
}

.progress-bar-fill {
  height: 100%;
  background: var(--gradient-brand);
  border-radius: 10px;
  transition: width 0.3s;
}

.tabs-container {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
}

.tabs-header {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
}

.tab-button {
  flex: 1;
  padding: 20px;
  background: transparent;
  border: none;
  font-weight: 600;
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.tab-button.active {
  color: var(--agd-green-light);
}

.tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-brand);
}

.tab-button:hover {
  background: #f8f9fa;
}

.tab-content {
  padding: 25px;
  display: none;
}

.tab-content.active {
  display: block;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}

.loading-overlay.active {
  display: flex;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f0f0f0;
  border-top: 4px solid var(--agd-green-light);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.alert-repetitivo {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .usuarios-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .search-container {
    max-width: none;
  }

  .table-usuarios {
    min-width: 600px;
  }

  .table-usuarios th,
  .table-usuarios td {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .btn-accion {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .perfil-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .perfil-header h1 {
    font-size: 24px;
  }

  .card-body {
    padding: 20px;
  }

  .user-stats {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .modal-large {
    max-width: 95%;
    margin: 20px;
  }

  .filtros-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .tabs-header {
    flex-direction: column;
  }

  .tab-button {
    text-align: center;
  }

  .content-body {
    padding: 15px;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .charts-section {
    grid-template-columns: 1fr;
  }

  .page-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .perfil-container {
    padding: 15px;
  }

  .perfil-header {
    padding: 20px;
  }

  .card-body {
    padding: 15px;
  }

  .estadisticas-container {
    padding: 15px;
  }

  .stats-header {
    padding: 20px;
  }

  .stats-header h1 {
    font-size: 24px;
  }

  .filtros-card {
    padding: 15px;
  }

  .chart-card {
    padding: 15px;
  }
}

@media print {
  .filtros-card,
  .tabs-header,
  .btn-filtrar {
    display: none;
  }
}

/* PQSFA Detalle - Estilos específicos */
.detalle-container {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.detalle-header {
  background: var(--agd-green);
  color: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.detalle-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.radicado-principal {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-back {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.btn-back:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-back i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.btn-back:hover i {
  transform: translateX(-2px);
}

.detalle-header-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.header-info-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.header-info-label {
  font-size: 12px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.header-info-value {
  font-size: 18px;
  font-weight: 600;
}

.detalle-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 968px) {
  .detalle-header {
    padding: 20px;
  }
  
  .detalle-header-top {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .radicado-principal {
    font-size: 24px;
  }
  
  .btn-back {
    width: 100%;
    justify-content: center;
  }
  
  .detalle-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .detalle-card {
    padding: 20px;
  }
  
  .info-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  
  .info-label {
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .detalle-card {
    padding: 15px;
    border-radius: 10px;
  }
  
  .card-title {
    font-size: 18px;
    flex-wrap: wrap;
  }
  
  .card-title i {
    font-size: 20px;
  }
  
  .info-row {
    padding: 10px 0;
  }
  
  .info-label,
  .info-value {
    font-size: 13px;
  }
  
  .descripcion-completa {
    padding: 15px;
  }
}

.detalle-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-title i {
  color: var(--agd-green-light);
  font-size: 24px;
}

.info-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  gap: 10px;
  min-width: 0;
}

.info-row > * {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  font-weight: 600;
  color: #7f8c8d;
  font-size: 14px;
}

.info-value {
  color: #2c3e50;
  font-size: 14px;
}

.descripcion-completa {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--agd-green-light);
  margin-top: 15px;
  line-height: 1.6;
}

/* Timeline de Estado */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--gradient-brand);
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
}

.timeline-marker {
  position: absolute;
  left: -29px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--agd-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.timeline-marker.completed {
  background: #2ecc71;
  border-color: #2ecc71;
  color: white;
}

.timeline-marker.current {
  background: var(--agd-green-light);
  border-color: var(--agd-green-light);
  color: white;
  animation: pulse 2s infinite;
}

.timeline-marker.pending {
  background: #adb5bd; /* gris para estados futuros */
  border-color: #adb5bd;
  color: white;
  opacity: 0.8;
}

/* Desaturar tarjetas de estados futuros */
.timeline-item.pending .timeline-content {
  opacity: 0.7;
  filter: grayscale(10%);
}

.timeline-content {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.timeline-estado {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.timeline-fecha {
  font-size: 12px;
  color: #95a5a6;
}

/* Archivos Adjuntos */
.adjuntos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

/* Tarjetas compactas para gestor PQR */
.card-pqr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-pqr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-pqr-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-pqr-meta {
  display: flex;
  gap: 12px;
  color: #7f8c8d;
  font-size: 13px;
}
.card-pqr-state {
  color: #95a5a6;
  font-size: 12px;
}
.card-pqr-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn.btn-full {
  flex: 1;
}
.btn.btn-chip {
  padding: 6px 10px;
  border-radius: 8px;
  background: #f5f7ff;
  color: var(--agd-green-light);
}
.card-pqr-icongroup {
  display: flex;
  gap: 8px;
}
.btn.btn-icon {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f7f7;
}
.btn.btn-icon.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.adjunto-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.adjunto-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-brand);
  opacity: 0;
  transition: opacity 0.3s;
}

.adjunto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.adjunto-card:hover::before {
  opacity: 0.1;
}

.adjunto-icon {
  font-size: 48px;
  color: var(--agd-green-light);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.adjunto-nombre {
  font-size: 13px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

.adjunto-size {
  font-size: 11px;
  color: #7f8c8d;
  position: relative;
  z-index: 1;
}

.btn-download {
  margin-top: 10px;
  background: var(--agd-green-light);
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.btn-download:hover {
  background: var(--agd-gold);
  transform: scale(1.05);
}

/* Historial */
.historial-list {
  max-height: 400px;
  overflow-y: auto;
}

.historial-item {
  padding: 15px;
  border-left: 3px solid var(--agd-green-light);
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
}

.historial-usuario {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.historial-accion {
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 5px;
}

.historial-fecha {
  font-size: 12px;
  color: #95a5a6;
}

.historial-descripcion {
  font-size: 13px;
  color: #34495e;
  margin-top: 5px;
  font-style: italic;
}

/* Acciones disponibles */
.acciones-card {
  background: var(--gradient-brand);
  color: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-accion {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}

.btn-accion-primary {
  background: white;
  color: var(--agd-green-light);
}

.btn-accion-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-accion-outline {
  background: transparent;
  border: 2px solid white;
}

.btn-accion-outline:hover {
  background: white;
  color: var(--agd-green-light);
}

.btn-accion.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-accion.disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Alert de estado */
.alert-vencida {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.alert-vencida i {
  font-size: 24px;
}

.alert-proximo {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Timeline: estados pendientes en amarillo */
.timeline .timeline-marker.pending {
  border-color: #f1c40f;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(241, 196, 15, 0.15);
}

/* Líneas de trabajo */
.lineas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.tag-linea {
  background: var(--gradient-brand);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.no-data {
  text-align: center;
  padding: 40px;
  color: #95a5a6;
  font-style: italic;
}

.no-data i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}

/* ========================================
   ESTILOS PARA NOTIFICACIONES
   ======================================== */

/* Header de Notificaciones */
.notificaciones-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: var(--gradient-brand);
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.notificaciones-header h1 {
  margin: 0 0 10px 0;
  font-size: 2.5rem;
  font-weight: 600;
}

.notificaciones-header p {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Estadísticas */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  color: white;
}

.stat-card .icon.stat-total {
  background: var(--gradient-brand);
}
.stat-card .icon.stat-no-leidas {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}
.stat-card .icon.stat-leidas {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}
.stat-card .icon.stat-criticas {
  background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.stat-card .number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.stat-card .number.stat-total {
  color: var(--agd-green-light);
}
.stat-card .number.stat-no-leidas {
  color: #f5576c;
}
.stat-card .number.stat-leidas {
  color: #4facfe;
}
.stat-card .number.stat-criticas {
  color: #ff9a9e;
}

.stat-card .label {
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Filtros */
.filtros-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.filtros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: end;
}

.form-group-notif label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
}

.form-group-notif select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  transition: border-color 0.3s ease;
}

.form-group-notif select:focus {
  outline: none;
  border-color: var(--agd-green-light);
  box-shadow: 0 0 0 3px var(--bg-primary-light);
}

.btn-filtrar {
  background: var(--gradient-brand);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-filtrar:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

/* Acciones */
.acciones-section {
  background: white;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.acciones-section h3 {
  margin: 0 0 20px 0;
  color: #2c3e50;
  font-size: 1.3rem;
  font-weight: 600;
}

.btn-accion {
  background: white;
  border: 2px solid #e1e8ed;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-accion:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-marcar-todas {
  border-color: #4facfe;
  color: #4facfe;
}

.btn-marcar-todas:hover {
  background: #4facfe;
  color: white;
}

.btn-eliminar-leidas {
  border-color: #ff6b6b;
  color: #ff6b6b;
}

.btn-eliminar-leidas:hover {
  background: #ff6b6b;
  color: white;
}

.btn-configurar {
  border-color: var(--agd-green-light);
  color: var(--agd-green-light);
}

.btn-configurar:hover {
  background: var(--agd-green-light);
  color: white;
}

/* Lista de Notificaciones */
.notificaciones-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notificacion-item {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  border-left: 4px solid transparent;
}

.notificacion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.notificacion-item.no-leida {
  border-left-color: #f5576c;
  background: linear-gradient(135deg, #fff 0%, #fff8f8 100%);
}

.notificacion-item.critica {
  border-left-color: #ff9a9e;
  background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}

.notificacion-item.urgente {
  border-left-color: #ffa726;
  background: linear-gradient(135deg, #fff 0%, #fff8e1 100%);
}

.notificacion-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.notificacion-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}

.notificacion-info {
  flex: 1;
}

.notificacion-titulo {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-warning {
  background: #ffa726;
  color: white;
}

.notificacion-mensaje {
  color: #7f8c8d;
  line-height: 1.5;
  margin-bottom: 10px;
}

.notificacion-meta {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  color: #95a5a6;
}

.notificacion-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.notificacion-acciones {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
}

.btn-accion-notif {
  padding: 8px 15px;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-accion-notif.btn-leer {
  background: #4facfe;
  color: white;
}

.btn-accion-notif.btn-eliminar {
  background: #ff6b6b;
  color: white;
}

.btn-accion-notif:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Estado vacío */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #95a5a6;
}

.empty-state .icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #bdc3c7;
}

.empty-state h3 {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  color: #7f8c8d;
}

.empty-state p {
  margin: 0;
  font-size: 1rem;
}

/* Modal de Configuración */
.configuracion-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.configuracion-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.configuracion-header {
  padding: 25px;
  border-bottom: 1px solid #ecf0f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.configuracion-header h2 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.4rem;
  font-weight: 600;
}

.btn-cerrar {
  background: none;
  border: none;
  font-size: 2rem;
  color: #95a5a6;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cerrar:hover {
  color: #e74c3c;
}

.configuracion-item {
  padding: 20px 25px;
  border-bottom: 1px solid #ecf0f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.configuracion-item:last-child {
  border-bottom: none;
}

.configuracion-info h4 {
  margin: 0 0 5px 0;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
}

.configuracion-info p {
  margin: 0;
  color: #7f8c8d;
  font-size: 0.9rem;
}

.configuracion-switches {
  display: flex;
  gap: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--agd-green-light);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.switch-label {
  text-align: center;
  font-size: 0.8rem;
  color: #7f8c8d;
  margin-top: 5px;
}

/* Estilos para botón de descarga ZIP */
.card-title-with-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-actions {
  display: flex;
  gap: 10px;
}

.btn-download-all {
  background: linear-gradient(135deg, #e67e22, #f39c12);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(230, 126, 34, 0.3);
}

.btn-download-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4);
  background: linear-gradient(135deg, #d35400, #e67e22);
}

.btn-download-all:active {
  transform: translateY(0);
}

.btn-download-all i {
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filtros-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .notificacion-content {
    flex-direction: column;
    gap: 10px;
  }

  .notificacion-icon {
    align-self: center;
  }

  .notificacion-acciones {
    flex-wrap: wrap;
  }

  .configuracion-switches {
    flex-direction: column;
    gap: 10px;
  }

  .card-title-with-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .btn-download-all {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .notificaciones-header h1 {
    font-size: 2rem;
  }

  .stat-card {
    padding: 20px;
  }
}

/* ========================================
   ESTILOS PARA DASHBOARD PRINCIPAL COMPACTO
   ======================================== */

/* Tarjetas KPI Compactas */
.kpi-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 80px;
}

.kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.kpi-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: white;
  flex-shrink: 0;
}

.kpi-content {
  flex: 1;
  min-width: 0;
}

.kpi-number {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}

.kpi-label {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Colores para KPI Cards */
.kpi-primary .kpi-icon {
  background: var(--gradient-brand);
}
.kpi-warning .kpi-icon {
  background: var(--gradient-secondary);
}
.kpi-info .kpi-icon {
  background: linear-gradient(135deg, var(--color-info) 0%, var(--agd-green-lighter) 100%);
}
.kpi-success .kpi-icon {
  background: var(--gradient-primary);
}
.kpi-secondary .kpi-icon {
  background: var(--gradient-secondary);
}
.kpi-danger .kpi-icon {
  background: linear-gradient(135deg, var(--color-danger) 0%, #c82333 100%);
}
.kpi-dark .kpi-icon {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

/* Dashboard Access Card */
.dashboard-access-card {
  background: var(--gradient-brand);
  border-radius: 15px;
  padding: 1.5rem;
  color: white;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.access-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.access-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.access-text {
  flex: 1;
}

.access-text h5 {
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  font-size: 1.1rem;
}

.access-text p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.9rem;
}

.access-action {
  flex-shrink: 0;
}

/* PQSFA Table Card */
.pqrs-table-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.pqrs-table-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pqrs-table-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.pqrs-table-title i {
  font-size: 1.1rem;
  color: var(--agd-green-light);
}

.pqrs-total-badge {
  background: var(--gradient-brand);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.pqrs-table-actions .btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}

.pqrs-table-body {
  padding: 0;
}

.pqrs-table {
  margin: 0;
  font-size: 0.875rem;
}

.pqrs-table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #495057;
  padding: 0.75rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pqrs-table tbody td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f3f4;
}

.pqrs-table tbody tr:hover {
  background-color: #f8f9fa;
}

.pqrs-table tbody tr.table-warning {
  background-color: rgba(255, 193, 7, 0.1);
}

.pqrs-table tbody tr.table-danger {
  background-color: rgba(220, 53, 69, 0.1);
}

.pqrs-table-footer {
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  border-top: 1px solid #dee2e6;
  text-align: center;
}

.pqrs-table-footer .btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .kpi-card {
    height: auto;
    padding: 0.75rem;
  }

  .kpi-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .kpi-number {
    font-size: 1.25rem;
  }

  .access-content {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .pqrs-table-header {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .pqrs-table-title {
    flex-wrap: wrap;
  }
}

/* ========================================
   ESTILOS ADICIONALES PARA DASHBOARD
   ======================================== */

/* Chart Cards */
.chart-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
  height: 100%;
}

.chart-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.chart-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chart-title i {
  color: var(--agd-green-light);
}

.chart-body {
  padding: 1.5rem;
}

.chart-container {
  position: relative;
  height: 300px;
}

/* Filters Card */
.filters-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.filters-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.filters-title i {
  color: var(--agd-green-light);
}

.filters-body {
  padding: 1.5rem;
}

.filters-form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 0.5rem;
}

.filters-form .form-control,
.filters-form .form-select {
  font-size: 0.875rem;
}

/* Loading Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments for dashboard */
@media (max-width: 768px) {
  .chart-container {
    height: 250px;
  }

  .filters-form .row .col-lg-2,
  .filters-form .row .col-lg-3 {
    margin-bottom: 0.5rem;
  }

  .chart-card,
  .filters-card {
    margin-bottom: 1rem;
  }
}

/* ========================================
   ESTILOS PARA PÁGINA DE EXPORTACIÓN
   ======================================== */

/* Export Header Card */
.export-header-card {
  background: var(--gradient-brand);
  border-radius: 15px;
  padding: 2rem;
  color: var(--text-white);
  box-shadow: var(--shadow-lg);
}

.export-header-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.export-header-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}

.export-header-text h2 {
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 2rem;
}

.export-header-text p {
  margin: 0;
  opacity: 0.9;
  font-size: 1.1rem;
}

/* Export Filters Card */
.export-filters-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.export-filters-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.export-filters-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.export-filters-title i {
  color: var(--agd-green-light);
}

.export-filters-body {
  padding: 1.5rem;
}

.export-filters-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Export Options Card */
.export-options-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
  height: 100%;
}

.export-options-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.export-options-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.export-options-title i {
  color: var(--agd-green-light);
}

.export-options-body {
  padding: 1.5rem;
}

.export-options-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.export-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.export-option:hover {
  background-color: #f8f9fa;
  border-color: var(--agd-green-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.export-option-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.export-option-icon.excel {
  background: var(--gradient-primary);
}

.export-option-icon.csv {
  background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
}

.export-option-icon.pdf {
  background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
}

.export-option-content {
  flex: 1;
}

.export-option-content h6 {
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  color: #2c3e50;
}

.export-option-content p {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}

.export-option-action {
  color: var(--agd-green-light);
  font-size: 1.25rem;
}

/* Export Dashboard Card */
.export-dashboard-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
  height: 100%;
}

.export-dashboard-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.export-dashboard-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.export-dashboard-title i {
  color: var(--agd-green-light);
}

.export-dashboard-body {
  padding: 1.5rem;
}

.export-dashboard-text {
  color: #6c757d;
  margin-bottom: 1rem;
}

.export-dashboard-note {
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.export-dashboard-note i {
  color: #1976d2;
  margin-top: 0.125rem;
}

.export-dashboard-note span {
  color: #1565c0;
  font-size: 0.875rem;
}

.export-dashboard-action {
  text-align: center;
}

/* Export Other Options Card */
.export-other-options-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.export-other-options-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.export-other-options-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.export-other-options-title i {
  color: var(--agd-green-light);
}

.export-other-options-body {
  padding: 1.5rem;
}

.export-other-option {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.export-other-option:hover {
  background-color: #f8f9fa;
  border-color: var(--agd-green-light);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.export-other-option-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
}

.export-other-option-icon.stats {
  background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
}

.export-other-option-icon.detailed {
  background: var(--gradient-primary);
}

.export-other-option-icon.notifications {
  background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.export-other-option-content {
  flex: 1;
  margin-bottom: 1rem;
}

.export-other-option-content h6 {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #2c3e50;
}

.export-other-option-content p {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}

.export-other-option-action {
  margin-top: auto;
}

/* Responsive adjustments for export page */
@media (max-width: 768px) {
  .export-header-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .export-header-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .export-header-text h2 {
    font-size: 1.5rem;
  }

  .export-option {
    padding: 0.75rem;
  }

  .export-option-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .export-other-option {
    padding: 1rem;
  }

  .export-other-option-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

/* ========================================
   ESTILOS PARA PÁGINA DE ESTADÍSTICAS
   ======================================== */

/* Stats Header Card */
.stats-header-card {
  background: var(--gradient-brand);
  border-radius: 12px;
  padding: 1.5rem;
  color: var(--text-white);
  box-shadow: var(--shadow-lg);
}

.stats-header-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stats-header-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.stats-header-text h2 {
  margin: 0 0 0.25rem 0;
  font-weight: 700;
  font-size: 1.5rem;
}

.stats-header-text p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.9rem;
}

/* Stats Filters Card */
.stats-filters-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.stats-filters-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.stats-filters-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.stats-filters-title i {
  color: var(--agd-green-light);
}

.stats-filters-body {
  padding: 1.5rem;
}

/* Stats Export Card */
.stats-export-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.stats-export-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.stats-export-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.stats-export-title i {
  color: var(--agd-green-light);
}

.stats-export-body {
  padding: 1.5rem;
}

/* Stats Tabs - Usar chart-card existente */
.chart-card .chart-header .nav-pills .nav-link {
  border-radius: 6px;
  font-weight: 500;
  color: #6c757d;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.chart-card .chart-header .nav-pills .nav-link:hover {
  color: var(--agd-green-light);
  background-color: rgba(102, 126, 234, 0.1);
}

.chart-card .chart-header .nav-pills .nav-link.active {
  background: var(--gradient-brand);
  color: white;
  border-color: transparent;
}

.chart-card .chart-header .nav-pills .nav-link i {
  margin-right: 0.375rem;
  font-size: 0.875rem;
}

/* Stats Chart Card - Usar chart-card existente */
.chart-card .chart-body {
  padding: 0.75rem;
}

.chart-card .chart-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.chart-card .chart-title i {
  color: var(--agd-green-light);
  font-size: 0.75rem;
}

/* Stats Summary Card - Usar chart-card existente */
.chart-card .chart-header {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #bbdefb;
}

.chart-card .chart-header .chart-title {
  color: #1565c0;
  font-size: 0.75rem;
}

.chart-card .chart-header .chart-title i {
  color: #1976d2;
  font-size: 0.7rem;
}

/* Stats Table Card - Usar chart-card existente */
.chart-card .table {
  margin: 0;
  font-size: 0.75rem;
}

.chart-card .table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #495057;
  padding: 0.375rem 0.25rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chart-card .table tbody td {
  padding: 0.375rem 0.25rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f3f4;
}

.chart-card .table tbody tr:hover {
  background-color: #f8f9fa;
}

/* Responsive adjustments for stats page */
@media (max-width: 768px) {
  .stats-header-content {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .stats-header-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .stats-header-text h2 {
    font-size: 1.25rem;
  }

  .chart-card .chart-header .nav-pills {
    flex-direction: column;
  }

  .chart-card .chart-header .nav-pills .nav-link {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
  }
}

/* ==========================================
   ESTILOS PARA VISTA DE USUARIOS MODERNA
   ========================================== */

/* Header de página moderno */
.page-header {
  background: var(--gradient-brand);
  color: var(--text-white);
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-radius: 0 0 20px 20px;
  box-shadow: var(--shadow-xl);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
}

.page-description {
  margin: 0.5rem 0 0 0;
  opacity: 0.9;
  font-size: 1.1rem;
}

.header-actions .btn-modern {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.header-actions .btn-modern:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Sección de filtros */
.filters-section {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.search-box {
  position: relative;
}

.search-box .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  z-index: 2;
}

.search-box .search-input {
  padding-left: 3rem;
  border: 2px solid #e9ecef;
  border-radius: 50px;
  height: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.search-box .search-input:focus {
  border-color: var(--agd-green-light);
  box-shadow: 0 0 0 0.2rem var(--bg-primary-light);
}

/* Estadísticas resumidas */
.stats-summary {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  min-width: 80px;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-2px);
}

.stat-item i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
}

.stat-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tabla moderna */
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 2px solid #dee2e6;
  padding: 1.5rem;
}

.card-title {
  color: #2c3e50;
  font-weight: 600;
}

.table th {
  border: none;
  padding: 1rem 0.75rem;
  font-weight: 600;
  color: #495057;
  background: transparent;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table td {
  padding: 1rem 0.75rem;
  vertical-align: middle;
  border-color: #f8f9fa;
}

.table-hover tbody tr:hover {
  background-color: rgba(102, 126, 234, 0.05);
}

/* Avatar pequeño */
.avatar-sm {
  width: 40px;
  height: 40px;
  font-size: 0.9rem;
}

/* Badges modernos */
.badge {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  font-weight: 500;
}

/* Botones de acción */
.btn-group-sm .btn {
  padding: 0.375rem 0.5rem;
  border-radius: 6px;
  margin: 0 1px;
  transition: all 0.3s ease;
}

.btn-group-sm .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Estado vacío */
.empty-state {
  padding: 3rem 1rem;
}

.empty-state i {
  color: #dee2e6 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .stats-summary {
    justify-content: center;
    flex-wrap: wrap;
  }

  .stat-item {
    min-width: 70px;
    padding: 0.75rem;
  }

  .page-title {
    font-size: 1.5rem;
  }
}

/* ==========================================
   MODALES MODERNOS Y ELEGANTES
   ========================================== */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  backdrop-filter: blur(10px);
  animation: modalFadeIn 0.3s ease-out;
}

.modal-container {
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: none;
}

.modal-large {
  max-width: 700px;
}

.modal-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}

.modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-brand);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modal-header h3 i {
  color: var(--agd-green-light);
  font-size: 1.25rem;
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(108, 117, 125, 0.1);
  border: none;
  color: #6c757d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.modal-close:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  transform: scale(1.1);
}

.modal-body {
  padding: 2rem;
  background: white;
  overflow-y: auto;
  max-height: calc(90vh - 200px);
}

.modal-footer {
  background: #f8f9fa;
  padding: 1.5rem 2rem;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.modal-footer .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.modal-footer .btn-outline-secondary {
  background: white;
  color: #6c757d;
  border-color: #dee2e6;
}

.modal-footer .btn-outline-secondary:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
  color: #495057;
  transform: translateY(-1px);
}

.modal-footer .btn-primary {
  background: var(--gradient-brand);
  border: none;
  color: white;
}

.modal-footer .btn-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Form floating mejorado */
.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem 0.25rem;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: #fafbfc;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-weight: 400;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
  border-color: var(--agd-green-light);
  box-shadow: 0 0 0 3px var(--bg-primary-light);
  background: white;
  outline: none;
}

.form-floating > .form-control:hover,
.form-floating > .form-select:hover {
  border-color: #ced4da;
  background: white;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #6c757d;
  font-weight: 500;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:not([value=""]) ~ label {
  opacity: 0.7;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: var(--agd-green-light);
  font-weight: 600;
}

/* Texto de ayuda mejorado */
.form-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form-text i {
  color: var(--agd-green-light);
  font-size: 0.8rem;
}

/* Animaciones mejoradas */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(10px);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Responsive mejorado */
@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    margin: 1rem;
    border-radius: 16px;
  }

  .modal-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .modal-header h3 {
    font-size: 1.25rem;
  }

  .modal-body {
    padding: 1.5rem;
  }

  .modal-footer {
    padding: 1rem 1.5rem;
    flex-direction: column;
  }

  .modal-footer .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================
   ESTILOS PARA VISTA DE CONSULTA PQSFA
   ========================================== */

/* Timeline moderno */
.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #dee2e6, #e9ecef);
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.timeline-marker {
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.timeline-content {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  position: relative;
}

.timeline-content::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-color: transparent #e9ecef transparent transparent;
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.timeline-title {
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  font-size: 1rem;
}

.timeline-desc {
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

/* Avatar grande */
.avatar-lg {
  width: 4rem;
  height: 4rem;
}

/* KPI Cards compactas para consulta PQSFA */
.kpi-icon-compact {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Mejoras para consulta pública */
.consulta-info-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f3f4;
  transition: all 0.3s ease;
}

.consulta-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.kpi-icon-compact.bg-primary {
  background: var(--gradient-brand);
}

.kpi-icon-compact.bg-success {
  background: var(--gradient-primary);
}

.kpi-icon-compact.bg-info {
  background: linear-gradient(135deg, var(--color-info) 0%, var(--agd-green-lighter) 100%);
}

.kpi-icon-compact.bg-warning {
  background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    padding-left: 1.5rem;
  }

  .timeline::before {
    left: 0.75rem;
  }

  .timeline-item {
    padding-left: 1.5rem;
  }

  .timeline-marker {
    left: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .timeline-header {
    flex-direction: column;
    gap: 0.25rem;
  }

  .timeline-title {
    font-size: 0.9rem;
  }

  /* KPI Icons compactos responsive */
  .kpi-icon-compact {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }

  /* Input elegante responsive */
  

  .consulta-btn:hover {
    background: var(--gradient-primary-hover);
    transform: scale(1.05);
  }

  .consulta-btn:active {
    transform: scale(0.98);
  }

  .consulta-btn i {
    font-size: 1.1rem;
  }
}

/* ==========================================
   ESTILOS PARA VISTA DE ENCUESTAS
   ========================================== */

/* KPI Cards para encuestas */
.kpi-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}

.kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.kpi-card.nps {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #28a745;
}

.kpi-card.positivas {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #28a745;
}

.kpi-card.negativas {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #dc3545;
}

.kpi-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.kpi-card .kpi-icon {
  background: var(--gradient-brand);
}

.kpi-card.nps .kpi-icon {
  background: var(--gradient-primary);
}

.kpi-card.positivas .kpi-icon {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.kpi-card.negativas .kpi-icon {
  background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
}

.kpi-content {
  flex: 1;
}

.kpi-number {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.kpi-label {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.kpi-sublabel {
  color: #adb5bd;
  font-size: 0.75rem;
  font-style: italic;
}

/* Responsive para KPIs */
@media (max-width: 768px) {
  .kpi-card {
    padding: 1rem;
    gap: 0.75rem;
  }

  .kpi-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .kpi-number {
    font-size: 1.5rem;
  }

  .kpi-label {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
.consulta-input-container {
  max-width: 100%;
}

.consulta-input-group {
  border-radius: 25px;
}

.consulta-input {
  padding: 16px 20px;
  font-size: 0.95rem;
}

.consulta-btn {
  padding: 16px 20px;
  min-width: 50px;
}

/* Input elegante para consulta PQSFA */
.consulta-input-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.consulta-input-group {
  position: relative;
  display: flex;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.consulta-input-group:focus-within {
  border-color: var(--primary-green);
  box-shadow: 0 6px 25px rgba(46, 204, 113, 0.15);
  transform: translateY(-2px);
}

.consulta-input {
  flex: 1;
  padding: 18px 24px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  color: #2c3e50;
}

.consulta-input::placeholder {
  color: #adb5bd;
  font-weight: 400;
}

.consulta-btn {
  padding: 18px 24px;
  border: none;
  background: linear-gradient(135deg, var(--primary-green) 0%, #27ae60 100%);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}

/* Estilos para Mi Perfil */
.user-avatar-large {
    width: 80px;
    height: 80px;
    background: var(--gradient-brand);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.user-name-large {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.user-role-large {
    font-size: 1rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat-item {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.stat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-weight: 700;
    color: #2c3e50;
}

.stat-label {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

/* Formularios con iconos en labels */
.form-floating > label i {
    opacity: 0.7;
}

.form-floating > .form-control:focus ~ label i,
.form-floating > .form-control:not(:placeholder-shown) ~ label i {
    opacity: 1;
    color: var(--agd-green-light);
}

/* Botones de mostrar/ocultar contraseña */
.position-absolute {
    z-index: 10;
}

/* Loading overlay para perfil */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-content {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--agd-green-light);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===============================================
   ESTILOS PARA LOGIN MODERNO
   =============================================== */

.login-container {
    min-height: 100vh;
    background: var(--gradient-brand);
    display: flex;
    flex-direction: column;
}

/* Header del Login */
.login-header {
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.logo-img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.brand-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

/* Contenido Principal */
.login-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.login-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
}

.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-brand);
}

.login-input {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.login-input:focus {
    border-color: var(--agd-green-light);
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    background: white;
    transform: translateY(-2px);
}

.login-input:focus + label {
    color: var(--agd-green-light);
}

.form-floating > label {
    padding-left: 3rem;
    color: #6c757d;
    font-weight: 500;
}

.form-floating > label i {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.form-floating > .form-control:focus ~ label i,
.form-floating > .form-control:not(:placeholder-shown) ~ label i {
    opacity: 1;
    color: var(--agd-green-light);
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #6c757d;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.password-toggle:hover {
    color: var(--agd-green-light);
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-50%) scale(1.1);
}

.login-btn {
    background: var(--gradient-primary);
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    background: linear-gradient(135deg, #218838, #1ea085);
}

.login-btn:active {
    transform: translateY(0);
}

/* Footer del Login */
.login-footer {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    color: white;
    padding: 3rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.footer-title i {
    color: var(--agd-green-light);
    font-size: 1.2rem;
}

.footer-content {
    margin-bottom: 0;
}

.footer-item {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.footer-item i {
    color: var(--agd-green-light);
    width: 20px;
    text-align: center;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-link:hover {
    color: var(--agd-green-light);
    text-decoration: none;
    transform: translateX(5px);
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.developer {
    color: var(--agd-green-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-header {
        padding: 1.5rem 0;
    }
    
    .brand-title {
        font-size: 1.5rem;
    }
    
    .welcome-text {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .login-content {
        padding: 2rem 0;
    }
    
    .login-card .card-body {
        padding: 2rem !important;
    }
    
    .login-footer {
        padding: 2rem 0 1.5rem;
    }
    
    .footer-title {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    
    .footer-title:first-child {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .brand-logo {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .logo-img {
        height: 40px;
    }
    
    .brand-title {
        font-size: 1.3rem;
    }
    
    .login-card {
        margin: 0 1rem;
        border-radius: 15px;
    }
    
    .login-input {
        padding: 0.8rem 0.8rem 0.8rem 2.5rem;
    }
    
    .form-floating > label {
        padding-left: 2.5rem;
    }
}

/* Estilos para Signature Pad */
.signature-container {
    position: relative;
}

#signature-pad {
    cursor: crosshair;
    touch-action: none;
}

.signature-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-lg {
    max-width: 800px;
}

/* ========================================
   MODALES BOOTSTRAP REESTILIZADOS
   ======================================== */
.modal.fade .modal-dialog {
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform: translateY(30px);
    opacity: 0;
}

.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.modal .modal-dialog {
    margin: 1.5rem auto;
    max-width: min(900px, 95%);
}

.modal .modal-content {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    background-color: #ffffff;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    padding: clamp(1.1rem, 2vw, 2rem) clamp(1.25rem, 2.5vw, 2.5rem) !important;
}

.modal .modal-header {
    border-bottom: 1px solid #edf2f7;
    align-items: center;
    gap: 0.75rem;
}

.modal .modal-header .modal-title,
.modal .modal-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
}

.modal .modal-header .modal-title i,
.modal .modal-header h3 i {
    font-size: 1.2rem;
    color: var(--agd-green-light);
}

.modal .btn-close {
    background: rgba(15, 23, 42, 0.07);
    border-radius: 50%;
    opacity: 1;
    padding: 0.45rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.modal .btn-close:hover {
    background: rgba(220, 53, 69, 0.15);
    transform: scale(1.05);
}

.modal .modal-body {
    background: #ffffff;
    max-height: calc(90vh - 190px);
    overflow-y: auto;
}

.modal .modal-footer {
    border-top: 1px solid #edf2f7;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    background: #f9fafb;
}

.modal .modal-footer .btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

.modal .modal-footer .btn-outline-secondary {
    border-color: #d1d5db;
    color: #4b5563;
}

.modal .modal-footer .btn-outline-secondary:hover {
    background: #f3f4f6;
    color: #111827;
}

.modal .modal-footer .btn-primary {
    background: var(--gradient-primary);
    border: none;
    box-shadow: 0 15px 30px rgba(91, 33, 182, 0.35);
}

.modal .modal-footer .btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .modal .modal-dialog {
        margin: 0.75rem;
    }

    .modal .modal-header,
    .modal .modal-body,
    .modal .modal-footer {
        padding: 1rem 1.25rem !important;
    }

    .modal .modal-header .modal-title,
    .modal .modal-header h3 {
        font-size: 1.1rem;
    }
}

/* Estilos para radio buttons de método de firma */
.form-check {
    padding: 0.5rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-check:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.form-check-input:checked + .form-check-label {
    color: #007bff;
    font-weight: 600;
}

.form-check-input:checked ~ .form-check {
    border-color: #007bff;
    background-color: #e3f2fd;
}

/* ========================================
   NOTIFICACIONES MEJORADAS
   ======================================== */

/* Contenedor de notificaciones */
.notifications-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Tarjeta de notificación */
.notification-card {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.notification-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Estados de notificación */
.notification-card:not(.border-light) {
    border-left: 4px solid #007bff !important;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.notification-card.border-light {
    opacity: 0.8;
}

.notification-card.border-light:hover {
    opacity: 1;
}

/* Estados de prioridad */
.notification-card.prioridad-alta {
    border-left-color: #dc3545 !important;
}

.notification-card.prioridad-media {
    border-left-color: #ffc107 !important;
}

.notification-card.prioridad-baja {
    border-left-color: var(--agd-green-light) !important;
}

/* Mensaje de notificación con truncado */
.notification-message {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

/* Animaciones */
@keyframes slideInNotification {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.notification-card {
    animation: slideInNotification 0.3s ease;
}

/* Hover effects */
.notification-card:hover .card-title {
    color: #007bff !important;
}

.notification-card:hover .badge.bg-primary {
    background-color: #0056b3 !important;
    transform: scale(1.05);
}

/* Responsive para notificaciones */
@media (max-width: 768px) {
    .notification-card .card-body {
        padding: 1rem !important;
    }
    
    .notification-card .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .notification-card .flex-shrink-0.ms-3 {
        margin-left: 0 !important;
        margin-top: 1rem;
        width: 100%;
    }
    
    .notification-card .btn-group-vertical {
        flex-direction: row !important;
        width: 100%;
        justify-content: space-between;
    }
    
    .notification-card .btn-group-vertical .btn {
        flex: 1;
        margin: 0 0.25rem;
    }
}

/* Mejoras de accesibilidad */
.notification-card:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.notification-card .btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Estados de hover para botones */
.notification-card .btn:hover {
    transform: scale(1.05);
}

/* Badge de "Nueva" notificación */
.notification-card .badge.bg-primary {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

/* ========================================
   DROPDOWN DE NOTIFICACIONES
   ======================================== */

/* Dropdown de notificaciones */
.notification-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    min-width: 500px;
    max-width: 600px;
    max-height: 600px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0;
    z-index: 1050;
    margin-top: 8px;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.notification-dropdown .dropdown-header {
    background: var(--gradient-brand);
    color: white;
    padding: 22px 24px;
    margin: 0;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
}

.notification-dropdown .dropdown-divider {
    flex-shrink: 0;
}

.notification-dropdown .dropdown-header h6 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.notification-dropdown .dropdown-header .badge {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Lista de notificaciones */
.notification-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    max-height: none;
}

.notification-list::-webkit-scrollbar {
    width: 4px;
}

.notification-list::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.notification-list::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 2px;
}

.notification-list::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

/* Items de notificación en dropdown */
.notification-dropdown .notification-item {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
    cursor: pointer;
    min-height: auto;
}

.notification-dropdown .notification-item:last-child {
    border-bottom: none;
}

.notification-dropdown .notification-item:hover {
    background-color: #f8f9ff;
    transform: translateX(2px);
}

.notification-dropdown .notification-item.border-start {
    border-left: 3px solid #007bff !important;
    background-color: #f8f9ff;
}

/* Estados de prioridad en dropdown */
.notification-dropdown .notification-critical {
    border-left: 3px solid #dc3545 !important;
}

.notification-dropdown .notification-high {
    border-left: 3px solid #ffc107 !important;
}

.notification-dropdown .notification-medium {
    border-left: 3px solid #17a2b8 !important;
}

.notification-dropdown .notification-low {
    border-left: 3px solid #6c757d !important;
}

/* Badge de notificación no leída */
.notification-dropdown .badge.rounded-pill {
    animation: pulse 2s infinite;
}

/* Botón "Ver Todas" */
.notification-dropdown #verTodasContainer {
    padding: 16px 20px !important;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    flex-shrink: 0;
}

.notification-dropdown .btn-outline-primary {
    border-radius: 8px;
    font-size: 0.95rem;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.notification-dropdown .btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* Animaciones del dropdown */
.notification-dropdown {
    animation: slideInDown 0.3s ease;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-15px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive para dropdown */
@media (max-width: 768px) {
    .notification-icon-container {
        position: relative !important;
    }
    
    .notification-dropdown {
        max-width: calc(100vw - 40px) !important;
        left: auto !important;
        margin-right: 0 !important;
        margin-left: auto !important;
        margin-top: 10px;
        transform: translateX(0) !important;
    }
    
    .notification-dropdown .dropdown-header {
        padding: 18px 20px;
    }
    
    .notification-dropdown .dropdown-header h6 {
        font-size: 1rem;
    }
    
    .notification-dropdown .notification-item {
        padding: 12px 16px;
    }
    
    .notification-dropdown .notification-item .rounded-circle {
        width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
    }
    
    .notification-dropdown .notification-title {
        font-size: 0.95rem !important;
    }
    
    .notification-dropdown .notification-message {
        font-size: 0.85rem !important;
    }
    
    .notification-dropdown #verTodasContainer {
        padding: 14px 16px !important;
    }
}

/* Asegurar que el dropdown no se salga de la pantalla */
@media (max-width: 480px) {
    .notification-icon-container {
        position: relative !important;
    }
    
    .notification-dropdown {
        left: auto !important;
        min-width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        margin-right: 0 !important;
        margin-left: auto !important;
        margin-top: 8px;
    }
    
    .notification-dropdown .dropdown-header {
        padding: 16px 18px;
    }
    
    .notification-dropdown .dropdown-header h6 {
        font-size: 0.95rem;
    }
    
    .notification-dropdown .notification-item {
        padding: 10px 14px;
    }
    
    .notification-dropdown #verTodasContainer {
        padding: 12px 14px !important;
    }
    
    .notification-dropdown .btn-outline-primary {
        padding: 8px 16px;
        font-size: 0.9rem;
        width: 100%;
    }
}

/* Posicionamiento específico para el contenedor */
.notification-icon-container {
    position: relative !important;
    padding: 8px 12px !important;
}

.notification-icon-container > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
}

/* Responsive para el icono de notificaciones */
@media (max-width: 768px) {
    .notification-icon-container {
        padding: 6px 8px !important;
    }
    
    .notification-icon-container > a {
        padding: 6px !important;
    }
}

@media (max-width: 480px) {
    .notification-icon-container {
        padding: 4px 6px !important;
    }
    
    .notification-icon-container > a {
        padding: 4px !important;
    }
}

/* Asegurar que el dropdown se muestre correctamente */
.notification-dropdown.show {
    display: block !important;
}

.notification-dropdown.hide {
    display: none !important;
}


textarea.form-control {
  min-height: calc(11.5em + .75rem + calc(var(--bs-border-width) * 2)) !important;
}