
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

#kanban {
    white-space: nowrap;
}

.list {
    border-radius: 8px;
    margin: 4px;
    background-color: rgba(192, 192, 192, 0.1);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 200px;
}

.list-title {
    font-size: 13px;
    padding: 10px;
    padding-left: 30px;
    /*margin-bottom: -10px;*/
    font-weight: bold;
    cursor: pointer;
}

.scrollable-list {
    height: 400px;
    /*width: 260px;*/
    font-size: 10px;
}

.sortable-cards {
    min-height: 380px;
}

.card {
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: 270px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}

.card-subject {
    padding-bottom: 4px;
    font-weight: bold;
}

/*.card-assignee {
    opacity: 0.6;
}*/

.card-priority {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
    background: #86C285;
}

.priority-1 {
    background: #F50808;
}

.priority-2 {
    background: #86C285;
}

.priority-3 {
    background: #F5DC08;
}

.priority-4 {
    background: #EF7D59;
}

.sortable-lists {
    display: flex;
}

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

   */

.bg-dark {
    background-color: rgb(218,218,218) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}

.navbar-dark .navbar-text {
    color: black !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #258cfb;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

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

body {
    margin-bottom: 60px;
}


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 90%;
    }
}




.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#detailPanel {
    padding: 10px;
}


video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99999;
    filter: opacity(100%);
}


.img_hero {
    text-align: center;
    margin: auto;
    display: block;
}

.padd-right {
    padding-right: 30px;
}


.bg-bemel {
    background-color: #fff !important;
}




#loadingPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.loading-message {
    font-size: 18px;
    margin-bottom: 10px;
}

.loading-indicator {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 4px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


#errorModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.modal-message {
    font-size: 18px;
    margin-bottom: 10px;
}

.close-modal-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}


.note {
    font-size: 10pt;
    color: #484848;
    margin-left: 9px;
}

    .note > span {
        font-weight: 700
    }

.ml-10 {
    margin-left: 10px;
}

.border-left-primary {
    border-left: 0.25rem solid #ED7D31 !important;
}

.text-primary {
    color: #6C757D !important;
}

.nav-link-dark {
    color: #23272b !important;
}

.nav-link-dark.active {
    color: white !important;
    background-color: #23272b !important;
}

.btn-darkgray {
    color: white !important;
    background-color: #23272b !important;
}

/* Estilos para foto de perfil */
.profile-photo-section {
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}