.bg-muted
{
    background: #f1f1f1 !important;
}

.btn-secondary-flask
{
    background: #2C7289 !important;
}

.dropdown-menu
{
    /* background: #f7f7f7 !important; */
    border: solid rgb(223, 223, 223) 1px;
}

.w-25
{
    width: 25px !important;
}

.vh-100
{
    height: 100vh !important;
}

.sidenav
{
    scrollbar-width: thin;
    scrollbar-color: #ea0cb3;
}

.sidenav:hover
{
    scrollbar-width: thin;
    scrollbar-color: #8b0a5e;
}

.sidenav::-webkit-scrollbar
{
    width: 5px;
}

.sidenav::-webkit-scrollbar-track
{
    background: transparent;
}

.sidenav::-webkit-scrollbar-thumb
{
    background-color: transparent;
    border-radius: 20px;
    /* border: 3px solid rgb(236, 236, 236); */
}

.sidenav:hover::-webkit-scrollbar-thumb
{
    background-color: #b1b1b1;
    border-radius: 20px;
}

.error
{
    font-size: 10px;
    color: #ff8800;
    font-weight: 400;
    margin-bottom: 0px;
    min-height: 16.25px;
    margin-top: 3px;
}

.ml-auto
{
    margin-left: auto;
}

.scroll-permission
{
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.scroll-wizard
{
    max-height: 380px;
    overflow-y: scroll;   
}

.scroll-advance
{
    height: 270px;
    overflow-y: auto;
    scrollbar-color: #d7d7d7 #f0f0f0;
    scrollbar-width: thin; 
}

.scroll-file
{
    height: 320px;
    overflow-y: auto;
    scrollbar-color: #d7d7d7 #f0f0f0;
    scrollbar-width: thin;
}

.split
{
    border: solid white 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.div-loader
{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 600;
    border-radius: 5px !important;
    background: #fafafad7;
    /* align-items: center; */
    justify-content: center;
    margin: 0;
}

.loader
{
    width: 60px;
}

.loader-wheel
{
    animation: spin 1s infinite linear;
    border: 2px solid transparent;
    border-left: 4px solid green;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
    position: relative;
    top:35%;
}

@keyframes spin
{
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

.input-file
{
    width: 100%;
    border-bottom: solid 1.7px;
    transition: .7s;
    font-size: 12px;
}

.input-file:focus
{
    border-bottom: solid 1.7px #5AB25E;
    transition: .7s;
}

input::file-selector-button {
    color: #5AB25E;
    margin-right: 10px;
    padding: 5px;
    font-weight: bold;
    background: #2A3149;
    border: thin solid grey;
    border-radius: 3px;
    font-size: 12px;
}

.sidenav
{
    z-index: 3 !important;
}

.form-control:focus,
.form-select:focus
{
    border: #cfcfcf solid 1px;
}

/* Multiselect */

.multiselect
{
    font-size: 12px !important;
    height: 33.8px !important;
    min-height: auto !important;
    border: none !important;
    background: transparent !important;
}

.multiselect-wrapper
{
    border: #D2D6DA 1.5px solid !important;
    border-radius: 5px;
    min-height: 32px !important;
    background: transparent !important;
}

.is-disabled .multiselect-wrapper
{
    background: #e9ecef !important;
}

.bg-admin
{
    background: #e6f3f8;
}

.multiselect-search
{
    border: none !important;
}

.multiselect-fake-input
{
    border: none !important;
}

.multiselect-option
{
    font-size: 12px !important;
}


.multiselect-placeholder
{
    font-size: 12px;
}

/* Fin multiselect */

.table-size-1
{
    min-height: 280px;
}

.table-size-2
{
    min-height: 364.64px;
}

.table,
tr
{
    border: solid 2px #E9ECEF;
}

.page-item.active .page-link
{
    z-index: 1;
    color: black;
    background: #b8d9b9;
}

.icon-circle
{
    background: white;
    padding: 5px;
    border-radius: 20%;
}

.multiselect-tags-search
{
    background: white !important;
}

.circle-status
{
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    margin-right: 5px;
}

.progress-percentage
{
    height: 15px;
    /* color :rgb(6, 9, 46) */
}

.text-name
{
    color: black;
}

.progress-detail
{
    height: 3px;
}

.nav-colum
{
    background: transparent !important;
}

.nav-option
{
    font-size: 13px;
    color: black;
}

.nav-option.active
{
    background: transparent !important;
    color: #2DCECA !important;
    font-size: 13px;
}

.file-document
{
    height: 80px;
}

.btn-file-circle
{
    background: red;
    border: none;
    color: white;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 7px;
    border-radius: 15px;
    top: -10px;
    right: 15px;
    opacity: 0;
    transition: 1s;
}

.file-div:hover .btn-file-circle
{
    opacity: 1;
    transition: 1s;
    visibility: visible;
}

.h-30
{
    height: 30px;
}

.h-80
{
    height: 490px;
}

.h-120
{
    height: 120px;
}

.h-170
{
    height: 170px;
}

.h-300
{
    height: 295px;
}

.h-350
{
    height: 350px;
}

.max-400
{
    max-height: 400px;
}

.h-450
{
    height: 450px;
}

.h-500
{
    height: 500px;
}

.h-600
{
    height: 600px;
}

.tab-flask
{
    /* margin-top: 15px; */
    margin-bottom: 10px;
    padding: 10px;
    background: #e4eaff;
    border-radius: 10px;
    margin-right: 5px;
    transform: scale(1) !important;
}

.tab-flask.active
{
    color: #000000 !important;
}

.popover__title
{
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
}
  
.popover__wrapper
{
    position: relative;
    display: inline-block;
}

.popover__content
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -90px;
    top: 60px;
    transform: translate(0, 10px);
    background-color: #494747;
    padding: 2px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 200px;
    text-align: center;
}

.popover__content:before
{
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
  .popover__wrapper:hover .popover__content
{
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message
{
    text-align: center;
}

.truncate-welcome
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}

.truncate-general
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

.truncate-title
{
    display: -webkit-box;
    min-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.min-300
{
    min-height: 220px;
}

.h-modal-investigation,
.h-modal-undergraduate
{
    height: 620px;
}

.h-modal-detail
{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #d7d7d7 #f0f0f0;
    scrollbar-width: thin;
}

.form-control-xxs
{
    height: 22px;
}

.offcanvas-1
{
    height: 300px !important;
}

/* edicion de jodit */
.jodit-workplace *
{
    font-size: 13px !important;
}

.jodit-add-new-line
{
    display: none !important;
}

.flask-hr
{
    border: solid .5px grey;
}

.bg-special-1
{
    background: #d3d3d3;
}

.bg-finance
{
    background: #e2e3e4;
}

.bg-th
{
	background: #E9ECEF;
}

.bg-th tr th
{
    color: #474747 !important;
}

.nav-link.active .nav-link-text
{
    color: white;
}

.nav-link.active .scuare-sidebar
{
    background: white;
    color: #28a37c;
}

.card .img-card
{
    transition: .5s;
    scale: 1;
}

.card:hover .img-card
{
    transition: .5s;
    scale: 1.7;
}



/* carousel */

.carousel
{
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden;
    display: flex;
}

.item-carousel
{
    width: 300px;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    padding: 20px;
    /* justify-content: center; */
    /* align-items: center; */
    /* min-height: 200px; */
}

.carousel {
    /* ... */
    > * {
      flex: 0 0 100%;
    }
  }

  /* Group the cards for better structure. */
.group {
    display: flex;
    gap: 20px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 20px;
}

.group
{
    /* ... */
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 150s linear infinite;
}

@keyframes scrolling
{
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
}
  
.carousel
{
    /* ... */
    &:hover .group {
      animation-play-state: paused;
    }
}

.jury
{
    border-radius: 15px;
    width: 100%;
    background: #f1f1f1;
    cursor: move !important;
    position: relative;
}

.jury button
{
    position: absolute;
    top: -5px;
    right: 0px;
    border-radius: 30px;
    padding: 5px !important;
    width: 30px;
}