/**
 * Botones adicionales
 */
.btn {
  border-radius: 3px;
}
.btn:hover {
  border-color: #d1d5db;
}
.btn:focus {
  outline: 1px solid rgb(79, 70, 229);
}

.btn-py {
  background-color: rgb(79, 70, 229);
  color: #fff;
  font-size: 0.85rem;
}
.btn-py:hover {
  background-color: #3711bf;
  border-color: #3711bf;
  color: #fff;
}

.btn-py-outline {
  border-color: rgb(79, 70, 229);
  color: rgb(79, 70, 229);
  font-size: 0.85rem;
}
.btn-py-outline:hover {
  background-color: #3711bf;
  border-color: #3711bf;
  color: #fff;
}

.btn-py-base {
  font-size: 0.85rem;
  border: 1px solid rgb(229, 231, 235);
  background-color: #fff;
}
.btn-py-base:hover {
  background-color: rgb(249, 250, 251);
}
.btn-py-base i {
  margin-right: 3px;
  color: #666;
}

.btn-py-secondary {
  border: 1px solid rgb(222, 226, 230);
  color: #6b7990;
}
.btn-py-secondary:hover {
  background-color: #fff;
  border-color: #6b7990;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  font-size: 0.9rem;
  color: rgb(17, 24, 39);
}

.form-control,
.form-select {
  font-size: 0.85rem;
  border-color: #d1d5db;
  border-radius: 0.375rem;
  margin-bottom: 2px;
  outline: 1px solid transparent;
}
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgb(79, 70, 229);
  outline: 1px solid rgb(79, 70, 229);
}

.btn {
  outline: 1px solid transparent;
}

.form-control::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.form-control::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.form-control:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.form-control::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.form-control::placeholder {
  font-style: italic;
  font-weight: 300;
  color: #999;
}

.alert-empty {
  border: 1px dotted #eee;
  background-color: #f8f9fa;
  padding: 1rem;
  color: rgb(107, 114, 128);
  font-size: 0.9rem;
}
.alert-empty strong {
  font-weight: 500;
}

.alert {
  border-radius: 6px;
}

.alert-info {
  background-color: rgb(239, 246, 255);
  border-color: rgb(239, 246, 255);
  color: rgb(29, 78, 216);
}
.alert-info strong {
  color: rgb(29, 78, 216);
}

.alert-danger {
  background-color: rgb(254, 242, 242);
  border-color: rgb(254, 242, 242);
  color: rgb(185, 28, 28);
}
.alert-danger strong {
  color: rgb(153, 27, 27);
}

.alert-success {
  background-color: rgb(240, 253, 244);
  border-color: rgb(240, 253, 244);
  color: rgb(21, 128, 61);
}
.alert-success strong {
  color: rgb(22, 101, 52);
}

.alert-warning {
  background-color: rgb(254, 252, 232);
  border-color: rgb(254, 252, 232);
  color: rgb(161, 98, 7);
}
.alert-warning strong {
  color: rgb(133, 77, 14);
}

.page-link {
  color: rgb(17, 24, 39);
  font-size: 0.9rem;
  padding: 0.275rem 0.85rem;
}

.active > .page-link {
  background-color: #3711bf;
  border-color: #3711bf;
}

/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable-Italic.woff2") format("woff2");
}
/* static fonts */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/InterDisplay-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/InterDisplay-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/InterDisplay-Light.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/InterDisplay-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InterDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InterDisplay-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/InterDisplay-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/InterDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/InterDisplay-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/InterDisplay-Black.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/InterDisplay-BlackItalic.woff2") format("woff2");
}
:root {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "InterVariable", sans-serif;
    font-optical-sizing: auto;
  }
}
body {
  background-color: #f1f5f9;
  font-family: "Inter", sans-serif;
}

h1 {
  font-weight: 200;
}

.border.border-py {
  border-color: rgb(79, 70, 229) !important;
}

.numero-grande {
  color: rgb(79, 70, 229);
  font-size: 2em;
}

.navbar-py {
  border-bottom: 1px solid #e7ebef;
  background-color: rgb(248, 249, 250);
}

.text-bg-py {
  background-color: #3711bf;
  color: #fff;
}

.nav-principal a {
  text-transform: uppercase;
  color: #6b7990;
  font-size: 0.9em;
}
.nav-principal a.active,
.nav-principal a.active:focus,
.nav-principal a.active:hover {
  color: #3711bf;
  font-weight: 500;
}

.main-content-wrapper {
  margin-top: 1em;
}

.section-header {
  margin-bottom: 2em;
  margin-top: 2rem;
}
.section-header h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(17, 24, 39);
  text-shadow: 1px 0 2px #fff;
  margin: 0;
}
.section-header .header-description {
  max-width: 760px;
}
.section-header .header-description .header-text {
  color: rgb(51, 65, 85);
  font-size: 0.9em;
  margin-top: 10px;
}
.section-header .header-wrapper {
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header .btn-py {
  padding: 0.25rem 0.5rem;
}
.section-header .desc {
  color: #999;
}

.nav-pills-py .nav-link {
  padding: 0.22rem 0.66rem;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.nav-pills-py .nav-link.active,
.nav-pills-py .show > .nav-link {
  background-color: #fff;
  color: rgb(17, 24, 39);
}

.nav-py {
  border-bottom: 1px solid rgb(229, 231, 235);
}
.nav-py .nav-link {
  border-radius: 0;
  margin-right: 2rem;
  padding: 0 0.25rem;
  color: rgb(107, 114, 128);
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
}
.nav-py .nav-link:hover {
  color: rgb(55, 65, 81);
  border-bottom: 2px solid rgb(209, 213, 219);
}
.nav-py .nav-link.active,
.nav-py .show > .nav-link {
  background-color: transparent;
  color: rgb(79, 70, 229);
  border-bottom: 2px solid rgb(79, 70, 229);
}

.prefooter {
  background-color: #f8fbff;
  padding: 1rem;
  border-radius: 4px;
  border-bottom: 1px solid #e7ebef;
  margin-top: 3rem;
}

.footer-py {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 0.8em;
  color: #6b7990;
}
.footer-py .row {
  padding-top: 1rem;
}

.badge-py {
  background-color: #fff;
  color: rgb(79, 114, 215);
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 4px;
  font-weight: 500;
}

.badge-py-default {
  background-color: rgb(249, 249, 249);
  color: rgba(33, 37, 41, 0.75);
}

.badge-py-feedback {
  background-color: rgb(241, 246, 253);
  color: rgb(79, 114, 215);
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.badge-py-unlimited {
  background-color: rgb(243, 232, 255);
  color: rgb(126, 34, 206);
}

.badge-py-monthly_limited {
  background-color: rgb(254, 246, 226);
  color: rgb(202, 98, 22);
}

.badge-py-estimation {
  background-color: rgb(241, 246, 253);
  color: rgb(79, 114, 215);
}

.badge-py-dev-on_hold {
  background-color: rgb(254, 252, 232);
  color: rgb(133, 77, 14);
  border: 1px solid rgb(234, 179, 8);
}

.badge-priority-0 {
  color: #6b7990;
}

.badge-priority-1 {
  background-color: rgba(244, 114, 182, 0.1);
  color: rgb(126, 34, 206);
}

.badge-priority-2 {
  color: rgb(185, 28, 28);
  background-color: rgb(254, 242, 242);
  text-transform: uppercase;
}

.py-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  vertical-align: middle;
}

.py-circle-gray {
  background-color: #9ca3af;
}

.py-circle-green {
  background-color: #22c55e;
}

.card-py-light {
  border: 1px solid rgb(229, 231, 235);
  outline: 2px solid transparent;
  -webkit-box-shadow: 1px 1px 3px rgb(229, 231, 235);
          box-shadow: 1px 1px 3px rgb(229, 231, 235);
}
.card-py-light .card-header {
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(229, 231, 235);
}
.card-py-light .card-header .form-label-heading {
  color: rgb(107, 114, 128);
  margin-bottom: 0;
}
.card-py-light .card-header .py-meta-resume {
  font-size: 0.9rem;
}
.card-py-light .card-header .py-meta-resume .data-col {
  margin-right: 1.8em;
}

.sidebar-box {
  border: 1px solid rgba(79, 70, 229, 0.2);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  position: relative;
}
.sidebar-box h6 {
  margin-bottom: 1rem;
}
.sidebar-box .text-muted {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.sidebar-box .badge-py-feedback {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 6px;
}

.sidebar-box-featured {
  border: 2px solid rgba(79, 70, 229, 0.6);
}

/* Notificacion premium de tinymce en textarea*/
.mce-notification-warning {
  display: none;
}

.navbar-welcome {
  border-bottom: 1px solid red;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.py-box {
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgb(229, 231, 235);
}

.py-box-white {
  background-color: #fff;
}

/**
 * Tablas y listados que no den sida
 */
.pagination-wrapper {
  margin-top: 1rem;
  color: #6b7990;
  font-size: 0.9em;
}

.table-py-wrapper {
  border: 1px solid #e7ebef;
  border-radius: 6px;
  overflow: hidden;
}

.table-py {
  margin-bottom: 0;
}
.table-py .table {
  border: 1px solid #e7ebef;
  border-radius: 6px;
  overflow: hidden;
}
.table-py thead th {
  background-color: #f8fafc;
  color: #6b7990;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
}
.table-py tr:hover td {
  background-color: #f8fafc;
}
.table-py td {
  vertical-align: middle;
  color: #6b7990;
  font-size: 0.9em;
}
.table-py .btn-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.85rem;
}