@font-face {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 00;
    font-display: block;
    src: url(../fonts/ProductSansRegular.ttf);
}
@font-face {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 00;
    font-display: block;
    src: url(../fonts/ProductSansRegular.ttf);
}
*,
body {
    font-family: "Product Sans Regular";
}

.content-general {
    background-color: white !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin-top: 57px;
}
#charge {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
}
.navbar {
    box-shadow: none !important;
    border-bottom: 0.0625rem solid #e0e0e0 !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: white;
    border-bottom: 0.0625rem solid #e0e0e0;
    flex-shrink: 0;
    line-height: 1.7em;
    position: fixed !important;
    top: 0;
    transform: none;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 240ms;
    width: 100%;
    z-index: 986;
}

.card:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
    border-radius: 10px !important;
}

.menu-fixed {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
}
.cards-content {
    width: 19.9rem !important;
}
.card {
    box-shadow: none !important;
    border-radius: 10px;
}

.card-footer {
    border: 0.0625rem solid rgb(218, 220, 224) !important;
    border-top: 0.0625rem solid rgb(218, 220, 224) !important;
}
.card-body {
    border-right: 0.0625rem solid rgb(218, 220, 224);
    border-left: 0.0625rem solid rgb(218, 220, 224);
}
.card .fa-address-book {
    color: black;
    font-size: 20px;
    cursor: pointer;
}
.img_ecobook_icon {
    font-size: 10px;
    width: 32px;
    background: rgb(178 178 178 / 24%) !important;
    border-radius: 20px;
    margin-right: 7px;
}
.titulo:hover {
    text-decoration: underline;
    color: white;
}
.avatar {
    width: 32px !important;
    height: 32px !important;
}
.avatar:hover {
    border: 1px solid #bcbcbc;
}
.tooltipcustom,
.tooltipcustomSection {
    position: relative;
    display: inline-block;
}
.tooltipcustom {
    width: 96%;
}
.tooltipcustom .tooltipcustomtext {
    width: 60%;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-align: center;
    padding: 5px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    font-size: 10px;
    top: -3px;
    background: rgb(109 120 130 / 98%);
    left: 103%;
    border-right: 1px solid rgba(109, 120, 130, 0.95);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
}
.tooltipcustom .tooltipcustomtext:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(109, 120, 130, 0);
    border-right-color: #6d7882;
    border-width: 8px;
    margin-top: -9px;
}
.tooltipcustom:hover .tooltipcustomtext {
    visibility: visible;
}

.nav-item .dropdown-menu {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px 2px rgb(60 64 67 / 15%) !important;
    border: 0;
    border-radius: 20px !important;
    background: #f3f6fc !important;
}

.content-login {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
    width: 295px;
    padding-left: 0px;
}
.icon-close-login {
    color: #3c4043;
    display: contents;
}
.text-dark {
    padding: 20px;
}
.navbar-collapse {
    width: auto !important;
}
.logo-header {
    margin: auto;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    color: #1e2125;
    font-weight: bold;
    text-decoration: none;
}
.logo-header img {
    width: 131px;
}
.footer img {
    margin: auto;
}
footer.footer {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    direction: ltr;
    background-color: #f1f3f4;
    padding: 13px 50px 13dpx 50px;
    position: static;
    z-index: 999;
}
.content-login .text-dark {
    text-transform: capitalize;
    color: #5c625c !important;
    padding-left: 5px !important;
    padding: 0px;
}
.footer-text {
    position: absolute;
    left: auto;
    right: 10px;
}

.footer-privacy-policy{
    position: absolute;
    right: auto;
    left: 10px;
}

.footer-privacy-policy-login{
    position: absolute;
    right: auto;
    left: 10px;
}

footer p,
footer a {
    font-size: 14px;
}
footer a:hover {
    color: black;
}
.main {
    overflow-x: hidden;
}

.content-class.card:hover {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.question-icons,
.material-icons {
    display: inline;
    margin-right: 0px;
}
.question-icons svg {
    background: rgba(0, 0, 0, 0.24) !important;
    border-radius: 100%;
    padding: 5px;
    width: 34px;
    height: 34px;
    fill: white;
    margin-right: 7px;
}
.material-icons svg {
    background: rgb(95, 99, 104) !important;
    border-radius: 100%;
    padding: 5px;
    width: 34px;
    height: 34px;
    fill: white;
    margin-right: 7px;
}
.content-button-google-class {
    padding: 0px !important;
}
h2.list-group-item-action {
    font-size: 32px;
    color: rgb(32, 33, 36);
    line-height: 46px;
    margin-bottom: 0px;

    border-radius: 10px 10px 0px 0px;
    padding-top: 10px;
    padding-left: 19px !important;
    padding-right: 19px;
}
h2.list-group-item-action:hover {
    background-color: rgb(241, 243, 244);
    color: rgb(32, 33, 36) !important;
}
.link-edulink {
    margin: auto;
}
li.list-group-item:hover {
    cursor: pointer;
    border-radius: 0.5rem !important;
    background: #f1f3f4 !important;
    border-top: 0px !important;
    border: 0px !important;
}
li.list-group-item {
    font-size: 15px;
}
.item-ecobook {
    padding-right: 0;
}
.item-ecobook .camera-icon-hover {
    display: none;
}
.item-ecobook:hover .camera-icon-hover {
    display: inline;
}
.item-ecobook:hover .camera-icon {
    display: none;
}
.camera-icon,
.camera-icon-hover {
    width: 23px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 5px;
}

.button-general-class:hover {
    background: #f1f3f4;
    color: black !important;
    border-radius: 20px !important;
}
a.dropdown-item {
    font-size: 14px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.625;
    font-size: 14px;
    font-weight: 500;
    color: #85d01d;
    font-family: "Product Sans Regular";
}
.modal-footer .btn-secondary {
    border-radius: 15px;
    background: black;
    color: white !important;
    padding-left: 12px;
    padding-right: 16px;
}
.modal-content-footer {
    display: flex;
    margin: auto;
    gap: 11px;
}
.container-section {
    position: absolute;
    top: 7px;
    left: 54px;
}
.modal-content-buttons {
    gap: 12px;
    display: flex;
}
.btn-close:focus {
    box-shadow: none !important;
}
.modal-topic .form-label{
   margin-bottom: 0px !important;
}
.modal-topic h4{
   margin-bottom: 20px;
}
.form-select {
    display: block;
    cursor: pointer !important;
    padding: 4px 19px 1px 8px;
    font-weight: 400;
    line-height: 1.625;
    color: #6e6e6f;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23afafaf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: 168px;
    background-size: 9px 14px;
    border: 1px solid #e3e3e3 !important;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    width: 35%;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.close-thumbail {
    background-color: red;
    font-size: 9px;
    margin-top: 0px;
    border-radius: 1px 7px 1px 3px !important;
    font-size: 11px;
    margin-top: 0px;
    border-radius: 1px 7px 1px 3px !important;
}
.backButtonShow {
    position: absolute;
    left: 18px;
    width: 28px;
    top: 14px;
    background: white;
}
.imgCarrouselItem {
    margin-bottom: 25px;
    margin-top: 0px;
}
.imgCarrouselItem img {
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
        0px 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 7px;
    cursor: all-scroll !important;
    width: 120px !important;
}
.photo-index {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(95, 99, 104);
    color: rgb(241, 241, 241);
    padding: 1px 7px;
    font-size: 10px;
    font-family: "Product Sans Regular";
    margin-top: 0px;
    border-radius: 6px 1px 2px 0px !important;
}
.modal-button-save {
    position: absolute;
    left: auto;
    top: auto;
    right: 18px;
    bottom: 22px;
}
.modal-footer .btn-primary {
    border-radius: 15px;
    background: #85d01d;
    color: white !important;
    padding-left: 19px;
    padding-right: 20px;
    text-transform: capitalize;
    border: 0px;
}

.modal-footer .btn-secondary:hover {
    box-shadow: none !important;
    background: #888 !important;
    border: 1px solid #888 !important;
}
.modal-content {
    background-color: #fafafa;
    background: #fafafa;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
        0px 1px 3px 1px rgb(60 64 67 / 15%);
    background-clip: padding-box;
    border-radius: 0px !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 4px;
}
#btn_save_imgs {
    border-radius: 15px;
    background:rgb(95, 99, 104) !important;
    color: white !important;
    padding-left: 19px;
    padding-right: 20px;
    text-transform: capitalize;
    border: 0px;
}
#btn_save_topic {
    border-radius: 15px;
    background:rgb(95, 99, 104) !important;
    color: white !important;
    padding-left: 19px;
    padding-right: 20px;
    text-transform: capitalize;
    border: 0px;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border-top: none;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom-left-radius: 0.3rem;
}
.modal-body #video {
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%),
        0px 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 7px;
}
.button-general-class {
    font-size: 15px;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
}
.modal-header .btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    width: 23px;
    height: 11px;
    margin-top: -20px;
    font-size: 10px;
}
.container-cards-accordions {
    margin-top: 14px;
}
.button-general-selection {
    border-radius: 20px;
    background: #6ad000;
    color: white;
    padding-left: 12px;
    padding-right: 16px;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
}
.button-general-selection:hover {
    border-radius: 20px;
    background: #f1f3f4;
    color: black !important;
    padding-left: 12px;
    padding-right: 16px;
}
.button-general-selection:hover .a7AG0 {
    fill: black;
}
.button-general-selection .a7AG0 {
    fill: white;
}
.accordion-custom {
    padding-top: 40px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 2px 6px -1px rgb(60 64 67 / 29%);
    border-radius: 0px 0px 0.5rem 0.5rem;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    background: white;
    border-top: 0px !important;
    border: 0px !important;
}

.content-button-headers {
    justify-content: space-between;
    display: flex;
}
.accordion-flush .accordion-collapse {
    border-radius: 0px 0px 0.5rem 0.5rem;
}

.collapsing {
    transition: height 0.2s ease !important;
}
.container-all-page-show {
    margin: auto;
}

.backbutton {
    width: fit-content;
    display: flex;
    gap: 8px;
    text-decoration: none;
    align-items: center;
}
.backbutton:hover {
    color: #6ad000;
}
.backbutton:hover svg {
    fill: black;
    font-weight: bold;
}
.backbutton svg {
    width: 30px;
    height: 29px;
    background: #6ad000;
    padding: 5px;
    border-radius: 50%;
    fill: white;
}
.accordion-button:not(.collapsed) {
    background: #f1f3f4 !important;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
        0 -1px 6px -1px rgb(60 64 67 / 29%);
    border-radius: 0.5rem 0.5rem 0px 0px !important;
    color: #3c4043 !important;
}
.accordion-button:not(.collapsed):hover {
    border-radius: 0.5rem 0.5rem 0px 0px !important;
}
.accordion-item .list-group-item {
    border: 0px;
}
.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 2px;
    margin-top: 2px;
}

.list-group-item-action.collapsed {
    box-shadow: none;
}

.accordion-custom .card-body {
    border: 0px !important;
}
.accordion-custom .container-card-2 .card-body {
    padding-top: 14px;
}
.accordion-custom .card:hover.border {
    box-shadow: none !important;
}
.accordion-custom .card {
    border: 0px !important;
    margin-bottom: 12px;
}
.container-card-2 {
    border-right: 1px solid #dee6ed !important;
    border-top: 1px solid #dee6ed !important;
    border-radius: 0px 10px 10px 0px;
    border-bottom: 1px solid #dee6ed !important;
    height: 69px;
    width: 60%;
}

.card.border .container-card-1 {
    border-right: 0.0625rem solid #dee6ed;
    margin-right: 0px;
    padding-right: 0px;
    height: 69px;
    overflow: hidden;
    background: white;
    width: 30%;
    border-radius: 10px 0px 0px 10px;
    padding-left: 0px;
    border: 1px solid #dee6ed;
}
.cards-show {
    margin-left: 16px;
    margin-right: -18px;
}
.cards-show .col-12 {
    margin: 0px;
    padding: 0px;
}
.card.border .container-card-2 {
    padding-left: 14px !important;
}
.card.border .container-card-1 img {
    height: 68px !important;
}
.content-login-drop {
    display: flex;
    padding: 16px 9px;
    align-items: center;
    gap: 5px;
    border-radius: 18px;
    background: white;
}
.content-login-drop .text-name {
    color: black !important;
}
.content-login-drop .avatar {
    width: 45px !important;
    height: 45px !important;
}
.content-login-dropdownitem {
    background: #f3f6fc !important;
}
.content-login-dropdownitem .dropdown-item svg {
    fill: #5a5e62;
}
.content-login-dropdownitem .dropdown-item {
    padding: 13px 10px 0px !important;
    display: flex;
    gap: 7px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    background: transparent !important;
}

.container-loading {
    margin-top: -4px;
    width: 100%;
    top: 53.1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.loader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: rgb(211 230 255);
    overflow: hidden;
}
.img-login-logo-b{
    border-radius: 49%!important;
    padding: 0px 5px;
    padding-top: 23px;
    padding-bottom: 20px;
    height: 111px;
    object-fit: cover;
    width: 111px;
}
.loader::after {
    content: "";
    width: 192px;
    height: 4.8px;
    background: #3b78e7;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}
.icon-select-course:hover,
.icon-select-course:focus,
.icon-select-course:active {
    border-radius: 2000% !important;
    background: rgba(0, 0, 0, 0.24) !important;
    border: 0px !important;
    height: 30px;
    width: 30px;
    box-shadow: none !important;
}
.icon-select-course {
    height: 30px;
    width: 30px;
    border-radius: 2000% !important;
}
.icon-select-course .fa-ellipsis-v {
    margin-top: 7px;
}
.dropdowm-editt-ecobook {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(-130.693px, 38.0198px);
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
        0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
    max-width: 280px !important;
    border: 0px !important;
    padding: 9px 0px;
}
.dropdowm-editt-ecobook a {
    padding: 0px 16px;
    line-height: 31px;
}
.dropdowm-editt-ecobook li:hover,
.dropdowm-editt-ecobook li:hover a {
    background: rgb(202 202 202 / 24%) !important;
    font-weight: normal !important;
}
.list-group.list-group-flush {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.modal-content-images::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

.modal-content-images::-webkit-scrollbar-track {
    background: #d0ccc6 !important;
    border-radius: 10px;
}

.modal-content-images::-webkit-scrollbar-thumb {
    background-color: #747474 !important;
    border-radius: 12px !important;
}
.swiper-slide {
    height: 100%;
    width: 138px !important;
    position: relative;
    background: transparent;
    margin-top: 10px;
    border-radius: 7px;
    transition-property: transform;
    gap: 20px;
}
#imgCarrousel {
    gap: 12px !important;
    margin-left: -4px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#modal-abm-content {
    padding: 21px;
}
.swiper-button-prev:after {
    background: rgb(169 169 169);
    color: white;
    font-size: 11px !important;
    border-radius: 200px;
    padding: 8px;
    font-weight: bold;
    margin: 20px !important;
    line-height: 0 !important;
    padding-top: 11px;
    padding-left: 8px;
    padding-right: 9px;
    padding-bottom: 11px;
}
.swiper-button-next:after {
    content: "next";
    background: rgb(169 169 169);
    color: white;
    font-size: 11px !important;
    border-radius: 200px;
    padding: 8px;
    font-weight: bold;
    margin: 20px !important;
    line-height: 0 !important;
    padding-top: 11px;
    padding-left: 9px;
    padding-right: 8px;
    padding-bottom: 11px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0px !important;
    border-bottom: 0px !important;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border: 0px !important;
    margin-bottom: 8px;
    margin-top: -4px;
}
.modal-content-images {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.form-select:focus {
    border-color: transparent !important;
    outline: 0;
    width: 200px;
    box-shadow: none !important;
}
.mobile {
    display: none;
}
.modal-close-web {
    background: transparent;
    outline: none !important;
    border: 0;
    color: #919396;
    font-size: 14px;
}
.modal-close-web:focus,
.modal-close-web:hover {
    color: #454546 !important;
}
#viewImgSelected img {
    border-radius: 7px;
}
#viewImgSelected button {
    background-color: red;
    font-size: 10px;
    margin-top: 0px;
    border-radius: 1px 7px 1px 3px !important;
}
.content-svg-delete {
    display: contents;
}
.content-svg-delete svg {
    font-size: 10px;
    width: 34px !important;
    height: 32px !important;
    padding-left: 4px;
    border-radius: 27px;
    padding-bottom: 6px;
    padding-top: 7px;
}
.content-svg-delete:hover svg {
    background: rgb(138 138 138 / 24%) !important;
}
.content-pdf-photo {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.cards-show .card.border:hover .container-card-1,
.cards-show .card.border:hover .container-card-2 {
    background: #f1f3f4 !important;
}

.container-section:hover {
    text-decoration: underline;
    color: black !important;
}

.course-empty {
    display: none;
    animation: auto;
    margin: auto;
    text-align: -webkit-center;
    width: fit-content;
    margin-top: 55px;
    margin-bottom: 55px;
}
.course-empty img {
    width: 297px;
}
.course-empty p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.course-empty span {
    text-align: center;
}

.content-footer {
    justify-content: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: #fff;
    border-top: 4px solid #b8b3b394;
}
.content-footer img {
    width: 109px;
    margin-top: 2px;
}

.card-login-content .card-body {
    border: 0px !important;
}

.button-section-editar-pdf{
    border-top: 1px solid rgba(0,0,0,.125);
    background: transparent;
    margin-left: -37px !important;
    max-width: 200%;
    width: 200%;
    padding-left: 23px !important;
    padding-top: 10px !important;
    margin-bottom: -5px !important;
    margin-top: 20px !important;
}
.button-section-editar-pdf button{
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    border: 0;
    color: #525252;
}
.name-course-scroll{
    font-size: 21px;
    display: contents;
}
@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 100%;
        transform: translateX(0%);
    }
}
@keyframes animFw {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .name-course-scroll{
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        align-self: end;
        margin-bottom: 2px; 
        font-size: 14px;
    }
    h2.list-group-item-action {
    cursor: pointer;
    display: flex;
    max-width: 100%;
    height: 59px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    font-size: 16px;
    color: rgb(32, 33, 36);
    line-height: 34px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    padding-top: 10px;
    padding-left: 19px !important;
    padding-right: 19px;
   } 
    .course-empty img {
        width: 225px;
    }
    #selectCamera {
        max-width: 127px !important;
        display: block;
        padding: 4px 19px 1px 8px;
        font-weight: 400;
        line-height: 1.625;
        color: #6e6e6f;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 91px;
        background-size: 9px 14px;
        border: 1px solid #e3e3e3 !important;
        border-radius: 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 12px;
        width: 35%;
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .backbutton {
        width: fit-content;
        display: flex;
        gap: 8px;
        text-decoration: none;
        margin-bottom: 11px;
        align-items: center;
    }
    .modal-content-images {
        width: 97%;
        overflow-x: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .container-section .name-courser {
        color: #000000;
        width: 94%;
        font-family: Product Sans Regular;
        font-size: 13px;
        display: block !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .container-section {
        position: absolute;
        top: 7px;
        width: 60%;
    }
    .section-couser {
        color: #5f6368;
        width: 96%;
        font-family: Product Sans Regular;
        font-size: 13px;
        margin-top: -5px;
        display: block !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .visibility-hidden-mobile {
        visibility: hidden;
    }
    .container-all-page-show .show-page {
        margin: auto;
    }
    .container-all-page-show {
        width: 100% !important;
    }
    .navbar {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    #container-list {
        margin-top: 7px;
    }
    .cards-content {
        margin-top: 10px !important;
    }
    .tooltipcustomtext {
        display: none;
    }
    #container-list {
        justify-content: center;
    }
    .container-footer {
        display: block !important;
        text-align: center;
    }
    footer.footer {
        padding: 10px 0px 10px 0px;
    }
    .footer img {
        margin-bottom: 10px;
    }
    .footer-text {
        position: relative;
        left: auto;
        right: 10px;
        margin-left: 18px;
    }

    .footer-privacy-policy {
        bottom: 10px;
        right: 10px;
        left: initial;
    }

    .sidebar-toggle {
        margin-top: 5px;
    }
}

@media (max-width: 358px) {
    .button-general-selection svg {
        display: none;
    }
    .button-general-class .btn-gc {
        display: none;
    }
}