﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*
{
    text-transform:uppercase!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: #1b6ec2;
  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 {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}





.bi.bi-pencil-fill:before {
    content: "\f044" !important;
}
.bi.bi-x.fs-2:before {
    content: "\f1f8" !important;
}
.bi.bi-x.fs-2, .bi.bi-x.fs-2:before {
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free" !important;
}

.bi.bi-pencil-fill, .bi.bi-pencil-fill:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: bold
}
.aside .aside-logo {
    height: 145px !important;
}
/*Agreement pdf*/
.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 6px 12px !important;
}

    .select2-container .select2-selection--single .select2-selection__clear {
        position: absolute;
        left: 0;
        display:none !important
    }
.switch-border {
    border: 2px solid #e4e6ef!important;
}
.form-align{
    height:auto!important;
}
.btn_div .btn{
    margin-bottom:10px;
}
.note-editable {
    text-transform: none !important;
}

.note-editable * {
    text-transform: none !important;
}

#MessageBody * {
    text-transform: none !important;
}

.txtNormal, .txtNormal * {
    text-transform: none !important;
}

.select2-results__options {
    max-height: 200px;
    overflow-y: scroll;
}

.long-text-column {
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: block;
    height: 2em;
    white-space: nowrap;
    max-width: 200px;
}

tr.priority-high {
    background-color: #FFF7F7;
}

    tr.priority-high td:first-child {
        position: relative;
    }

        tr.priority-high td:first-child::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #E5484D;
            border-radius: 4px;
        }

tr.priority-sameday {
    background-color: #F9F5FF; /* Un tono púrpura muy sutil para el fondo */
}

    tr.priority-sameday td:first-child {
        position: relative;
    }

        tr.priority-sameday td:first-child::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 5px; /* Un poco más ancho que High (4px) */
            background: #7C3AED; /* Un púrpura más vibrante para la barra lateral */
            border-radius: 4px;
        }

/* Badge */
.priority-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 999px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    /* Badge */
    .priority-badge.sameday {
        background: #F5F3FF;
        color: #6D28D9;
        border: 1px solid #6D28D9;
    }

    .priority-badge.high {
        background: #FDECEC;
        color: #B42318;
        border: 1px solid #B42318;
    }

    .priority-badge.medium {
        background: #FFFBEB;
        color: #B45309;
        border: 1px solid #B45309;
    }

    .priority-badge.low {
        background: #ECFDF5;
        color: #047857;
        border: 1px solid #047857;
    }

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-badge.status-progress {
    background: #FFF7E8;
    color: #B7791F;
    border: 1px solid #F6D28B;
}

    .status-badge.status-completed {
        background: #EEF2F7;
        color: #42526B;
        border: 1px solid #D6DEE8;
    }

    .status-badge.status-collected {
        background: #ECF8F3;
        color: #147A5A;
        border: 1px solid #B7E4D3;
    }

    .status-badge.status-canceled {
        background: #FDECEC;
        color: #B42318;
        border: 1px solid #B42318;
    }

    .badge-on-image {
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .availability-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 3px 8px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .availability-badge.availability-O {
        background: #FFF7E8;
        color: #B7791F;
        border: 1px solid #F6D28B;
    }

    .availability-badge.availability-T {
        background: #EEF2F7;
        color: #42526B;
        border: 1px solid #D6DEE8;
    }

    .availability-badge.availability-A {
        background: #ECF8F3;
        color: #147A5A;
        border: 1px solid #B7E4D3;
    }

ul.timeline-3 {
    list-style-type: none;
    position: relative;
}

ul.timeline-3:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-3 > li {
    margin: 20px 0;
    padding-left: 60px;
    padding-right: 20px;
}

ul.timeline-3 > 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;
}

ul.timeline-3 > li .timeline-date {

}

.long-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.long-description.expanded {
    -webkit-line-clamp: unset;
}