﻿/* 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. */
@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded_Book";
    src: url('../font/GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded_Book";
    src: url('../font/GothamRounded-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham_Rounded";
    src: url('../font/GothamRounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Gotham_Rounded_Book";
    letter-spacing: -0.5px;
    color: var(--blue);
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

:root {
    --gray: #b7b8bd;
    --gray-2: #F3F2F8;
    --gray-3: #E6E6F1;
    --gray-4: #606368;
    --blue: #2b305d;
    --blue-2: #508adf;
    --blue-3: #19295F;
    --red: #d1263a;
    --red-2: #dc3545;
    --gray-1: #333333;
    --yellow: yellow;
    --majorelle-blue: #7986CC;
    --green: #11BF1B;
}

.svg {
    visibility: hidden
}

#wrapper #content-wrapper #content {
    min-height: calc(100vh - 51px);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
    a:hover {
        color: #0366d6;
        text-decoration: none;
    }
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.btn-green {
    background: var(--green);
    border-color: var(--green);
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
}

    .btn-green span {
        color: white;
    }

.btn-primary {
    background: var(--blue-2) !important;
    border-color: var(--blue-2) !important;
    border-radius: 16px !important;
    font-family: 'Gotham_Rounded';
    font-size: 15px;
    height: fit-content;
    color: #fff;
    padding: 5px 20px;
}

    .btn-primary span {
        color: #fff;
        font-family: 'Gotham_Rounded';
    }

    .btn-primary .svg,
    .btn-danger .svg {
        fill: #fff;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

.btn-outline-primary {
    border-color: var(--blue-2);
    border-radius: 16px !important;
    font-family: 'Gotham_Rounded';
    font-size: 15px;
    height: fit-content;
    color: var(--blue-2);
    padding: 5px 20px;
}

    .btn-outline-primary span {
        color: var(--blue-2);
        font-family: 'Gotham_Rounded';
    }

    .btn-outline-primary .svg {
        fill: var(--blue-2);
        width: 14px;
        height: 14px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }
    .btn-outline-primary:hover {
        background-color: var(--blue-2);
    }
        .btn-outline-primary:hover .svg {
            fill: #fff;
        }

.link-danger {
    font-family: Gotham_Rounded;
    font-size: 15px;
    color: var(--red) !important;
    border-bottom: 1px solid var(--red);
    padding: 0;
    cursor: pointer;
}

    .link-danger:hover {
        color: var(--red);
        text-decoration: none;
    }

.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);
}

.tab-content, .card {
    box-shadow: 0px 0px 23px -9px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 23px -9px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    background: white;
    border-radius: 0 12px 12px 12px;
}

    .tab-content, .card .card-body {
        padding: 3rem;
    }

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 */
/*}*/
.footer {
    margin-left: 15vw;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    padding: 34.5px;
    padding-top: 0;
    font-family: 'Gotham_Rounded';
}

    .footer .copyright {
        font-size: 11px;
        font-family: 'Gotham_Rounded';
    }

.view-message {
    display: none;
}

.bootbox-alert .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .bootbox-alert .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }
}

.faded {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    visibility: visible;
}

    .faded.in {
        opacity: 1;
        visibility: visible;
    }

    .faded.out {
        opacity: 0;
        visibility: hidden;
    }

.error-class:not(input) {
    color: red;
    font-size: 13px !important;
    font-weight: normal !important;
    font-family: "Gotham_Rounded_Book" !important;
    width: 100%;
    line-height: 1.2;
    margin-top: 5px;
}

input {
    border-color: var(--gray);
}

.form-group input.pencil {
    background: url(../Imagenes/pencil-blue.png) no-repeat !important;
    background-position: 93% 55% !important;
    background-size: 12px;
}

.tamanioOpcion {
    padding: 7px 5px 7px 15px !important;
    padding: 0.7rem !important;
}

i {
    color: var(--blue-2);
}

.text-icon i {
    color: var(--blue-2);
    margin-right: 10px;
    font-size: 14px;
}

.text-icon .svg {
    width: 14px;
    height: 14px;
    fill: var(--blue-2);
    margin-right: 10px;
    cursor: pointer
}

.text-bold {
    font-weight: bold;
    font-family: 'Gotham_Rounded';
    display: flex;
    flex-direction: column;
    font-size: 12px !important;
}

    .text-bold b {
        line-height: 20px;
        font-weight: bold;
        font-family: 'Gotham_Rounded';
        font-size: 30px;
    }
/*---
    borders
*/
.bb {
    border-bottom: 1px solid var(--gray);
}

.btnClassEliminar {
    color: var(--red-2) !important;
    font-size: 15px;
    margin: 0;
    box-shadow: none !important;
    outline: none !important;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
    padding: 0 5px;
    color: black;
}
/*
     footer----------------*/
footer.sticky-footer {
    padding: 0;
}
/* 
    Sidebar -------------------- */
.breadcrumb-back {
    text-decoration: none !important;
}

    .breadcrumb-back span {
        font-size: 13px;
    }

    .breadcrumb-back .svg {
        width: 5px;
        cursor: pointer;
    }

.sidebar {
    display: block !important;
    width: 225px !important;
    padding-bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 22;
    background-color: #fff;
    transition: all 0.2s ease;
    box-shadow: 11px 1px 20px -26px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 11px 1px 20px -26px rgba(0, 0, 0, 1);
    -moz-box-shadow: 11px 1px 20px -26px rgba(0, 0, 0, 1);
    flex-wrap: inherit;
    background: white;
    justify-content: space-between;
    transition: .2s all;
}

    .sidebar.colapse {
        width: 60px !important;
    }

        .sidebar.colapse .sidebar-brand {
            flex-direction: column;
        }

        .sidebar.colapse .sidebar-dark .sidebar-brand {
            padding-top: 60px;
            flex-direction: column;
        }

            .sidebar.colapse .sidebar-dark .sidebar-brand i {
                margin-top: 30px;
            }

        .sidebar.colapse .nav-item .nav-link p {
            display: none;
        }

        .sidebar.colapse .nav-item .nav-link .svg {
            margin-right: 0;
        }

.sidebar-dark .nav-item .nav-link {
    display: flex;
    padding: 0 20px !important;
    width: 100% !important;
}

.sidebar .nav-item a {
    color: var(--gray);
    display: flex;
    padding: 0 10%;
    align-items: center;
}

.sidebar .nav-item {
    margin-bottom: 22px;
}

    .sidebar .nav-item:last-child {
        margin-bottom: 0;
    }

.sidebar-dark .nav-item.active .nav-link i {
    color: var(--red-2) !important;
}

.sidebar .nav-item.active .nav-link p {
    color: var(--blue) !important;
    font-weight: bold;
    font-family: "Gotham_Rounded";
}

.sidebar .nav-item.active a {
    border-right: 5px solid var(--red);
}

.sidebar-dark .sidebar-brand img {
    width: 80%;
    margin-right: 10%;
}

.sidebar-dark .sidebar-brand i {
    cursor: pointer;
    color: var(--gray);
}

.sidebar-dark .nav-item .nav-link .svg {
    width: 16px;
    margin-right: 15px;
    fill: var(--gray);
    cursor: pointer;
}

.navbarDropdown button {
    background: none !important;
    border: none !important;
    color: var(--blue) !important;
    font-size: 15px;
    box-shadow: none !important;
}

.navbarDropdown .svg {
    fill: none;
    width: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.navbarDropdown .dropdown-menu {
    left: -96px;
    border-radius: 10px 0 10px 10px;
    right: initial !important;
    border: none;
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    padding: 12px 0;
}

.arrowDropdownTop:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 15px solid white;
    box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td a.disabled_a {
    background-color: transparent !important;
}

.disabled_a .svg {
    background-color: transparent !important;
    cursor: initial;
}

.navbarDropdown .dropdown-item {
    padding: 0 16px 0 10px;
    font-size: 13px;
    margin-bottom: 4px;
    color: var(--blue) !important;
}

    .navbarDropdown .dropdown-item:last-child {
        margin-bottom: 0;
    }

    .navbarDropdown .dropdown-item .svg {
        fill: var(--blue-2);
        margin-right: 6px;
        margin-left: 0;
        width: 12px;
    }

#userDropdownId .dropdown-menu {
    left: 8px;
}

.sidebar-dark .nav-item.active .nav-link .svg {
    fill: var(--red-2);
}

.sidebar-dark .nav-item.active .nav-link p {
    color: #2b305d;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: var(--red);
}

.sidebar .nav-item .nav-link p {
    font-weight: 300;
}

.sidebar .nav-item .nav-link p {
    font-weight: 500;
    font-family: 'Gotham_Rounded_Book';
    font-size: 15px;
    color: var(--gray);
    margin-bottom: 0;
}

.sidebar-dark .nav-item .nav-link i {
    margin-right: 15px;
    width: 16px;
    color: var(--gray) !important;
}

.sidebar-dark .nav-item .nav-link:hover i {
    color: var(--gray);
}

.sidebar-img {
    padding: 20px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.cursorPointer {
    cursor: pointer !important;
}
/*
    navbar-----------*/
*::-webkit-scrollbar {
    width: 10px;
    background: var(--gray-2);
}

*::-webkit-scrollbar-thumb {
    background: var(--blue);
}

.back {
    text-decoration: none !important;
    width: fit-content;
    font-size: 13px;
    margin-bottom: 16px;
    cursor: pointer;
}

    .back .svg {
        margin-right: 8px;
        width: 5px;
        margin-bottom: 2px;
    }

.navbar {
    padding-left: 225px;
    background: black;
    background-color: #fff;
    z-index: 21;
    transition: all 0.2s ease;
    box-shadow: 1px 1px 20px -15px black;
    -webkit-box-shadow: 1px 1px 20px -15px black;
}

    .navbar.active {
        padding-left: 6.5vw;
    }

    .navbar .notificaciton span {
        position: relative;
    }

        .navbar .notificaciton span .svg {
            height: 18px;
        }

    .navbar .notificaciton i {
        color: var(--blue);
    }

    .navbar .notificaciton p {
        color: white;
        position: absolute;
        font-size: 10px;
        background: var(--red);
        border-radius: 50%;
        padding: 8px;
        width: 8px;
        height: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20px;
        right: 12px;
    }

.container-fluid {
    font-size: 100% !important;
    width: calc(100vw - 225px);
    margin-left: 225px;
    margin-right: 0;
    padding-bottom: 35px;
    transition: .2s all;
}

    .container-fluid.expand {
        width: calc(100vw - 60px);
        margin-left: 60px;
    }

@media (min-width: 1600px) {
    .sidebar {
        width: 15vw !important;
    }

    .navbar {
        padding-left: 15vw;
    }

    .container-fluid {
        width: 85vw;
        margin-left: 15vw;
    }

    .container-fluid {
        width: 85vw;
        margin-left: 15vw;
    }
}

#listarNotificacion {
    border: none;
    right: -150px;
}

    #listarNotificacion .dropdown-item {
        color: var(--blue);
        font-family: 'Gotham_Rounded';
        border-bottom: 1px solid var(--gray-3);
        white-space: initial;
        padding: 7px 14px;
    }

        #listarNotificacion .dropdown-item:active {
            background-color: white;
        }

        #listarNotificacion .dropdown-item:last-child {
            border-bottom: none;
        }

.card p {
    margin-bottom: 0;
}

.text-gray {
    color: var(--gray);
    display: flex;
    align-items: center;
}

.text-course {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .text-course .svg {
        width: 22px;
        height: 22px;
        margin-right: 6px;
        flex: none;
    }

    .text-course p {
        margin-bottom: 0;
        cursor: pointer;
        margin-right: 30px;
    }

    .text-course a {
        font-size: 13px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.text-gray .svg {
    fill: var(--gray);
    color: var(--gray);
    margin-right: 8px;
    width: 14px;
}

.text-data {
    text-align: center;
    font-size: 15px;
    font-family: "Gotham_Rounded";
    font-weight: bold;
}

    .text-data span {
        font-weight: 500;
    }

.sub-title {
    text-align: center;
    color: var(--red);
    font-size: 22px;
    margin-bottom: 40px;
    font-family: "Gotham_Rounded";
    font-weight: bold;
    clear: both;
}

    .sub-title .svg {
        width: 20px;
        height: 20px;
        fill: var(--blue);
        top: -4px;
        position: relative;
    }

    .sub-title span.sub-title-modal {
        display: inline;
    }

.subtitle.normal {
    font-size: 13px !important;
}

.sub-title span {
    display: block;
    color: var(--blue);
    font-size: 22px;
    font-family: "Gotham_Rounded";
    font-weight: bold;
}

.cards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.modal-open .modal {
    background: rgba(var(--blue), .5) !important;
}

.modal-header {
    display: block;
    border: none;
    padding: 32px 32px 0;
}

.modal-backdrop.show {
    background-color: rgba(25, 41, 95, 0.7);
    opacity: 1;
}

.modal .modal-header .sub-title {
    margin-bottom: 0;
}

.seeMore {
    text-align: center;
    font-size: 15px;
    margin-top: 22px;
    cursor: pointer;
}

    .seeMore .svg {
        width: 8px;
        margin-left: 12px;
    }

.avatarImg {
    width: 76px;
    padding: 0;
    height: 76px;
    min-width: initial;
    background: var(--gray-2);
    outline: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
    border-radius: 50%;
    overflow:hidden;
}

    .avatarImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#modal-newObjective .modal-dialog {
    max-width: 755px;
}

    #modal-newObjective .modal-dialog .card {
        padding: 10px;
    }

.card_object {
    max-width: 315px;
    width: 100%;
    margin: 10px auto 10px;
    cursor: pointer;
    min-height: 140px;
}

    .card_object .card-body {
        display: flex;
        align-items: center;
        padding: 8px 20px 8px 8px;
    }

    .card_object.active {
        background: var(--blue);
    }

        .card_object.active p {
            color: #fff;
        }

            .card_object.active p span {
                color: #fff;
            }

    .card_object .card-body img {
        max-width: 98px;
        margin-right: 15px;
    }

    .card_object .card-body p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.2;
    }

        .card_object .card-body p span {
            font-size: 16px;
            position: relative;
            top: 2px;
        }

.avatar {
    display: flex;
    min-width: 180px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid var(--gray);
    border-radius: 50%;
    outline: 1px solid var(--gray);
}

    .avatar h6 {
        margin-bottom: 0;
    }

    .avatar.avatar-card {
        border-left: none;
        max-width: 25%;
        justify-content: center;
    }

        .avatar.avatar-card h6 {
            display: flex;
            flex-direction: column;
            text-align: initial;
            font-size: 14px;
        }

            .avatar.avatar-card h6 span {
                font-size: 15px;
            }

    .avatar span {
        font-size: 14px;
    }

    .avatar img {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        object-fit: cover;
    }

    .avatar i {
        font-size: 14px;
        color: var(--gray);
    }

.content-icons {
    margin-left: 20px;
    position: relative;
    padding: 10px 22px;
    border: 1px solid #b7b8bd;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
}

.marginP p {
    margin-bottom: 12px !important;
}

.navbar .dropdown.lenguage {
    display: flex;
    width: 100%;
    background: url("../Imagenes/arrow_red.png") no-repeat !important;
    background-position: calc(100% - 14px) 55% !important;
    background-size: 12px;
    border: 1px solid var(--gray);
    border-radius: 8px 8px;
    font-weight: 600;
    position: relative;
    transition: .2s all;
    max-width: 150px;
    margin-top: 0;
}

    .navbar .dropdown.lenguage.show {
        border-radius: 8px 8px 0 0;
    }

    .navbar .dropdown.lenguage .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background: initial;
        border-color: var(--gray);
    }

.btn-icon-split .icon {
    background: var(--blue-2);
}

.navbar .dropdown.lenguage .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown.lenguage::after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
}

.navbar .dropdown.lenguage button {
    background: none;
    border: none;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: none !important;
}

    .navbar .dropdown.lenguage button > div, .navbar .dropdown.lenguage .dropdown-menu a {
        color: var(--blue) !important;
    }

.navbar .dropdown.lenguage .dropdown-menu {
    padding: 0;
    width: 150px;
    min-width: initial;
    top: 30px;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    margin: 0 !important;
    left: -1px;
    scroll-behavior: smooth;
    padding: .19rem .75rem;
    font-weight: 400;
    border-color: var(--gray)
}

    .navbar .dropdown.lenguage .dropdown-menu a:hover {
        background: initial;
    }

.dropdown.lenguage.changueLanguage {
    border-radius: 8px;
}

.navbar .dropdown.lenguage.en::after {
    background: url("assets/img/language-2.png") no-repeat;
}

.navbar .dropdown.lenguage.es::after {
    background: url("assets/img/language-1.png") no-repeat;
}

.content-icons i {
    color: var(--blue-2);
    font-size: 25px;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--gray);
    font-size: 25px;
    padding: 0 18px;
}

#notificationDropdown {
    height: 32px;
    border-right: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
    margin-left: 18px;
    justify-content: center;
    width: 62px;
}

    #notificationDropdown .notificaciton p {
        top: 6px;
        right: 16px;
    }

#notificationDropdownShow .dropdown-menu {
    width: 320px;
    left: -260px;
    top: 60px;
    padding-bottom: 0;
    padding-top: 26px;
}

    #notificationDropdownShow .dropdown-menu .scroll {
        max-height: 165px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #notificationDropdownShow .dropdown-menu .dropdown-item {
        padding: 0 12px 0 24px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        padding-bottom: 4px;
        padding-top: 4px;
        border-bottom: none;
    }

        #notificationDropdownShow .dropdown-menu .dropdown-item:last-child {
            padding-bottom: 0;
        }

        #notificationDropdownShow .dropdown-menu .dropdown-item:active {
            background: var(--gray-2);
        }
    /*        #notificationDropdownShow .dropdown-menu .dropdown-item .content-img {
            width: 20px;
            justify-content: center;
            display: flex;
            cursor: pointer;
        }
        #notificationDropdownShow .dropdown-menu .dropdown-item .content-img img {
            object-fit: scale-down;
        }*/
    #notificationDropdownShow .dropdown-menu .button-footer button {
        height: 40px;
        background: var(--blue-2) !important;
        border-radius: 0 0 10px 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
        border-radius: 0 0 10px 10px !important;
    }

        #notificationDropdownShow .dropdown-menu .button-footer button span {
            font-family: 'Gotham_Rounded_Book';
        }

    #notificationDropdownShow .dropdown-menu .dropdown-item p {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 1.2;
        cursor: pointer;
        word-break: break-word;
        padding-right: 10px;
    }

    #notificationDropdownShow .dropdown-menu .dropdown-item .text {
        white-space: initial;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    #notificationDropdownShow .dropdown-menu .dropdown-item span {
        font-size: 11px;
        color: var(--gray);
    }

#loadSpinnerNotification .spinner-border {
    color: var(--blue-2);
    font-size: 18px;
}

#userDropdownAdmin {
    min-width: 185px;
}

    #userDropdownAdmin .avatar {
        border-left: none;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%;
        padding-left: 0;
        margin-left: 8px;
        min-width: initial;
        margin-right: 8px;
    }

.optionDropdown .svg {
    fill: white;
    width: 12px;
}

.navbarDropdown .dropdown-menu .dropdown-item:active {
    background: white;
    color: var(--blue);
}

#userDropdownAdmin span {
    color: black;
    font-family: 'Gotham_Rounded';
    font-size: 13px;
}

#userDropdownAdmin .red {
    font-size: 11px;
    margin-bottom: 0;
    color: var(--red) !important;
    font-family: 'Gotham_Rounded_Book';
}
/*
    contenedor padre------*/
/*
    Estudiantes-------------------------*/
.direction a {
    color: var(--blue-2) !important;
    font-size: 13px;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
}

    .direction a:after {
        content: "";
        width: 12px;
        height: 12px;
        top: 3px;
        position: absolute;
        background: url(../Imagenes/arrow_gris_right.png) no-repeat;
        right: -20px;
        background-size: contain;
    }

    .direction a:last-child, .direction a:last-child span {
        color: var(--gray) !important;
        margin-right: 0;
        background: none;
        cursor: initial;
        font-family: "Gotham_Rounded";
    }

        .direction a:last-child::after {
            display: none;
        }

.direction.inverse a {
    color: var(--gray) !important;
}

    .direction.inverse a:last-child {
        color: var(--blue-2) !important;
    }
/*
    Tablas------------*/
.nav-tabs {
    border: none;
}

    .nav-tabs .nav-item {
        border: none !important;
        padding: 0;
        margin-bottom: 0;
    }

        .nav-tabs .nav-item.active {
            background: var(--blue);
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
            border: none;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
            background: none;
            min-width: 250px;
            text-align: center;
            border-radius: 12px 12px 0 0;
            background: var(--gray-3);
            color: var(--gray) !important;
            font-size: 15px;
            font-weight: bold;
            font-family: "Gotham_Rounded";
            /*            box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.5);*/
            padding: 10px 15px;
            font-size: 15px;
        }

            .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                background: var(--blue);
                color: white !important;
            }

.card i {
    cursor: pointer;
}

.card.tpEmpresarial .form-group {
    margin-bottom: 0;
}

.tab-content.noRelleno {
    padding: 0;
    box-shadow: none;
}

#pills-tab .nav-item {
    width: 118px;
}
#pills-tab .nav-link .link span {
    text-decoration: none;
}
    #pills-tab .nav-link.active .link span{
        text-decoration:underline;
    }
    .control-label-left {
        font-size: 15px;
    }
/*
    carta padre------------*/
.card {
    border-radius: 12px;
}

.subtitle {
    color: var(--blue);
    font-weight: bold;
    border-bottom: 1px solid var(--gray);
    font-family: 'Gotham_Rounded';
    margin-bottom: 22px;
    font-size: 22px;
}

    .subtitle.small {
        font-size: 14px;
    }

.short {
    font-weight: 100;
    font-size: 13px;
}

.subtitle.noBorder {
    border-bottom: none;
}

    .subtitle.noBorder.medium {
        font-size: 15px;
    }

    .subtitle.noBorder.small {
        font-size: 28px;
    }

.card .tpEmpresarial .company {
    max-width: 600px;
    width: 45vw;
    flex-direction: column;
}

.card .tpEmpresarial label {
    margin-right: 26px;
    margin-bottom: 0;
    font-size: 13px;
}

.card .tpEmpresarial .country {
    width: 25vw;
    max-width: 400px;
}

.card .save-footer {
    max-width: 626px;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

    .card .save-footer a {
        margin: 0;
    }

    .card .save-footer label {
        font-size: 14px;
        margin-bottom: 0;
        /*            font-family: 'Gotham_Rounded';
            font-weight: bold;*/
    }

    .card .save-footer .form-group {
        width: 470px;
        margin-bottom: 0;
    }
/*
    selects---------------------*/
.custom-select, .form-group select {
    background: url("../Imagenes/arrow_red.png") no-repeat !important;
    background-position: calc(100% - 16px) 55% !important;
    background-size: 12px;
    border: 1px solid var(--gray);
    border-radius: 8px;
    color: var(--blue);
    line-height: 1.2;
    font-size: 15px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .custom-select:disabled, .form-group select:disabled {
        background-color: #eaecf4 !important;
    }

/*.form-group input {
    background: none !important;
}*/

/*.form-group label {
    font-size: 13px;
}
*/
.custom-select.search {
    background: url("../Imagenes/magnifying-input.png") no-repeat !important;
    background-position: calc(100% - 20px) 55% !important;
    padding-right: 42px;
}

.custom-select.noBackground {
    background: none !important;
}

.tab-pane .form-horizontal .form-group, #formRegistroCompra .form-horizontal .form-group {
    /*width: 150px;*/
    width: 15%;
}

.form-group.large {
    /*width: 230px;*/
    width: 22% !important;
}

.form-control {
    height: 32px;
    font-size: 15px;
    font-family: 'Gotham_Rounded_Book';
    box-shadow: none !important;
    border-color: var(--gray)
}

    .form-control.noBorderLeft {
        border-left: none;
    }

.form-group .input-group .input-group-prepend {
    border: 1px solid var(--gray);
    border-right: none;
    border-radius: 8px 0 0 8px;
}

    .form-group .input-group .input-group-prepend span {
        background: white;
        border: none;
        color: var(--blue-3);
        font-weight: bold;
        font-size: 14px;
        padding: 4.5px;
        padding-left: 16px;
        border-radius: inherit;
    }
  


.form-control.large {
    width: 250px;
}

.form-group.large2 {
    width: 30% !important;
}

.form-group.divide {
    display: block;
    text-align: end;
    position: relative;
    width: 100% !important;
}

    .form-group.divide::before {
        content: "";
        height: 1px;
        width: calc(100% - 270px);
        left: 0;
        position: absolute;
        background: var(--gray);
        top: 50%;
    }

    .form-group.divide.short::before {
        width: calc(100% - 165px);
    }

.btn-danger {
    background: var(--red-2) !important;
    border-color: var(--red-2);
    font-weight: 500;
    color: white;
    border-radius: 40px;
    font-family: 'Gotham_Rounded';
    font-size: 15px;
    padding: 5px 20px;
}

    .btn-danger span {
        color: white;
        font-family: 'Gotham_Rounded';
    }

    .btn-danger:hover, .btn-danger:focus {
        background: var(--red-2) !important;
        border-color: var(--red-2) !important;
        box-shadow: none !important;
    }

.btn-outline-danger {
    border-radius: 40px;
    justify-content: space-around;
    font-family: "Gotham_Rounded";
    color: var(--red-2);
    border-color: var(--red-2);
    font-size: 15px;
    padding: 5px 20px;
}

    .btn-outline-danger span {
        color: var(--red-2);
        font-family: "Gotham_Rounded";
    }

    .btn-outline-danger:hover {
        background: var(--red-2);
        color: white;
    }

        .btn-outline-danger:hover span {
            color: white;
        }

button.btn.link {
    background: none;
    border: none;
    margin: 0;
}

    button.btn.link span {
        border-bottom: 2px solid var(--blue-2);
        padding: 0;
        font-size: 15px;
        color: var(--blue-2);
    }

    button.btn.link:hover, button.btn.link {
        background: none !important;
        border: none !important;
    }

button.btn.white {
    background: white;
}

    button.btn.white span {
        color: var(--red-2);
    }

button.btn.noBorderIcon i {
    border: none;
    margin-right: 5px;
}
.btn-icon {
    padding: 0;
    box-shadow: 0 0 !important;
}
.btn-icon .svg {
    width: 20px;
    height: 20px;
    fill: var(--blue-2);
}

.noBorder {
    border: none !important;
}

#contentPago i {
    display: flex;
    align-items: center;
    font-size: 14px;
}
/* 
    Tabla------------*/
.table-bordered td {
    border: none;
}

#tblRegistros
#tblRegistros p {
    margin-bottom: 0;
}

.bootstrap-table .fixed-table-container label {
    margin-bottom: 0;
}

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
    border-right: none;
    border-left: none;
    padding: 12px;
    border: none;
    vertical-align: middle !important;
    font-size: 13px;
}

    .bootstrap-table .fixed-table-container .table td .svg {
        fill: var(--blue-2);
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

    .bootstrap-table .fixed-table-container .table td.options a {
        margin-right: 10px;
    }

        .bootstrap-table .fixed-table-container .table td.options a:last-child {
            margin-right: 0;
        }

    .bootstrap-table .fixed-table-container .table td .svg.red {
        fill: var(--red-2);
    }

    .bootstrap-table .fixed-table-container .table td .svg.green {
        fill: var(--green);
        width: 21px;
        height: 21px;
    }

    .bootstrap-table .fixed-table-container .table td .svg.blue {
        fill: var(--blue);
    }

#tblIntegrantes td .svg.blue {
    width: 10px;
    margin-top: -6px;
}

.bootstrap-table .fixed-table-container .table td label {
    font-size: 13px;
}

.bootstrap-table .fixed-table-container .table {
    border: none;
}

    .bootstrap-table .fixed-table-container .table thead th {
        text-align: center;
        font-size: 14px;
    }

    .bootstrap-table .fixed-table-container .table tbody {
        text-align: center;
        font-size: 14px;
    }

        .bootstrap-table .fixed-table-container .table tbody tr:first-child {
            border-top: 1px solid var(--gray);
        }

        .bootstrap-table .fixed-table-container .table tbody tr {
            border-bottom: 1px solid var(--gray);
            border-top: none;
        }

        .bootstrap-table .fixed-table-container .table tbody td p {
            margin-bottom: 0;
        }

.blue {
    color: var(--blue-2) !important;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Gotham_Rounded';
}

    .blue .svg {
        width: 15px;
        fill: var(--blue-2);
        padding-bottom: 5px;
        margin-left: 6px;
    }

.bold {
    font-family: 'Gotham_Rounded';
    font-weight: bold;
}

.text-initial {
    font-weight: initial !important;
    font-family: 'Gotham_Rounded_Book' !important;
}

.red {
    color: var(--red-2);
    font-family: 'Gotham_Rounded';
    font-weight: bold;
}

.blue i {
    margin-left: 5px;
}

.pending {
    color: var(--red-2);
    font-size: 13px !important;
}

    .pending a {
        font-size: 13px;
    }

.link span {
    cursor: pointer;
    color: var(--blue-2);
    /*border-bottom: 2px solid var(--blue-2);*/
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 0;
    font-size: 13px;
}

.link.small span {
    font-size: 13px;
}

.bootstrap-table .fixed-table-container .table tbody i {
    color: var(--blue-2);
    cursor: pointer;
}

    .bootstrap-table .fixed-table-container .table tbody i.fa-caret-down {
        color: var(--blue);
    }

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    text-align: center;
    font-size: 14px;
    font-family: "Gotham_Rounded";
    padding-bottom: 5px !important;
}

.table thead th {
    text-align: center;
    font-size: 14px;
    font-family: "Gotham_Rounded";
    padding-bottom: 5px !important;
    border-top: none;
}

#tblRegistros thead th .both {
    background-image: url('../Imagenes/arrow-bottom-red-table.png');
    background-position: calc(55% - -30px) 60%;
}

    #tblRegistros thead th .both.asc {
        background-image: url('../Imagenes/arrow-top-red-table.png');
    }

.tableTituloLeft thead th:first-child .th-inner {
    text-align: left !important;
    padding-left: 0 !important;
}

.tableTituloLeft tbody td:first-child {
    text-align: left !important;
    padding-left: 16px !important;
}

.bootstrap-table .fixed-table-container .table tbody .blue i {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 6px;
}

.bs-checkbox label, .form-check {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.form-check {
    display: flex
}

    .bs-checkbox label input, .form-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.bs-checkbox label span {
    position: absolute;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: white;
    border: 1px solid var(--blue);
    border-radius: 50%;
}

.form-check label:before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 0.4rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 50%;
}

.form-check input:checked ~ label:after, .bs-checkbox label input:checked ~ span:after {
    content: '';
    height: 0.6rem;
    position: absolute;
    width: 0.6rem;
    top: 0.6rem;
    left: 0.2rem;
    background: var(--blue-2);
    border-radius: 50%;
    border-color: var(--blue-2);
}

#tblGroupDetails tbody td label input:checked ~ span:after, #tblIntegrantes tbody td label input:checked ~ span:after {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
}

.form-check.check .form-check-label:before {
    content: none;
}

.form-check.check label span {
    top: 0;
    border-radius: 25% !important;
}

.form-check.check label span {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 50%;
}

.form-check.check input:checked ~ label span:after {
    background: none;
    background-image: url("../Imagenes/check-green.png") !important;
    background-repeat: no-repeat;
    background-position: 60% 70%;
    top: 2px;
}

.form-check.check label input[type=checkbox]:checked ~ span::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../Imagenes/check-green.png) !important;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
}

.bs-checkbox label input[type=checkbox]:checked ~ span::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../Imagenes/check-green.png") !important;
    background: none;
    background-repeat: no-repeat;
    background-position: 50%;
}

.bs-checkbox label input[type=checkbox] ~ span {
    border-radius: 0;
    top: -6px;
    left: 0;
}



.bootstrap-table .fixed-table-container .table tbody td:last-child i {
    /*width: 100;*/
    width: fit-content;
    text-align: center;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
    position: relative;
}

    .bootstrap-table .fixed-table-container .table .bs-checkbox label {
        position: absolute;
        /*top: calc(50% - 0.5rem);*/
        left: 0;
        right: 0;
        margin: auto;
        width: 1rem;
        height: 1rem;
        padding: 0;
    }

#tblIntegrantes tbody tr td:last-child i {
    color: var(--red-2);
}

.bs-checkbox label span:after {
    top: 0 !important;
    left: 0 !important;
}

.no-records-found {
    justify-content: center !important;
}

    .no-records-found td {
        width: 100% !important;
    }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: initial !important;
}

.bootstrap-table .fixed-table-pagination {
    display: flex;
    justify-content: right;
    margin-top: 12px;
    margin-bottom: -10px;
}

    .bootstrap-table .fixed-table-pagination .float-left {
        width: fit-content !important;
        order: 1;
        color: var(--gray);
        margin: 0 0 0 20px !important;
    }

        .bootstrap-table .fixed-table-pagination .float-left .pagination-info {
            color: var(--gray);
            font-size: 14px;
        }

        .bootstrap-table .fixed-table-pagination .float-left .page-list {
            display: none !important;
        }

    .bootstrap-table .fixed-table-pagination .float-right {
        width: fit-content !important;
        order: 0;
        margin: 0 !important;
    }

    .bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail {
        width: 100%;
    }

/*
    Resgistrar grupos------------------*/
/*.form-check-inline .form-check-input {
    width:15px;
    height:15px;
}*/
/*
    Codigo---------*/
#shopContentButtons {
    display: flex;
    flex-direction: column;
    margin-top: -42px;
}

.code {
    border-radius: 12px;
    background: var(--blue);
    max-width: 310px;
    width: 22vw;
    padding: 40px;
    height: 260px;
}

    .code p {
        font-weight: bold;
        font-family: 'Gotham_Rounded';
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .code h6 {
        border-radius: 12px;
        background: white;
        padding: 14px;
        text-align: center;
        width: 78%;
        margin: auto;
        margin-top: 20px;
    }

        .code h6 .blue {
            font-size: 22px;
            font-weight: bold;
            font-family: 'Gotham_Rounded';
        }

    .code .svg {
        font-size: 12px !important;
        margin-right: 5px;
        border: none !important;
    }

#formRegistroCompra label, #formRegistroCompra textarea {
    width: 30%;
    max-width: 115px;
    font-size: 13px;
    flex: none;
}

#formRegistroCompra label {
    padding-top: 8px;
}

#formRegistroCompra .content {
    width: 52vw;
    justify-content: space-between;
}

#formRegistroCompra .form-group {
    max-width: 50%;
    width: 100%;
    padding-right: 15px;
}

#formRegistroCompra .content .form-group:last-child label {
    text-align: center;
}

#formRegistroCompra .form-group > div {
    width: 70%;
}

.form-group .input-group-prepend {
    height: fit-content;
}
/*#formRegistroGrupo .fixed-table-pagination{
    display:none !important;
}*/
#formRegistroGrupo .save-footer {
    margin-top: 60px;
    margin-bottom: 15px;
}

#formRegistroGrupo .form-check label:before {
    top: 0.45rem;
}

#formRegistroGrupo .form-check input:checked ~ label:after {
    top: 0.65rem;
}
#formRegistroGrupo #tblIntegrantes .form-group div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15%;
}
/*#formRegistroGrupo #tblIntegrantes tbody .td-left {
    text-align: left !important;
    padding-left: 6% !important;
}*/
#formRegistroGrupo #tblIntegrantes .form-group div:last-child .svg.blue {
    top: 0;
}

    #formRegistroCompra .form-group > div label {
        width: 100%;
        max-width: initial;
        padding-top: 0;
    }

#formRegistroCompra .form-group > div input {
    border-color: var(--gray);
    padding-left: 60px;
    border-radius: 8px;
}

#txtPrecio {
    border-radius: 0 8px 8px 0 !important;
    border: 1px solid var(--gray);
    border-left: 0;
}

#formRegistroCompra .form-group.textarea {
    max-width: initial;
    margin-bottom: 0;
}

#formRegistroCompra textarea {
    width: 100% !important;
    max-width: 100%;
    border-color: var(--gray);
}

#formRegistroCompra .select-search a.trigger, #contentDdlNivelGrupo a.trigger {
    font-size: 13px;
}

#formRegistroCompra .select-search .sub-wrapper .select-search-sub li a, #contentDdlNivelGrupo .sub-wrapper .select-search-sub li a {
    font-size: 13px;
}
/*
        -----Información académica del grupo
    */
.infoGroup {
    width: 100%;
    background: var(--gray-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

    .infoGroup .svg {
        width: 16px;
        height: 16px;
        fill: var(--blue-2);
        padding-bottom: 4px;
        margin-bottom: -2px;
    }

    .infoGroup p, .infoGroup span {
        font-size: 15px;
    }

    .infoGroup a {
        cursor: pointer;
    }

    .infoGroup p, .infoGroup .level {
        display: inline;
    }

    .infoGroup .box {
        padding: 0 30px;
        border-right: 2px solid var(--gray);
        width: 100%;
        text-align: center;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .infoGroup .box .avatar {
            border-left: none;
            width: 48px;
            height: 48px;
            overflow: hidden;
            border-radius: 50%;
            justify-content:center;
        }

        .infoGroup .box > div {
            line-height: 1;
        }

        .infoGroup .box:last-child {
            border: none;
        }

    .infoGroup select {
        display: block;
        margin: auto;
        padding: 6px 5px;
        font-size: 14px;
        border: none;
        outline: none;
        border-radius: 6px;
    }

.text-code {
    width: 40vw;
}

    .text-code p {
        max-width: 110px;
        width: 100%;
        margin-bottom: 0;
    }

    .text-code h6 {
        display: flex;
        margin-bottom: 18px;
    }

    .text-code.large {
        width: 100%;
    }

        .text-code.large p {
            max-width: 250px;
        }

        .text-code.large .largeMax p {
            max-width: initial
        }

.infoGroup p {
    margin-bottom: 0;
}
/*
    -------- tab Plan y grupo
*/
.nav-pills .nav-link .link span {
    color: var(--gray);
    border-color: transparent;
}

.nav-pills .nav-link.active .link span {
    background: none;
    color: var(--blue-2);
    border-color: var(--blue-2);
    transition: .4s all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: none;
}

.row-scroll {
    border-bottom: 2px solid var(--gray-3);
    display: flex;
    justify-content: center;
    padding-bottom: 58px;
    margin-left: 40px;
}

    .row-scroll:last-child {
        border-bottom: none;
    }

    .row-scroll.one .content-scroll {
        padding-left: 4% !important;
    }

    .row-scroll .content-scroll:last-child {
        padding-left: 55px;
    }
/*    .row-scroll .content-scroll:last-child {
        padding-left: 50px;
        padding-right: 0;
    }*/
.content-scroll {
    width: 60%;
    max-width: 430px;
    position: relative;
    padding: 0 4%;
}

    .content-scroll.max {
        max-width: initial
    }

    .content-scroll:after {
        content: " ";
        height: 84%;
        position: absolute;
        width: 2px;
        background: var(--gray-3);
        right: 0;
        top: 35px;
    }

    .content-scroll:last-child:after {
        content: none;
    }

    .content-scroll section {
        padding-right: 20px;
        overflow-y: auto;
        max-height: 150px;
    }

        .content-scroll section h6 {
            background: var(--gray-3);
            margin-bottom: 0;
            padding: 8px 10px;
            border-radius: 6px;
        }

    .content-scroll .outcomed-code {
        display: flex;
        align-items: center;
        margin-left: 95px;
    }

    .content-scroll section > p, .content-scroll section > div {
        margin-bottom: 12px;
    }

        .content-scroll section > div p {
            margin-bottom: 0;
        }

        .content-scroll section > div .outcomed-code .link {
            margin-left: 10px;
        }

    .content-scroll .outcomed-code.full {
        width: 100%;
        justify-content: end;
        margin-left: initial;
    }

#pills-group .link {
    width: 128px;
}

#tblIntegrantes input {
    right: initial !important;
    top: initial !important;
}

#tblIntegrantes .form-group {
    position: relative;
}
#tblRegistrosGrupo tbody td.user_icon a,
#tblRegistrosGrupo tbody td.name a {
    margin-bottom: 16px;
    display: block;
    color: var(--blue);
}
    #tblRegistrosGrupo tbody td.user_icon a:last-child,
    #tblRegistrosGrupo tbody td.name a:last-child {
        margin-bottom: 0;
    }
.ui-menu {
    position: absolute;
    border-radius: 6px;
    background: white;
    z-index: 10;
    padding: 10px 15px;
    margin-bottom: 0;
    box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.75);
}

    .ui-menu li {
        list-style: none;
        text-align: initial;
        cursor: pointer;
    }

        .ui-menu li:hover div {
            font-weight: bold;
        }

#nav-información .subtitle .short, #nav-información .text-icon span {
    font-size: 15px;
}

#tblIntegrantes .form-group {
    width: initial;
}

#tblIntegrantes i {
    cursor: pointer;
}
/*Modal
    #nivel de ingles
*/
#modal-nivel-ingles .modal-dialog {
    width: 900px;
    max-width: initial;
    max-height: 582px;
}

#modal-nivel-ingles .close {
    opacity: 1;
    width: 16px;
    height: 16px;
    right: 22px;
    top: 22px;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

#modal-freeze-plan .modal-dialog {
    max-width: 720px;
}

#modal-freeze-plan b {
    color: var(--blue-2);
    font-size: 20px;
    font-family: "Gotham_Rounded";
    font-weight: bold;
}

#modal-freeze-plan .list-class {
    border-radius: 10px;
    background: var(--gray);
    padding: 30px 40px;
    width: 100%;
}

#modal-freeze-plan .card {
    background: var(--gray-3);
    box-shadow: none;
    width: 467px;
    margin: auto;
    flex-direction: initial;
    padding: 12px 10px;
}

    #modal-freeze-plan .card img {
        object-fit: contain;
    }

    #modal-freeze-plan .card section {
        margin-left: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #modal-freeze-plan .card section p {
            display: inline-block;
            width: 100%;
            align-items: center;
        }

#modal-freeze-plan input[type=number]::-webkit-inner-spin-button {
    background: none;
    border: none;
    color: var(--red-2)
}

#range-days {
    display: inline;
    margin: 0 16px;
}

    #range-days input[type="number"]::-webkit-inner-spin-button {
        background-color: black;
    }

    #range-days input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
    }

    #range-days input[type="number"]::-webkit-inner-spin-button, #range-days input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        margin: 0;
    }

#modal-freeze-plan .card section p:first-child {
    margin-bottom: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    opacity: 0;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    background-image: url(../Imagenes/input-number-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 75% 50% !important;
}

#modal-freeze-plan .card section p:first-child input {
    width: 60px;
    margin-left: 28px;
    margin-right: 5px;
    display: inline-flex;
}

#modal-freeze-plan .card section input {
    border-radius: 8px;
    border: 1px solid var(--gray);
}

#modal-register-sale .modal-body #txtPrecio {
    background-image: none !important;
}

#modal-register-sale .cell {
    position: absolute;
    left: -20px;
    bottom: -32px;
    border-bottom-left-radius: 18px;
}

.input-group.date .input-registro {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important
}

.input-group.date .input-group-addon {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--gray);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .input-group.date .input-group-addon .svg {
        fill: var(--red);
        margin-left: 0;
        width: 14px;
        height: 14px;
    }

#modal-freeze-plan .card section .input-group {
    height: 100%;
}

.list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 365px;
    margin: auto;
}

    .list-ul li {
        position: relative;
        font-size: 15px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

        .list-ul li:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #508adf;
            position: absolute;
            left: 0;
            top: 8px;
            margin: auto;
        }

#modal-freeze-plan p {
    font-size: 15px;
}

    #modal-freeze-plan p span {
        font-size: 15px;
    }

#modal-nivel-ingles .blue span {
    font-weight: 300;
}

.modal .modal-dialo {
    width: 100%;
}

.modal .modal-content {
    border-radius: 20px;
    border: none;
}

    .modal .modal-content .modal-body {
        padding: 32px;
        position: relative;
    }
        .modal .modal-content .modal-body .bootbox-body {
            text-align: center; 
        }

.modal-header .close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding: 0;
    opacity: 1;
}

.modal-header h5 {
    font-family: 'Gotham_Rounded';
    font-size: 16px;
    padding-right: 20px;
}
.bootbox .modal-content {
    border-radius: 12px;
}

    .bootbox .modal-content .modal-body {
        font-size: 15px;
        min-height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.bootbox .modal-footer {
    border-color: #BABBC0;
    justify-content: center;
}

.text-calendar {
    width: 50%;
    text-align: center;
    padding: 30px 50px;
}

    .text-calendar p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 20px;
    }

.card_teacher {
    padding: 15px;
    display: block;
    transition: .2s all;
}

.header-commentary.list {
    display: flex;
    flex-direction: initial;
    // justify-content: space-between;
    margin-bottom: 25px;
    padding: 0;
    padding-left: 22px;
    transform: none;
    width: 100%;
}

.card_teacher.list.calendar {
    width: 50%;
    padding: 20px;
    flex-direction: column;
}

.header-commentary {
    width: 100%;
    /*border-bottom: 2px solid var(--gray-3);*/
    padding: 0 0 12px 0;
}

.card_teacher.list.calendar .courses {
    display: flex;
    padding-top: 15px;
}

    .card_teacher.list.calendar .courses li {
        list-style: none;
        color: var(--blue-2);
        font-weight: bold;
    }

    .card_teacher.list.calendar .courses li, .card_teacher.list.calendar .courses p {
        font-size: 15px;
    }

.card_teacher.list.calendar .perfil {
    flex-direction: initial;
    padding-bottom: 0;
}

    .card_teacher.list.calendar .perfil p {
        color: var(--blue);
        font-weight: bold;
    }

    .card_teacher.list.calendar .perfil > div {
        margin-left: 20px;
    }

#modal-commentary-teacher .modal-body {
    padding: 0;
}

#modal-commentary-teacher .modal-dialog {
    max-width: 500px;
}

#modal-teacher-calendar .modal-dialog {
    max-width: initial;
}

    #modal-teacher-calendar .modal-dialog .modal-content {
        width: 1140px;
        margin: auto;
    }

#modal-commentary-teacher .card_teacher {
    box-shadow: none;
    border-radius: 20px !important;
    padding: 0;
    flex-direction: column;
    display: flex;
    border: none;
}

    #modal-commentary-teacher .card_teacher .content-commentary {
        border-top: 1px solid var(--gray);
        padding: 0 46px;
        padding-top: 16px;
    }

        #modal-commentary-teacher .card_teacher .content-commentary .scroll-commentary {
            margin-bottom: 0;
            overflow-y: auto;
            overflow-x: hidden;
            height: 30vh;
            max-height: 220px;
        }

#modal-commentary-teacher .header-commentary .perfil {
    padding: 20px 24px 10px 0px;
    width: 140px;
}

    #modal-commentary-teacher .header-commentary .perfil .content-star {
        margin-left: 0;
    }

        #modal-commentary-teacher .header-commentary .perfil .content-star span {
            font-size: 14px;
        }

.header-commentary .perfil .avatar {
    width: 76px;
    padding: 0;
    height: 76px;
    min-width: initial;
    overflow: hidden;
    background: var(--gray-2)
}

    .header-commentary .perfil .img img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
    }

.header-commentaryr .perfil .starrr {
    height: 20px;
}

.header-commentary .perfil {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    /*    border-bottom: 1px solid var(--gray);*/
    flex-direction: column;
}

.card_teacher p {
    margin-bottom: 0;
}

.header-commentary .info {
    border-left: 1px solid var(--gray);
    padding-left: 30px;
}

.card_teacher .info p {
    font-weight: 600;
    font-family: 'Gotham_Rounded';
}

    .card_teacher .info p:last-child {
        font-weight: normal;
        font-family: 'Gotham_Rounded_Book';
        text-align: justify;
        line-height: 1.3;
        font-size: 15px;
    }

.card_teacher.content-commentary {
    border-top: 1px solid var(--gray);
    padding: 0 32px;
    padding-top: 16px;
}

.header-commentary {
    display: flex;
    align-items: center;
    padding: 0 5%;
}

    .header-commentary .info h6, .card_teacher .content-commentary .info h6 {
        padding-right: 60px;
        font-family: 'Gotham_Rounded';
        font-weight: bold;
        margin-bottom: 0px;
    }

.card_teacher .content-commentary .info h6 {
    font-size: 14px;
}

.header-commentary .info.list p {
    display: flex;
}

    .header-commentary .info.list p i {
        margin-right: 8px;
        color: var(--blue);
        font-size: 14px;
        padding-top: 4px;
    }

.header-commentary .info p {
    padding-right: 30px;
    text-align: inherit !important;
}

.header-commentary .comment-title {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Gotham_Rounded';
}

#modal-commentary-teacher .modal-body .close {
    z-index: 1;
}

#modal-commentary-teacher .scroll-commentary .commentary .card_teacher {
    flex-direction: initial;
    border: none;
    padding-right: 15px;
}

    #modal-commentary-teacher .scroll-commentary .commentary .card_teacher .info {
        border: none;
        padding-left: 0;
    }

#modal-commentary-teacher .scroll-commentary .commentary .perfil {
    padding: 0;
    margin-right: 20px;
    width: 65px;
    height: 65px;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
}

#modal-commentary-teacher .scroll-commentary .commentary .perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#modal-commentary-teacher .scroll-commentary .commentary .card_teacher .info p {
    font-family: 'Gotham_Rounded_Book';
    line-height: 1.3;
    font-weight: 400;
}

#modal-register-sale .modal-dialog {
    max-width: 616px;
}

#modal-register-sale .modal-header {
    border-bottom: 0;
}

#modal-register-sale .modal-body .form-group p {
    margin-bottom: 8px;
}

.starrr {
    display: inline-block;
}

    .starrr a {
        font-size: 12px;
        padding: 0 1px;
        cursor: pointer;
        color: var(--blue);
        text-decoration: none;
        position: relative;
    }
        /*.starrr a::before {
            -webkit-text-fill-color: #4e73df;
        }*/
        .starrr a.fa-star::after {
            content: "\f005";
            position: absolute;
            left: 18%;
            font-size: calc(65% + 1px);
            top: 18%;
            color:var(--gray-2);
        }
        .starrr a.fa-star.active::after {
            color: yellow;
        }
        /*-------------- 
    horario*/
        .fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
            color: var(--blue-2);
        }

.fc .fc-button-group > * {
    background: var(--blue);
    color: white;
    outline: none;
}

.fc-button-group button span {
    color: white !important;
}

.fc-toolbar .fc-left button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

    .fc-toolbar .fc-left button span {
        color: var(--gray);
    }

.fc-event-container .fc-day-grid-event .fc-content .fc-title {
    color: white !important;
}

.fixed-table-body {
    overflow: initial !important;
}
/*-------------- 
    paginación*/
.float-right.pagination {
    justify-content: end;
}

    .float-right.pagination .pagination {
        align-items: center;
    }

    .float-right.pagination .page-item.page-pre .page-link, .float-right.pagination .page-item.page-next .page-link {
        border: none;
        color: var(--gray);
        line-height: 0;
        padding-top: 0;
        font-size: 25px;
        margin-bottom: 5px;
        background: none;
    }

        .float-right.pagination .page-item.page-pre .page-link:hover, .float-right.pagination .page-item.page-next .page-link:hover {
            background: initial;
        }

        .float-right.pagination .page-item.page-pre .page-link:focus, .float-right.pagination .page-item.page-next .page-link:focus {
            box-shadow: none;
        }

    .float-right.pagination .page-item.page-pre .page-link {
        margin-right: 10px;
    }

    .float-right.pagination .page-item .page-link {
        border: none;
        border-radius: 50%;
        color: var(--blue);
        width: 22px;
        height: 22px;
        display: flex;
        padding: 10px !important;
        line-height: 0;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        font-size: 14px;
        background: none;
        box-shadow: none;
    }

    .float-right.pagination .page-item:last-child .page-link {
        margin-right: 0;
    }

    .float-right.pagination .page-item.page-next .page-link {
        margin-left: 10px;
    }

    .float-right.pagination .page-item.active .page-link {
        background: var(--blue-2);
        border-color: var(--blue-2);
        color: white;
    }

.page-list .dropdown-toggle {
    background: var(--blue-3) !important;
    border-color: var(--blue-3) !important;
}

    .page-list .dropdown-toggle.active {
        background: var(--blue-3);
        border-color: var(--blue-3);
    }

    .page-list .dropdown-toggle span {
        color: white;
    }
/*.fullcalendar_container {
    min-height: 600px;
    width: 100%
}*/
/*------------
    calendar*/
/*.fc-event-main {
    cursor: pointer;
}
*/
.fullcalendar_container .fc .fc-view-harness {
    height: 70vh !important;
}
/*------------
    información del perfil*/
.date-perfil .form-group {
    display: flex;
}

    .date-perfil .form-group label {
        font-family: Gotham_Rounded;
        font-weight: bold;
        font-size: 15px;
        margin-right: 25px;
        max-width: 115px;
        width: 100%;
        margin-bottom: 0;
    }

    .date-perfil .form-group p {
        font-size: 15px;
    }

.date-perfil .link span {
    font-family: 'Gotham_Rounded';
    font-weight: bold;
}

.date-perfil .contentSvg {
    width: fit-content;
    margin-left: auto;
}

    .date-perfil .contentSvg .svg {
        width: 15px;
        fill: var(--blue-2);
        margin-left: auto;
        display: block;
        cursor: pointer;
    }

.item-table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
}

.inputDateRange {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-width: 1px;
    font-size: 15px;
    color: var(--blue);
    background-color: #fff;
    border-radius: 0;
    background-image: url(../Imagenes/arrow_red.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0.375rem 1.75rem 0.375rem 0;
    box-shadow: 0 0 !important;
    outline: none;
    width: 100%;
    cursor: pointer;
}

.daterangepicker .drp-buttons .cancelBtn {
    background-color: #dc3545;
    color: #ffffff;
}

.daterangepicker .drp-buttons .applyBtn {
    background-color: #508adf !important;
    border-radius: .2rem !important;
}

/*
    seleccionar level de ingles----------------------*/
.english-level {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    margin: auto;
}

    .english-level h6 {
        text-align: center;
        color: #b7b8bd;
        margin-bottom: 24px;
        font-size: 14px;
    }

.select-level {
    width: 100%;
    justify-content: space-between;
    display: flex;
    max-width: 782px;
    margin: auto;
}

    .select-level button {
        border: none;
        max-height: 60px;
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 108px;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        padding: 8px 5px;
    }

        .select-level button:focus {
            outline: none
        }

        .select-level button:not(.active) {
            background: #b7b8bd;
        }

        .select-level button h1 {
            font-family: "Gotham_Rounded";
            font-weight: bold;
            color: #ffffff;
            font-size: 30px;
            margin-bottom: 0;
            line-height: 0.9;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .select-level button h1 span {
                font-size: 10px;
                display: flex;
                color: #ffffff;
                font-family: "Gotham_Rounded";
                flex: 1;
                align-items: center;
                justify-content: center;
            }

.gd-1 {
    background: #008fe3;
    background: linear-gradient( 90deg, #008fe3 0%, #0483d4 100%);
}

.gd-2 {
    background: #067fce;
    background: linear-gradient( 90deg, #067fce 0%, #0a73bf 100%);
}

.gd-3 {
    background: #067fce;
    background: linear-gradient( 90deg, #067fce 0%, #0a73bf 100%);
}

.gd-4 {
    background: #115ea2;
    background: linear-gradient( 90deg, #115ea2 0%, #155293 100%);
}

.gd-5 {
    background: #174d8c;
    background: linear-gradient( 90deg, #174d8c 0%, #1b417c 100%);
}

.gd-6 {
    background: #1c3c76;
    background: linear-gradient( 90deg, #1c3c76 0%, #203167 100%);
}

.centerDate {
    width: 460px;
    margin: auto;
}

    .centerDate .sub-title {
        margin-bottom: 16px;
    }

    .centerDate p {
        text-align: center;
    }

    .centerDate a.btn, .centerDate button.btn {
        margin-top: 24px;
        margin-bottom: 0;
    }
/*
    seleccionar plan------------------*/
.plans_container {
    transition: 0.2s all;
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}

    .plans_container .card_plan {
        width: 100%;
        margin: 0 10px;
        overflow: hidden;
        min-height: 264px;
        max-width: 190px;
        padding: 0;
    }

        .plans_container .card_plan .card-header {
            padding: 8px;
            border: none;
            background: none;
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-family: "Gotham_Rounded";
            font-weight: bold;
            background-image: linear-gradient( to right, rgba(0, 144, 229), rgb(17, 94, 163), rgba(32, 49, 103, 1) );
            background-attachment: fixed;
        }

    .plans_container .card-body {
        padding: 18px;
        text-align: center;
        justify-content: center;
        // justify-content: space-between;
        flex-direction: column;
        display: flex;
    }

        .plans_container .card-body .tooltipContent .svg {
            width: 14px;
        }

        .plans_container .card-body button {
            background: white;
            color: #fff;
            border: none;
            margin-left: 10px;
            outline: none !important;
            /*padding: 7px 16px;
            border-radius: 20px;
            flex: none;*/
            /*max-width: 135px;*/
            /*margin: 0 auto;*/
            font-family: "Gotham_Rounded_Book";
        }

        .plans_container .card-body .price {
            color: var(--blue);
            opacity: 1;
            margin-bottom: 16px;
            font-size: 35px;
            font-family: "Gotham_Rounded";
            font-weight: bold;
            display: flex;
            justify-content: center;
            transition: 0.2s all;
        }

        .plans_container .card-body .footer-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .plans_container .card-body .footer-buttons .link {
                margin-bottom: 0;
                flex: initial;
                width: 100%;
                justify-content: end;
                justify-content: center;
                padding-left: 34px;
            }

            .plans_container .card-body .footer-buttons .svg {
                width: 15px;
                fill: var(--red);
            }

        .plans_container .card-body .price i {
            font-style: normal;
            font-size: 24px;
            margin-right: 5px;
            margin-top: 5px;
            font-family: "Gotham_Rounded";
            font-weight: bold;
            color: var(--blue);
        }

        .plans_container .card-body .test-class {
            font-size: 18px;
            font-family: "Gotham_Rounded";
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 15px;
        }

        .plans_container .card-body p {
            font-size: 15px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.2;
            flex: 1;
        }

            .plans_container .card-body p .svg {
                width: 16px;
                height: 16px;
                fill: var(--blue);
            }
/*#dropdownMenuButton {
    background: white !important;
    height: 38px;
}*/
.dropdown.options .custom-select span {
    color: var(--red);
}

.dropdown.options .custom-select {
    width: 322px;
    text-align: left;
    color: var(--red);
    background-color: white !important;
    height: 38px;
    border-color: var(--gray) !important;
}

    .dropdown.options .custom-select::after {
        content: none;
    }

.dropdown.options .dropdown-menu {
    border-radius: 0 0 8px 8px;
    border-color: var(--gray);
    top: -3px !important;
    width: 322px;
    left: 0px !important;
}

.dropdown.options .dropdown-item:active {
    background: white;
}

.dropdown.options .dropdown-menu ul {
    padding-left: 0;
}

    .dropdown.options .dropdown-menu ul.dropdown-item span {
        font-size: 12px;
    }

.dropdown.options .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: var(--blue-2);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 6px;
    left: -22px;
}

.dropdown.options .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid var(--blue);
    background-color: white;
}

.dropdown.options.show .dropdown-toggle {
    border-radius: 8px 8px 0 0;
    box-shadow: none;
}
/*
    calificación-----------------------------*/
#tblProfesorCalificaciones tbody tr td {
    vertical-align: baseline !important;
}

    #tblProfesorCalificaciones tbody tr td:last-child {
        vertical-align: middle !important;
    }

#tblProfesorCalificaciones .item-table a {
    font-size: 12px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}

#tblEnglishAdvanceCalificaciones thead {
    background: var(--blue);
}

    #tblEnglishAdvanceCalificaciones thead th .th-inner {
        white-space: initial;
        color: white;
        font-size: 13px;
    }

#tblEnglishAdvanceCalificaciones tbody tr:last-child {
    border-bottom: 0;
}
/*
    registrar estudiante-----------------------------*/
.card-register {
    padding: 22px 60px 45px;
}

.header-title-between {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 35px;
    align-items: flex-end;
    padding-bottom: 18px;
}

    .header-title-between span {
        color: var(--gray);
        font-size: 13px;
    }

    .header-title-between h4 {
        font-size: 22px;
        font-family: "Gotham_Rounded";
        font-weight: bold;
        margin-bottom: 0;
    }

.steps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 80%;
    margin: 32px auto 38px;
    position: relative;
}

    .steps .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        flex: 1;
        z-index: 1;
    }

        .steps .step span {
            border-radius: 50%;
            color: white;
            background: #b7b8bd;
            width: 30px;
            height: 30px;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            z-index: 1;
            margin-bottom: 22px;
            font-size: 15px;
            font-family: "Gotham_Rounded";
            font-weight: bold;
        }

        .steps .step.active span {
            font-size: 22px;
            background: #508adf;
            width: 43px;
            height: 43px;
            margin-bottom: 9px;
            top: -6px;
            position: relative;
            -webkit-transform: scale(1.2, 1.2);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 100ms;
            -moz-transform: scale(1.2, 1.2);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 100ms;
        }

        .steps .step::after {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            border-top: #b7b8bd 4px dotted;
            right: -50%;
            margin: auto;
            top: 13px;
        }

        .steps .step.off span {
            font-size: 15px;
            background: #508adf;
            width: 30px;
            height: 30px;
            -webkit-transform: scale(1, 1);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            -moz-transform: scale(1, 1);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 250ms;
        }

.header-title-between .steps .step::after {
    top: 14px;
    right: -84%;
}

.header-title-between .steps .step.off::after {
    border-color: var(--blue-2);
}

.header-title-between .steps {
    margin: 0;
    max-width: 20%;
}

    .header-title-between .steps .step {
        align-items: end;
    }

        .header-title-between .steps .step span {
            margin-bottom: 0;
        }

        .header-title-between .steps .step:last-child::after {
            display: none;
        }

.content-photo {
    position: relative;
}

    .content-photo .photo img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .content-photo .photo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--gray);
        border-radius: 50%;
        margin-bottom: 20px;
        overflow: hidden;
        width: 148px;
        height: 148px;
        background-color: var(--gray-3);
    }

    .content-photo .camera {
        border-radius: 50%;
        box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
        width: 38px;
        height: 38px;
        bottom: 68px;
        right: -28px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        cursor: pointer;
    }

        .content-photo .camera svg {
            width: 22px;
            fill: var(--blue);
        }

    .content-photo .btn-primary {
        font-size: 15px;
    }

        .content-photo .btn-primary svg {
            fill: white;
            width: 15px;
            margin-right: 5px;
        }

    .content-photo p {
        font-size: 13px;
    }

        .content-photo p svg {
            fill: var(--blue);
            width: 10px;
            margin-right: 8px;
        }

    .content-photo .link span {
        font-size: 14px;
    }

.account-data {
    margin-left: -34px;
    margin-right: -34px;
}

    .account-data label {
        font-family: "Gotham_Rounded";
        font-weight: bold;
        display: block;
    }

    .account-data span {
        font-size: 13px;
    }

    .account-data p, .account-data label {
        font-size: 13px;
        /*margin-bottom: 0;*/
    }

    .account-data > .col, .account-data > .col-2, .account-data > .col-3, .account-data > .col-4, .account-data > .col-5, .account-data > .col-6, .account-data > .col-7, .account-data > .col-10, .account-data > .col-11 {
        border-right: 1px solid var(--gray);
        padding-left: 34px;
        padding-right: 34px;
    }

        .account-data > .col:last-child, .account-data > .col-2:last-child, .account-data > .col-3:last-child, .account-data > .col-4:last-child, .account-data > .col-5:last-child, .account-data > .col-6:last-child, .account-data > .col-7:last-child, .account-data > .col-10:last-child, .account-data > .col-11:last-child {
            border-right: none;
        }
/*#formRegistroStep2 .form-check input {
    height: 15px;
    width: 17px;
    top: -5px;
    left: 20px;
}*/
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check label span {
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid var(--blue);
    top: -6px;
    left: 0;
    position: absolute;
}

.eyes-input {
    position: relative;
}

    .eyes-input .svg {
        position: absolute;
        right: 12px;
        top: 40%;
    }

.account-data h6 {
    white-space: nowrap;
    margin-bottom: 6px;
    font-size: 13px;
}

.account-data .form-group {
    margin-bottom: 18px;
    width: 100%;
}

.account-data .form-control, .account-data .custom-select {
    font-size: 13px;
}

.account-data .form-group .iti {
    width: 100%;
}

#formRegistroStep2 #divEspecialidades {
    columns: 2 auto;
}

#divEspecialidades {
    columns: 1 auto;
    display: block;
}

    #divEspecialidades .form-check.check {
        margin-bottom: 4px !important;
        width: 100%;
    }

#divEdades .form-check.check {
    margin-bottom: 5px !important;
}

.content-text-course {
    max-height: 112px;
    overflow-y: auto;
}

.account-data p {
    font-size: 13px;
    margin-bottom: 4px;
}

.account-data .form-check label {
    font-weight: 500;
    font-family: 'Gotham_Rounded_Book';
}

.check-row {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .check-row .form-check {
        width: 50%;
        margin-right: 0;
    }

        .check-row .form-check label {
            font-size: 14px;
        }
/*
    modal-courses-------------------------*/
#modal-courses .modal-dialog {
    max-width: 630px;
}
/*#modalRechazo .modal-dialog {
    max-width: 556px;
}*/
#modalRechazo .modal-dialog {
    max-width: 556px;
}
#modalRechazo .content-photo {
    width: 148px;
}
#modal-courses .modal-content .modal-body {
    padding: 32px;
}

    #modal-courses .modal-content .modal-body .content-buttons {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

        #modal-courses .modal-content .modal-body .content-buttons button {
            padding: 10px 20px;
            text-align: center;
            border: 1px solid var(--blue-2);
            background: #ffffff;
            border-radius: 10px;
            max-width: 47%;
            margin: 3.5px 5px;
            width: 100%;
            font-size: 15px;
            outline: none;
        }

            #modal-courses .modal-content .modal-body .content-buttons button.active {
                background: var(--blue-2);
                color: #ffffff;
            }
/*
        custom select---------------*/
.iti--separate-dial-code .iti__selected-flag .iti__arrow {
    border: none !important;
    background: url("../Imagenes/arrow_red.png") no-repeat;
    width: 15px;
    height: 15px;
    background-position: 50%;
}

.iti--separate-dial-code .iti__selected-flag {
    justify-content: space-between;
}

.select-search.active a.trigger {
    border-radius: 8px 8px 0 0 !important;
}

.select-search.active.dropdownTop a.trigger {
    border-radius: 0 0 8px 8px !important;
}

.select-search.active.dropdownTop .sub-wrapper .select-search-sub {
    /*    top: -251px;*/
    border-radius: 8px 8px 0 0 !important;
    box-shadow: 0 -10px 40px -6px rgb(0 0 0 / 10%);
}

    .select-search.active.dropdownTop .sub-wrapper .select-search-sub ul li:last-child {
        border-radius: 0;
    }

    .select-search.active.dropdownTop .sub-wrapper .select-search-sub ul li:first-child {
        border-radius: 8px 8px 0 0;
    }

.select-search a.trigger {
    border: 1px solid var(--gray) !important;
    background: url("../Imagenes/arrow_red.png") no-repeat;
    background-position: calc(100% - 16px) 55%;
    background-size: 12px;
    color: var(--blue) !important;
    font-family: 'Gotham_Rounded_Book' !important;
}

.select-search .sub-wrapper .select-search-sub {
    border: 1px solid var(--gray);
    overflow: hidden;
}

    .select-search .sub-wrapper .select-search-sub ul {
        max-height: 220px !important;
        overflow: auto;
    }

    .select-search .sub-wrapper .select-search-sub li a {
        color: var(--blue);
    }

    .select-search .sub-wrapper .select-search-sub li:hover {
        background: var(--blue-2) !important;
    }
/*------------
---------------calendario libreria
*/
.fc-timegrid-axis {
    vertical-align: middle !important;
    font-weight: normal;
    font-size: 11px;
}

.fc .fc-timegrid-slot-label-cushion {
    font-size: 12px;
}

.fc-media-screen .fc-toolbar-title {
    font-size: 22px !important;
    font-family: 'Gotham_Rounded';
    font-weight: bold;
}

.fc-media-screen .fc-col-header-cell-cushion div:first-child {
    font-size: 10px;
    text-transform: uppercase;
}

.fc-media-screen .fc-day-today .fc-col-header-cell-cushion div:first-child {
    color: var(--blue-2);
}

.fc-media-screen .fc-day-today .fc-col-header-cell-cushion div:last-child {
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    background: rgb(80, 138, 223);
    margin: auto;
    font-size: 20px;
}

.fc-media-screen .fc-toolbar-chunk .fc-prev-button {
    margin-right: 12px !important;
    margin-left: 20px !important;
}

.fc-media-screen .fc-toolbar-chunk .fc-next-button {
    margin-left: 12px !important;
}
/*--------------------
    tooltip-------------*/
.tooltip {
    position: initial;
    opacity: 1;
    align-items: center;
    display: flex;
    margin-left: 10px;
}

    .tooltip .svg {
        visibility: initial;
        width: 16px;
        height: 16px;
        fill: var(--blue);
    }
/*-----------------
        libreria FILEINPUT-------------------*/
.file-input .file-preview {
    border: 2px dashed #aaa;
    padding: 0;
}

    .file-input .file-preview .close {
        display: none;
    }

.file-input.file-input-ajax-new .d-grid button {
    display: none;
}

.file-input .file-drop-zone {
    border: none;
    margin: 0;
    padding: 0;
    min-height: initial;
}

.file-input-ajax-new .file-drop-zone {
    height: 105.8px;
}

.file-input-ajax-new .file-drop-zone-title {
    font-size: 13px;
    line-height: 1.3;
    color: var(--blue);
    padding: 10px 0 0 0;
}

.file-input-ajax-new span.d-grid {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    cursor: pointer;
}

.file-input .d-grid {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.file-input.file-input-ajax-new .d-grid {
    margin-top: 5px;
}

.file-input > span .btn-info {
    background: none;
    border: none;
    border-radius: 0;
    padding: 7.5px 20px;
    cursor: pointer;
}
    .file-input > span .btn-info:active {
        background-color: white !important;
    }

    .krajee-default.file-preview-frame {
        width: 92%;
    }
.file-input > span .btn-default {
    border-color: var(--red-2);
    background: var(--red-2);
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 20px;
}
    .file-input > span .btn-default i{
        color:white;
    }

    .file-input > span .btn-default span {
        padding: 0 0 0 8px !important;
        font-weight: bold;
        font-size: 15px;
        color: white;
    }

    .file-input > span .btn-default:active {
        background-color: var(--red-2) !important;
        border-color: var(--red-2) !important;
    }

.file-input > span .btn-info i {
    display: none;
}

.file-input > span .btn-info span {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Gotham_Rounded';
    color: var(--blue-2);
    border-bottom: 2px solid var(--blue-2)
}

.file-input .file-drop-zone .file-thumbnail-footer .kv-file-zoom {
    display: none;
}
/*-----------
    list-group-horizontal----------------*/
#sortablePreguntas .contentAddComentary:last-child {
    margin-bottom: 0;
}

.contentAddComentary {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .contentAddComentary .toggleClassComentary {
        width: 100%;
        display: flex;
    }

.toggleClassComentary.permanent .contentButton button {
    width: 57px;
    border-radius: 8px 0 0 8px !important;
}

.toggleClassComentary.permanent .addComentary .list-group-horizontal {
    border: none;
}

    .toggleClassComentary.permanent .addComentary .list-group-horizontal .list-group-item .form-group {
        background: var(--gray-2);
        border: none
    }

    .toggleClassComentary.permanent .addComentary .list-group-horizontal .list-group-item .buttonEdit {
        display: flex;
        flex-direction: column;
        background: var(--gray-2);
        justify-content: center;
        align-items: center;
    }

        .toggleClassComentary.permanent .addComentary .list-group-horizontal .list-group-item .buttonEdit .svg {
            width: 14px;
            cursor: pointer;
        }

        .toggleClassComentary.permanent .addComentary .list-group-horizontal .list-group-item .buttonEdit span:first-child .svg {
            fill: var(--red);
            margin-bottom: 25px;
        }

        .toggleClassComentary.permanent .addComentary .list-group-horizontal .list-group-item .buttonEdit span:last-child .svg {
            fill: var(--blue-2);
        }

.contentAddComentary .contentButton button {
    height: 100%;
    border-radius: 0 8px 8px 0 !important;
    align-items: center;
    width: 135px;
}

.addComentary {
    border-radius: 8px 0 0 8px;
    padding: 15px;
    background: var(--gray-2);
    width: 100%;
}

.toggleClassComentary.permanent .addComentary {
    padding: 28px 38px;
    border-radius: 0 8px 8px 0;
}

.addComentary .list-group-horizontal {
    border: 1px solid var(--gray);
}

    .addComentary .list-group-horizontal .list-group-item .form-group {
        padding: 4px 13px;
    }

        .addComentary .list-group-horizontal .list-group-item .form-group p.bold {
            font-size: 15px;
        }

        .addComentary .list-group-horizontal .list-group-item .form-group p {
            font-size: 13px;
        }

    .addComentary .list-group-horizontal .list-group-item {
        border-radius: 8px !important;
    }

.list-group-horizontal .list-group-item {
    padding: 0;
    border-color: var(--gray);
}

    .list-group-horizontal .list-group-item:first-child {
        border-radius: 8px 0 0 8px;
        width: 100%;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-radius: 0 8px 8px 0;
        border: none;
    }

    .list-group-horizontal .list-group-item button {
        height: 100%;
        border-radius: 0 8px 8px 0 !important;
        width: 78px;
    }

        .list-group-horizontal .list-group-item button .svg {
            width: 18px;
        }

    .list-group-horizontal .list-group-item .form-group {
        margin-bottom: 0;
        border-bottom: 1px solid var(--gray);
    }

        .list-group-horizontal .list-group-item .form-group:last-child {
            border-bottom: none;
        }

            .list-group-horizontal .list-group-item .form-group:last-child textarea {
                border-radius: 0 0 8px 8px;
                resize: none;
            }

        .list-group-horizontal .list-group-item .form-group input, .list-group-horizontal .list-group-item .form-group textarea {
            border-radius: 0;
            font-size: 13px;
            border: none;
            width: 100%;
            outline: none;
        }

            .list-group-horizontal .list-group-item .form-group input::placeholder, .list-group-horizontal .list-group-item .form-group textarea::placeholder {
                color: Var(--blue);
            }
/*-------------------------
    ---------- Gestionar Planes*/
.columnsPricePerson {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .columnsPricePerson .infoPlan p {
        font-size: 13px;
    }

    .columnsPricePerson .infoPlan .listUl {
        padding-left: 20px;
        margin-bottom: 18px;
    }

        .columnsPricePerson .infoPlan .listUl li {
            font-size: 13px;
            height: 14px;
        }

            .columnsPricePerson .infoPlan .listUl li::marker {
                background: var(--blue);
                font-size: 18px;
            }

            .columnsPricePerson .infoPlan .listUl li label {
                width: 142px;
                margin-left: -4px;
                margin-bottom: 0;
                font-family: 'Gotham_Rounded_Book';
                font-weight: 500;
            }

    .columnsPricePerson .infoPlan.left.edit .editClasePrueba {
        padding-left: 0;
        list-style: none;
        display: flex;
        margin-bottom: 4px;
    }

        .columnsPricePerson .infoPlan.left.edit .editClasePrueba li:nth-child(odd) {
            margin-right: 21px;
        }

    .columnsPricePerson .infoPlan.left.edit ul li label {
        font-weight: 500;
        font-family: 'Gotham_Rounded_Book';
        margin-left: 0;
        margin-bottom: 4px;
        margin-top: 6px;
    }

    .columnsPricePerson .infoPlan label {
        font-family: 'Gotham_Rounded';
        font-weight: bold;
        margin-bottom: 0;
        font-size: 13px;
    }

    .columnsPricePerson .infoPlan.left.edit .form-group label label {
        margin-bottom: 4px;
    }

    .columnsPricePerson .infoPlan.left {
        padding-top: 12px;
    }

    .columnsPricePerson .infoPlan.right {
        padding-top: 40px;
    }

        .columnsPricePerson .infoPlan.right.edit {
            padding-top: 70px;
        }

    .columnsPricePerson .infoPlan.left p {
        margin-bottom: 6px;
    }

        .columnsPricePerson .infoPlan.left p:last-child {
            border-bottom: 0;
        }

    .columnsPricePerson .infoPlan.right p {
        margin-bottom: 20px;
    }

        .columnsPricePerson .infoPlan.right p:last-child {
            margin-bottom: 0;
        }

    .columnsPricePerson .infoPlan.left p label {
        width: 160px;
    }

    .columnsPricePerson .infoPlan.right p label {
        width: 94px;
    }

    .columnsPricePerson .infoPlan.left.edit {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }

        .columnsPricePerson .infoPlan.left.edit .form-group {
            margin-bottom: 8px;
            width: 45%;
        }

            .columnsPricePerson .infoPlan.left.edit .form-group:nth-child(odd) {
                margin-right: 21px;
            }

    .columnsPricePerson .table-person-price .content-table-persons .table-person {
        margin-right: 10px;
        outline: 1px solid var(--gray);
        width: 118px;
        text-align: center;
    }

    .columnsPricePerson .table-person-price .content-table-persons {
        display: flex;
    }

        .columnsPricePerson .table-person-price .content-table-persons .table-person:first-child {
            border-radius: 8px 0 0 8px;
        }

    .columnsPricePerson .table-person-price .table-person:first-child .header-table-person {
        border-radius: 6px 0 0 0;
    }

    .columnsPricePerson .table-person-price .content-table-persons .table-person:last-child {
        border-radius: 0 8px 8px 0;
        margin-right: 0;
    }

input.subtitle {
    border: 1px solid var(--gray);
    border-radius: 8px;
    width: 76px;
    text-align: center;
    margin-right: 8px;
    height: 32px;
    outline: none;
}

.columnsPricePerson .table-person-price .table-person:last-child .header-table-person {
    border-radius: 0 6px 0 0
}

.columnsPricePerson .table-person-price {
    display: flex;
    align-items: center;
}

    .columnsPricePerson .table-person-price .table-person .header-table-person {
        background: #0090E5;
        padding: 8px 0 !important;
    }

    .columnsPricePerson .table-person-price .content-table-persons .table-person p {
        font-size: 13px;
        border-bottom: 1px solid var(--gray);
        padding: 10px 0;
    }

        .columnsPricePerson .table-person-price .content-table-persons .table-person p:last-child {
            border-bottom: none;
        }

    .columnsPricePerson .table-person-price .content-table-persons.edit .table-person p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .columnsPricePerson .table-person-price .content-table-persons.edit .table-person p input {
            padding-left: 0;
            padding-right: 0;
            border: 0;
            height: 15px;
            text-align: center;
        }

    .columnsPricePerson .table-person-price .table-person .header-table-person .svg {
        fill: white;
        height: 24px;
    }

.beforeRight {
    position: relative;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .beforeRight .subtitle span {
        font-family: 'Gotham_Rounded';
    }

    .beforeRight.edit {
        margin-bottom: 22px;
    }

    .beforeRight::before {
        content: "";
        border-top: 1px solid #b7b8bd;
        width: calc(100% - 425px);
        height: 1px;
        position: absolute;
        top: 50%;
        left: 162px;
    }

    .beforeRight.alter::before {
        width: calc(100% - 427px);
        left: 188px;
    }

    .beforeRight.edit::before {
        width: calc(100% - 446px);
        left: 222px;
    }

    .beforeRight.alter.edit::before {
        width: calc(100% - 406px);
        left: 188px;
    }

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    text-align: center !important;
}

#tblPagoPendienteDetalle .bootstrap-datetimepicker-widget {
    inset: auto auto auto 575px !important;
}

    #tblPagoPendienteDetalle .bootstrap-datetimepicker-widget .picker-switch tr {
        border: none !important;
    }
/*------------------
        Calificaciones a profesores--------------*/
.card-calification {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
}

    .card-calification > div {
        width: 20%;
        padding-right: 15px;
    }

        .card-calification > div:last-child {
            padding-right: 0;
        }

    .card-calification label {
        font-size: 13px;
        font-weight: bold;
        font-family: 'Gotham_Rounded';
        margin-bottom: 4px !important;
    }

    .card-calification .stars {
        width: 15%;
    }

    .card-calification .comentary {
        overflow-y: auto;
        width: 30%;
    }

        .card-calification .comentary p {
            font-size: 13px;
            overflow-y: auto;
            max-height: 60px;
            padding-right: 10px;
            line-height: 1.1;
        }

    .card-calification .content-buttons {
        display: flex;
        justify-content: space-between;
        width: 80px;
        align-items: center;
        height: 100%;
        align-self: center;
    }

        .card-calification .content-buttons .svg {
            width: 36px;
            fill: white;
            cursor: pointer;
        }

        .card-calification .content-buttons a:first-child .svg path {
            fill: var(--green);
        }

        .card-calification .content-buttons a:last-child .svg path {
            fill: var(--red-2);
        }

    .card-calification .avatar {
        display: block;
        min-width: initial;
        width: 40px;
        height: 40px;
        border-radius:50%;
        overflow:hidden;
    }

.bootstrap-table .fixed-table-container .table .arrowDropdownTop {
    border-radius: 12px 0 12px 12px;
}

    .bootstrap-table .fixed-table-container .table .arrowDropdownTop .dropdown-item {
        outline: none;
        color: var(--blue);
    }

        .bootstrap-table .fixed-table-container .table .arrowDropdownTop .dropdown-item .svg {
            fill: var(--blue);
            margin-right: 10px;
        }

        .bootstrap-table .fixed-table-container .table .arrowDropdownTop .dropdown-item:last-child {
            border-top: 1px solid var(--gray);
        }

.imgModalCenter {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}
/*------------------------
    ---------------------dashboard
*/
.card-dashboard {
    padding: 38px;
    box-shadow: 0px 0px 23px -9px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 23px -9px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 23px -9px rgba(0, 0, 0, 0.5);
    background: white;
    border-radius: 12px;
}

    .card-dashboard p {
        font-size: 13px;
    }

    .card-dashboard img {
        object-fit: contain;
    }

.list-blue {
    margin-bottom: 0;
    list-style: none;
}

    .list-blue li {
        position: relative;
    }

        .list-blue li a {
            font-size: 13px;
            color: var(--blue-2) !important;
        }

        .list-blue li::after {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--blue-2);
            position: absolute;
            top: 8px;
            left: -18px;
        }

.text-price section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
    margin-bottom: 18px;
}

    .text-price section p {
        font-weight: bold;
        font-family: 'Gotham_Rounded';
        margin-bottom: 0;
    }

        .text-price section p.link {
            margin-left: 5px;
            text-align: right;
            min-width: 80px;
        }

    .text-price section span {
        font-size: 13px;
    }

    .text-price section:last-child {
        margin-bottom: 0
    }

.infoClass {
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .infoClass p {
        margin-bottom: 0
    }

        .infoClass p .svg {
            fill: var(--blue-2);
            width: 13px;
            margin-right: 8px;
            padding-bottom: 0
        }
/*----------
    Material
    --------------------------------
*/
#tblRegistrosMaterial .arrowDropdownTop {
    left: -94px !important;
    top: 7px !important;
    padding: 0;
}

#tblRegistrosMaterial td a .svg {
    fill: var(--gray-4) !important;
    margin-right: 10px;
    width: 18px;
}

#tblRegistrosMaterial td i {
    margin-right: 10px;
}

#tblRegistrosMaterial td .dropdown-menu .dropdown-item {
    padding: 6px 18px;
}
    #tblRegistrosMaterial td .dropdown-menu .dropdown-item:active {
        color: white;
    }
        #tblRegistrosMaterial td .dropdown-menu .dropdown-item:active .svg{
            fill:white !important;
        }
        #tblRegistrosMaterial td .dropdown-menu .dropdown-item:first-child {
            border-radius: 12px 0 0 0;
        }

    #tblRegistrosMaterial td .dropdown-menu .dropdown-item:last-child {
        border-radius: 0 0 12px 12px;
    }

#tblRegistrosMaterial thead th:first-child .th-inner {
    text-align: left;
}

#tblRegistrosMaterial thead th .th-inner {
    text-align: center;
    font-size: 15px;
}

#tblRegistrosMaterial td .dropdown button {
    box-shadow: none;
}

    #tblRegistrosMaterial td .dropdown button .svg {
        fill: var(--blue) !important;
        width: 6px;
    }

    #tblRegistrosMaterial td .dropdown button.dropdown-item .svg {
        width: 18px;
    }

#tblRegistrosMaterial td a {
    color: var(--blue) !important;
    text-decoration: none;
}

#tblRegistrosMaterial td {
    color: var(--gray-4);
}

#modalRenombrar .imgModalCenter {
    top: -115px;
}

#modalEliminarArchivo .imgModalCenter {
    top: -52px;
}

#modalObtenerEnlace .imgModalCenter {
    top: -105px;
}

#modalObtenerEnlace .modal-dialog {
    max-width: 650px;
}
#modalObtenerEnlace .custom-select input {
    color: var(--gray);
}
#nextClass .modal-dialog {
    max-width: 616px;
}

#nextClass .blue {
    cursor: initial;
    margin-bottom: 2px;
}

.content-gray {
    background: var(--gray-2);
    border-radius: 12px;
    padding: 32px;
    width: 236px;
}

    .content-gray .list-blue {
        padding-left: 18px;
    }

#folderDirections .dropdown .dropdown-toggle {
    font-size: 35px;
    width: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
}

#folderDirections .dropdown .dropdown-menu.show {
    top: 24px !important;
    padding-left: 8px;
    padding-right: 8px;
    width: 240px;
}

    #folderDirections .dropdown .dropdown-menu.show > div {
        margin-bottom: 4px;
    }

        #folderDirections .dropdown .dropdown-menu.show > div:last-child {
            margin-bottom: 0;
        }

    #folderDirections .dropdown .dropdown-menu.show .svg {
        width: 18px;
        margin-right: 8px;
        fill: var(--gray-4);
    }

    #folderDirections .dropdown .dropdown-menu.show a {
        color: var(--blue-2) !important;
    }

#folderDirections .dropdown .dropdown-toggle:after {
    border: none;
}
/*----------------
    ----------------changue-photo
*/
.changue-photo {
    position: absolute;
    right: -14px;
    top: 116px;
    box-shadow: 3px 3px 108px -41px rgba(0,0,0,0.97);
    -webkit-box-shadow: 3px 3px 108px -41px rgba(0,0,0,0.97);
    -moz-box-shadow: 3px 3px 108px -41px rgba(0,0,0,0.97);
    cursor: pointer;
}

    .changue-photo .content-camera {
        width: 38px;
        padding: 8px;
        border-radius: 50%;
        background: white;
        height: 38px;
        display: flex;
    }

        .changue-photo .content-camera .svg {
            fill: var(--blue);
        }

/*----------CURSOS------------*/
.route-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .route-list li {
        padding-bottom: 14px;
        position: relative;
    }

        .route-list li .box {
            position: relative;
            background: #f3f2f8;
            padding: 14px 44px 14px 18px;
        }

            .route-list li .box .img-box {
                max-width: 90px;
            }

            .route-list li .box .content {
                padding: 0 22px;
                flex: 1;
                font-size: 13px;
            }

                .route-list li .box .content h6 {
                    color: #2b305d;
                    font-family: "Gotham_Rounded";
                    font-weight: bold;
                    font-size: 14px;
                }

                .route-list li .box .content a {
                    color: #508adf;
                    font-size: 13px;
                    font-weight: bold;
                    text-decoration: underline;
                    cursor: pointer;
                }

            .route-list li .box .toggle-btn {
                position: relative;
                justify-content: flex-end;
                color: #d1263a;
                font-size: 13px;
                display: flex;
                align-items: center;
                overflow: hidden;
                padding-right: 30px;
                cursor: pointer;
            }

                .route-list li .box .toggle-btn::after {
                    content: "";
                    position: absolute;
                    height: 1px;
                    background: #b7b8bd;
                    left: 0;
                    width: calc(100% - 170px);
                    margin: auto;
                    top: 13px;
                }

                .route-list li .box .toggle-btn::before {
                    content: "";
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZklEQVQImWXMsQ2AIBBG4YcTOIKVdsRaGkdwBEdzBEegoUc6OjbBXAKE6JX/+3LqmbcJsMCho/N0FxYzAjdwDjq6VKANi1mrK0j2JEblnGu45CuwSyzI6+hO6Q1+sMCGfrDD9AjgBbtoLG/iDMREAAAAAElFTkSuQmCC) no-repeat;
                    background-position: 95% 50%;
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    right: 0;
                    transition: 0.4s;
                }

                .route-list li .box .toggle-btn[aria-expanded="true"]::before {
                    background-position: 95% 50%;
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    right: 0;
                    transform: rotate(180deg);
                    transition: 0.4s;
                }

            .route-list li .box .option .option-select {
                flex-direction: column;
                display: flex;
            }

                .route-list li .box .option .option-select:first-child {
                    border-right: 1px solid #b7b8bd;
                }

                .route-list li .box .option .option-select .option {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 10px 6%;
                }

                    .route-list li .box .option .option-select .option a {
                        text-decoration: underline;
                        font-size: 15px;
                        color: #508adf;
                        font-family: "Gotham_Rounded";
                        cursor: pointer;
                    }

.modal-curso-detalle .modal-dialog {
    max-width: 820px;
}

modal-curso-detalle .modal-body {
    padding: 32px !important;
    overflow-x: hidden;
}

.modal-curso-detalle p {
    text-align: justify;
    font-size: 13px;
}

.modal-curso-detalle .description {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

    .modal-curso-detalle .description img {
        margin: 0 auto;
        align-self: flex-start;
        max-width: 100px;
    }

    .modal-curso-detalle .description .text {
        max-width: 80%;
        margin-left: auto;
        font-size: 13px;
    }

.modal-curso-detalle p {
    text-align: justify;
    font-size: 13px;
}

.modal-curso-detalle .section_structure {
    margin-bottom: -30%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}
.modal-curso-detalle .section_structure h6 {
    font-family: "Gotham_Rounded";
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
}

.modal-curso-detalle .section_structure p {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

.modal-curso-detalle .section_structure img {
    width: 100%;
    object-fit: contain;
    margin-top: 1rem;
}

    /*.modal-curso-detalle .section_structure .content {
        background: linear-gradient( 90deg, #0977c4 0%, #1062a8 100%);
        padding: 28px;
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

        .modal-curso-detalle .section_structure .content h6 {
            color: #fff;
            font-family: "Gotham_Rounded";
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 24px;
        }

        .modal-curso-detalle .section_structure .content p {
            color: #fff;
            font-size: 13px;
            max-width: 260px;
            margin-left: auto;
            margin-right: auto;
        }*/

.structure {
    padding: 26px 35px 26px 26px;
}

    .structure .division {
        align-items: stretch;
        margin-bottom: 8px;
    }

        .structure .division.dotted {
            border-bottom: 3px dotted #b7b8bd;
            padding-bottom: 8px;
        }

        .structure .division:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .structure .division .block {
            display: flex;
            align-items: stretch;
            margin-bottom: 8px;
        }

            .structure .division .block:last-child {
                margin-bottom: 0;
            }

        .structure .division .box {
            text-align: center;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 6px;
            border-radius: 10px;
        }

            .structure .division .box h1 {
                font-size: 20px;
                font-family: "Gotham_Rounded";
                font-weight: bold;
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 0;
                line-height: 1;
            }

                .structure .division .box h1 span {
                    font-size: 7px;
                    font-weight: bold;
                    font-family: "Gotham_Rounded";
                    color: #fff;
                    text-transform: uppercase;
                    display: block;
                    letter-spacing: 0.5px;
                }

            .structure .division .box h6 {
                font-size: 12px;
                font-family: "Gotham_Rounded";
                letter-spacing: 0px;
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 0;
            }

        .structure .division .block:not(.active) .box {
            background: #b7b8bd;
        }

        .structure .division .block-1 {
            transform: rotate(-90deg) scaleX(-1);
            transform-origin: top left;
            width: 98px;
            margin-right: -52px;
        }

            .structure .division .block-1 .box {
                transform: scaleX(-1);
                padding: 8px;
            }

            .structure .division .block-1:not(.active) .box {
                background: #b7b8bd;
            }

        .structure .division .block-2 .box {
            margin: 0 4px;
            padding: 0 10px;
            max-width: 80px;
            min-width: 80px;
        }

        .structure .division .block ol {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .structure .division .block:not(.active) ol li {
            background: #d1d1d3;
            border: 1px solid #fff;
            color: #fff;
        }

            .structure .division .block:not(.active) ol li .svg {
                fill: #d1d1d3;
                stroke: #fff;
            }

        .structure .division .block ol li {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 1px;
            border-radius: 8px;
            font-family: "Gotham_Rounded";
            font-weight: bold;
            font-size: 11px;
            position: relative;
        }

            .structure .division .block ol li .svg {
                position: absolute;
                width: 10px;
                height: 12px;
                right: -10px;
                z-index: 1;
                fill: #fff;
            }

            .structure .division .block ol li:last-child .svg {
                display: none;
            }

.section_gray {
    background: #f3f2f8;
    padding: 45px 75px;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 36%;
}

.modal-curso-detalle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .modal-curso-detalle ul li {
        font-size: 13px;
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px;
    }

        .modal-curso-detalle ul li::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #508adf;
            position: absolute;
            left: 0;
            top: 5px;
            margin: auto;
        }

.modal-curso-detalle .materials {
    padding: 50px 32px 0;
}

    .modal-curso-detalle .materials h6 {
        font-size: 17px;
        font-family: "Gotham_Rounded";
        font-weight: bold;
        margin-bottom: 24px;
    }

#modal-curso-detalle-2 .section_gray {
    margin-bottom: -32px;
}

.section_gray .card .sub-title {
    font-size: 18px;
    margin-bottom: 20px;
}

    .section_gray .card .sub-title span {
        font-size: 18px;
    }

.border-gd-1 {
    border: 1px solid #0289db;
    color: #0289db;
}

    .border-gd-1 .svg {
        stroke: #0289db;
    }

.border-gd-2 {
    border: 1px solid #0878c5;
    color: #0878c5;
}

    .border-gd-2 .svg {
        stroke: #0878c5;
    }

.border-gd-3 {
    border: 1px solid #0e68af;
    color: #0e68af;
}

    .border-gd-3 .svg {
        stroke: #0e68af;
    }

.border-gd-4 {
    border: 1px solid #135799;
    color: #135799;
}

    .border-gd-4 .svg {
        stroke: #135799;
    }

.border-gd-5 {
    border: 1px solid #194784;
    color: #194784;
}

    .border-gd-5 .svg {
        stroke: #194784;
    }

.border-gd-6 {
    border: 1px solid #1f366d;
    color: #1f366d;
}

    .border-gd-6 .svg {
        stroke: #1f366d;
    }
/*---------END-CURSOS----------*/
/*---------BOOTBOX----------*/
.bootbox-close-button.close {
    background-image: url('../Imagenes/close_red.png');
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    opacity: 1 !important;
    outline: none;
    position: absolute;
    top: 14px;
    right: 14px;
}

    .bootbox-close-button.close:hover {
        opacity: 0.75 !important;
    }
/*---------END-BOOTBOX----------*/
/*------TRUNCATE STYLE--------*/
.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}

    .tool-multiwrapbox .multi-text {
        float: right;
        margin-left: -5px;
        width: 100%;
    }

    .tool-multiwrapbox::before {
        float: left;
        width: 5px;
        content: '';
        height: 40px;
    }

    .tool-multiwrapbox .multi-text_after {
        float: right;
        text-align: right;
        margin-left: -5.5em;
        position: absolute;
        left: 100%;
        padding-right: 3px;
        background: #f3f2f8;
    }

    .tool-multiwrapbox .op-btn {
        color: #3780f7;
        cursor: pointer;
    }

        .tool-multiwrapbox .op-btn.op-collapse {
            display: inline-block;
        }

    .tool-multiwrapbox.reset-style {
        height: auto !important;
    }

    .tool-multiwrapbox .multi-text_after.reset-style {
        top: auto !important;
        bottom: 0 !important;
    }
/*------END-TRUNCATE STYLE--------*/
/*------MODAL CHANGE TEACHER--------*/
#modal-change-teacher .card {
    box-shadow: none;
    background: var(--gray-2);
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    border: none;
}

#modal-change-teacher .modal-dialog {
    max-width: 568px;
}

#modal-change-teacher .modal-content .modal-body {
    padding: 32px 8%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 18px !important;
}
/*--------------------------------------------
    LOGIN------------------------------------------------------------------
*/
.preUser {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    height:100vh;
}
.preUser a {
    text-decoration: none;
}
    .preUser {
    }
        .preUser .preUser-left {
            min-width: 38vw;
            padding: 60px 3% 42px 7%;
        }
            .preUser .preUser-left .logo {
                max-width: initial;
                height: initial;
                width: initial;
                margin-top: 0;
                margin-bottom: 36px;
            }

            .preUser .preUser-left .content-login {
                max-width: 480px;
            }
                .preUser .preUser-left .content-login .Login {
                    align-items: baseline;
                    padding: 45px 62px;
                    padding-bottom: 8%;
                }
                    .preUser .preUser-left .content-login .Login .body {
                        width: 100%;
                    }
                    .preUser .preUser-left .content-login .Login fieldset {
                        width: 100%;
                        position: relative;
                    }
                        .preUser .preUser-left .content-login .Login fieldset  svg .eye {
                            position: absolute;
                            right: 15px;
                            cursor: pointer;
                            top: 8px;
                            font-size: 18px;
                        }

                    .preUser .preUser-left .content-login .Login fieldset p {
                        margin-bottom: 5px;
                    }

                        .preUser .preUser-left .content-login .Login fieldset input {
                            border: 1.5px solid $gray;
                            border-radius: 8px;
                            font-size: 13px;
                        }
                            .preUser .preUser-left .content-login .Login fieldset input::placeholder {
                                color: $gray;
                                font-size: 14px;
                            }
.Login {
    display: flex;
    align-items: center;
    padding: 5%;
    border-radius: 15px;
    box-shadow: 0px 0px 47px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 47px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 47px -15px rgba(0, 0, 0, 0.75);
    flex-direction: column;
    max-width: 500px;
    justify-content: space-between;
    width: 100%;
}
.preUser .Login .body .form-group {
    display: flex;
    flex-direction: column;
    position:relative;
}
.preUser .Login .body .form-group legend{
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
    .preUser .Login .body .form-group .iconsInput {
        position: absolute;
        right: 18px;
        bottom: 2px;
    }
        .preUser .Login .body .form-group .iconsInput i {
            color: var(--blue);
            cursor: pointer;
        }
    .preUser .Login .body .form-group .form-control {
        border: 1px solid var(--gray);
        color: var(--blue);
        font-size: 13px;
    }
    .preUser.expand .preUser-left .logo {
        max-width: initial;
        height: initial;
        width: initial;
        margin-top: 0;
        margin-bottom: 36px;
    }

.preUser .link {
    text-decoration: none;
}
    .preUser .link span {
        color: var(--blue-2) !important;
    }

.preUser-left {
    background: var(--gray-2);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 34vw;
    min-height: 100vh;
    height: 100%;
    padding: 10% 3% 42px 7%;
    justify-content: flex-start;
    align-items: baseline;
}

    .preUser-left .logo {
        object-fit: contain;
        height: 71px;
        width: 100%;
        max-width: 264px;
        margin-bottom: 15%;
    }

    .preUser-left .content-login {
        position: relative;
        width: 630px;
        z-index: 10;
    }

    .preUser-left .Login {
        max-width: 445px;
        background: white;
    }
        .preUser-left .Login .buttons {
            display: flex;
            flex-direction: column;
        }
            .preUser-left .Login .buttons button {
                justify-content: center;
            }
                .preUser-left .Login .buttons button .svg, .preUser-left .Login .buttons button span {
                    color: white;
                    fill: white;
                    margin-right: 8px;
                }

        .preUser-left .Login  .sub-title {
            margin-bottom: 30px;
            margin-top: 5px;
        }

        .preUser-left .Login header {
            width: 100%;
            border-bottom: 1px solid var(--gray);
            padding-bottom: 8px;
            margin-bottom: 25px;
        }
            .preUser-left .Login header p {
                font-size: 13px;
                color: var(--gray);
                margin-bottom: 0;
            }

            .preUser-left .Login header p,
            .preUser-left .Login header span {
                text-align: initial;
            }

            .preUser-left .Login header .sub-title {
                margin: 0;
            }

.preUser-right {
    position: relative;
    width: 66vw;
    right: 0;
}
.preUser-right img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.preUser-right p {
    font-style: oblique;
    color: white;
    font-size: 12px;
    z-index: 1;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

    .preUser-right::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 48, 93,0.8);
    }
@media only screen and (max-width: 1320px) {
    #formRegistroCompra {
        margin-right: 8px;
    }
    #formRegistroCompra label {
        width: 40%;
        max-width: 100px;
    }

    #formRegistroCompra .content {
        width: 46vw;
    }

    #formRegistroCompra .form-group {
        padding-right: 8px;
    }
}

@media only screen and (min-height: 750px) {
    .select-search.lg .sub-wrapper .select-search-sub ul {
        max-height: 400px !important;
    }
}

@media only screen and (min-height: 950px) {
    .select-search.lg .sub-wrapper .select-search-sub ul {
        max-height: 600px !important;
    }
}
.circle-chart {
    width: 50px;
    height: 50px;
}
.circle-chart__circle {
    stroke: var(--blue-2);
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    animation: circle-chart-fill 2s reverse; /* 1 */
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}

.circle-chart__background {
    stroke: #EAEAEA;
    stroke-width: 2;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__text {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 7px;
    font-family: "Gotham_Rounded";
    font-weight: bold;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*------END-MODAL CHANGE TEACHER--------*/
/*------MEDIA QUERY--------*/
/*@media only screen and (max-width: 1300px){
    .sidebar .nav-item .nav-link p {
        font-size: 13px;
    }
    .sidebar-dark .nav-item .nav-link .svg {
        width: 14px;
        margin-right: 12px;
    }
    .sidebar-dark .nav-item .nav-link i {
        width: 14px;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 1600px){
    .sidebar .nav-item .nav-link p {
        font-size: 14px;
    }
    .sidebar-dark .nav-item .nav-link .svg {
        margin-right: 12px;
    }*/
/*}*/
