@font-face {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 00;
    font-display: block;
    src: url(../fonts/ProductSansRegular.ttf);
}
@font-face {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 00;
    font-display: block;
    src: url(../fonts/ProductSansRegular.ttf);
}
*,
body {
    font-family: "Product Sans Regular";
}
.content {
    padding: 20px !important;
}

.text-white-custom{
    color:  white !important;
}
.dropdown-toggle:after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    color: white;
    transform: rotate(45deg);
}
.hamburger, .hamburger:after, .hamburger:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 24px;
    background: white !important;
    display: block;
    content: "";
    transition: background .1s ease-in-out,color .1s ease-in-out;
}
.sidebar-toggle:hover .hamburger, .sidebar-toggle:hover .hamburger:after, .sidebar-toggle:hover .hamburger:before {
    background: #cccccd !important;
}
.navbar {
    box-shadow: none;
    padding: 9px 18px;
}
.hamburger {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 19px;
    background: #c4c4c4 !important;
    display: block;
    content: "";
    transition: background .1s ease-in-out,color .1s ease-in-out;
}
.btn-color-info {
    background: #293042 !important;
    border-radius: 15px !important;
    font-size: 14px;
    border: 0;
    padding-left: 13px;
    padding-right: 13px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 502px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: auto;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 3px 10px;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-top: 40px;
}
.modal-footer .btn-secondary {
    border-radius: 23px;
}
.modal-content .input-group .btn-outline-secondary {
    border-radius: 0px 16px 16px 0px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #dee6ed;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
#form-search .input-group [name="search"] {
    border-radius: 17px 1px 0px 17px;
}
.btn-danger {
    border-radius: 14px;
}
.title-name-familiar {
    padding: 3px;
    font-size: 17px;
}
.content-login {
    background-color: #293042;
    box-shadow: 0 9px 15px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
    border-radius: 7px !important;
    border: 0px !important;
}
.content-login .content-text-login,
.content-login .content-title {
    color: white;
}
.content-login .card {
    border: 0px !important;
}

.img-logo-dashboard {
    max-width: 90%;
}

.col-12.col-md-4 .card {
    border: 1px solid #e4e4e4;
}
.cardTabsCustom{
    box-shadow: none !important;
}
.cardTabsCustom .card-body{
    padding: 0;
    margin-top: 6px;
}
.cardTabsCustomFamiliares .tableCustom{
    margin-bottom: 30px;
}

.modal-peopleFamily-familiar table  thead{
        background: #dee6ed !important;
}
#modal-peopleFamily-crud .form-select-sm{
    height: 32px;
}
.table-responsive::-webkit-scrollbar {
  width: 12px;
  height: 11px;
}
.modalinput-dni{
    margin: auto;
}
.modalinput-dni .input-group{
  margin-top: 20px;
  border-width: 2px !important;
}
.modalinput-dni .dni-input{
  border-width: 2px !important;
  height: 37px;
}
.modal-peopleFamily-familiar .row{
    margin-right: 0px !important;
}
.modalinput-dni .dni-input-button{
    border-width: 2px !important;
}

.table-responsive::-webkit-scrollbar-track {
  background: #dce2f3;
  border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 20px;
  border: 3px solid #6c757d;
}
footer.footer {
    border-top: 2px solid #e0e0e040;
    direction: ltr;
    background-color: #f4f4f5;
    position: static;
    z-index: 999;
    padding: 4px;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
    margin-right: 0.75rem;
    color: rgb(233 236 239 / 83%);
}
.sidebar-item.active svg , .sidebar-item.active>.sidebar-link svg {
    color: #fa450e !important;
}
.sidebar-item.active,.sidebar-item.active span , .sidebar-item.active .sidebar-link:hover i, .sidebar-item.active>.sidebar-link {
    color: #ffffff;
}
.sidebar-link, a.sidebar-link {
    display: block;
    padding: 0.625rem 1.625rem;
    font-weight: 400;
    transition: color 75ms ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: rgb(233 236 239 / 83%);
}
footer.footer .footer-text {
    font-size: 14px;
    color: #293042;
}
footer.footer .footer-text  a{
    color: #293042 !important;  
}
.nav-flag .feather, .nav-flag svg, .nav-icon .feather, .nav-icon svg {
    width: 20px;
    height: 20px;
    color: white;
}
.dropdown-menu-end.login {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
    border: 0;
    border-radius: 20px !important;
    background: #f3f6fc !important;
}

.dropdown-menu-end.login .dropdown-component-intern-login {
    border-radius: 18px;
    background: white;
    margin-left: 12px;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.dropdown-menu-end.login .dropdown-component-intern-login .NMm5M {
    margin-right: 4px;
    width: 17px;
}
.nav-flag.active, .nav-flag:hover, .nav-icon.active, .nav-icon:hover {
    color:#293042 !important;
}

.dropdown-menu-end.login .dropdown-component-intern-login .feather {
    width: 17px !important;
    height: 17px;
}
.table>:not(caption)>*>*{
  background: transparent;
}

.fa-spinner{
    color: #293042 !important;
}
.dropdown-menu-end.login .link-login {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 205px;
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 9px;
}

.nav-tabs .far {
    color: #293042 !important;
}

.nav-tabs .nav-link {
    width: max-content !important;
    color: #293042 !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-color: white ;
    border: 0px ;
    outline-offset: none !important;
    outline: none !important;
}


.sub-content h1{
    font-weight: bold;
    color: #293042;
}
.cardTabsCustom #nav-tabContent{
    background: rgb(198 207 232 / 8%) !important;
    margin-top: 0px;
    padding: 14px;
    border-radius: 0px;
    border-left: 1px solid #dee2e682;
    border-right: 1px solid #dee2e682;
    border-bottom: 1px solid #dee2e682;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #293042 !important;
    text-transform: none;
    font-weight: 700;
    padding-bottom: 4px !important;
    border-top: 4px solid #acb6d2 !important;
    background: rgb(198 207 232 / 41%) !important;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    border-radius: 0px !important;

}

.resetpassword .card-body .row{
    justify-content: center !important;
}

.reset-password-content-actual,.reset-password-content-new
{
    position: relative;
}

.resetpassword .card-footer{
    margin-bottom: -30px;
}
.reset-password-content-actual   .password-toggle-icon {
    position: absolute;
    top: 16px;
    right: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    }
    
    .password-toggle-icon i {
        margin-top: -4px;
    }


    .reset-password-content-new   .password-toggle-icon {
    position: absolute;
    top: 16px;
    right: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    }
.btn-info {
    border-radius: 20px;
    font-size: 14px;
}
.resetpassword label {
    font-size: 15px;
}
.resetpassword .card ,.resetpassword .card-header ,.resetpassword .card-footer{
    box-shadow: none !important;
}
.title-horario-custom strong{
    font-weight: 600;
    color: #293042;
}
.title-horario-custom{
     margin-bottom: 3px;
}
.sidebar-toggle .hamburger {
    background: #aaaaaa;
}
.resetpassword .btn-secondary {
border-radius: 23px;
}
.resetpassword .card-header{
        padding: 0;
}
.conteint-home-cards .list-group-item {
    background: #f5f5f5;
    min-height: 72px;
}
.resetpassword h1{
    font-weight: bold;
    font-size: 19.8px;
    color: #293042;
}
.resetpassword .card-body{
    padding: 0px;
    margin-top: 12px;
}
.empty-class{
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 1%);
}
.nav-item.dropdown .dropdown-toggle .text-dark {
    margin-right: 11px;
}
.badge {
    font-size: 12px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: black !important;
    text-decoration: none;
    background-color: white !important;
}
.table div {
    width: max-content;
    padding-left: 11px;
    padding-right: 11px;
    margin: auto;
}
.conteint-home-cards .infotag {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 13px;
}
.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: 0 !important;
}
.tableCustom thead tr{
    color: #293042 !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1px;
}


.tableCustom table tbody tr:nth-child(2n+1) {
    background: #dee6ed2b !important;
}
.tableCustom  table tr{
    text-align-last: center;
}
.tableCustom thead{
    background: #dee6ed !important;
}
.table tbody, .table td, .table tfoot, .table tr {
    border-color: #0000002b;
    border-width: 1px;
}

.flex-space-people{
    display: flex;
    justify-content: space-between;
}
.table div {
    width: max-content;
    padding-left: 11px;
    padding-right: 11px;
    margin: auto;
    font-size: 13px;
}
.tableCustom  .list-group-item {
    font-size: 13px;
}
.tableCustom thead tr th{
    width: 16% ;
}
.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
    border-color: #393939 !important;
}
.tableCustom  .list-group-item{
    background: transparent !important;
}
.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
    border-color: #2b2b2b3d;
    border-width: 0px !important;
    border-radius: 0px;
    font-weight: 200;
    color: #4e575f !important;
    background-color: rgb(172 182 210 / 16%) !important;
}
.invalid-feedback strong{
   color :white
}

.login-content {
    background-color: transparent !important;
}
.col-custom-3{
    flex: 0 0 auto;
    width: 18%;
}
.cardTabsCustom #nav-tabContent label{
    color: #1a1d24;
 }
body{
    background-color: #2930420d;
    background: #2930420d !important;
 }
.content {
    max-width: 1420px;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link, .sidebar-item.active a {
    color: #ffffff !important;
}
.image-container-section{
    height: 204px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}
.sub-content{
    background: white;
    margin: auto;
    margin-top: -105px;
    padding: 25px;
    height: auto;
    margin-left: 80px;
    border-radius: 0.25rem;
    margin-right: 80px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.navbar-bg {
    background: #293042;
}
#nav-avance-academico .tab-pane{
   padding-top: 10px !important;
}

#nav-avance-academico .tab-content,#nav-informe-progreso .tab-content{
    overflow: auto;
}
.bg-day-today {
    background-color: #f0f5f8 !important;
}
#nav-avance-academico .nav-item{
   flex: 0 !important;
    width: auto !important;
}
.table-horario-th th ,.table-horario-th td {
    text-align: center;
}
.table-horario-th{
    margin-top: 22px;
}
.bg-horario-blue {
    background: #a2d2ff5e !important;
    font-weight: bold;
    color: #293042;
}
#table-report-card-informe .float-end{
    margin-right: 7px !important;
    margin-bottom: 10px;
}
.cardTabsCustomFamiliares #nav-profile .col-md-2{
width: 50% !important;
}
.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
    border-color: #a2a2a2 !important;
}
.content{
    align-self: center;
    width: 100%;
    margin: auto;  
}
/*.table-horario-custom{
    display: none;
}*/
.fa-file-text-o:before {
    content: "\f0f6";
}
.title-tabs-mobile{
    display: none;
}

@media (max-width: 900px) {
    #modal-peopleFamily-crud #nav-tab{
    justify-content: flex-start !important;
    }
    #nav-profile .col-md-4 ,#nav-profile .col-6{
        width: 100% !important;
        margin-bottom: 4px;
    }
    #nav-profile .col-md-4 input,#nav-profile .col-6 input{
         margin-bottom: 0px !important;
    }
    #nav-calendar-tab  .fa-calendar:before {
        content: "\f133";
        margin-left: 5px;
        margin-right: 1px;
    }
    #nav-profile-tab .fa-user:before , #nav-contact-tab .fa-address-card::before,
    #nav-avance-academico-tab .fa-address-book ,#nav-informe-progreso-tab .fa-bookmark::before{
         margin-left: 5px;
        margin-right: 1px;
    }
    .title-tabs-mobile{
        display: block;
        color: #293042;
        font-weight: bold;
        margin-top: -15px;
        margin-bottom: 12px;
        padding: 0;
        font-size: 15px;
        text-align: center;
    }
    .cardTabsCustom  #nav-profile-tab span.align-middle ,
    .cardTabsCustom  #nav-contact-tab span.align-middle,
    .cardTabsCustom   #nav-calendar-tab span.align-middle,
    .cardTabsCustom  #nav-avance-academico-tab span.align-middle,
    .cardTabsCustom  #nav-informe-progreso-tab span.align-middle
    {
        display: none;
    }
    #nav-avance-academico #table-report-card{
        padding: 0px;
    }
    .resetpassword .card-body ,.resetpassword  .card-footer{
    padding: 0;
    }
    #nav-avance-academico .tab-pane .hca-v2-card-container .sub-content h1 {
    font-weight: bold;
    color: #293042;
    font-size: 16px;
    }
    #nav-avance-academico .row .row{
        padding: 0px 6px 9px 7px;
        margin-left: 0px;
    }
    #nav-avance-academico .tab-pane  .hca-v2-card-container-text p {
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 3px;
    font-size: 12px;
    text-align: end;
    }
    .resetpassword .card-footer{
       margin-top: 29px;
    }
    .modal-content {
      width: 100% !important;
    }
    .tab-content .hca-v3-card-table-img .hca-v3-card-img{
        width: 69px !important;
        margin-left: 0px !important;
        height: auto !important;
    }
    .tab-content .hca-v2-card-container .img-fluid {
        width: 69px !important;
        margin-left: 0px !important;
        height: auto !important;
    }
    .table>tbody>tr>td {
    vertical-align: middle;
    padding: 3px 17px;
    }
    #nav-tab{
    margin-bottom: 18px;
    }
    #nav-tab {
    margin-bottom: 5px;
    justify-content: space-between;
    }
   .tableCustom  .list-group-flush{
       width: 350px;
    }
    .cardTabsCustom  .profile-div-img{
    text-align-last: center;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 22px;
    }
    .cardTabsCustom .img-profile-content{
    width: 60%;
    margin-bottom: 0px !important;
    margin: auto;
    }
    #nav-avance-academico .nav-tab .nav-item {
            margin-bottom: -3px;
    }
    .nav-tabs .nav-link {
    color: #293042 !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top: 4px solid transparent !important;
    }
    .cardTabsCustom #nav-tabContent {
    margin-top: -5px;
    }
    .col-custom-3 {
    flex: 0 0 auto;
    width: 100%;
    }
    .sub-content  {
    background: white;
    margin: auto;
    margin-top: -124px;
    padding: 25px;
    height: auto;
    margin-left: 6px;
    border-radius: 0.25rem;
    margin-right: 6px;
    }
    .sub-content h1 {
    font-weight: bold;
    color: #293042;
    font-size: 19px;
    }
    .modal-content .modal-body {
        padding-left: 40px;
        padding-right: 40px;
    }
    .img-logo-dashboard {
        max-width: 70%;
    }
    .content-login img {
        max-width: 60%;
        margin: auto;
    }
}


/** Avance Academico **/
.hca-v2-card-container .img-fluid{
    width: 104px !important;
    margin-left: 68px  !important; 
    height: auto !important;
}
.hca-v2-header {
    background-color: #0069c1;
    color: white;
    padding: 13px;
    letter-spacing: 0.3px;
}
.hca-v2-table, .hca-v2-header {
    border: 2px solid #6dbfcc !important;
    border-collapse: collapse;
}
.hca-v2-cell {
    border: 2px solid #6dbfcc !important;
    padding: 10px;
    text-align: center;
}
.hca-v2-cell.hca-v2-areaCurricular {
    font-weight: bold;
    background: #c3daef;
    color: black;
}

/** Progreso **/

#nav-informe-progreso .hca-v3-cell {
    padding: 5px;
    text-align: left;
    font-size: 13px !important;
}
.hca-v3-cell {
    border: 2px solid #6dbfcc !important;
}
.hca-v3-card-table-img{
    vertical-align: middle;
    text-align: left !important;
    width: 35%;
}
.hca-v3-card-table{
    margin-bottom: 16px !important;
}
.hca-v3-card-table-img .hca-v3-card-img{
    max-width: 130px;
    max-height: 130px;
    width: 104px !important;
    margin-left: 68px !important;
    height: auto !important;
}

.acept-button-dni-register,.cancel-button-dni-register{
    border-radius: 11px;
    font-size: 13px;
    padding: 1px 30px;
    height: 24px;
}

.button-familiares-accepts{
    border-radius: 20px;  
}
.cancel-button-dni-register{
    margin-left: 2px;
}

.carousel-horarios .carousel-control-prev{
    background: #293042;
    left: -41px;
    justify-content: left;
    right: auto;
    width: 31px;
    margin: 0;
    height: auto;
    opacity: 100;
    top: 50%;
    min-height: auto;
    max-height: max-content;
    padding: 4px;
}
.carousel-horarios .carousel-control-next{
    background: #293042;
    right: -41px;
    justify-content: left;
    left: auto;
    width: 31px;
    margin: 0;
    height: auto;
    opacity: 100;
    top: 50%;
    min-height: auto;
    max-height: max-content;
    padding: 4px;
}
.carousel-horarios .bg-horario-blue div{
      margin-bottom: 12px !important;
}

.hca-v3-card-img{
    max-height: max-content !important;
}
.carousel-horarios .bg-horario-blue div:last-child{
    margin-bottom: 0px !important;
}
.hca-v3-table-signature{
    margin-top: 20px !important;
}
tbody .hca-v3-areaCurricular , .hca-v2-cell.hca-v2-areaCurricular{
    color: black !important;
    text-transform: uppercase;
}
@media (max-width: 350px) {
    .carousel-horarios .carousel-control-prev , .carousel-horarios .carousel-control-next{
        display: none;
    }
    .sub-content {
    background: white;
        margin: auto;
        margin-top: -153px;
        padding: 17px;
        height: auto;
        margin-left: 6px;
        border-radius: 0.25rem;
        margin-right: 6px;
    }
}