@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);


:root {
    --text-formulario: #7e8299;
    --profile-text: #3f4254;
}

/* Search bar styling for deportistas and cuestionarios filter */
#deportistaSearchInput,
#cuestionarioSearchInput {
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #e4e6ef;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

#deportistaSearchInput:focus,
#cuestionarioSearchInput:focus {
    border-color: #3699ff;
    box-shadow: 0 4px 8px rgba(54, 153, 255, 0.1);
}

#deportistaSearchInput::placeholder,
#cuestionarioSearchInput::placeholder {
    color: #b5b5c3;
}

/* Mobile responsiveness for search bar */
@media (max-width: 768px) {
    #deportistaSearchInput,
    #cuestionarioSearchInput {
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 10px 15px;
    }
}

/* Fix grid card width when inside deportista-item */
.deportista-item .grid-card-wrapper {
    width: 100%;
    max-width: none;
}

.deportista-item {
    margin-bottom: 1.5rem;
}

.deportista-item .grid-card-container {
    width: 100%;
}

/* Allow long names to wrap instead of truncating */
.deportista-item .grid-card-desctiption {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
}

a:focus, button:focus, input:focus, i:focus {
    outline: none !important;
}
body{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background: #F6F7FA;
}

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    background: white;
}

.navbar-brand , .nav-link, .my-form, .login-form
{
    font-family: Raleway, sans-serif;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
/* rating star
.rating {
      float:left;
    }

    /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position:absolute;
        top:-9999px;
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float:right;
        width:1em;
        /* padding:0 .1em; */
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:200%;
        /* line-height:1.2; */
        color:#ddd;
    }

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: dodgerblue;

    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: dodgerblue;

    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: dodgerblue;

    }

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }
    /*******/
    /*logrado, no logrado */
    .custom-control-label::before,
    .custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
    }

/***snackbar***/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/**************/

    /* Diseño nuevo*/
:root {
    --mainColor: #202020;
}

main {
        min-height: calc(100vh - 64px);
    }


.list-style-card {
    height: 56px;
    border-radius: 7px;
    border-left: #0091FF;
    border-width: 4px;
    border-style: solid;
    border-right: none;
    margin-bottom: 5px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 4%);
    background: white;
    border-bottom: none;
    border-top: none;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.list-style-poll {
    height: 56px;
    border-radius: 7px;
    border-left: #ff0062;
    border-width: 4px;
    border-style: solid;
    border-right: none;
    margin-bottom: 5px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 4%);
    background: white;
    border-bottom: none;
    border-top: none;
    /* align-items: center; */
    /* justify-content: space-between; */
}

/*.list-style-card div {
    padding: 0 15px;
}

.list-style-card div:first-child {
    padding: 0 0 0 15px !important;
}*/
* {
    font-family: 'Roboto',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*font-weight: 300;*/
}

a:hover {
    text-decoration: none !important;
}

.card-id {
    font-family: HelveticaNeue;
    font-size: 14px;
    color: var(--mainColor);
}

.list-card-title {
    color: var(--mainColor);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.cssgrid {
    display: grid;
    grid-template-columns: min-content minmax(200px, 8fr) max-content max-content;
    grid-template-rows: 56px;
    column-gap: 30px;
    align-items: start;
    padding: 0 20px;
    /*overflow-x: scroll;*/
}

.grid-item {
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: self-start;
}

.entrename {
    background: white;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25),0 18px 36px -18px rgba(0,0,0,0.4);
    transition-duration: .4s;
    transition-property: box-shadow;
}

.entrename:hover {
    box-shadow: 0 2px 5px -1px rgba(50,50,93,0.25),0 1px 3px -1px rgba(0,0,0,0.3);
}

.entrename h4 {
    padding-top: 20px;
    font-size: 16px !important;
    color: #202020 !important;
    font-weight: 500;
}

.user-avatar {
    background-image: linear-gradient(-29deg, #4FA4D9 0%, #5DBA94 100%);

    color: #fff;
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 7%);
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    width: 32px;
    margin-top:  11px;

}

.column-description > div {
    display: flex;
    justify-content: space-between;
}

.column-description div {
    font-size: 14px;
    color: #707883;
}

.no-paddings {
    padding: 0 !important;
    margin: 0 !important;
}

/* Header */

.dashboard {
    display: flex;
}

.dashboard h1 {
    font-size: 20px;
    color: #151B26;
}

.page-header {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.page-header .navbar-brand {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 0;
}

.dashboard-icon img {
    width: 48px;
    height: 48px;
}

.profile-icon {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    margin: 0 !important;
    background: #635AC7;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.profile-icon span {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 1px;
    width: 28px;
    height: 28px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.profile-icon profile {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;

}

.main-menu-item {
    font-size: 14px;
    color: #151B26 !important;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none !important;
}

.buscador {
    padding: 0 15px;
}



.buscador #search {
    border: 1px solid #CBD4DB;
    border-radius: 16px;
    height: 32px;
    padding-left: 25px;
}

.aligncenter {
    align-items: center;
}

.switch-view ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .switch-view ul{
        justify-content: space-between;
    }
}

.switch-view li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
    transition-duration: .2s;
    transition-property: background;
    padding: 5px 10px;
    border-radius: 6px;
}

.switch-view li span {
    color: #707883;
}

.switch-view li > div {
    padding: 4px;
    background: white;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    margin-left: 8px;
    box-shadow: 0 2px 5px -1px rgb(50 50 93 / 25%), 0 1px 3px -1px rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-view li:hover {
    background: rgba(21,27,38,.04);
    border-color: transparent;
}

.switch-view li > div svg {
    height: 12px;
    width: auto;
}

/* Crear Tarjeta */

.crear-tarjeta {
    display: flex;
    align-items: center;
    border: 2px dashed #cfd1d4;
    border-radius: 7px;
    height: 56px;
    padding: 0 30px;
    margin: 20px 0px;
}

.crear-tarjeta span {
    padding-left: 8px;
    color: #8a8e9b;
}

/* Modal (Pop-up) */

.custom-popup {
    margin: 0 32px 0 0 !important;
    width: 500px    ;
}


.modal-header {
    background: #f8f8f8;
    border-bottom: none !important;
    padding:0.75rem 1rem !important;
    align-items: center !important;
}

.modal-content {
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(34 41 47 / 25%);
    box-shadow: 0 0 24px 0 rgb(34 41 47 / 25%);
    box-sizing: border-box;
    border-radius: .357rem !important;
    display: inline-block !important;
    width: 90% !important;
    /*position: absolute !important;*/
    right: 0;
    bottom: 0;
}

input[name="fecha_inicio"], input[name="fecha_termino"]  {
    border: none;
    /* border-bottom: 1px solid #CED4DC; */
    border-bottom: 1px solid rgba(34,41,47,.05);
    border-radius: 0;

}

.no-border input {
    border: none;
}

.border-bottom {
    border-bottom: 1px solid #ebedf3!
}

#form_tarjeta label {
    color: var(--text-formulario);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.min-h48 {
    min-height: 48px !important;
}

.v-align-center {
    align-items: center;
}

/* Buton deshabilitado start */

.deshabilitado {
    background: #f6f8f9;
    border-color: #e8ecee !important;
    color: #9ca6af;
    fill: #9ca6af;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    align-items: center;
    border: 1px solid;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
    transition-duration: .2s;
    transition-property: background,border,box-shadow,color,fill;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

/* Buton deshabilitado end */

/* custom radio group start */

.custom-radio .btn-group, .custom-radio .btn-group-vertical {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.custom-radio .btn-group, .custom-radio .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.custom-radio .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.custom-radio .btn-secondary {
    padding: 0px;
    border: none;
    background: white;

}

.custom-radio label {
    transition-duration: .2s;
    transition-property: background,border,box-shadow,fill;
    margin-bottom: 0px !important;
}

.custom-radio label:hover, .custom-radio input[type="radio"]:checked,  .agregar-objetivo:hover {
    background: rgba(21,27,38,.04) !important;
    border-color: transparent;
    fill: #151b26;
}

.custom-radio .btn-group>.btn-check:checked+.btn {
    z-index: 1;
}

.custom-radio .btn-check:checked+.btn-secondary {
    background-color: transparent;
}
/* custom radio group end */

/* footer-buttons start */

.footer-button-group {
    display: flex;
    align-items: center;
}

.agregar-objetivo {
    height: 36px;
    border-left: 1px solid #CED4DC !important;
    padding-left: 16px !important;
    padding-top: 6px !important;
}

/* footer-buttons end */

/* Objetivos start */

.titulo-objetivo {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    padding-bottom: 6px;
}
.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
  }

/* Objetivos end */

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .modal-content {
        width: 600px !important;
        margin-right: 30px;
        margin-bottom: 1.75rem;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .modal-content {
        width: 100% !important;
    }
}

.modal-title span {
    font-size: 14px;
    color: #7B838D;
    font-weight: 500;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding-top: 2px !important;
    padding-bottom: 8px !important;
}

.custom-form-control, .custom-form-control:focus {
    border: none !important;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #3F425A;
    width: 100%;
    background: transparent;
}

.custom-form-control::placeholder {
    color: #6e6b7b;
}

.custom-form-control::-webkit-input-placeholder {
    color: #6e6b7b;
}

.custom-form-control::-moz-placeholder {
    color: #6e6b7b;
}

.custom-form-control:-ms-input-placeholder {
    color: #6e6b7b;
}

.custom-form-control:-moz-placeholder { /* Firefox 18- */
    color: #6e6b7b;
  }

/* Grid card layout start */

.grid-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 10px 30px 0 rgba(209,213,223,0.50);
    border-radius: 10px;
    padding: 2rem 1.5rem;
    margin: 1.5rem 0;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.grid-card-container:hover {
    top: -10px;
}

.grid-card-container .grid-card-id {
    display: flex;
    justify-content: space-between;

}

.id-de-tarjeta {
    font-size: 16px;
    color: #858997;
    line-height: 24px;
}

.grid-card-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
}

.grid-card-icon {

}

.grid-card-title-and-date {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 1rem;


}
.grid-card-desctiption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
    font-size: 16px;
    color: #141821;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.grid-card-date {
    font-size: 14px;
    color: #858997;
    line-height: 21px;
}
.grid-card-progressbar-container {
    background: #EEEFF3;
    border-radius: 2.5px;
    height: 5px;
    width: 100%;
}

.progressbar-color {
    background: #03cd98;
    border-radius: 2.5px;
    height: 5px;
    width: 67%;
}

.grid-card-progress-counter {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.progress-counter-text {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #141821;
    line-height: 24px;
}

.progress-counter-percent {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #858997;
    text-align: right;
    line-height: 24px;
}
.grid-card-wrapper {
    width: 355px;
}

.grid-card-layout {
    justify-content: space-between;
}

@media screen and (max-width: 1200px){
    .grid-card-wrapper {
        width: 450px;
    }
}

@media screen and (max-width: 991px){
    .grid-card-wrapper {
        width: 335px;
    }
}

@media screen and (max-width: 767px){
    .grid-card-wrapper {
        width: 100%;
    }
    .grid-card-container {
        margin: 0.7rem 0;
    }
    main {
        height: 100%;
    }
}

/* Mobile menu */

.navbar-light .navbar-toggler {
    border: none;
}

nav > .show > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

nav > .show > ul li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
}

nav .show ul li.buscador {
    display: none;
}

/* Mobile menu Encuestas start */

.show .menu-encuestas {
    background: #D9F2EC;
    width: 100%;
    height: 105px !important;
    overflow: hidden;
}

nav .show .menu-encuestas::after {
    content: "Las encuestas ayudan a mejorar el plan de entrenamiento.";
    font-size: 14px;
    color: #202020;
    position: relative;
    top: -30px;
    font-family: Roboto-Regular;
}

.show .menu-encuestas a {
    font-weight: 600;
    font-size: 20px;
    color: #202020 !important;
    position: relative;
    top: -25px;
}

.show .menu-encuestas {
    border-radius: 6px;
    padding: 0px 24px 8px 54px;
    margin-top: 15px;
    transition-duration: .5s;
    transition-property: background,border,box-shadow,color,fill;
}

.show .menu-encuestas:hover {
    box-shadow: 0 10px 30px 0 rgba(209,213,223,0.50);
}

.show .menu-encuestas icono {
    display: block !important;
    position: relative;
    left: -36px;
    top: 29px;
}

.show .menu-encuestas icono img, .show .encuestas-movil icono img {
    width: 24px;
}

/* Mobile menu Encuestas end */

/* Mobile menu Tarjetas start */

.show .menu-tarjetas {
    background: #E2F0FF !important;
    width: 100%;
    height: 105px !important;
    overflow: hidden;
}

nav .show .menu-tarjetas::after {
    content: "Cree y edite metas y objetivos para todos los días de una manera conveniente.";
    font-size: 14px;
    color: #202020;
    position: relative;
    top: -15px;
    font-family: Roboto-Regular;
}

.show .menu-tarjetas a {
    font-weight: 600;
    font-size: 20px;
    color: #202020 !important;
    position: relative;
    top: -25px;
}

.show .menu-tarjetas {
    border-radius: 6px;
    padding: 0px 24px 8px 54px;
    margin-top: 10px;
    transition-duration: .5s;
    transition-property: background,border,box-shadow,color,fill;
}

.show .menu-tarjetas:hover {
    box-shadow: 0 10px 30px 0 rgba(209,213,223,0.50);
}

.show .menu-tarjetas icono {
    display: block !important;
    position: relative;
    left: -36px;
    top: 28px;
}

/* Mobile menu Tarjetas end */

/* Mobile menu Usuario start */

.megamenu-movil {
    display: none;
}

.megamenu-desktop > a, .menu-desktop > a {
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    transition-duration: .2s;
    transition-property: background,border,box-shadow,color,fill;
}

.megamenu-desktop > a:hover, .menu-desktop > a:hover {
        background: rgba(21,27,38,.04);
        border-color: transparent;
}

.show .megamenu-desktop > a, .show .megamenu-desktop ul.dropdown-menu {
    display: none !important;
}

.show .megamenu-movil {
    display: block !important;
    background: #FBF0C8;
    width: 100%;
    height: 105px !important;
    overflow: hidden;
}



.show .megamenu-movil header, .show .menu-tarjetas header {
    font-weight: 600;
    font-size: 20px;
    color: #202020 !important;
    position: relative;
    top: -15px;
}

.show .megamenu-movil {
    border-radius: 6px;
    padding: 0px 24px 8px 54px;
    margin-top: 10px;
    transition-duration: .5s;
    transition-property: background,border,box-shadow,color,fill;
}

.show .megamenu-movil:hover {
    box-shadow: 0 10px 30px 0 rgba(209,213,223,0.50);
}

.show .megamenu-movil icono {
    display: block !important;
    position: relative;
    left: -36px;
    top: 28px;
}

.show .megamenu-movil .sub-menu, .show .menu-tarjetas .sub-menu, .show .megamenu-movil .sub-menu .editar-perfil, .show .menu-tarjetas .sub-menu .editar-perfil, .show .megamenu-movil .sub-menu .cambiar-contrasena, .show .menu-tarjetas .sub-menu .cambiar-contrasena, .sub-menu .salir {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show .megamenu-movil .sub-menu, .show .menu-tarjetas .sub-menu {
    min-width: calc(100% + 35px);
    position: relative;
    left: -35px;
}

.show .menu-tarjetas .sub-menu  {
    top: 20px;
}

.sub-menu .submenu-title {
    padding-left: 15px;
}

.show .megamenu-movil .sub-menu .submenu-title, .show .menu-tarjetas .sub-menu .submenu-title {
    font-family: Roboto-Regular;
    font-size: 10px;
    color: #202020 !important;
    text-transform: uppercase;
}

.show .tarjetas-movil {
    background: #E2F0FF !Important;
}

.show .encuestas-movil {
    background: #D9F2EC !Important;
}

/* Mobile menu Usuario end */
/***CSS listas***/
.class-lista{
    font-size: 14px;
}
/****************/

/* Pefil del usuario start */

.offcanvas, .offcanvas-mobile {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}

@media (min-width: 1400px) {
.w-xxl-350px {
    width: 350px!important;
    }
}

.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border: 0;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: .42rem;
}

@media (min-width: 1400px) {
.align-self-xxl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
    }
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}

@media (min-width: 1400px) {
.symbol.symbol-xxl-100 .symbol-label {
    width: 100px;
    height: 100px;
    }
}

@media (min-width: 1200px) {
.symbol .symbol-label {
    width: 50px;
    height: 50px;
    }
}

@media (max-width: 576px) {
.symbol .symbol-label {
    width: 50px;
    height: 50px;
    }
}

.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .42rem;

}

.nombre-del-usuario h3 {
    font-size: 1.15rem;
    color: var(--profile-text);
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.nombre-del-usuario .posicion {
    color: #b5b5c3;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
}

.datos-del-usuario > div  {
    justify-content: space-between;
}

.f-column {
    flex-direction: column;
}

.datos-del-usuario .datos-col-uno {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--profile-text);
}

.datos-del-usuario .datos-col-dos {
    color: #b5b5c3;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 400;
}


.sidebar-nav .nav-item {
    background: rgba(0,0,0,.02);
    border-radius: 3px;
    height: 48px;
}

.sidebar-nav span {
    color: #6e6e6e;
    font-weight: 400;
}

.sidebar-nav img {
    filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(101deg) brightness(94%) contrast(87%);
}

.sidebar-nav .active span  {
    color: #ff9f43;
    font-weight: 400;
}

.sidebar-nav .active {
    background: rgba(255,159,67,.12) !important;
    border-radius: 3px;
    height: 48px;
}

.sidebar-nav .active img {
    filter: none !important;
}

.column-header {
    justify-content: space-between;
}

.column-title h4 {
    font-size: 1rem;
    color: #181c32;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.column-title h5 {
    font-size: .925rem;
    color: #b5b5c3!important;
    font-weight: 500!important;
}

.column-header {
    border-bottom: 1px solid #ebedf3;
    padding: 16px 30px;
}

.btn-gamificacion {
    color: #6a727d;
    height: 46px;
    background-color: #e4e6ef;
    border: none;
    padding: .65rem 1rem !important;

}

.titlulo-del-formulario {
    font-weight: 500!important;
    font-size: .8rem;
    line-height: 1.2;
    color: var(--profile-text);
    text-align: left;
    margin-bottom: 14px;
}

.form label {
    text-align: left;
    font-size: .8rem;
    font-weight: 400;
    color: var(--profile-text)
}

.agregar-imagen {
    position: relative;
    display: inline-block;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.agregar-imagen.agregar-imagen-outline .agregar-imagen-wrapper {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
}

.agregar-imagen .agregar-imagen-wrapper {
    width: 120px;
    height: 120px;
    border-radius: .42rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.align-left {
    text-align: left;
}

.text-muted {
    font-size: .8rem;
}

.form-control-lg {
    background-color: #f3f6f9 !important;
    border-color: #f3f6f9 !important;
    color: #3f4254 !important;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    height: calc(1.5em + 1.65rem + 2px) !important;
    padding: .825rem 1.42rem !important;
    font-size: 1.08rem !important;
    line-height: 1.5 !important;
    border-radius: .42rem;
    height: 45px !important;
    outline: none !important;
    font-size: 0.9rem !important;
}

.form-control-lg:hover {
    outline: none !important;
}


.input-group.input-group-lg i {
    line-height: 0;
    font-size: 1.4rem;
}

.input-group-text {
    border: none !important;
    height: 45px !important;
}

/* Pefil del usuario end */

textarea {
    resize: none !important;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}

/* lista.html */

.bootstrap-grid {
    background: #f6f9fc;
}

.survey-preview {
  display: flex;
  background: white;
  transition-duration: .4s;
  transition-property: background, border, box-shadow, fill;
  box-shadow: 0 2px 5px -1px rgb(50 50 93 / 25%), 0 1px 3px -1px rgb(0 0 0 / 30%);
  border-radius: 6px;
}

.survey-preview:hover {
  -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%);
}

.id-de-encuesta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.id-de-encuesta h3 {
  font-size: 2rem;
  color: #ccc;
}

.survey-quiestion {
  display: flex;
  flex-direction: column;
}

.servey-header {
  font-size: 1.3rem;
  text-transform: capitalize;
  line-height: 1.3;
}

.survey-alternativas {
  font-size: 0.9rem;
  word-break: break-word;
}

.survey-types span {
  color: #28c76f;
  font-size: 0.657rem;
  font-weight: 600;
  text-align: center;
  background-color: rgba(40,199,111,.12);
  padding: 4px 9px;
  border-radius: 12px;
}

.survey-preview-container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}

/* new design */

.custom-table {
    display: flex;
    flex-direction: column;
    color: #425466;
    font-weight: 400 !Important;
    font-size: 0.7rem;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,0.25),0 1px 3px -1px rgba(0,0,0,0.3);;
    border-radius: 6px;
    transition-duration: .4s;
    transition-property: background, border, box-shadow, fill;
}

.custom-table:hover {
  -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%);
}

.ct-row {
    display: flex;
    border-bottom: 1px dashed rgba(66,71,112,0.09);
    align-items: center;
}

.ct-row > exampleModalLabel:first-child {
    font-weight: 500;
    text-transform: lowercase;
    letter-spacing: .2px;
    min-width: 115px;
    height: 100%;
    word-break: break-all;
}

.ct-row div {
    padding: 6px 8px;
}

.ct-row > div:nth-child(2) {
    font-size: .8rem;
}

.custom-table ul {
    padding: 0;
    margin: 0;
}

.custom-table li {
    list-style: none;
}

/* New Table design */

.neo-container {
    border-radius: .428rem;
    background: white;
    color: #4e5154;
    text-transform: uppercase;
    font-size: .8rem;
}

.neo-container thead th {
    border: none;
    font-size: 0.7rem;
    vertical-align: middle;
}

.neo-container tr td:last-child {

}

.neo-container tr {
    -webkit-transition: all .2s,border-color 0s;
    transition: all .2s,border-color 0s;
}

.neo-container tr:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 3px 10px 0 #ebe9f1;
    box-shadow: 0 3px 10px 0 #ebe9f1;
    background: white !Important;
}

.neo-container .toggle-group label:first-child {
    background: white !Important;
    border-radius: 15px !Important;
    color: #017bff;
    border: 1px solid #017bff;
    padding-left: 25px;
}

.neo-container .toggle-group label:first-child:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background: #017bff;
    z-index: 9999;
    border-radius: 50%;
    top: 12px;
    left: 15px;
    box-shadow: 0px 0px 0px 3px rgb(30 126 52 / 10%);
}

.neo-container th:nth-child(4) {
    word-break: break-all;
    min-width: 80px;
    overflow: hidden;
}

.neo-container tr td:nth-child(4) {
    text-align: center;
}

.neo-container td {
    padding: 1rem .75rem .75rem !important;
    vertical-align: middle;
}

.neo-container form > div {
    background: transparent !Important;
    border: none !important;
}

.neo-container form .toggle-group span {
    display: none;
}

/*.neo-container .custom-buttons {*/
/*        background-color: transparent;*/
/*    fill: #151b26;*/
/*    height: 28px;*/
/*    min-height: 28px;*/
/*    min-width: 28px;*/
/*    width: 28px;*/
/*    border-radius: 6px;*/
/*    cursor: pointer;*/
/*    align-items: center;*/
/*    border: 1px solid transparent;*/
/*    box-sizing: border-box;*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    transition-duration: .2s;*/
/*    transition-property: background, border, box-shadow, fill;*/
/*}*/

.neo-container .custom-buttons {
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    width: 28px;

}

.neo-container .custom-buttons:hover {
    background-color: rgba(21, 27, 38, 0.04);
}

.neo-button-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.cuatro-butones {
    width: 135px;
}

.neo-container .custom-buttons i {
    color: #42526e;
}

.custom-buttons-disabled {
        /* background: rgba(0,0,0,.1); */
    position: relative;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 6px;
    right: 0;
    word-break: break-all;
    width: 46px;
    border: 1px solid #dee2e6;
    color: #42526e;
    border-radius: 50%;
    text-align: center;
    transition-duration: .2s;
    transition-property: background,border,box-shadow,color,fill;
}

/* not working button */
.cuatro-butones a:first-child {
    display: none;
}

.custom-buttons-disabled:hover {
    background: #42526e;
    color: white;
    border-color: white;
}

.neo-container tr td:nth-child(2) {
    min-width: 150px;
}

.neo-container tr td:nth-child(5) {
    min-width: 250px;
}

/* Login */

.entrename-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: calc(100vh - 55px);
    width: 100%;
}

.entrename-auth-wrapper {
    overflow: hidden;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    position: relative;
}

.entrename-auth .logo {
    height: 64px;
}


/* olvide contraseña */

.card-title {
    font-weight: 500;
}

/* pop-up crear encuesta */

form#form_preguntas label {
    margin-bottom: 0 !important;
}

.custom-dropdown {
    /*background: #FBF0C8;*/
    background: transparent;
    padding: 8px;
    cursor:pointer;
    min-width: 130px;
}

.custom-selectbox {
    background: #f6f6f6;;
    display: flex;
    align-items: center;
    padding: 2px 12px;
    width: 100%;
    justify-content: space-between;
    border-radius: 6px;
}

.custom-label {
    /*color: #a28003;*/
    color: #757d87;
}

@media screen and (max-width: 480px) {
  .custom-selectbox > div:first-child {
    flex: 2;
  }
   .custom-selectbox > div:nth-child(2) {
    flex: 3;
  }
}

@media screen and (min-width: 1025px) {
  .nueva-encuesta-container > div:nth-child(4), .nueva-encuesta-container > div:nth-child(6) {
    padding-right: 6px;
  }
    .nueva-encuesta-container > div:nth-child(5), .nueva-encuesta-container > div:nth-child(7) {
        padding-left: 6px;
    }
}

/* bootstrap pop-up fix */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
/*  sacar default bootstrap border  */
.modal-content {
    border: none;
}

.agregar-pregunta {
    font-size: 14px;
    color: #757d87;
    padding-right: 10px !important;
}

.agregar-pregunta:hover {
    color: #000;
}

/* button effect uno */

.neo-button-dos {
    overflow: hidden;
    padding: 12px 30px;
    border-radius: 6px;
    background: hsl(211,100%,94%) !important;
    position: relative;
    display: inline-block;
}

.neo-button-dos:focus {
    outline: none !Important;
    box-shadow: none;
}
.neo-button-dos::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(220, 81%, 55%);
    opacity: .1;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1);
    will-change: transform;
}

.neo-button-dos:hover::before  {
    transform-origin: 0 0;
    transform: scaleX(1);
}

.neo-button-uno {
    border: 1px solid #316FEA;
    color: #316FEA;

    background: transparent;
    fill: #9ca6af;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
    transition-duration: .2s;
    transition-property: background,border,box-shadow,color,fill;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    cursor: pointer;
}

/* Lista preguntas */

#lista_preguntas {
    background: #f9f9f9;
    overflow: hidden;
}

#lista_preguntas .grid-card-container {
    width: 100%;
    margin: 1rem;
    padding: 1rem 1.5rem;
}

#lista_preguntas .grid-card-id {
    display: flex;
    align-items: center;
}

#lista_preguntas .menu-de-tarjeta button{
    border: 1px solid #dadada;
    border-radius: 0;
    color: #3f435b;
    font-size: .9rem;
}

#lista_preguntas .menu-de-tarjeta button:focus, #lista_preguntas .menu-de-tarjeta button:hover{
    color: white;
    border: #007bff;
}

@media screen and (max-width: 480px) {
    #lista_preguntas .grid-card-id {
        flex-direction: column;
    }
    #lista_preguntas .menu-de-tarjeta button {
        margin-top: 5px;
    }
    .grid-card-icon {
        display: none;
    }
    #lista_preguntas .grid-card-container {
        padding: 1rem 0.5rem;
    }
  }

#lista_preguntas .content-area {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#lista_preguntas textarea.custom-form-control, .div-opcion .custom-form-control  {
    border-bottom: 1px solid #dee2e6!important; 
}

#lista_preguntas .grid-card-container:hover {
    top: 0;
}

#lista_preguntas div > input {
    /*display: none;*/
}

.button-hidden{
    display:none !important;
}

.opcion-uno {
    display: flex;
}

.div-opcion > div {
    padding: 0;
}

.opciones-detalle a {
    padding: 0 8px;
    font-size: 22px;
    color: #6F7782;
    font-weight: 300;
    height: 28px;
    width: 28px;
    display: flex;
    /* border-radius: 6px; */
    transition-duration: .2s;
    transition-property: background,border,box-shadow,color,fill;
    cursor: pointer;
    letter-spacing: .4px;
    background: rgba(21,27,38,.04);
    border-color: transparent;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.opciones-detalle a:hover {
    background: #316FEA;
    color: white;
}



/* Nueva vista lista */

.entrename-list-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.entrename-list-style > div:nth-child(1) {
    min-width: 40px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
  .entrename-list-style > div:nth-child(2) {
    min-width: 70%;
}
}

@media screen and (max-width: 480px) {
  .entrename-list-style > div:nth-child(2) {
    min-width: 40%;
}}


@media screen and (min-width: 481px) and (max-width: 1024px) {
  .entrename-list-style > div:nth-child(2) {
    min-width: 58%;
}}

.entrename-list-style > div:nth-child(3) {
    min-width: 32px;
    margin: 0 10px;
}

.entrename-list-style > div:nth-child(4) {
    min-width: 90px;
}

/* change password form */

.requisitos ul {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 20px;

}

.requisitos ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 5px;
}

/* Lista encuestas */

.acciones-submenu {
    -webkit-box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    border: none;
    border-radius: .358rem;
    padding: .5rem 0;
    background-color: #fff;
    display: block;
    min-width: 10rem;
    z-index: 999;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* max-height: calc(100% - 50px); */
    overflow-y: auto;
}

.neo-submenu {
    -webkit-box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    border: none;
    border-radius: .358rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -40px;
    top: 50px;
}

.neo-submenu>li>a {
    color: #6e6b7b !important;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    padding-left: 15px !important;
    font-family: 'Roboto',"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.neo-submenu>li>a i {
    padding-right: 5px;
}

.acciones-submenu>li>a {
    padding: .65rem 1.28rem;
    background-color: transparent;
    color: #6e6b7b;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    border: none;
    align-items: center;
    border-radius: 0;
}

.acciones-submenu>li>a i {
    margin-right: .75rem;
}

.acciones-submenu>li>a:hover, .neo-submenu>li>a:hover {
    background: rgb(49 111 234 / 10%);
    color: #316FEA;
}

/* custom table styles start */

.table th:first-child, .table td:first-child {
    max-width: 60px;
}

.table thead th {
    border-bottom: none;
}

.neo-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.025);
}

.table thead th {
    font-size: 12px;
    color: #8e8e8e;
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1024px) {
    .table td {
        vertical-align: middle;
    }
}

.btn-outline-info {
    color: #625ac7;
    border-color: #625ac7;
}

.btn-outline-info:hover {
    background-color: #625ac7;
    border-color: #625ac7;
}

/* custom table styles end */

/* deportista modal ver respuesta start */

.timeline  {
    position: relative;
    background: rgb(242,242,242)
}

.timeline .modal-footer {
    background: #f8f8f8;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 39px;
    height: 100%;
    width: 2px;
    background-color: #D8D8D8;
}

.timeline h2 {
    text-transform: capitalize;
    font-size: 24px;
}

.timeline .modal-body > p {
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-size: 12px;
}

.respuesta-contenedor section{
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
}

.respuesta-contenedor section .form-check-inline {
    margin-top: 1rem;
    transition-duration: .3s;
    transition-property: background;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
}

.respuesta-contenedor section .form-check-inline:hover {
    background: rgba(0,0,0,.03);
}

.respuesta-contenedor .item-number {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 18px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9F2EC;
    font-size: 18px;
    color: #03cd98;
    font-weight: 600;
    box-shadow: 0 2px 5px -1px rgb(50 50 93 / 25%), 0 1px 3px -1px rgb(0 0 0 / 30%);
}

.lista-de-respuestas {
    width: calc(100% - 86px);
}

.lista-de-respuestas textarea {
    border: none;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,0.25),0 1px 3px -1px rgba(0,0,0,0.3);
}

.lista-de-respuestas h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    padding-top: 6px;
}

.lista-de-respuestas label {
    font-size: 11px;
}

button.neo-button-tres {
    background: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px -1px rgb(50 50 93 / 25%), 0 1px 3px -1px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition-duration: .4s;
    transition-property: background,border,box-shadow,color,fill;
}

button.neo-button-tres:hover {
    box-shadow: 0 2px 5px -1px rgb(50 50 93 / 5%), 0 1px 3px -1px rgb(0 0 0 / 10%);;
}

.btn-primary {
    color: #fff;
    background-color: #03cd98 !important;
    border-color: #03cd98 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #01b787 !important;
    border-color: #01b787 !important;
}

.tarjeta-puntajes .lista-de-respuestas {
    width: auto !important;
}

.tarjeta-puntajes section {
    align-items: center;
}

.tarjeta-puntajes label {
    margin: 0;
}

.tarjeta-puntajes .rating {
    min-width: 146px;
}

.descripcion-objetivos {
    background: white;
    border-radius: 6px;
    padding: 0.6rem;
    border: none;
    box-shadow: 0 2px 5px -1px rgb(50 50 93 / 25%), 0 1px 3px -1px rgb(0 0 0 / 30%);
    width: 100%;
}

.respuesta-contenedor .custom-control-label::before, .respuesta-contenedor .custom-control-label::after {
    top: 2px !important;
}

/* deportista modal ver respuesta end */


.entren-lista-de-tarjetas {
    display: flex;
    flex-direction: column;
}

.entren-lista-de-tarjetas h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.entren-lista-de-tarjetas h4 {
    text-transform: capitalize;
    font-size: 20px;
}

.entren-lista-de-tarjetas header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.sin-datos {
    background: #E2F0FF !important;
}

.item-number img {
    width: 24px;
}

.home-lista h4 {
    text-align: center;
}

.activo{
    background: hsl(211,100%,94%) !important;
    color: #3f435b !important;
}


@media screen and (max-width: 768px) {
    .table-responsive-stack tr td {
        text-align: left !important;

    }
}

/*@media screen and (min-width: 768px) {*/
/*    .table-responsive-stack tr th {*/
/*        text-align: left !important;*/

/*    }*/
/*}*/

.resp_tipo_4 {
   width: 100%;
 }

.resp_tipo_4 > div {
   width: 7%;
 }