/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --bs-blue: #0061f2;
  --bs-indigo: #5800e8;
  --bs-purple: #6900c7;
  --bs-pink: #e30059;
  --bs-red: #e81500;
  --bs-orange: #f76400;
  --bs-yellow: #f4a100;
  --bs-green: #00ac69;
  --bs-teal: #00ba94;
  --bs-cyan: #00cfd5;
  --bs-white: #fff;
  --bs-gray: #69707a;
  --bs-gray-dark: #363d47;
  --bs-gray-100: #f2f6fc;
  --bs-gray-200: #e0e5ec;
  --bs-gray-300: #d4dae3;
  --bs-gray-400: #c5ccd6;
  --bs-gray-500: #a7aeb8;
  --bs-gray-600: #69707a;
  --bs-gray-700: #4a515b;
  --bs-gray-800: #363d47;
  --bs-gray-900: #212832;
  --bs-primary: #0061f2;
  --bs-success: #00ac69;
  --bs-info: #00cfd5;
  --bs-warning: #f4a100;
  --bs-danger: #e81500;
  --bs-light: #f2f6fc;
  --bs-dark: #212832;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-red: #e81500;
  --bs-orange: #f76400;
  --bs-yellow: #f4a100;
  --bs-green: #00ac69;
  --bs-teal: #00ba94;
  --bs-cyan: #00cfd5;
  --bs-blue: #0061f2;
  --bs-indigo: #5800e8;
  --bs-purple: #6900c7;
  --bs-pink: #e30059;
  --bs-red-soft: #f1e0e3;
  --bs-orange-soft: #f3e7e3;
  --bs-yellow-soft: #f2eee3;
  --bs-green-soft: #daefed;
  --bs-teal-soft: #daf0f2;
  --bs-cyan-soft: #daf2f8;
  --bs-blue-soft: #dae7fb;
  --bs-indigo-soft: #e3ddfa;
  --bs-purple-soft: #e4ddf7;
  --bs-pink-soft: #f1ddec;
  --bs-primary-soft: #dae7fb;

  --bs-success-soft: #daefed;
  --bs-info-soft: #daf2f8;
  --bs-warning-soft: #f2eee3;
  --bs-danger-soft: #f1e0e3;
  --bs-primary-rgb: 0, 97, 242;

  --bs-success-rgb: 0, 172, 105;
  --bs-info-rgb: 0, 207, 213;
  --bs-warning-rgb: 244, 161, 0;
  --bs-danger-rgb: 232, 21, 0;
  --bs-light-rgb: 242, 246, 252;
  --bs-dark-rgb: 33, 40, 50;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-red-rgb: 232, 21, 0;
  --bs-orange-rgb: 247, 100, 0;
  --bs-yellow-rgb: 244, 161, 0;
  --bs-green-rgb: 0, 172, 105;
  --bs-teal-rgb: 0, 186, 148;
  --bs-cyan-rgb: 0, 207, 213;
  --bs-blue-rgb: 0, 97, 242;
  --bs-indigo-rgb: 88, 0, 232;
  --bs-purple-rgb: 105, 0, 199;
  --bs-pink-rgb: 227, 0, 89;
  --bs-red-soft-rgb: 241, 224, 227;
  --bs-orange-soft-rgb: 243, 231, 227;
  --bs-yellow-soft-rgb: 242, 238, 227;
  --bs-green-soft-rgb: 218, 239, 237;
  --bs-teal-soft-rgb: 218, 240, 242;
  --bs-cyan-soft-rgb: 218, 242, 248;
  --bs-blue-soft-rgb: 218, 231, 251;
  --bs-indigo-soft-rgb: 227, 221, 250;
  --bs-purple-soft-rgb: 228, 221, 247;
  --bs-pink-soft-rgb: 241, 221, 236;
  --bs-primary-soft-rgb: 218, 231, 251;

  --bs-success-soft-rgb: 218, 239, 237;
  --bs-info-soft-rgb: 218, 242, 248;
  --bs-warning-soft-rgb: 242, 238, 227;
  --bs-danger-soft-rgb: 241, 224, 227;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 105, 112, 122;
  --bs-body-bg-rgb: 242, 246, 252;
  --bs-font-sans-serif: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 0.65rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #69707a;
  --bs-body-bg: #f2f6fc;


  --tblr-bg-surface: var(--tblr-white);
  --tblr-bg-surface-secondary: var(--tblr-light);
  --tblr-bg-surface-dark: var(--tblr-dark);
  --tblr-bg-forms: var(--tblr-bg-surface);
  --tblr-border-color: #e6e7e9;
  --tblr-border-color-light: #f2f3f4;
  --tblr-border-color-active: #b3b7bd;
  --tblr-icon-color: var(--tblr-gray-500);
  --tblr-active-bg: rgba(var(--tblr-primary-rgb), 0.04);
  --tblr-disabled-bg: var(--tblr-gray-100);
  --tblr-disabled-color: var(--tblr-gray-300);
  --tblr-code-color: var(--tblr-gray-600);
  --tblr-code-bg: var(--tblr-gray-100);
  --tblr-dark-mode-border-color: #243049;
  --tblr-dark-mode-border-color-light: #243049;
  --tblr-dark-mode-border-color-active: #314264;

  --tblr-instagram-rgb: 228, 64, 95;
  --tblr-pinterest-rgb: 189, 8, 28;
  --tblr-vk-rgb: 99, 131, 168;
  --tblr-rss-rgb: 255, 165, 0;
  --tblr-flickr-rgb: 0, 99, 220;
  --tblr-bitbucket-rgb: 0, 82, 204;
  --tblr-tabler-rgb: 32, 107, 196;
  --tblr-white-rgb: 255, 255, 255;
  --tblr-black-rgb: 0, 0, 0;
  --tblr-body-color-rgb: 29, 39, 59;
  --tblr-body-bg-rgb: 241, 245, 249;
  --tblr-font-sans-serif:    -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --tblr-font-monospace:  Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --tblr-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --tblr-body-font-family: var(--tblr-font-sans-serif);
  --tblr-body-font-size: 0.875rem;
  --tblr-body-font-weight: 400;
  --tblr-body-line-height: 1.4285714286;
  --tblr-body-color: #1d273b;
  --tblr-body-bg: #f1f5f9;
  --tblr-border-width: 1px;
  --tblr-border-style: solid;
  --tblr-border-color: #e6e7e9;
  --tblr-border-color-translucent: rgba(97, 104, 118, 0.16);
  --tblr-border-radius: 4px;
  --tblr-border-radius-sm: 2px;
  --tblr-border-radius-lg: 8px;
  --tblr-border-radius-xl: 1rem;
  --tblr-border-radius-2xl: 2rem;
  --tblr-border-radius-pill: 100rem;
  --tblr-link-color: var(--tblr-primary);
  --tblr-link-hover-color: var(--tblr-primary-darken);
  --tblr-code-color: var(--tblr-gray-600);
  --tblr-highlight-bg: #fdeccc;
  --tblr-breakpoint-xs: 0;
  --tblr-breakpoint-sm: 576px;
  --tblr-breakpoint-md: 768px;
  --tblr-breakpoint-lg: 992px;
  --tblr-breakpoint-xl: 1200px;
  --tblr-breakpoint-xxl: 1400px;




  scroll-behavior: smooth;
}




/**
* Template Name: NiceAdmin - v2.2.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {

/*  font-family: Urbanist,Open Sans,sans-serif;  */
/*  font-family: "Open Sans", sans-serif; */

  font-family: "Poppins", sans-serif;
  background: #dbe3f3;
  color: #444444;
}

a {
  color: #16398c;
  text-decoration: none;
}

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


b, strong {
  font-weight: 600;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
/*  font-family: Urbanist,Open Sans,sans-serif; */
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
/*  margin-top: 80px; */
  padding: 20px 30px;
  transition: all 0.3s;
}


#main1 {
  margin-top: 80px;
  padding: 10px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}


@media (max-width: 767px) {
  #main {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-5 {
    padding:  2rem !important;
  }

}

.badge {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

@media (max-width: 480px) {
  .dropdown-menu {
    width: 100vw !important;
  }
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

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

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 40px;
  margin-right: 6px;
}

.logo span {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 3499px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 3500px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 3499px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 3500px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.news .c1 img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 5px;
}




.news h4 {
  font-size: 17px;
/*   margin-left: 60px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.news h4 a {
  color: #012970;
  transition: 0.3s;
}

.news h4 a:hover {
  color: #4154f1;
}


.news h5 {
  font-size: 14px;
/*  margin-left: 60px; */
  font-weight: bold;
  margin-bottom: 5px;
}


.news h5 a {
  color: #012970;
  transition: 0.3s;
}

.news h5 a:hover {
  color: #4154f1;
}




.news p {
  font-size: 14px;
  color: #777777;
/*  margin-left: 60px; */
}


#thumbnail {
  width: 150px;
  height: 100px;
  float: left;
  border-radius: 5px;
}

.p-thumbail_001 {
  padding-left: 6.25rem !important;
}


#thumbnail_002 {
  width: 100px;
  height: 80px;
  float: left;
  border-radius: 5px;
}

.p-thumbail_002 {
  padding-left: 3.25rem !important;
}




/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
/*  padding: 20px 0; */
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}





.dataTables_wrapper {
  font-size: 0.90em;
  position: relative;
  clear: both;
}

.dataTables_info {
  padding: 20px 0px;
}


.dataTables_paginate {
  padding: 20px 0px;
}





td {
  border-color: #d9dbdb;
}



.table-fs-080 {
  font-size: 0.80rem;
}




table.dataTable tbody th,
table.dataTable tbody td {
  padding: 5px 10px;
}





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

SB ADMIN PRO


*/


.card {
/*  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);  */
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);

}

.card:hover {
  /*  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);  */
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  
  }
  



.card .card-header {
  font-weight: 500;
}

.card:not([class*=bg-]) .card-header {
  color: #0061f2;
}

.card.bg-dark .card-header,
.card.bg-dark .card-footer {
  border-color: rgba(255, 255, 255, 0.15);
}

.card .card-header .card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-actions .card-header {
  height: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.card-header-actions .card-header .dropdown-menu {
  margin-top: 0;
  top: 0.5625rem !important;
}

.card-collapsable .card-header[data-bs-toggle=collapse],
.card-collapsable .card-header[data-toggle=collapse] {
  display: flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.card-collapsable .card-header[data-bs-toggle=collapse] .card-collapsable-arrow,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow {
  height: 0.9rem;
  width: 0.9rem;
  display: inline-flex;
  font-size: 0.9rem;
  transition: transform 0.1s ease-in-out;
}

.card-collapsable .card-header[data-bs-toggle=collapse] .card-collapsable-arrow svg,
.card-collapsable .card-header[data-bs-toggle=collapse] .card-collapsable-arrow i,
.card-collapsable .card-header[data-bs-toggle=collapse] .card-collapsable-arrow .feather,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow svg,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow i,
.card-collapsable .card-header[data-toggle=collapse] .card-collapsable-arrow .feather {
  height: 0.9rem;
  width: 0.9rem;
}

.card-collapsable .card-header[data-bs-toggle=collapse].collapsed,
.card-collapsable .card-header[data-toggle=collapse].collapsed {
  border-radius: 0.35rem;
}

.card-collapsable .card-header[data-bs-toggle=collapse].collapsed .card-collapsable-arrow,
.card-collapsable .card-header[data-toggle=collapse].collapsed .card-collapsable-arrow {
  transform: rotate(-90deg);
}













.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}

.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  color: #a7aeb8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}

.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}

.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #f2f6fc;
  }

  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}

.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translateX(0.875rem);
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}








.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}

.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  color: #a7aeb8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}

.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}

.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }

  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #f2f6fc;
  }

  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}

.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translateX(0.875rem);
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}

.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 4rem;
  font-size: 0.7rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;

}






.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}


.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info-soft {
  --bs-bg-opacity: 1;
  background-color: rgb(247, 247, 247) !important;
}

.bg-warning-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-soft {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-soft-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}



.badge {
  font-size: .85em;
}




.table> :not(:first-child) {
  border-top: 0px solid currentColor;
}



.table_repartos {
  display: block;
  overflow: scroll;
  background-color: --bg--primary;
}


.wrap-tablagen {
  overflow-x: scroll;
}




.tablagen {
  display: table;
  border-spacing: 10px;

}

.fila {
  display: table-row;


}

.col_gen {
  display: table-cell;
  padding: 15px;
  background: #eeeef0e6;
  border-radius: 5px;
  min-width: 120px;
  font-size: 14px;
  border: 1px solid #d0d0d2e6;
}

.tablagen .anno {

  font-size: 12px;
  font-weight: 600;

}

.tablagen .porcen {
  font-size: 13px;
  font-weight: 400;
  color: #767e97;
}

.reparto_total {

  background-color: #fff;

}


.titulo_001 {
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}


.text-token {

  color: #069bf4e6;
  font-weight: 700;

}




.text-001 {
  color: #1a1a97;
}

.text-002 {
  color: #7c9199;
  font-size: 13px;
}

.text-003 {
  color: var(--bs-primary);
  font-size: 17px;
}



.bg-001 {
  background-color: #e4f9dee6;
  border: 2px solid #72bb6ce6;
}


.bg-002 {
  /* Próximo reparto */
  background-color: #b8dceae6;
  border: 2px solid #7ca1d0e6;
}



.small002 {
  font-size: 0.90rem;
}

.ult_actualizacion {
  font-size: 0.80rem;
  color: rgb(157, 158, 160);
}

.precio_token {

  font-size: 1.1rem;
  margin-right: 15px;
  color: #181a79;
  font-weight: 600;
}

.porcentaje_change {
  /*margin-left: 10px; */
  margin-bottom: 5px;
}



.total_token_valor {
  font-size: 0.90rem;
  font-weight: 900;
}




.bg-estado_001 {

  border: 3px solid #8fb8dde6;
  font-weight: 400;
  padding: .375rem .75rem;
  font-size: 0.90rem;
  border-radius: .25rem;

}




.copy_001 {

  background-color: #eff2f5;
  padding: 3px 5px;
  border-radius: .25rem;
  color: rgb(162, 163, 166);
  cursor: pointer;


}


.media img.media-object {
  height: 84px;
}







.col_gen_admin {
  display: table-cell;
  padding: 2px;
  background: #eeeef0e6;
  border-radius: 5px;
  min-width: 100px;
  font-size: 0.85rem13px;
  border: 1px solid #d0d0d2e6;
}

.tablagen_admin .anno {

  font-size: 12px;
  font-weight: 600;

}

.tablagen_admin .porcen {
  font-size: 12px;
  font-weight: 400;
  color: #767e97;
}

.text-003_admin {
  color: var(--bs-primary);
  font-size: 14px;
}

.cadena_x_001 {

  background-color: #f6f8fa;
  border: 1px solid rgb(206, 206, 218);
  padding: 1px 5px;
  border-radius: .25rem;
  color: rgb(35, 35, 36);
  font-size: 0.80rem;

}

.cadena_x_002 {

  font-size: 17px;
  background-color: #f0f0f0;
  border: 1px solid rgb(220, 224, 227);
  padding: 5px 10px;
  border-radius: .25rem;
  float: right;
  font-weight: 900;
  color: #868b8c;
  margin: 20px 0px;

}


li.borderless {
  border: 0 none;
}



.fsize-150 {
  font-size: 1.5rem;
}


.fsize-140 {
  font-size: 1.4rem;
}



.fsize-130 {
  font-size: 1.3rem;
}



.fsize-120 {
  font-size: 1.2rem;
}

.fsize-110 {
  font-size: 1.1rem;
}



.fsize-1 {
  font-size: 1rem;
}

.fsize-090 {
  font-size: 0.90rem;
}

.fsize-095 {
  font-size: 0.95rem;
}

.fsize-085 {
  font-size: 0.85rem;
}

.fsize-080 {
  font-size: 0.80rem;
}

.fsize-070 {
  font-size: 0.70rem;
}


.forms-studio {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.forms-studio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



























































:root {
  --bs-font-sans-serif: Poppins,
    Helvetica,
    "sans-serif";
  --bs-font-monospace: SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255,
        255,
        255,
        0.15),
      rgba(255,
        255,
        255,
        0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.90rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181C32;
  --bs-body-bg: #ffffff
}

*,
::after,
::before {
  box-sizing: border-box
}

body {
  margin: 0;
/*  font-family: Urbanist,Open Sans,sans-serif; */
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);

  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;



}

.body {
  background-image: url('http://ciudadvirtual-oficina.eu/assets_admin/img/fondo_001.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}






.timeline-label {
  position: relative;
}

.timeline-label:before {
  content: "";
  position: absolute;
  left: 66px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #eff2f5
}

.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}

.timeline-label .timeline-item:last-child {
  margin-bottom: 0
}

.timeline-label .timeline-label {
  width: 67px;
  flex-shrink: 0;
  position: relative;
  color: #3f4254;
}

.timeline-label .timeline-badge {
  flex-shrink: 0;
  background: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -.5rem;
  padding: 3px !important;
  border: 6px solid #fff !important
}

.timeline-label .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #eff2f5
}

.timeline-label .timeline-content {
  flex-grow: 1;
}

.placeholder-white-opacity-75::placeholder {
  color: rgba(255, 255, 255, .75)
}

.placeholder-white-opacity-75::-moz-placeholder {
  color: rgba(255, 255, 255, .75);
  opacity: 1
}

.item-border-hover {
  border: 1px solid #fff;
  border-radius: 6px
}

.item-border-hover:hover {
  border: 1px solid #eff2f5;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
  background-color: rgba(245, 248, 250, .3)
}

.item-border-hover:hover .label {
  background-color: #00a3ff !important;
  transition: color .2s ease, background-color .2s ease;
  color: #fff
}

.item-border-hover .label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px
}



.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8fb5ee;
  border-color: #7e96b9;
}





ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline>li {
  margin: 20px 18px;
  padding-left: 17px;
  border-radius: 9px;
  padding-right: 14px;
  margin-right: 5px;
}

ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}



.float-right {
  float: right !important;
}




.active-timeline {
  background-color: #e0e6ea;
  padding: 15px 5px;
}


.nav-pills .nav-link {
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .25rem;
  background-color: #f0f9ff;
  border: 1px solid #d2e0f2;
  margin-right: 5px;
  margin-bottom: .5rem;
  cursor: pointer;
}



















/* GIGALAND   */


.post-image img {
  width: 100%;
  margin-bottom: 0px;
}

.post-content img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post-text {
  padding-top: 0px;
}







.fqZiSi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(211, 211, 211);
  border-radius: 16px;
  display: block;
  height: 0px;
  max-width: 100%;
  position: relative;
  width: 100%;
}



.ftOUaZ {
  margin-bottom: 10px;
  padding-top: 56.25%;
}




.fqZiSi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(211, 211, 211);
  border-radius: 16px;
  display: block;
  height: 0px;
  max-width: 100%;
  position: relative;
  width: 100%;
}


.fMFSZK {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 5;
}





.ibcoxI {
  -moz-box-align: center;
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-weight: 600;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 12px;
  height: 22px;
  padding: 2px 12px;
  background-color: rgb(56, 97, 251);
  color: rgb(255, 255, 255);
}

.GtPaz {
  margin-right: 8px;
  margin-bottom: 16px;
}


.p-tagline,
.p-title {
  font-family: var(--body-font);
  background: rgba(var(--primary-color-rgb), .2);
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  /*! letter-spacing: 2px; */
  line-height: 10px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}




.p-tagline {
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-right: 8px;
  right: 20px;
  border-radius: 5px;
  background-color: rgb(21, 41, 107);
  color: white;

}



.post-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}




.ghfBCu {
  flex-direction: column;
  -moz-box-align: start;
  align-items: start;
  height: 100%;
  display: flex;
}


.jZHrE {
  position: relative;
  height: 100%;
}

.iXxiMt {
  display: block;
}



.jzZbpr {
  margin-bottom: 24px;
  flex: 1 1 0%;
  width: 100%;
}



.demo {
  font-weight: 700;
}



.text-muted2 {
  color: #a1aeb9 !important;
}



#search_text {

  border-color: #0061f2;

}



































.mt-100 {
  margin-top: 100px
}

.mb-100 {
  margin-bottom: 100px
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid transparent;
  border-radius: 0px
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card .card-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 10px
}

.comment-widgets {
  position: relative;
  margin-bottom: 10px
}

.comment-widgets .comment-row {
  border-bottom: 1px solid transparent;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0
}

.p-2 {
  padding: 0.5rem !important
}

.comment-text . {
  padding-left: 15px
}

.w-100 {
  width: 100% !important
}

.m-b-15 {
  margin-bottom: 15px
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 1px
}

.btn-cyan {
  color: #fff;
  background-color: #27a9e3;
  border-color: #27a9e3
}

.btn-cyan:hover {
  color: #fff;
  background-color: #1a93ca;
  border-color: #198bbe
}

.comment-widgets .comment-row:hover {
  background: rgba(0, 0, 0, 0.05)
}





.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d5dee6 1px;
  outline: 0
}


.text-rastreo {
  color: #c055ee;
}




#mostrar {

  width: 800px;
  vertical-align: middle;
  position: absolute;
  top: 90px;
  z-index: 10000;
  background-color: white;
  left: 70px;



}



.bg-tareas_objeto {

  background-color: beige;

}

.p-buttom {
  padding: .175rem .75rem;
}


































/*
.border-card {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); 
  transition: all 0.25s ease;
}
  */

.border-card:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.border-card.over {
  background: rgba(70, 222, 151, 0.15);
  padding-top: 24px;
  padding-bottom: 24px;
  border: 2px solid #47DE97;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0), 0 5px 10px 0 rgba(0, 0, 0, 0);
}

.border-card.over .card-type-icon {
  color: #47DE97 !important;
}

.border-card.over p {
  color: #47DE97 !important;
}

.content-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease;
}

.min-gap {
  flex: 0 0 40px;
}

.card-type-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 16px;
  font-weight: 400;
  color: #323232;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.25s ease;
}

.card-type-icon.with-border {
  color: #aeaeae;
  border: 1px solid #eaeaea;
}

.card-type-icon i {
  line-height: 40px;
}

.label-group {
  white-space: nowrap;
  overflow: hidden;
}

.label-group.fixed {
  flex-shrink: 0;
}

.label-group p {
  margin: 0px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.label-group p.title {
  color: #323232;
  font-weight: 500;
}

.label-group p.title.cta {
  text-transform: uppercase;
}


.label-group p.caption {
  font-weight: 500;
  color: #0b70ca;
}


.end-icon {
  margin-left: 16px;
}













ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



/*START UL > LI COLUMNS CLASSES*/
.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.list-three-col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media (max-width: 767px) {
  .list-three-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media (max-width: 481px) {
  .list-three-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.list-four-col {
  line-height: 25px;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

@media (max-width: 767px) {
  .list-four-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media (max-width: 481px) {
  .list-four-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}





blockquote {

  background-color: #eef0f2;
  padding: 20px 50px;
}


h2 {
  font-weight: 700;
}























.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}




.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.media .avatar {
  flex-shrink: 0;
}

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

.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.25rem;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
}

.avatar2 {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 66px;
  text-align: center;
  border-radius: 5%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
}


.avatar3 {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 150px;
  line-height: 66px;
  text-align: center;
  border-radius: 5%;
  background-color: #f5f6f7;
  color: #8b95a5;
  text-transform: uppercase;
}



.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}



.mt-n1 {
  margin-top: -0.25rem !important;
}

.cursor-pointer {
  cursor: pointer;
}



.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}





.messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.messages .message-item .box001 {
  display: flex;
}

.messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.messages .message-item:hover {
  background-color: #f6f9ff;
}

/*
.news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
*/


.news h4 {
  font-size: 15px;
  /*margin-left: 95px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.news h4 a {
  color: #012970;
  transition: 0.3s;
}

.news h4 a:hover {
  color: #4154f1;
}

.news p {
  font-size: 14px;
  color: #777777;
  /*margin-left: 95px; */
}


.messages .message-item .bos001 {
  display: flex;
}






























.zabuto_calendar {
  margin-top: 10px;
  clear: both;
}

.zabuto_calendar .table {
  width: 100%;
}

.zabuto_calendar .table tr th,
.zabuto_calendar .table tr td {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
}

.zabuto_calendar .table tr th {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
}

.zabuto_calendar .table tr td {}

/* tr.calendar-month-header */
.zabuto_calendar .table tr.calendar-month-header {}

.zabuto_calendar .table tr.calendar-month-header th:first-child {
  border-left: 1px solid #e5e5e5;
}

.zabuto_calendar .table tr.calendar-month-header th:last-child {
  border-right: 1px solid #e5e5e5;
}

.zabuto_calendar .table tr.calendar-month-header th {
  border-style: none;
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 9px;
  padding-bottom: 9px;
}

.zabuto_calendar .table tr.calendar-month-header th span {
  display: inline-block;
}

.zabuto_calendar .table tr.calendar-month-header th .calendar-month-navigation {
  cursor: pointer;
}

.zabuto_calendar .table tr.calendar-month-header th .calendar-month-navigation span {}

.zabuto_calendar .table tr.calendar-month-header th .calendar-month-navigation span span {}

.zabuto_calendar .table tr.calendar-month-header th>span {}

/* tr.calendar-week-header */

.zabuto_calendar .table tr.calendar-week-header th {
  background-color: #f0f0f0;
}

.zabuto_calendar .table tr.calendar-week-header th,
.zabuto_calendar .table tr.calendar-week td {
  width: 14%;
}

/* tr.calendar-week */
.zabuto_calendar .table tr.calendar-week {}

.zabuto_calendar .table tr.calendar-week td {
  height: 100px;
  padding: 0 2px 2px;
  vertical-align: top !important;
  font-size: 10px;
  line-height: 10px;
}

.zabuto_calendar .table tr.calendar-week td.clickable-cell {
  cursor: cell;
}

.zabuto_calendar .table tr.calendar-week td.clickable-cell:hover {
  background-color: #ddecfd;
}

.zabuto_calendar .table tr.calendar-week td.today-cell {
  background-color: #2f9fe0;
}

.zabuto_calendar .table tr.calendar-week td i.day-number {
  display: block;
  text-align: right;
  font-weight: normal;
  font-style: normal;
}

.zabuto_calendar .table tr.calendar-week td.today-cell i.day-number {
  color: #ffffff;
}

.zabuto_calendar .table tr.calendar-week td div {}

.zabuto_calendar .table tr.calendar-week td div.events {}

.zabuto_calendar .table tr.calendar-week td div.events span.badge {
  width: 100%;
  text-align: left;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  white-space: normal !important;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-box-shadow: 1px 1px 3px 0px #666666;
  -webkit-box-shadow: 1px 1px 3px 0px #666666;
  -o-box-shadow: 1px 1px 3px 0px #666666;
  box-shadow: 1px 1px 3px 0px #666666;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=134, Strength=3);
}

div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right;
}

div.zabuto_calendar div.legend span {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}




.news .post-item+.post-item {
  margin-top: 15px;
}




.portada img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.news h4 {
  font-size: 15px;
/*  margin-left: 95px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.news h4 a {
  color: #012970;
  transition: 0.3s;
}

.news h4 a:hover {
  color: #4154f1;
}

.news .div {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}



.bg-custom_001 {
  --bs-bg-opacity: 1;
  background-color: #071737;
}



.label-certificado {

  float: left;

}


.triangulo {
  width: 0;
  height: 0;
  border-left: 100px solid #f0ad4e;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  float: left;
}


.re-DetailEnergyCertificate-item {
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 2px 8px 2px 9px;
  position: relative;
  width: 30px;
  background: #000;
  float: left;
  font-size: 17px;
}







.energy-a {

  background: #0F8A44;
}

.energy-b {

  background: #1FA942;
}

.energy-c {

  background: #8FC334;
}

.energy-d {

  background: #E9E421;
}

.energy-e {

  background: #EFAC19;
}

.energy-f {

  background: #E38C58;
}

.energy-g {

  background: #E12826;
}




.energy-ta {

  color: #0F8A44;
  border-left: 30px solid #0F8A44;
}

.energy-tb {

  color: #1FA942;
  border-left: 30px solid #1FA942;
}

.energy-tc {

  color: #8FC334;
  border-left: 30px solid #8FC334;
}

.energy-td {

  color: #E9E421;
  border-left: 30px solid #E9E421;
}

.energy-te {

  color: #EFAC19;
  border-left: 30px solid #EFAC19;
}

.energy-tf {

  color: #E38C58;
  border-left: 30px solid #E38C58;
}

.energy-tg {

  color: #E12826;
  border-left: 30px solid #E12826;
}






.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}





.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}



.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}


.popover {
  z-index: 1070;
}


































.caption-text {
  letter-spacing: .2em;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

.property-entry {
  -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.property-entry .property-body {
  position: relative;
}

.property-entry .property-favorite {
  position: absolute;
  border-radius: 50%;
  top: -60px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
}

.property-entry .property-favorite span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.property-entry .property-favorite:hover,
.property-entry .property-favorite.active {
  background: #f23a2e;
  color: #fff;
}

.property-entry .offer-type-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 8;
}

.property-entry .property-thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
}

.property-entry .property-thumbnail .offer-type {
  display: block;
  margin-bottom: 5px;
  padding: 1px 7px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
  border-radius: 4px;
}

.property-entry .property-thumbnail img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.property-entry .property-title {
  font-size: 1.2rem;
}

.property-entry .property-title a {
  color: #000;
}

.property-entry .property-location {
  font-size: .9rem;
}

.property-entry .property-location .property-icon {
  color: rgba(0, 0, 0, 0.3);
}

.property-entry .property-specs-number {
  font-size: 1.2rem;
  color: #000;
}

.property-entry .property-specs-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-entry .property-specs-wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.property-entry .property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
}

.property-entry .property-price {
  font-size: 1.3rem;
}

.property-entry.horizontal .property-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.property-entry.horizontal .property-favorite {
  top: auto !important;
  right: auto !important;
  left: -70px !important;
}

@media (max-width: 991.98px) {
  .property-entry.horizontal .property-favorite {
    left: auto !important;
    top: -60px !important;
    right: 10px !important;
  }
}

.property-entry:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.property-specs-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.property-specs-wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.property-specs {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .1em;
}

.property-price {
  font-size: 1.3rem;
}

.site-section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .1em;
}



.property-body {
  padding: 40px;
}



















/** MAIN TITLE AREA START **/
.main-title {
  text-align: center;
  margin-bottom: 40px;
}

.main-title h1 {
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 27px;
}

.main-title h1 span {
  font-weight: 700;
}

.main-title p {
  font-size: 17px;
  margin-bottom: 0;
}

/** MAIN TITLE 2 AREA START **/
.main-title-2 {
  margin-bottom: 40px;
}

.main-title-2 h1 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 30px;
  text-transform: uppercase;
}

.main-title-2 p {
  font-size: 18px;
  margin-bottom: 13px;
}

.main-title-2 .title-border {
  height: 7px;
  width: 120px;
  background: transparent;
  border-radius: 10px;
  margin: 0 auto 0 0;
}

.main-title-2 .title-border-inner {
  height: 7px;
  width: 7px;
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  border-radius: 10px;
  float: left;
  margin: 0 3px;
}

.main-title-2 .title-border.tb2 {
  margin: 0 auto 0 0;
}

@keyframes nudge {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(50px, 0);
  }

  80% {
    transform: translate(20px, 0);
  }
}

/** MAIN TITLE 3 AREA START **/
.main-title-3 {
  margin-bottom: 40px;
  text-align: center;
}

.main-title-3 h1 {
  font-weight: 700;
  margin: 0;
  font-size: 30px;
}

.main-title-3 .section-subtitle {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  position: relative;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.main-title-3 .section-subtitle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  border-radius: 25px;
  opacity: 0.1;
}

/** MAIN TITLE 4 AREA START **/
.main-title-4 {
  margin-bottom: 20px;
}

.main-title-4 h1 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}

.main-title-4 h1 a {
  color: #212121;
}

.main-title-4 h1 span {
  font-weight: 600;
}

/** MAIN TITLE 5 AREA START **/
.main-title-5 h1 {
  color: #fff;
}

.main-title-5 p {
  color: #fff;
}

/** PROPERTY AREA START **/
.property {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;

}

.property:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.property:hover .property-overlay {
  background: linear-gradient(0, #a7a6d696, rgb(255 255 255 / 0%));
}

.property:hover .overlay-link {
  display: inline-block;
}

.property .hp-1 {
  height: 250px;
}

.property:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-img {
  position: relative;
  display: block;
  overflow: hidden;
  object-fit: cover;
}

.property-img:before {
  content: "";
  top: 0;
  position: absolute;
  /*  height: 100%; */
  width: 100%;
  z-index: 0;
  background: linear-gradient(to top, rgb(35 35 37 / 66%) 0%, rgb(35 35 37 / 13%) 35%, rgb(255 255 255 / 0%) 60%, rgb(255 255 255 / 0%) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
  object-fit: cover;
}

.img-fluid {
  object-fit: cover;
}


.property-tag {
  position: absolute;
}

.property-tag.sale {
  right: 15px;
  top: 15px;
}

.property-tag.featured {
  left: 15px;
  margin-top: 15px;
}

.property-price {
  color: #fff;
  position: absolute;
  font-weight: 600;
  font-size: 20px;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.property .button,
input[type="submit"] {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px 4px;
  border-radius: 2px;
  color: #fff;
  border: none;
  background-color: rgb(0 0 0 / 25%);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 20;
}

.property-content {
  padding: 20px;
}

.property-content .title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}

.property-content .title a:hover {
  color: #4a4747;
}

.property-content p {
  margin: 10px 0 20px;
}

.ratings {
  color: orange;
  font-size: 12px;
}

.property-content .property-address {
  margin: 0 0 15px;
}

.property-content .property-address a {
  font-size: 15px;
  color: #242424;
}

.property-content .property-address a i {
  margin-right: 3px;
}

.property-content .facilities-list {
  padding: 0;
  margin: 0;
}

.property-content .facilities-list li {
  width: 33%;
  float: left;
  font-size: 15px;
  line-height: 29px;
}

.property-content .facilities-list li i {
  font-size: 14px;
  font-weight: 400;
}

.property-content .fl-2 li {
  width: 50%;
}

.property-content .property-footer {
  border-top: solid 1px #f1f1f1;
  padding: 17px 20px;
  color: #242424;
  font-size: 15px;
}

.property-content .property-footer .right {
  float: right;
}

.property-content .property-footer a {
  color: #242424;
}

.property-content .property-footer i {
  margin-right: 5px;
}

.property-footer a {
  color: #4a4747;
}

.properties-panel-box .panel-default {
  border-color: transparent;
}

.panel {
  background: transparent;
}

.properties-panel-box .panel {
  margin-bottom: 0;
  box-shadow: none;
}

.properties-panel-box .panel-body {
  padding: 0;
}

.property .col-pad {
  padding: 0;
}

.property-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.property-overlay {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-link {
  color: #fff;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin: 3px;
  cursor: pointer;
  display: none;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
  color: #fff;
}

.overlay-link:hover {
  color: #fff;
}

.property-img:hover .property-overlay {
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.property-img:hover .overlay-link {
  display: inline-block;
}

.property .hp-2 {
  height: 249px;
}

.property .property-content {
  padding: 0px !important;
}

.property .property-content .info {
  padding: 30px 25px 25px;
}

/** FP2 STARTED**/
.fp2 {
  -webkit-transition: .5s;
  transition: .5s;
  transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.fp2:hover .featured {
  transform: rotateY(360deg);
}

.fp2 .featured {
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1); */
}

.fp2:hover .sale {
  transform: rotateY(360deg);
}

.fp2 .sale {
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1); */
}

/** MODAL BODY DESIGN STARTED**/
.modal-raw {
  display: flex;
}

.modal-left,
.modal-right {
  flex: 1;
}

.property-modal .modal-left {
  padding: 0;
}

.property-modal img {
  height: 550px !important;
}

.property-modal .modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

.property-modal .carousel-control-next {
  background: #423b3b57;
  width: 30px;
  height: 45px;
  border-radius: 2px;
  top: 45%;
  margin: 3px;
  opacity: 1;
}

.property-modal .carousel-control-prev {
  background: #423b3b57;
  width: 30px;
  height: 45px;
  border-radius: 2px;
  top: 45%;
  margin: 3px;
  opacity: 1;
}

.property-modal .carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.modal-right-content h2 {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 23px;
}

.modal-right-content .location {
  margin-bottom: 20px;
}

.property-modal .modal-header {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: none;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  outline: none;
  background: #3a3a3a;
  opacity: 1;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}

.property-modal .modal-body {
  padding: 0;
  background: #fff;
}

.modal-right {
  padding: 0;
  border-top: 1px solid #EEE;
}

#modalCarousel .carousel-item {
  max-height: 240px;
}

.modal-left-content {}

.modal-left-content img {
  width: 100%;
  height: 100%;
}

.modal-left-content .control {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  bottom: 0px;
  opacity: 1;
}

.modal-left-content .carousel-inner {
  display: flex;
}

.modal-left-content .carousel-inner .item {
  flex: 1;
}

.modal-left-content .item img {
  width: 100%;
}

.modal-left-content iframe {
  border: none;
  width: 100%;
  height: 550px !important;
  display: block;
}

.modal-left-content .control:hover {
  opacity: 1;
}

.modal-left-content .control-prev {
  right: 30px;
}

.modal-left-content .control-next {
  right: 0;
}

.modal-left-content .description {
  padding: 40px 25px;
}

.modal-right-content .bullets {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  columns: 2;
}

.modal-right-content .bullets li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.modal-right-content .bullets li i {
  left: 0;
  position: absolute;
  top: 0;
}

.modal-right-content .heading p {
  margin-bottom: 0;
}

.modal-right-content .comon-section {
  padding: 20px 30px;
  border-bottom: solid 1px #bbbbbb73;
}

.modal-right-content p {
  font-size: 15px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-right-content {
  padding: 10px 0;
}

.modal-right-content .price {
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.modal-right-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #262525;
}

.modal-right-content dl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
}

.modal-right-content dl dt {
  float: left;
  font-weight: 500;
}

.modal-right-content .cs-none {
  border-bottom: none;
}

.modal-right-content dl dd {
  text-align: right;
  margin-bottom: 5px;
}

.property-modal .modal-content
/** MODAL BODY DESIGN ENDED **/

/** Featured tag2 AREA START **/
.featured-tag2:hover i {
  transform: rotateY(360deg);
}










.popular-posts-box h4 {
  font-size: 16px;
  margin: 0 0 0px;
  font-weight: 600;
}



.popular-posts-box img {
  width: 50px;
}

.property-content p {
  margin: 0px 0 10px;
}



.property-content .facilities-list li {
  width: 25%;
  float: left;
  font-size: 15px;
  line-height: 29px;
}


.property-content .title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px;
}




.property .property-content .info {
  padding: 15px 25px 10px;
}


.property .hp-1 {
  height: 280px;
}


.img-responsive {
  width: 120%;
}






/* Icono de favorita del usuario */

.fp_footer a.icon{
  border-radius: 40px;
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  background-color: #F4F4F4;
  cursor: pointer;
}
.fp_footer a:hover .icon{
  background-color: #F4F4F4;
}
.fp_footer a .icon span{
  color: #696969;
}






.disable {
  /* Note: pointer-events not supported by IE10 and under */
  pointer-events: none;
  opacity: 0.4;
}

/* Disable scrolling on child elements */
.disable div,
.disable textarea {
  overflow: hidden;
}






































/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
  color: #4154f1;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #4154f1;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}






















.message+.message {
  margin-top: 1rem
}

@media (min-width: 992px) {
  .message+.message {
      margin-top:1.5rem
  }
}

.message-divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center
}

@media (min-width: 992px) {
  .message-divider {
      margin-top:2rem;
      margin-bottom: 2rem
  }
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.message.message-out {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.message-inner {
  margin-left: .5rem
}

@media (min-width: 768px) {
  .message-inner {
      margin-left:1rem
  }
}

.message-out .message-inner {
  margin-left: 0;
  margin-right: .5rem
}

@media (min-width: 768px) {
  .message-out .message-inner {
      margin-right:1rem
  }
}

.message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.message-content+.message-content {
  margin-top: .75rem
}

.message-out .message-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.message-gallery,.message-text {
  overflow: hidden;
  margin-right: .25rem
}

.message-out .message-gallery,.message-out .message-text {
  margin-left: .25rem;
  margin-right: 0
}

.message-text {
  background: #f6f9fb;
  border-radius: .6rem;
  padding: 1rem 1.25rem;
  color: #95aac9
}

.message-out .message-text {
  background: #2787f5;
  border-radius: .6rem;
  color: #fff
}

.message-content:not(:last-child) .message-text {
  border-bottom-left-radius: .25rem
}

.message-out .message-content:not(:last-child) .message-text {
  border-bottom-left-radius: .6rem;
  border-bottom-right-radius: .25rem
}

.message-content:not(:first-child) .message-text {
  border-top-left-radius: .15rem
}

.message-out .message-content:not(:first-child) .message-text {
  border-top-left-radius: .6rem;
  border-top-right-radius: .15rem
}

.message-footer {
  line-height: 1.3;
  margin-top: .25rem
}

.message-out .message-footer {
  text-align: right
}

.message-inner {
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (min-width: 992px) {
  .message-inner {
      max-width:70%
  }
}

@media (min-width: 1200px) {
  .message-inner {
      max-width:50%
  }
}

@media (min-width: 1440px) {
  .message-inner {
      max-width:45%
  }
}





.list-group-item
{
  border: 1px solid rgba(170, 168, 168, 0.13);
}


















.w-25 {
  width:25%!important
}
.w-50 {
  width:50%!important
}
.w-75 {
  width:75%!important
}
.w-100 {
  width:100%!important
}
.w-auto {
  width:auto!important
}
.w-1px {
  width:1px!important
}
.w-2px {
  width:2px!important
}
.w-3px {
  width:3px!important
}
.w-4px {
  width:4px!important
}
.w-5px {
  width:5px!important
}
.w-6px {
  width:6px!important
}
.w-7px {
  width:7px!important
}
.w-8px {
  width:8px!important
}
.w-9px {
  width:9px!important
}
.w-10px {
  width:10px!important
}
.w-15px {
  width:15px!important
}
.w-20px {
  width:20px!important
}
.w-25px {
  width:25px!important
}
.w-30px {
  width:30px!important
}
.w-35px {
  width:35px!important
}
.w-40px {
  width:40px!important
}
.w-45px {
  width:45px!important
}
.w-50px {
  width:50px!important
}
.w-55px {
  width:55px!important
}
.w-60px {
  width:60px!important
}
.w-65px {
  width:65px!important
}
.w-70px {
  width:70px!important
}
.w-75px {
  width:75px!important
}
.w-80px {
  width:80px!important
}
.w-85px {
  width:85px!important
}
.w-90px {
  width:90px!important
}
.w-95px {
  width:95px!important
}
.w-100px {
  width:100px!important
}
.w-125px {
  width:125px!important
}
.w-150px {
  width:150px!important
}
.w-175px {
  width:175px!important
}
.w-200px {
  width:200px!important
}
.w-225px {
  width:225px!important
}
.w-250px {
  width:250px!important
}
.w-275px {
  width:275px!important
}
.w-300px {
  width:300px!important
}
.w-325px {
  width:325px!important
}
.w-350px {
  width:350px!important
}
.w-375px {
  width:375px!important
}
.w-400px {
  width:400px!important
}
.w-425px {
  width:425px!important
}
.w-450px {
  width:450px!important
}
.w-475px {
  width:475px!important
}
.w-500px {
  width:500px!important
}
.w-550px {
  width:550px!important
}
.w-600px {
  width:600px!important
}
.w-650px {
  width:650px!important
}
.w-700px {
  width:700px!important
}
.w-750px {
  width:750px!important
}
.w-800px {
  width:800px!important
}
.w-850px {
  width:850px!important
}
.w-900px {
  width:900px!important
}
.w-950px {
  width:950px!important
}
.w-1000px {
  width:1000px!important
}
.mw-unset {
  max-width:unset!important
}
.mw-25 {
  max-width:25%!important
}
.mw-50 {
  max-width:50%!important
}
.mw-75 {
  max-width:75%!important
}
.mw-100 {
  max-width:100%!important
}
.mw-auto {
  max-width:auto!important
}
.mw-1px {
  max-width:1px!important
}
.mw-2px {
  max-width:2px!important
}
.mw-3px {
  max-width:3px!important
}
.mw-4px {
  max-width:4px!important
}
.mw-5px {
  max-width:5px!important
}
.mw-6px {
  max-width:6px!important
}
.mw-7px {
  max-width:7px!important
}
.mw-8px {
  max-width:8px!important
}
.mw-9px {
  max-width:9px!important
}
.mw-10px {
  max-width:10px!important
}
.mw-15px {
  max-width:15px!important
}
.mw-20px {
  max-width:20px!important
}
.mw-25px {
  max-width:25px!important
}
.mw-30px {
  max-width:30px!important
}
.mw-35px {
  max-width:35px!important
}
.mw-40px {
  max-width:40px!important
}
.mw-45px {
  max-width:45px!important
}
.mw-50px {
  max-width:50px!important
}
.mw-55px {
  max-width:55px!important
}
.mw-60px {
  max-width:60px!important
}
.mw-65px {
  max-width:65px!important
}
.mw-70px {
  max-width:70px!important
}
.mw-75px {
  max-width:75px!important
}
.mw-80px {
  max-width:80px!important
}
.mw-85px {
  max-width:85px!important
}
.mw-90px {
  max-width:90px!important
}
.mw-95px {
  max-width:95px!important
}
.mw-100px {
  max-width:100px!important
}
.mw-125px {
  max-width:125px!important
}
.mw-150px {
  max-width:150px!important
}
.mw-175px {
  max-width:175px!important
}
.mw-200px {
  max-width:200px!important
}
.mw-225px {
  max-width:225px!important
}
.mw-250px {
  max-width:250px!important
}
.mw-275px {
  max-width:275px!important
}
.mw-300px {
  max-width:300px!important
}
.mw-325px {
  max-width:325px!important
}
.mw-350px {
  max-width:350px!important
}
.mw-375px {
  max-width:375px!important
}
.mw-400px {
  max-width:400px!important
}
.mw-425px {
  max-width:425px!important
}
.mw-450px {
  max-width:450px!important
}
.mw-475px {
  max-width:475px!important
}
.mw-500px {
  max-width:500px!important
}
.mw-550px {
  max-width:550px!important
}
.mw-600px {
  max-width:600px!important
}
.mw-650px {
  max-width:650px!important
}
.mw-700px {
  max-width:700px!important
}
.mw-750px {
  max-width:750px!important
}
.mw-800px {
  max-width:800px!important
}
.mw-850px {
  max-width:850px!important
}
.mw-900px {
  max-width:900px!important
}
.mw-950px {
  max-width:950px!important
}
.mw-1000px {
  max-width:1000px!important
}
.vw-100 {
  width:100vw!important
}
.min-vw-100 {
  min-width:100vw!important
}
.h-unset {
  height:unset!important
}
.h-25 {
  height:25%!important
}
.h-50 {
  height:50%!important
}
.h-75 {
  height:75%!important
}
.h-100 {
  height:100%!important
}
.h-auto {
  height:auto!important
}
.h-1px {
  height:1px!important
}
.h-2px {
  height:2px!important
}
.h-3px {
  height:3px!important
}
.h-4px {
  height:4px!important
}
.h-5px {
  height:5px!important
}
.h-6px {
  height:6px!important
}
.h-7px {
  height:7px!important
}
.h-8px {
  height:8px!important
}
.h-9px {
  height:9px!important
}
.h-10px {
  height:10px!important
}
.h-15px {
  height:15px!important
}
.h-20px {
  height:20px!important
}
.h-25px {
  height:25px!important
}
.h-30px {
  height:30px!important
}
.h-35px {
  height:35px!important
}
.h-40px {
  height:40px!important
}
.h-45px {
  height:45px!important
}
.h-50px {
  height:50px!important
}
.h-55px {
  height:55px!important
}
.h-60px {
  height:60px!important
}
.h-65px {
  height:65px!important
}
.h-70px {
  height:70px!important
}
.h-75px {
  height:75px!important
}
.h-80px {
  height:80px!important
}
.h-85px {
  height:85px!important
}
.h-90px {
  height:90px!important
}
.h-95px {
  height:95px!important
}
.h-100px {
  height:100px!important
}
.h-125px {
  height:125px!important
}
.h-150px {
  height:150px!important
}
.h-175px {
  height:175px!important
}
.h-200px {
  height:200px!important
}
.h-225px {
  height:225px!important
}
.h-250px {
  height:250px!important
}
.h-275px {
  height:275px!important
}
.h-300px {
  height:300px!important
}
.h-325px {
  height:325px!important
}
.h-350px {
  height:350px!important
}
.h-375px {
  height:375px!important
}
.h-400px {
  height:400px!important
}
.h-425px {
  height:425px!important
}
.h-450px {
  height:450px!important
}
.h-475px {
  height:475px!important
}
.h-500px {
  height:500px!important
}
.h-550px {
  height:550px!important
}
.h-600px {
  height:600px!important
}
.h-650px {
  height:650px!important
}
.h-700px {
  height:700px!important
}
.h-750px {
  height:750px!important
}
.h-800px {
  height:800px!important
}
.h-850px {
  height:850px!important
}
.h-900px {
  height:900px!important
}
.h-950px {
  height:950px!important
}
.h-1000px {
  height:1000px!important
}
.mh-unset {
  max-height:unset!important
}
.mh-25 {
  max-height:25%!important
}
.mh-50 {
  max-height:50%!important
}
.mh-75 {
  max-height:75%!important
}
.mh-100 {
  max-height:100%!important
}
.mh-auto {
  max-height:auto!important
}
.mh-1px {
  max-height:1px!important
}
.mh-2px {
  max-height:2px!important
}
.mh-3px {
  max-height:3px!important
}
.mh-4px {
  max-height:4px!important
}
.mh-5px {
  max-height:5px!important
}
.mh-6px {
  max-height:6px!important
}
.mh-7px {
  max-height:7px!important
}
.mh-8px {
  max-height:8px!important
}
.mh-9px {
  max-height:9px!important
}
.mh-10px {
  max-height:10px!important
}
.mh-15px {
  max-height:15px!important
}
.mh-20px {
  max-height:20px!important
}
.mh-25px {
  max-height:25px!important
}
.mh-30px {
  max-height:30px!important
}
.mh-35px {
  max-height:35px!important
}
.mh-40px {
  max-height:40px!important
}
.mh-45px {
  max-height:45px!important
}
.mh-50px {
  max-height:50px!important
}
.mh-55px {
  max-height:55px!important
}
.mh-60px {
  max-height:60px!important
}
.mh-65px {
  max-height:65px!important
}
.mh-70px {
  max-height:70px!important
}
.mh-75px {
  max-height:75px!important
}
.mh-80px {
  max-height:80px!important
}
.mh-85px {
  max-height:85px!important
}
.mh-90px {
  max-height:90px!important
}
.mh-95px {
  max-height:95px!important
}
.mh-100px {
  max-height:100px!important
}
.mh-125px {
  max-height:125px!important
}
.mh-150px {
  max-height:150px!important
}
.mh-175px {
  max-height:175px!important
}
.mh-200px {
  max-height:200px!important
}
.mh-225px {
  max-height:225px!important
}
.mh-250px {
  max-height:250px!important
}
.mh-275px {
  max-height:275px!important
}
.mh-300px {
  max-height:300px!important
}
.mh-325px {
  max-height:325px!important
}
.mh-350px {
  max-height:350px!important
}
.mh-375px {
  max-height:375px!important
}
.mh-400px {
  max-height:400px!important
}
.mh-425px {
  max-height:425px!important
}
.mh-450px {
  max-height:450px!important
}
.mh-475px {
  max-height:475px!important
}
.mh-500px {
  max-height:500px!important
}
.mh-550px {
  max-height:550px!important
}
.mh-600px {
  max-height:600px!important
}
.mh-650px {
  max-height:650px!important
}
.mh-700px {
  max-height:700px!important
}
.mh-750px {
  max-height:750px!important
}
.mh-800px {
  max-height:800px!important
}
.mh-850px {
  max-height:850px!important
}
.mh-900px {
  max-height:900px!important
}
.mh-950px {
  max-height:950px!important
}
.mh-1000px {
  max-height:1000px!important
}
.vh-100 {
  height:100vh!important
}
.min-vh-100 {
  min-height:100vh!important
}



.table {
  font-weight: 500;
}







.box {
  display: flex;
}
.push {
  margin-left: auto;
}










.top-selling-table,
.top-selling-table{
  vertical-align: middle;
  padding: 10px 5px;
}
.top-selling-table .min-width {
  min-width: 80px;
  white-space: nowrap;
}
.top-selling-table .form-check-input[type=checkbox] {
  margin-left: 5px;
}
.top-selling-table .form-check-input[type=checkbox]:checked {
  background-color: #365CF5;
  border-color: #365CF5;
}
.top-selling-table .product {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.top-selling-table .product .image {
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
  max-width: 50px;
  width: 100%;
  height: 50px;
}
.top-selling-table .product .image img {
  width: 100%;
}
.top-selling-table .product p {
  width: 100%;
}





.modal-title {
  font-weight: 600;
}






.btn-light2 {
  color: #000;
  background-color: #e2e4e6;
  border-color: #f8f9fa;
}

.btn-light2:hover {
  color: #000;
  background-color: #bbbbbb;
  border-color: #e0e0e0;
}


.btn-light3 {
  color: #fff;
  background-color: #71a4d9;
  border-color:#4c87c2;
}


.btn-light3:hover {
  color: #ffffff;
  background-color: #0f357e;
  border-color: #4188c2;
}


.btn-perfiles-admin .active{
  color: #ffffff;
  background-color: #0f357e;
  border-color: #4188c2;
}



div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}












































































.avatar {
  --tblr-avatar-size:2.5rem;
  --tblr-avatar-bg:var(--bs-body-bg);
  --tblr-avatar-shadow:inset rgba(var(--tblr-body-color-rgb), 0.04) 0 0 0 1px;
  position:relative;
  width:var(--tblr-avatar-size);
  height:var(--tblr-avatar-size);
  font-size:calc(var(--tblr-avatar-size)/ 2.8571428572);
  font-weight:var(--tblr-font-weight-medium);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--tblr-muted);
  text-align:center;
  text-transform:uppercase;
  vertical-align:bottom;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  /* background: var(--tblr-avatar-bg) no-repeat center/cover; */
  background:rgba(1, 41, 112, 0.1) no-repeat center/cover;
  border-radius:var(--tblr-border-radius);
  box-shadow:var(--tblr-avatar-shadow)
}
.avatar svg {
  width:calc(var(--tblr-avatar-size)/ 1.6666666667);
  height:calc(var(--tblr-avatar-size)/ 1.6666666667)
}
.avatar .badge {
  position:absolute;
  right:0;
  bottom:0;
  border-radius:100rem;
  box-shadow:0 0 0 2px var(--tblr-bg-surface)
}
a.avatar {
  cursor:pointer
}
.avatar-rounded {
  border-radius:100rem
}
.avatar-xs {
  --tblr-avatar-size:1.5rem
}
.avatar-xs .badge:empty {
  width:.375rem;
  height:.375rem
}
.avatar-sm {
  --tblr-avatar-size:2rem
}
.avatar-sm .badge:empty {
  width:.5rem;
  height:.5rem
}
.avatar-md {
  --tblr-avatar-size:4rem
}
.avatar-md .badge:empty {
  width:1rem;
  height:1rem
}
.avatar-lg {
  --tblr-avatar-size:5.5rem
}
.avatar-lg .badge:empty {
  width:1.375rem;
  height:1.375rem
}
.avatar-xl {
  --tblr-avatar-size:7rem
}
.avatar-xl .badge:empty {
  width:1.75rem;
  height:1.75rem
}
.avatar-2xl {
  --tblr-avatar-size:11rem
}
.avatar-2xl .badge:empty {
  width:2.75rem;
  height:2.75rem
}
.avatar-list {
  --tblr-list-gap:0.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:var(--tblr-list-gap)
}
.avatar-list a.avatar:hover {
  z-index:1
}
.avatar-list-stacked {
  display:block;
  --tblr-list-gap:0
}
.avatar-list-stacked .avatar {
  margin-right:calc(-.5 * var(--tblr-avatar-size))!important;
  box-shadow:var(--tblr-avatar-shadow),0 0 0 2px var(--tblr-card-bg,var(--tblr-bg-surface))
}
.avatar-upload {
  width:4rem;
  height:4rem;
  border:var(--tblr-border-width) dashed var(--tblr-border-color);
  background:var(--tblr-bg-forms);
  flex-direction:column;
  transition:color .3s,background-color .3s
}
@media (prefers-reduced-motion:reduce) {
  .avatar-upload {
    transition:none
  }
}
.avatar-upload svg {
  width:1.5rem;
  height:1.5rem;
  stroke-width:1
}
.avatar-upload:hover {
  border-color:var(--tblr-primary);
  color:var(--tblr-primary);
  text-decoration:none
}
.avatar-upload-text {
  font-size:.625rem;
  line-height:1;
  margin-top:.25rem
}
.avatar-cover {
  margin-top:calc(-.5 * var(--tblr-avatar-size));
  box-shadow:0 0 0 .25rem var(--tblr-card-bg,var(--tblr-body-bg))
}

















.col-auto {
  flex:0 0 auto;
  width:auto
}
.col-1 {
  flex:0 0 auto;
  width:8.33333333%
}
.col-2 {
  flex:0 0 auto;
  width:16.66666667%
}
.col-3 {
  flex:0 0 auto;
  width:25%
}
.col-4 {
  flex:0 0 auto;
  width:33.33333333%
}
.col-5 {
  flex:0 0 auto;
  width:41.66666667%
}
.col-6 {
  flex:0 0 auto;
  width:50%
}
.col-7 {
  flex:0 0 auto;
  width:58.33333333%
}
.col-8 {
  flex:0 0 auto;
  width:66.66666667%
}
.col-9 {
  flex:0 0 auto;
  width:75%
}
.col-10 {
  flex:0 0 auto;
  width:83.33333333%
}
.col-11 {
  flex:0 0 auto;
  width:91.66666667%
}
.col-12 {
  flex:0 0 auto;
  width:100%
}
.offset-1 {
  margin-left:8.33333333%
}
.offset-2 {
  margin-left:16.66666667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.33333333%
}
.offset-5 {
  margin-left:41.66666667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.33333333%
}
.offset-8 {
  margin-left:66.66666667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.33333333%
}
.offset-11 {
  margin-left:91.66666667%
}
.g-0,
.gx-0 {
  --tblr-gutter-x:0
}
.g-0,
.gy-0 {
  --tblr-gutter-y:0
}
.g-1,
.gx-1 {
  --tblr-gutter-x:0.25rem
}
.g-1,
.gy-1 {
  --tblr-gutter-y:0.25rem
}
.g-2,
.gx-2 {
  --tblr-gutter-x:0.5rem
}
.g-2,
.gy-2 {
  --tblr-gutter-y:0.5rem
}
.g-3,
.gx-3 {
  --tblr-gutter-x:1rem
}
.g-3,
.gy-3 {
  --tblr-gutter-y:1rem
}
.g-4,
.gx-4 {
  --tblr-gutter-x:2rem
}
.g-4,
.gy-4 {
  --tblr-gutter-y:2rem
}
.g-5,
.gx-5 {
  --tblr-gutter-x:4rem
}
.g-5,
.gy-5 {
  --tblr-gutter-y:4rem
}



.space-y {
  display:flex;
  flex-direction:column;
  gap:1rem
}
.space-x {
  display:flex;
  gap:1rem
}
.space-y-0 {
  display:flex;
  flex-direction:column;
  gap:0
}
.space-x-0 {
  display:flex;
  gap:0
}
.space-y-1 {
  display:flex;
  flex-direction:column;
  gap:.25rem
}
.space-x-1 {
  display:flex;
  gap:.25rem
}
.space-y-2 {
  display:flex;
  flex-direction:column;
  gap:.5rem
}
.space-x-2 {
  display:flex;
  gap:.5rem
}
.space-y-3 {
  display:flex;
  flex-direction:column;
  gap:1rem
}
.space-x-3 {
  display:flex;
  gap:1rem
}
.space-y-4 {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.space-x-4 {
  display:flex;
  gap:2rem
}
.space-y-5 {
  display:flex;
  flex-direction:column;
  gap:4rem
}
.space-x-5 {
  display:flex;
  gap:4rem
}
.divide-y>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y>:not(template):not(:first-child) {
  padding-top:1rem!important
}
.divide-y>:not(template):not(:last-child) {
  padding-bottom:1rem!important
}
.divide-x>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x>:not(template):not(:first-child) {
  padding-left:1rem!important
}
.divide-x>:not(template):not(:last-child) {
  padding-right:1rem!important
}
.divide-y-0>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-0>:not(template):not(:first-child) {
  padding-top:0!important
}
.divide-y-0>:not(template):not(:last-child) {
  padding-bottom:0!important
}
.divide-x-0>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-0>:not(template):not(:first-child) {
  padding-left:0!important
}
.divide-x-0>:not(template):not(:last-child) {
  padding-right:0!important
}
.divide-y-1>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-1>:not(template):not(:first-child) {
  padding-top:.25rem!important
}
.divide-y-1>:not(template):not(:last-child) {
  padding-bottom:.25rem!important
}
.divide-x-1>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-1>:not(template):not(:first-child) {
  padding-left:.25rem!important
}
.divide-x-1>:not(template):not(:last-child) {
  padding-right:.25rem!important
}
.divide-y-2>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-2>:not(template):not(:first-child) {
  padding-top:.5rem!important
}
.divide-y-2>:not(template):not(:last-child) {
  padding-bottom:.5rem!important
}
.divide-x-2>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-2>:not(template):not(:first-child) {
  padding-left:.5rem!important
}
.divide-x-2>:not(template):not(:last-child) {
  padding-right:.5rem!important
}
.divide-y-3>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-3>:not(template):not(:first-child) {
  padding-top:1rem!important
}
.divide-y-3>:not(template):not(:last-child) {
  padding-bottom:1rem!important
}
.divide-x-3>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-3>:not(template):not(:first-child) {
  padding-left:1rem!important
}
.divide-x-3>:not(template):not(:last-child) {
  padding-right:1rem!important
}
.divide-y-4>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-4>:not(template):not(:first-child) {
  padding-top:2rem!important
}
.divide-y-4>:not(template):not(:last-child) {
  padding-bottom:2rem!important
}
.divide-x-4>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-4>:not(template):not(:first-child) {
  padding-left:2rem!important
}
.divide-x-4>:not(template):not(:last-child) {
  padding-right:2rem!important
}
.divide-y-5>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-5>:not(template):not(:first-child) {
  padding-top:4rem!important
}
.divide-y-5>:not(template):not(:last-child) {
  padding-bottom:4rem!important
}
.divide-x-5>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-5>:not(template):not(:first-child) {
  padding-left:4rem!important
}
.divide-x-5>:not(template):not(:last-child) {
  padding-right:4rem!important
}
.divide-y-fill {
  display:flex;
  flex-direction:column;
  height:100%
}
.divide-y-fill>:not(template) {
  flex:1;
  display:flex;
  justify-content:center;
  flex-direction:column
}






.gallery-item {
  position: relative;
  background-size: cover;  /* Asegura que la imagen cubra el contenedor */
  background-position: center; /* Centra la imagen */
  height: 0; /* Eliminar altura fija */
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 (altura:anchura) */
  border-radius: 8px; /* Bordes redondeados */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Opcional: Cambiar el tamaño de la imagen de fondo según el tamaño de pantalla */
@media (max-width: 768px) {
  .gallery-item {
      padding-bottom: 75%; /* Relación de aspecto 4:3 en pantallas pequeñas */
  }
}






































/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #f35525;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #f35525;
}

.header-area .main-nav .nav li a.active {
  color: #f35525;
}


.background-header .main-nav .nav li a.active {
  color: #f35525;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 20% 320px 20%;
  margin-top: 0px;
}

.main-banner .item-1 {
  background-image: url(../images/banner-01.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/banner-02.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/banner-03.jpg);
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #f35525;
}

.main-banner .item h2 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 72px;
  width: 50%;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #f35525;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #f35525;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f35525;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}


/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 100px 0px;
}

.best-deal .tab-content img {
  padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #1959d2;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #f35525;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #f35525;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #f35525;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #f35525;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #f35525;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}






h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}


























/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 60px 0;
}

.footer .footer-newsletter h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .footer-newsletter p {
  font-size: 16px;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.footer .footer-newsletter .newsletter-form {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  height: 54px;
  border-radius: 50px;
  padding: 10px 25px;
  width: 100%;
  color: var(--default-color);
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.footer .footer-newsletter .newsletter-form input[type=email]::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.footer .footer-newsletter .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transition: all 0.3s ease;
  border-radius: 50px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 15px;
}

.footer .footer-newsletter .newsletter-form button:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-main {
  padding: 70px 0 40px;
}

.footer .footer-main .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-main .footer-widget .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer .footer-main .footer-widget .logo span {
  color: var(--heading-color);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-main .footer-widget p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.footer .footer-main .footer-widget h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.footer .footer-main .footer-widget h5 {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer .footer-main .footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.footer .footer-main .footer-contact .contact-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 12px;
  margin-top: 3px;
}

.footer .footer-main .footer-contact .contact-item span {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.5;
}

.footer .footer-main .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-main .footer-links li {
  margin-bottom: 12px;
}

.footer .footer-main .footer-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  display: inline-block;
}

.footer .footer-main .footer-links a:hover {
  color: var(--accent-color);
  padding-left: 5px;
}

.footer .footer-main .footer-links a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.footer .footer-main .footer-links a:hover:before {
  width: 100%;
}

.footer .footer-main .app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer .footer-main .app-buttons .app-btn {
  display: flex;
  align-items: center;
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  padding: 8px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.footer .footer-main .app-buttons .app-btn i {
  font-size: 20px;
  margin-right: 8px;
}

.footer .footer-main .app-buttons .app-btn span {
  font-size: 13px;
  font-weight: 500;
}

.footer .footer-main .app-buttons .app-btn:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  color: var(--contrast-color);
}

.footer .footer-main .social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer .footer-main .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer .footer-main .social-icons a:hover {
  background-color: var(--accent-color);
  transform: rotate(360deg);
  color: var(--contrast-color);
}

.footer .footer-bottom {
  background-color: color-mix(in srgb, #0e50bb, transparent 95%);
  padding: 25px 0;
}

.footer .footer-bottom .payment-methods {
  display: flex;
  align-items: center;
}

.footer .footer-bottom .payment-methods span {
  margin-right: 15px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.footer .footer-bottom .payment-methods .payment-icons {
  display: flex;
  gap: 12px;
}

.footer .footer-bottom .payment-methods .payment-icons i {
  font-size: 22px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.3s ease;
}

.footer .footer-bottom .payment-methods .payment-icons i:hover {
  color: var(--accent-color);
}

.footer .footer-bottom .copyright {
  padding-top: 10px;
}

.footer .footer-bottom .copyright p {
  margin-bottom: 0;
}

.footer .footer-bottom .copyright p strong {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.footer .footer-bottom .credits {
  text-align: center;
  padding-top: 5px;
}

.footer .footer-bottom .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0 15px 0;
}

.footer .footer-bottom .legal-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer .footer-bottom .legal-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991.98px) {
  .footer .footer-newsletter {
    padding: 50px 0;
  }

  .footer .footer-newsletter h2 {
    font-size: 28px;
  }

  .footer .footer-main {
    padding: 60px 0 30px;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-newsletter {
    padding: 40px 0;
  }

  .footer .footer-newsletter h2 {
    font-size: 24px;
  }

  .footer .footer-newsletter p {
    font-size: 15px;
  }

  .footer .footer-newsletter .newsletter-form button {
    padding: 0 20px;
    font-size: 14px;
  }

  .footer .footer-bottom .payment-methods {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footer .footer-bottom .copyright {
    text-align: center;
  }

  .footer .app-buttons {
    justify-content: center;
  }

  .footer .social-icons {
    justify-content: center;
  }
}































.avatar {
  --tblr-avatar-size:2.5rem;
  --tblr-avatar-bg:var(--tblr-bg-surface-secondary);
  --tblr-avatar-shadow:inset rgba(var(--tblr-body-color-rgb), 0.04) 0 0 0 1px;
  position:relative;
  width:var(--tblr-avatar-size);
  height:var(--tblr-avatar-size);
  font-size:calc(var(--tblr-avatar-size)/ 2.8571428572);
  font-weight:var(--tblr-font-weight-medium);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--tblr-muted);
  text-align:center;
  text-transform:uppercase;
  vertical-align:bottom;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background:rgba(1, 41, 112, 0.1) no-repeat center/cover;
  border-radius:var(--tblr-border-radius);
  box-shadow:var(--tblr-avatar-shadow)
}
.avatar svg {
  width:calc(var(--tblr-avatar-size)/ 1.6666666667);
  height:calc(var(--tblr-avatar-size)/ 1.6666666667)
}
.avatar .badge {
  position:absolute;
  right:0;
  bottom:0;
  border-radius:100rem;
  box-shadow:0 0 0 2px var(--tblr-bg-surface)
}
a.avatar {
  cursor:pointer
}
.avatar-rounded {
  border-radius:100rem
}
.avatar-xs {
  --tblr-avatar-size:1.5rem
}
.avatar-xs .badge:empty {
  width:.375rem;
  height:.375rem
}
.avatar-sm {
  --tblr-avatar-size:2rem
}
.avatar-sm .badge:empty {
  width:.5rem;
  height:.5rem
}
.avatar-md {
  --tblr-avatar-size:4rem
}
.avatar-md .badge:empty {
  width:1rem;
  height:1rem
}
.avatar-lg {
  --tblr-avatar-size:5.5rem
}
.avatar-lg .badge:empty {
  width:1.375rem;
  height:1.375rem
}
.avatar-xl {
  --tblr-avatar-size:7rem
}
.avatar-xl .badge:empty {
  width:1.75rem;
  height:1.75rem
}
.avatar-2xl {
  --tblr-avatar-size:11rem
}
.avatar-2xl .badge:empty {
  width:2.75rem;
  height:2.75rem
}
.avatar-list {
  --tblr-list-gap:0.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:var(--tblr-list-gap)
}
.avatar-list a.avatar:hover {
  z-index:1
}
.avatar-list-stacked {
  display:block;
  --tblr-list-gap:0
}
.avatar-list-stacked .avatar {
  margin-right:calc(-.5 * var(--tblr-avatar-size))!important;
  box-shadow:var(--tblr-avatar-shadow),0 0 0 2px var(--tblr-card-bg,var(--tblr-bg-surface))
}
.avatar-upload {
  width:4rem;
  height:4rem;
  border:var(--tblr-border-width) dashed var(--tblr-border-color);
  background:var(--tblr-bg-forms);
  flex-direction:column;
  transition:color .3s,background-color .3s
}
@media (prefers-reduced-motion:reduce) {
  .avatar-upload {
    transition:none
  }
}
.avatar-upload svg {
  width:1.5rem;
  height:1.5rem;
  stroke-width:1
}
.avatar-upload:hover {
  border-color:var(--tblr-primary);
  color:var(--tblr-primary);
  text-decoration:none
}
.avatar-upload-text {
  font-size:.625rem;
  line-height:1;
  margin-top:.25rem
}
.avatar-cover {
  margin-top:calc(-.5 * var(--tblr-avatar-size));
  box-shadow:0 0 0 .25rem var(--tblr-card-bg,var(--tblr-body-bg))
}

















.col-auto {
  flex:0 0 auto;
  width:auto
}
.col-1 {
  flex:0 0 auto;
  width:8.33333333%
}
.col-2 {
  flex:0 0 auto;
  width:16.66666667%
}
.col-3 {
  flex:0 0 auto;
  width:25%
}
.col-4 {
  flex:0 0 auto;
  width:33.33333333%
}
.col-5 {
  flex:0 0 auto;
  width:41.66666667%
}
.col-6 {
  flex:0 0 auto;
  width:50%
}
.col-7 {
  flex:0 0 auto;
  width:58.33333333%
}
.col-8 {
  flex:0 0 auto;
  width:66.66666667%
}
.col-9 {
  flex:0 0 auto;
  width:75%
}
.col-10 {
  flex:0 0 auto;
  width:83.33333333%
}
.col-11 {
  flex:0 0 auto;
  width:91.66666667%
}
.col-12 {
  flex:0 0 auto;
  width:100%
}
.offset-1 {
  margin-left:8.33333333%
}
.offset-2 {
  margin-left:16.66666667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.33333333%
}
.offset-5 {
  margin-left:41.66666667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.33333333%
}
.offset-8 {
  margin-left:66.66666667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.33333333%
}
.offset-11 {
  margin-left:91.66666667%
}
.g-0,
.gx-0 {
  --tblr-gutter-x:0
}
.g-0,
.gy-0 {
  --tblr-gutter-y:0
}
.g-1,
.gx-1 {
  --tblr-gutter-x:0.25rem
}
.g-1,
.gy-1 {
  --tblr-gutter-y:0.25rem
}
.g-2,
.gx-2 {
  --tblr-gutter-x:0.5rem
}
.g-2,
.gy-2 {
  --tblr-gutter-y:0.5rem
}
.g-3,
.gx-3 {
  --tblr-gutter-x:1rem
}
.g-3,
.gy-3 {
  --tblr-gutter-y:1rem
}
.g-4,
.gx-4 {
  --tblr-gutter-x:2rem
}
.g-4,
.gy-4 {
  --tblr-gutter-y:2rem
}
.g-5,
.gx-5 {
  --tblr-gutter-x:4rem
}
.g-5,
.gy-5 {
  --tblr-gutter-y:4rem
}



.space-y {
  display:flex;
  flex-direction:column;
  gap:1rem
}
.space-x {
  display:flex;
  gap:1rem
}
.space-y-0 {
  display:flex;
  flex-direction:column;
  gap:0
}
.space-x-0 {
  display:flex;
  gap:0
}
.space-y-1 {
  display:flex;
  flex-direction:column;
  gap:.25rem
}
.space-x-1 {
  display:flex;
  gap:.25rem
}
.space-y-2 {
  display:flex;
  flex-direction:column;
  gap:.5rem
}
.space-x-2 {
  display:flex;
  gap:.5rem
}
.space-y-3 {
  display:flex;
  flex-direction:column;
  gap:1rem
}
.space-x-3 {
  display:flex;
  gap:1rem
}
.space-y-4 {
  display:flex;
  flex-direction:column;
  gap:2rem
}
.space-x-4 {
  display:flex;
  gap:2rem
}
.space-y-5 {
  display:flex;
  flex-direction:column;
  gap:4rem
}
.space-x-5 {
  display:flex;
  gap:4rem
}
.divide-y>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y>:not(template):not(:first-child) {
  padding-top:1rem!important
}
.divide-y>:not(template):not(:last-child) {
  padding-bottom:1rem!important
}
.divide-x>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x>:not(template):not(:first-child) {
  padding-left:1rem!important
}
.divide-x>:not(template):not(:last-child) {
  padding-right:1rem!important
}
.divide-y-0>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-0>:not(template):not(:first-child) {
  padding-top:0!important
}
.divide-y-0>:not(template):not(:last-child) {
  padding-bottom:0!important
}
.divide-x-0>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-0>:not(template):not(:first-child) {
  padding-left:0!important
}
.divide-x-0>:not(template):not(:last-child) {
  padding-right:0!important
}
.divide-y-1>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-1>:not(template):not(:first-child) {
  padding-top:.25rem!important
}
.divide-y-1>:not(template):not(:last-child) {
  padding-bottom:.25rem!important
}
.divide-x-1>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-1>:not(template):not(:first-child) {
  padding-left:.25rem!important
}
.divide-x-1>:not(template):not(:last-child) {
  padding-right:.25rem!important
}
.divide-y-2>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-2>:not(template):not(:first-child) {
  padding-top:.5rem!important
}
.divide-y-2>:not(template):not(:last-child) {
  padding-bottom:.5rem!important
}
.divide-x-2>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-2>:not(template):not(:first-child) {
  padding-left:.5rem!important
}
.divide-x-2>:not(template):not(:last-child) {
  padding-right:.5rem!important
}
.divide-y-3>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-3>:not(template):not(:first-child) {
  padding-top:1rem!important
}
.divide-y-3>:not(template):not(:last-child) {
  padding-bottom:1rem!important
}
.divide-x-3>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-3>:not(template):not(:first-child) {
  padding-left:1rem!important
}
.divide-x-3>:not(template):not(:last-child) {
  padding-right:1rem!important
}
.divide-y-4>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-4>:not(template):not(:first-child) {
  padding-top:2rem!important
}
.divide-y-4>:not(template):not(:last-child) {
  padding-bottom:2rem!important
}
.divide-x-4>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-4>:not(template):not(:first-child) {
  padding-left:2rem!important
}
.divide-x-4>:not(template):not(:last-child) {
  padding-right:2rem!important
}
.divide-y-5>:not(template)~:not(template) {
  border-top:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-y-5>:not(template):not(:first-child) {
  padding-top:4rem!important
}
.divide-y-5>:not(template):not(:last-child) {
  padding-bottom:4rem!important
}
.divide-x-5>:not(template)~:not(template) {
  border-left:var(--tblr-border-width) var(--tblr-border-style) rgba(97,104,118,.16)!important
}
.divide-x-5>:not(template):not(:first-child) {
  padding-left:4rem!important
}
.divide-x-5>:not(template):not(:last-child) {
  padding-right:4rem!important
}
.divide-y-fill {
  display:flex;
  flex-direction:column;
  height:100%
}
.divide-y-fill>:not(template) {
  flex:1;
  display:flex;
  justify-content:center;
  flex-direction:column
}






.gallery-item {
  position: relative;
  background-size: cover;  /* Asegura que la imagen cubra el contenedor */
  background-position: center; /* Centra la imagen */
  height: 0; /* Eliminar altura fija */
  padding-bottom: 56.25%; /* Relación de aspecto 16:9 (altura:anchura) */
  border-radius: 8px; /* Bordes redondeados */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Opcional: Cambiar el tamaño de la imagen de fondo según el tamaño de pantalla */
@media (max-width: 768px) {
  .gallery-item {
      padding-bottom: 75%; /* Relación de aspecto 4:3 en pantallas pequeñas */
  }
}












.bg-tareas_001 {
  --bs-bg-opacity: 1;
  background-color: rgb(31, 88, 196) !important;
}


.pd-btn-tareas_001 {
  padding: .175rem .5rem;
}






















.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --tblr-gutter-x:1.5rem;
  --tblr-gutter-y:0;
  width:100%;
  padding-right:calc(var(--tblr-gutter-x) * .1);
  padding-left:calc(var(--tblr-gutter-x) * .1);
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width:540px;
    padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width:720px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width:1140px
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width:1320px
  }
}





.timeline-item {
  position: relative;
  padding-left: 2.5rem;
  border-left: 3px solid #0d6efd;
  margin-bottom: 1.5rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #0d6efd;
  border-radius: 50%;
  z-index: 1;
}

.user-icon {
  width: 32px;
  height: 32px;
  background-color: #198754;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 10px;
}




.status-icon {
  font-size: 24px;
  margin-right: 10px;
}

.status-enviado {
  color: green;
}

.status-pendiente {
  color: orange;
}

.status-fallido {
  color: red;
}

.status-programado {
  color: deepskyblue;
}

.status-cancelado {
  color: gray;
}

.status-text {
  font-size: 16px;
  font-weight: bold;
}

.user-avatar {
  width: 40px;
  height: 40px;
  background-color: #198754;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
}




.message {
  opacity: 0;
  transform: translateY(20px);
  animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}




#chat-box {
  height: 400px;
  overflow-y: scroll;
  background-color: #f8f9fa;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.message {
  margin-bottom: 10px;
}
.message .user {
  font-weight: bold;
}
.message .time {
  font-size: 0.8em;
  color: gray;
}








.message-item .badge {
  margin-left: 10px;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}


.message-item .d-flex {
  align-items: center;
}

.message-item img {
  width: 40px; /* Ajusta el tamaño del avatar */
  height: 40px; /* Ajusta el tamaño del avatar */
  object-fit: cover; /* Asegura que la imagen se ajuste bien al contenedor */
}

.message-item .badge {
  margin-left: 10px;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}


/* Estilo para los avatares, si no hay avatar, mostramos el círculo con iniciales */
.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 10%;
  background-color: #007bff; /* Puedes cambiar el color de fondo */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}

/* Otras clases de estilo para los mensajes */
.message-item .d-flex {
  align-items: center;
}

.message-item .badge {
  margin-left: 10px;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  margin-top: 5px;
}

.message-item .d-flex.justify-content-between {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Distribuye el espacio entre el nombre y la etiqueta */
  align-items: center;
}

.message-item p {
  margin-bottom: 0;




  color: gray;
  font-size: 0.85rem;
}




#messagesList {
  max-height: calc(100% - 250px); /* Espacio reservado para el encabezado y el formulario */
}
#chatBox {
  max-height: calc(100% - 100px); /* Espacio reservado para el encabezado y el formulario */
}


#chatBox001 {
  max-height: calc(100% - 100px); /* Espacio reservado para el encabezado y el formulario */
}


.chatBox {
  background-color: #d3d3d3;
  overflow-y: auto;
}



#chatBox {
  background-color: #d3d3d3;
  overflow-y: auto;
}

#chatBox .bg-primary {
  background-color: #0b93f6 !important; /* Color de mensajes enviados */
  border-radius: 15px 15px 0 15px;
}

#chatBox .bg-light {
  border-radius: 15px 15px 15px 0;
}

#chatBox .shadow-sm {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#chatBox p {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.3;
}

#chatBox small {
  color: #888888;
}

#chatBox .d-flex {
  display: flex;
}

#chatBox .justify-content-start {
  justify-content: flex-start;
}

#chatBox .justify-content-end {
  justify-content: flex-end;
}


#preview p {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.3;
}




.fixed-height-200 {
    height: 70px;
    overflow: hidden; /* Oculta scroll vertical y horizontal */
    
}

.fixed-height-300 {
    height: 70px;
    overflow-x: hidden; /* <- evita el scroll lateral */
    
}

.bg-blue-dark {

  background-color:#052f55;
  border: #063e71;

}