:root {
    --primary: #dbdbdb !important;
    --bg-wood-dark-img: var(--base_url)dis/default/bg-wood-dark.jpg;
    --bg-gradient: radial-gradient(circle, rgba(47, 29, 19, 1) 35%, rgba(79, 51, 19, 1) 66%, rgba(51, 34, 19, 1) 96%);
    --bg-gradient2: radial-gradient(circle, rgba(47, 29, 19, 1) 35%, rgba(79, 51, 19, 1) 66%, rgba(51, 34, 19, 1) 96%);
}
body{
    background-color:rgb(246,246,246);
}
}
.dark-mode.text-light .modal * {
    color: var(--light);
}

.dark-mode .btn-dark,
.dark-mode .btn-dark * {
    color: var(--dark) !important;
    background: var(--light) !important;
}

.bg-gradient-black {
    background: #343a40 linear-gradient(180deg, #000000, #282828) repeat-x !important;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #e40613 !important;
    border-color: #e40613 !important;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #e40613 !important;
    border-color: #e40613 !important;
  }

/* Estilos para colores de eventos */
.fc-event-color-red {
    background-color: #FF5733;
}

.fc-event-color-green {
    background-color: #33FF5E;
}

.fc-event-color-blue {
    background-color: #335AFF;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    color: #aaa !important;
  }

  .fc-h-event .fc-event-title {
    font-weight: 700;
  }

  #preloader .loader-holder div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 5px;
    border: 5px solid #fff;
      border-top-color: rgb(255, 255, 255);
      border-right-color: rgb(255, 255, 255);
      border-bottom-color: rgb(255, 255, 255);
      border-left-color: rgb(255, 255, 255);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #e40613 transparent transparent transparent;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #e40613 !important;
    color: #fff;
  }

  .select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #e40613 !important;
  }
  .card-info.card-outline {
    border-top: 3px solid #e40613;
  }
  
  .secciones {
    padding: 0px 20px 20px 20px;
    border: solid 10px #ccc;
  }

.info-box .info-box-number {
    display: flex;
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
  }

  .info-box .info-box-content {
    line-height: 1.2;
  }

  .info-box .progress-description, .info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 650;
    font-size: 18px;
  }

  .nombresformularios{
    text-align: center;
  font-size: 30px;
  font-weight: 600;
  }
.nombresformularios span {
  font-size: 20px;
  font-weight: 900;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
  }

  .text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -.4rem;
    font-weight: 700;
    text-transform: uppercase;
  }

.text-sm .select2-container--default .select2-selection--single, select.form-control-sm ~ .select2-container--default .select2-selection--single {
  height: calc(35px + 2px);
  font-size: 20px;
  background-color: #84848429;
  text-align: center;
  margin-top: 7px;
}

  .text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -.4rem;
    font-weight: 700;
  }

  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #444 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

.logotipo {
    background-color: #fff;
    padding: 20px 10px 20px 10px;
  }

  .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(0rem);
  }

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e40613 !important;
}

.bg-primary {
    background-color: #e40613 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #e40613 !important;
  }


  .border-info {
    border-color: #000 !important;
  }
  .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #e40613 !important;
    color: #fff;
    padding: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
  }
  .nav-sidebar .nav-item > .nav-link {
    position: relative;
    padding: 20px;
    background-color: #333;
    border: solid 1px #202020;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
  }
.contenido {
    background-color:rgb(246,246,246);
}

.form-control.border-navy:focus {
    border-color: #001f3f !important;
}

/* PERSONALIZADO */

.table th,
.table td {
    vertical-align: middle !important;
}

/*.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0 !important;
}*/

.text-center {
    text-align: center !important;
}

.text-rigth {
    text-align: right !important;
}

.card-primary.card-outline {
    border-top: 3px solid #000000 !important;
}

.text-primary {
    color: #000 !important;
}

.bg-gradient-dark {
    background: #191919 !important;
    color: #fff;
}

.iconos {
    font-size: 11px !important;
    color: #515151 !important;
}

.seguimientos {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
}

.logotipo-centrado {
    display: flex;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
}

/* PERSONALIZADO */
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    font-style: italic;
}

.truncate-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.modal-dialog.large {
    width: 80% !important;
    max-width: unset;
}

.modal-dialog.mid-large {
    width: 20% !important;
    max-width: unset;
}

@media (max-width:900px) {
    .modal-dialog.large {
        width: 100% !important;
        max-width: unset;
    }

    .modal-dialog.mid-large {
        width: 100% !important;
        max-width: unset;
    }

    .modal-dialog {
        margin: unset !important;
    }

    .seguimientos {
        display: flex;
        width: 35px;
        height: 35px;
        margin: 0 auto;
        margin-top: 15px;
        border-radius: 50%;
        overflow: hidden;
        justify-content: center;
    }
}

#viewer_modal .btn-close {
    position: absolute;
    z-index: 999999;
    /*right: -4.5em;*/
    background: unset;
    color: white;
    border: unset;
    font-size: 27px;
    top: 0;
}

#viewer_modal .modal-dialog {
    width: 80%;
    max-width: unset;
    height: calc(90%);
    max-height: unset;
}

#viewer_modal .modal-content {
    background: black;
    border: unset;
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple {
    border: 0 !important;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0 !important;
}

#viewer_modal img,
#viewer_modal video {
    max-height: calc(100%);
    max-width: calc(100%);
}

table.dataTable th,
table.dataTable td {
    padding: 5px !important;
}

.card.d-flex {
    flex-direction: row !important;
}

.card.d-flex>img {
    width: 20% !important;
}

.card.d-flex>.card-body {
    width: 80% !important;
}

span.btn {
    cursor: unset;
}

span.btn:hover {
    background: inherit;
}

#tourCarousel {
    height: 50vh !important;
}

#tourCarousel img {
    object-fit: fill;
}

div.stars {
    width: auto;
    display: inline-block
}

.mt-200 {
    margin-top: 200px
}

input.star {
    display: none
}

label.star {
    float: right;
    /* padding: 10px; */
    font-size: 30px;
    color: #333333;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\2605';
    color: #ffc800;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #ffc800;
    /* text-shadow: 0 0 20px #952 */
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3)
}

label.star:before {
    content: '\2605';
    font-family: FontAwesome
}

#top-header {
    height: 70vh;
}

#top-header * {
    text-shadow: 3px 2px #000000b0;
}

#top-header .title {
    font-size: 5em;
    text-shadow: 4px 4px #000000f5;
}

.site-title {
    font-size: 5em !important;
    color: white !important;
    text-shadow: 4px 5px 3px #68717a !important;
}

.site-subtitle {
    font-size: 2em !important;
    color: #e5e5e5 !important;
    text-shadow: 0px 2px 3px #000 !important;
}

#top-header:before {
    content: '';
    position: absolute;
    height: 80vh;
    width: calc(100%);
    top: 0;
    left: 0;
    background-image: var(--bg-img) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    filter: brightness(.95)
}

.company-name {
    font-size: 1.35rem;
    font-variant: all-petite-caps;
    font-family: monospace;
    font-weight: 600;
    color: #b5b5b5;
}

img.company-logo {
    transition: transform .02s ease-in;
}

img.company-logo:hover {
    transform: scale(1.02);
}

nav.text-light .nav-link {
    color: var(--light) !important;
}

.login-title {
    text-shadow: -3px 5px 9px #000 !important;
    font-family: cursive;
    font-size: 4.5em !important;
    color: white !important;
}

.form-control.border-0.border-bottom {
    border-bottom: 1px solid !important;
    border-color: #dae1e7 !important;
    transition: border .5s ease-in;
}

.form-control.border-0.border-bottom:focus {
    border-color: var(--info) !important;
}

#print-logo {
    height: 150px;
    width: 150px;
    object-fit: scale-down;
    object-position: center center;
    border-radius: 100%;
    float: left;
}

#student-img-avatar {
    object-fit: scale-down;
    object-position: center center;
    height: 25px;
    width: 25px;
    border: 1px solid var(--dark);
    border-radius: 100%;
}

.review-user-img {
    object-fit: scale-down;
    object-position: center center;
    height: 30px;
    width: 30px;
    border: 1px solid var(--dark);
    border-radius: 100%;
}

#banner-img {
    object-fit: scale-down;
    object-position: center center;
    height: 40vh;
    width: calc(80%);
}

.banner-img {
    object-fit: scale-down;
    object-position: center center;
    height: 27vh;
    width: calc(90%);
}

@media (max-width:760px) {
    #banner-img {
        height: 30vh;
        width: calc(100%);
    }
}

.list-group:empty:before {
    color: #505050;
    content: "List is Empty";
    text-align: center;
    width: calc(100%)
}

a.page-link.active {
    background-color: #007bff;
    color: #fff;
}

a.page-link[disabled] {
    cursor: not-allowed;
    background-color: #c7c7c7;
    color: #e9e9e9;
    pointer-events: none;
}

div#search-field {
    display: none !important;
    transition: all 3s ease-in;
    height: 0;
}

div#search-field.show {
    background: var(--light);
    top: 2.7em;
    width: 30em;
    left: -30em;
    height: auto;
    padding: 0.5em 0.5em;
    border: 1px solid #d7d7d7;
    display: block !important;
}

table[data-placeholder='true'] tbody:empty:after {
    content: "No data";
    position: absolute;
    color: rgb(145 142 142);
    font-size: .8em;
    font-style: italic;
    width: calc(100%);
    padding: 0.5em;
    text-align: center;
}