@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

html {
  font-size: 14px;
}

body {
  background: #f1f2f7;
  color: #28303e;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

input, textarea, select, button {
  font-family: 'Poppins', sans-serif;
}

#header {
  position: absolute;
  /*width: calc(100% - 240px);
  top: 0;
  left: auto;
  right: 0;
  margin: 0;*/
  height: 65px;
}

/*-----------------------
Top Header
-------------------------*/
.dashboard-header {}

.dashboard-header .navbar {
  padding: 0px;
  border-bottom: 1px solid #e6e6f2;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  /*-webkit-transition: all 0.3s ease;*/
  min-height: 60px;
}

.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 11px 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4898ef;
}

.navbar-brand:hover {
  color: #4898ef;
}

.navbar-right-top {}

.navbar-right-top .nav-item {
  border-right: 1px solid #e6e6f2;
}

.navbar-right-top .nav-item:last-child {
  /*border: none;*/
}

.navbar-right-top .nav-item:first-child {
  border-left: 1px solid #e6e6f2;
}

.navbar-right-top .nav-item .nav-link {
  padding: 17px 20px;
  font-size: 15px;
  line-height: 2;
  color: #28303e;
  height: 65px;
}

.navbar-right-top .nav-item .nav-link:hover {
  background: #f7f7fb;
}

/* ------  Custom switch --------  */
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 3.25rem;
    pointer-events: all;
    border-radius: 1rem;
    height: 1.60rem;
}
.custom-switch .custom-control-label::after {
    top: calc(.33rem + 2px);
    left: calc(-2.15rem + 2px);
    width: calc(1.7rem - 4px);
    height: calc(1.4rem - 3px);
    border-radius: 1rem;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.35rem);
    transform: translateX(1.35rem);
}
.custom-switch {
    padding-left: 2.25rem;
    padding-right: 1rem;
}

/* ------  top-search-bar --------  */
.top-search-bar {
  padding-top: 12px;
  padding-right: 24px;
}

/* ------  Notification Dropdown --------  */
.notification {
  position: relative;
}

.notification-dropdown {
  min-width: 320px;
}

.notification-dropdown, .connection-dropdown, .nav-user-dropdown {
  padding: 0px;
  margin: 0px;
}

.notification-title {
  font-size: 14px;
  color: #3d405c;
  text-align: center;
  padding: 8px 0px;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.5;
  background-color: #fffffe;
}

.notification-list {}

.notification-list .list-group-item {
  border-radius: 0px;
  padding: 12px;
  margin-top: -1px;
  border-left: transparent;
  border-right: transparent;
}

.notification-list .list-group-item.active {
  z-index: 2;
  color: #3d405c;
  background-color: #f7f7fb;
  border-color: #e1e1e7;
}

.notification-list .list-group-item-action:focus, .list-group-item-action:hover {
  color: #404040;
  text-decoration: none;
  background-color: #f7f7fb;
}

.notification-list .list-group-item:last-child {}

.notification-info {}

.notification-info .notification-date {
  display: block;
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase;
  color: #71748d;
}

.notification .dropdown-toggle::after, .connection .dropdown-toggle::after, .nav-user .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: none;
}

.notification-list-user-img {
  float: left;
}

.notification-list-user-block {
  padding-left: 50px;
  font-size: 14px;
  line-height: 21px;
}

.notification-list-user-name {
  color: #5969ff;
  font-size: 14px;
  margin-right: 8px;
}

.list-footer, .conntection-footer {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #5969ff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.list-footer a, .conntection-footer a {
  color: #fff;
}

.list-footer a:hover, .conntection-footer a:hover {
  color: #fff;
}

.indicator {
  content: '';
  position: absolute;
  top: 17px;
  right: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fcb322;
  animation: .9s infinite beatHeart;
  transform-origin: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

@keyframes beatHeart {
  0% {
    transform: scale(0.9);
  }

  25% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.9);
  }
}

/* ------  Connection --------  */
.connection {}

.connection-dropdown {}

.connection-list {
  width: 300px;
  padding: 20px;
}

.connection-item {
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  padding: 12px 7px 4px;
  display: block;
  border: 1px solid transparent;
  color: #3d405c;
  font-size: 12px;
}

.connection-item img {
  width: 32px;
}

.connection-item:hover {
  background-color: #fff;
  border: 1px solid #e6e6f2;
}

.connection-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ----- User Nav Dropdown -----*/
.nav-user {}

.nav-user-dropdown {
  padding: 0px;
  min-width: 230px;
  margin: 0px;
}

.nav-user-name {}

.nav-user-info {
  background-color: #15284b;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
}

.nav-user-info .status {
  float: left;
  top: 7px;
  left: 0px;
}

.nav-user-dropdown {}

.nav-user-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 12px 22px 15px;
  clear: both;
  font-weight: 400;
  color: #686972;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  line-height: 0.4;
}

.nav-user-dropdown .dropdown-item:hover {
  background-color: #f7f7fb;
}

/* ------  Top Header User Info --------  */
/* -------------------- 0.4. Sidebar ----------------------- */
.navigation-horizontal {
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
    -webkit-transition: all 0.3s ease;*/
}

.navigation-horizontal .nav-link[data-toggle="collapse"] {
  position: relative;
  display: flex;
  align-items: center;
}

.navigation-horizontal .nav-link[data-toggle="collapse"]::after {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navigation-horizontal .nav-link[data-toggle="collapse"][aria-expanded="false"]:after {
  transform: rotate(-90deg);
}

.navigation-horizontal .nav-link[data-toggle="collapse"]:after {
  /*transition: transform .35s ease, opacity .35s ease;*/
  opacity: .5;
}

.navigation-horizontal .navbar-nav {
  width: 100%;
}

.navigation-horizontal .navbar {
  position: relative;
  padding: 0px;
}

.navigation-horizontal .navbar-nav .nav-item {}

.navigation-horizontal .navbar-nav .nav-link {
  font-size: 13px;
  padding: 9px 30px 9px 20px;
  margin-bottom: 2px;
  color: #71789e;
  /*transition: 0.3s;*/
  margin: 6px 1px;
}

.navigation-horizontal .nav-link i {
  font-size: 14px;
  margin-right: 9px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}

.nav-divider {
  padding: 10px 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.navigation-horizontal .submenu {
  background-color: #e2e2eb;
  margin-top: -6px;
  margin-right: 1px;
  margin-left: 1px;
}

.navigation-horizontal .submenu .nav .nav-item .nav-link {
  font-size: 12px;
  padding: 0px 12px;
  /*transition: 0.3s;*/
  line-height: 1;
}

.navigation-horizontal .navbar-nav .nav-link:focus, .navigation-horizontal .navbar-nav .nav-link.active {
  background-color: #e2e2eb;
  color: #3d405c;
  border-radius: 2px;
}

.navigation-horizontal .navbar-nav .nav-link:focus, .navigation-horizontal .navbar-nav .nav-link:hover {
  background-color: #e2e2eb;
  color: #3d405c;
  border-radius: 2px;
}

.navigation-horizontal .submenu .nav .nav-item .nav-link:hover {
  color: #3d405c;
  border-radius: 2px;
  background-color: transparent;
}

/*-------------------- User icon sizes ---------------------*/
.user-avatar-xxl {
  height: 128px;
  width: 128px;
}

.user-avatar-xl {
  height: 90px;
  width: 90px;
}

.user-avatar-lg {
  height: 48px;
  width: 48px;
}

.user-avatar-md {
  height: 32px;
  width: 32px;
}

.user-avatar-sm {
  height: 24px;
  width: 24px;
}

.user-avatar-xs {
  height: 18px;
  width: 18px;
}

/*-------------------*/
.main-area {
  margin-top: 65px;
}

.main-area .top-content {
  /*background-image: url('../img/topbg.png');
  background-size: cover;
  background-position: 0 0;*/
  background-color: #2872f5;
  padding-bottom: 0 !important;
}

.main-area .top-content a {
  color: #ffffff;
}

.main-area .main-content {
  background: #fff;
  margin-top: -53px;
}

.main-area .modal-body .main-content {
  margin-top: 0;
}

.main-area .bottom-content {
  background: #e6e6e6;
}

.tab-wrap {}

.tab-wrap .nav-tabs {
  border-bottom: 1px solid #b1bac1;
}

.tab-wrap .nav-link {
  display: block;
  padding: 1rem 2rem;
}

.tab-wrap .nav-tabs .nav-item {
  margin-bottom: 0;
}

.tab-wrap .nav-tabs .nav-link {
  border-bottom: 3px solid transparent !important;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #28303e;
}

.tab-wrap .nav-tabs .nav-link:focus, .tab-wrap .nav-tabs .nav-link:hover {
  border-color: transparent;
  outline: none;
}

.tab-wrap .nav-tabs .nav-item.show .nav-link, .tab-wrap .nav-tabs .nav-link.active {
  color: #2adb92;
  background-color: #fff;
  border-bottom: 3px solid #2adb92 !important;
  border: none;
  font-weight: 500;
  margin-bottom: -1px;
}

hr {
  border-top: 1px solid #aaaaaa;
}

.btn {
  border-radius: 1.5rem !important;
  border: 2px solid transparent !important;
  padding: .375rem 1.2rem !important;
  font-size: 14px;
  font-weight: 500
}

.btn-primary {
  background: #2adb92 !important;
  color: #fff !important;
}

.btn-secondary {
  background: #2adb92 !important;
}

.btn-primary:hover {
  background: #2adb92 !important;
}

.btn-secondary:hover {
  background: #2adb92 !important;
}

.btn-warning {
  background: #f4516c !important;
  color: #fff !important;
}

.btn-warning:hover {
  background: #dc4962 !important;
}

.bottom-content a {
  /*color: #2adb92;*/
  font-weight: 500
}

.font-lg {
  font-size: 36px
}

.font-md {
  font-size: 26px;
}

.font-sm {
  font-size: 18px
}

.font-sm2 {
  font-size: 16px
}

.font-xs {
  font-size: 12px
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: underline;
}

.text-primary {
  color: #e7417a !important;
}

.text-secondary {
  color: #8a8a8a !important;
}

.text-warning {
  color: #f4516c !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #d84074 !important;
}

.fw-300 {
  font-weight: 300;
}

/*
.login-wrap {
  background-image: url(../img/pattern-01.png);
  background-position: center;
  background-repeat: repeat;
}
*/
.login-wrap . {
  width: 60%;
  margin-bottom: 30px;
}

.login-wrap input.form-control {
  font-weight: 300;
  padding: 24px;
  font-size: 18px;
}

.form-control {
  color: #28303e;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ababab !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ababab !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab !important;
}

#sidebar .dropdown-toggle.collapsed::after {
  content: '\f067';
}

#sidebar .dropdown-toggle::after {
  content: '\f068';
  font-family: "Font Awesome 5 Pro";
  border: none;
}

.breadcrumbs {
  font-size: 0.95rem;
}

.breadcrumb-ml {
  margin-left: 28px;
}

.btn-sm {
  font-size: 13px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #36d7b7;
  background-color: #36d7b7;
}

.custom-control.is-invalid~.invalid-feedback {
  display: block;
}

.table td, .table th {
  vertical-align: middle;
}

.bg-celeste {
  background-color: #51bce3 !important;
  color: #fff;
}

.state {
  padding: 0.25rem 0.4rem;
  font-size: 13px;
}

.bg-verde {
  background-color: #a0ce67 !important;
  color: #fff;
}

.bg-naranja {
  background-color: #fb9d08 !important;
  color: #fff;
}

.bg-violeta {
  background-color: #8075c4 !important;
  color: #fff;
}

.bg-salmon {
  background-color: #ff6c60 !important;
  color: #fff;
}

.bg-turquesa {
  background-color: #4ba8a7 !important;
  color: #fff;
}

.bg-rojo {
  background-color: #e54a3d !important;
  color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8f9;
}

.tablegrid {
  margin-bottom: 0;
}

.tablegrid thead th {
  vertical-align: middle;
  height: 53px;
  position: relative;
  color: #28303e;
}

.tablegrid th[data-attr] {
  cursor: pointer;
}

.tablegrid td.actions {
  white-space: nowrap;
}

.table.dashboard td:first-child{
	width: 100px !important;
}
.table.dashboard td:last-child {
    width: 260px;
}
.bottom-content a.page-link {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #4898ef !important;
}

.bottom-content a.page-link:hover {
  background-color: #1f66b3 !important;
}

.bottom-content .page-item.active a.page-link {
  background-color: #36c7fc !important;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0 !important;
}

select.form-control.is-invalid {
  background-image: none;
}

.tcol-xs {
  width: 50px
}

.tcol-sm {
  width: 80px
}

.tcol-md {
  width: 250px
}

.tcol-lg {
  width: 400px
}

.col-order {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

.p-absolute {
  position: absolute;
}

.btn-square {
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}

.row.row-grid [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Custom Colors */
.state-label {
  border: 1px solid #6c757d;
  background-color: #6c757d;
  border-radius: 50px;
  padding: 3px 6px;
  display: -webkit-inline-box;
  color: white;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
}

.border-bottom-10 {
  border-bottom: 10px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.iconleft {
  border-right: 2px solid;
  color: #2adb92;
  width: 80px;
}

.text-md {
  font-size: 18px;
  line-height: 24px;
}

.sep-oua hr {
  border-top: 1px solid #67bd46;
}

.nav-tabs .nav-link {
  border-bottom: 4px solid #67bd46 !important;
  background-color: #fff;
  border-top: 2px solid #ffffff;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  font-weight: 600;
  font-size: 16px;
}

.nav-tabs .nav-link.active {
  border-top: 2px solid #67bd46;
  box-shadow: 0px 0 4px rgba(0, 0, 0, .1);
  z-index: 999;
  position: relative;
}

.nav-tabs .nav-item.fotocasa .nav-link {
  border-bottom: 4px solid #3035ba !important;
}

.nav-tabs .nav-item.fotocasa .nav-link.active {
  border-color: #3035ba;
}

.nav-tabs .nav-item.habitaclia .nav-link {
  border-bottom: 4px solid #ff6600 !important;
}

.nav-tabs .nav-item.habitaclia .nav-link.active {
  border-color: #ff6600;
}

.nav-tabs .nav-item.idealista .nav-link {
  border-bottom: 4px solid #ccfd34 !important;
}

.nav-tabs .nav-item.idealista .nav-link.active {
  border-color: #ccfd34;
}

.table td, .table th {
  border-top: none;
}

.table thead th {
  border-bottom: none;
}

.border-bottom-10.fotocasa {
  border-color: #3035ba;
}

.border-bottom-10.habitaclia {
  border-color: #ff6600;
}

.border-bottom-10.idealista {
  border-color: #ccfd34;
}

.number-total {
  font-size: 1.7rem;
  color: #2adb92;
  font-weight: 700;
}

.page-item.disabled .page-link {
  background-color: #414d61 !important;
  border-color: #4898ef !important;
}

.box-shadow {
  box-shadow: 0px 100px 40px -100px rgba(0, 0, 0, 0.5);
}

.handle {
  cursor: move;
}

.handle .file-name {
  overflow-x: auto;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.rounded-top-xl {
  border-radius: 1rem 1rem 0 0;
}

.rounded-bottom-xl {
  border-radius: 0 0 1rem 1rem;
}

.login-wrap .logo {
  max-width: 280px;
  padding-bottom: 40px;
}

.actions .btn {
  height: 30px;
  width: 30px;
  border-radius: 10px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
}

/* ------  Calendar Timetrack --------  */
.timetrack {
  background-color: #f1f2f7;
  display: inline-flex;
  padding: 14px 20px 8px 20px;
  border-radius: 50px;
}
.timetrack h4{
  color: #2872f5;
  font-size: 16px;
}
.timetrack span{
  margin-right: 10px;
  color: #28303e;
}
