﻿* {
    margin: 0;
    padding: 0;
}

*:not(i) {
    font-family: Titillium, Arial !important;
}

*,
input,
select,
textarea,
option,
button {
    outline: none !important;
}

html,
body {
    font-family: Titillium, Arial !important;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    background-color: #cccccc;
}

body {
    font-family: Titillium, Arial !important;
    font-size: 12pt !important;
    background-color: #eff3f6;
}

body::-webkit-scrollbar {
    display: none;
}

datepicker {
    font-family: Titillium, Arial !important;
    font-size: 12pt !important;
}

.md-select-menu-container,
md-backdrop,
.md-datepicker-calendar-pane {
    z-index: 9999 !important;
}

.header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
}

.logoGHT {
    width: 150px;
    display: block;
    margin: 0 auto;
    top: 0px !important;
    padding: 12px;
}

.iconCertificate {
    width: 18px;
}

.iconCertificate--background-menu {
    filter: brightness(0) saturate(100%) invert(56%) sepia(83%) saturate(749%) hue-rotate(355deg) brightness(97%) contrast(95%);
}

.btnTestCertificate {
    width: 180px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #00468c;
    background-position: center;
    margin-right: 1.2rem;    
    border-radius: 15px;
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 10px;
}

.btnTestCertificate_EN {
    width: 140px;
    gap: 10px;
}

.btnTestCertificate:hover {
    background-color: #002c60;
}

.btnCertificate {
    width: 188px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #549898;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;    
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 20px;
}

.btnTestCertificate:hover {
    background-color: #002c60;
}

.btnCertificate {
    width: 188px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #549898;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;    
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 20px;
}

.btnTestCertificate:hover {
    background-color: #002c60;
}

.btnCertificate {
    width: 188px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #549898;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;    
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 20px;
}

.btnCertificate:hover {
    background-color: #549898;
}

.btnNotCertificate {
    width: 195px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #F58346;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;    
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 8px;
}

.btnNotCertificate_EN {
    width: 140px;
    background-color: #f36418;
    background-position: center;
    height: 30px;
    margin-right: 1.2rem;
    background-image: url(../../images/certificate/VU_not_certified_icon_text_hori.svg);
    background-repeat: no-repeat;
    border-radius: 15px;
}

.btnNotCertificate:hover {
    background-color: #F58346;
}

.btnVuLocal{
    width: 200px !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.32px;
    gap: 8px;
    color: #2F3B5B;
    width: 100%;
    cursor: default;
    font-family: 'Titillium' !important;
}

.btnInProgress {
    width: 150px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: #F5A833;
    background-position: center;
    margin-right: 1.2rem;
    border-radius: 15px;    
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    gap: 8px;;
}
.btnInProgress:hover {
    background-color: #F5A833;
}

.showCertification {
    transform: rotate(180deg);
}

.wrapper-certification {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}


/*-------------------------------------------Home Styles-------------------------------------------*/

.home {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-home {
    flex-grow: 1;
    flex-direction: column;
    background-image: url(../images/iconsHome/Home_BG_lectura.svg);
    background-color: #BCF8FF;
    display: grid;
}

.content-home #principal-menu,
.content-home #recent-pages {
    flex: 1 1 auto;
    width: 80%;
    margin: 3rem;
    border-radius: 10px;
}

.textRecent {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 24px;
    line-height: 1.8em;
    cursor: pointer;
}


/*----------------------------------------nav bar*----------------------------------------*/

nav {
    display: flex;
    justify-content: space-between;
}

nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    cursor: pointer;
    margin: 0px !important;
}

nav ul li {
    display: flex;
    align-items: center;
    padding: 0.25rem;
}

nav ul li#bar-menu img {
    width: 25px;
    margin: 0rem 1rem;
}

nav ul li#bar-logo img {
    margin: 0px 1rem;
}

nav ul li button {
    border: none;
    background-color: transparent;
    padding: 0.5rem 1.5rem;
}

.separate {
    border-right-width: 1px;
    border-right-style: solid;
    padding: 0;
    margin: 10px 0;
}

.profile-user-image img {
    width: 40px;
    border-radius: 50%;
}

.profile-user-image-custom img {
    width: 40px;
    border-radius: 50%;
    padding: 0.5rem;
    margin-right: 1.2rem;
    background: white;
}

.icon-report-issue img {
    width: 40px;
    border-radius: 50%;
    padding: 0.5rem;
    margin-right: 1.2rem;
    background: white;
}

.icon-report-statics img {
    width: 40px;
    border-radius: 50%;
    padding: 0.5rem;
    margin-right: 1.2rem;
    background: #FFECD0;    
}

.icon-notification {
    margin-right: 1.2rem;
}

.icon-report-lineage img {
    width: 40px;
    border-radius: 50%;
    padding: 0.5rem;
    margin-right: 1.2rem;
    background: white;    

}


/*----------------------------------------side menu----------------------------------------*/

#side-menu.active {
    display: block !important;
}

@keyframes display-menu {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.side-menu {
    width: 315px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
    animation: display-menu 0.5s;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #e5e5e5;
}

.side-menu .child li>a {
    padding-left: 1.2rem;
}

.child div#menu-option {
    border-bottom: 1px solid #e5e5e5;
}

.side-menu div#header-menu {
    display: flex;
    justify-content: space-between;
    height: 6rem;
    margin-left: 1.2rem;
}

.side-menu div img#btn-menu-exit {
    cursor: pointer;
}

.side-menu ul#menu {
    max-height: 90vh;
    min-height: 50vh;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

.side-menu ul li div#menu-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    margin-left: 1.2rem !important;
}

.side-menu ul li a {
    display: block;
}

.side-menu ul li a .glyphicon {
    font-size: 9pt;
}

.side-menu ul li a[aria-expanded="true"] .glyphicon-triangle-right:before {
    content: "\e252";
}


/*-------------------------------------Profile Styles-------------------------------------------*/

#profile-info.active {
    display: block !important;
}

a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.profile-info {
    width: 310px;
    position: absolute;
    right: 0;
    z-index: 1000;
    display: none;
    animation: display-menu 0.5s;
}

.profile-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-container {
    width: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.image-container a {
    position: absolute;
    bottom: -5px;
    right: 5px;
}

.image-container img {
    width: 80px;
    border-radius: 50%;
}

.profile-info #content-profile {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.profile-info #footer-profile {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.profile-info #footer-profile li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.profile-info #footer-profile li a:hover {
    text-decoration: none;
}

.profile-info #footer-profile img {
    width: 25px;
}


/*-------------------------------------Certificate Styles-------------------------------------*/

#certification-info.active {
    display: block !important;
}

.sizeText {
    font-size: 17px;
}

.textnotcertificate {
    text-align: center;
}

.borderlist {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    list-style-position: inside;
    border-bottom: 1px dashed #b2b2b2;
}

.borderlist-line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    list-style-position: inside;
    border-bottom: 1px solid #b2b2b2;
}

.title-h4 {
    font-family: Arial !important;
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.certificate-title {
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #404040;
}

.sizeText-data {
    font-family: Arial !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #404040;
}


/****BOOKMARKS*/

.bookmark {
    height: 32px;
    font-family: Arial !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.28px;
    padding: 0;
}

.bookmark-new {
    background-color: #E6F0F0;
    color: #066;
}

.bookmark-new:hover {
    background-color: #E6F0F0 !important;
    color: #ffffff;
}

.btn-bookmark {
    display: grid;
    height: 32px !important;
    background: #E6F0F0 !important;
    color: #066;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    grid-template-columns: 75% 10%;
    column-gap: 10px;
}

.btn-bookmark:hover {
    background-color: #E6F0F0 !important;
    color: #066 !important;
}

.applyFilters .bookmark button[disabled] {
    background-color: #ffffff !important;
    color: #606060 !important;
}

.bookmark-list {
    height: auto;
    max-height: 200px;
    display: grid;
    overflow-y: auto;
    padding-left: 9%;
}

.bookmark-item {
    width: 100%;
    height: 32px;
    display: grid;
    grid-template-columns: 70% 10% 10%;
    align-items: center;
    column-gap: 5px;
}

.bookmark-item .bookmark-item-text {
    width: 96px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

nav ul li .bookmark:hover {
    background-color: #ffffff !important;
}

.bookmark-list::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.bookmark button {
    color: #606060 !important;
}

.bookmark button:hover {
    background-color: #ffffff !important;
    color: #606060 !important;
}


/***********************************/

a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.certification-info {
    width: 442px;
    position: absolute;
    right: 54px;
    z-index: 1000;
    display: none;
    animation: display-menu 0.5s;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
}

.certification-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-container {
    width: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.image-container a {
    position: absolute;
    bottom: -5px;
    right: 5px;
}

.image-container img {
    width: 80px;
    border-radius: 50%;
}

.certification-info #content-certificate {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.certification-info #footer-certificate {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.certification-info #footer-certificate li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.certification-info #footer-certificate li a:hover {
    text-decoration: none;
}

.certification-info #footer-certificate img {
    width: 25px;
}

#applyFilters.active {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}

.sizeText {
    font-size: 17px;
}

a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.applyFilters {
    width: 160px;
    position: absolute;
    z-index: 1000;
    display: none;
    animation: display-menu 0.5s;
    border: 1px solid #b2b2b2;
}

.applyFilters p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.applyFilters button {
    background-color: white;
    border: none;
    width: 100%;
    text-align: start;
}

.applyFilters button:hover {
    background-color: #f7f7f7;
}

.applyFilters button[disabled] {
    background-color: #e3efff
}

.applyFilters #footer-applyFilters {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.applyFilters #footer-applyFilters li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.applyFilters #footer-applyFilters li a:hover {
    text-decoration: none;
}

.applyFilters #footer-applyFilters img {
    width: 25px;
}

#applyExport.active {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
}

.applyExport {
    width: 160px;
    position: absolute;
    z-index: 1000;
    display: none;
    animation: display-menu 0.5s;
    border: 1px solid #b2b2b2;
}

.applyExport p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.applyExport button {
    background-color: white;
    border: none;
    width: 100%;
    text-align: start;
}

.applyExport button:hover {
    background-color: #f7f7f7;
}

.applyExport button[disabled] {
    background-color: #e3efff
}

.applyExport #footer-applyExport {
    padding-left: 2rem;
    padding-right: 1.5rem;
}

.applyExport #footer-applyExport li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.applyExport #footer-applyExport li a:hover {
    text-decoration: none;
}

.applyExport #footer-applyExport img {
    width: 25px;
}

/*-------------------------------------Modal Styles-------------------------------------------*/

.modal-content {
    padding: 2rem 5rem;
    border-radius: 5px;
}

.vu-modal-header {
    display: flex;
    justify-content: space-between;
}

.vu-modal-header p {
    font-size: 16pt;
}

.vu-modal-header .close {
    font-weight: normal;
    font-size: 16pt;
}

.vu-modal-body {
    border-radius: 5px;
    padding: 3rem;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.65);
    margin: 1rem 0rem;
}

.vu-modal-body input:not([type='checkbox']),
.vu-modal-body select {
    border: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.vu-modal-body input:disabled,
.vu-modal-body select:disabled {
    cursor: not-allowed;
}

.vu-modal-footer {
    display: flex;
    justify-content: center;
}

.vu-modal-footer input[type="button"] {
    border: none;
    padding: 0.5rem 5rem;
    border-radius: 6px;
    margin: 0 1rem;
}

.form-group label {
    font-weight: 600;
    color: #808080;
    margin-bottom: 0 !important;
}

.sizeIconsLeft {
    display: block;
    width: 70px;
    margin: 0 auto;
    margin-top: -6px !important;
}


/*-----------------------------------------------------------------------------------------------*/

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

.row {
    margin-left: 0px;
    margin-right: 0px;
}


/*Login CSS*/

#logo {
    margin: 3rem 1.5rem;
    margin-bottom: 0;
}

.box {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

.box .content {
    flex: 1 1 auto;
}

#content-box {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.background-login {
    background-color: #006666;
    height: 100%;
    flex-direction: column;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-login {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    width: 320px;
}

#action-login {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.remember-me label {
    font-size: 9pt;
    font-weight: normal;
    vertical-align: middle;
    color: #000000;
    opacity: 0.75;
}

.section-button {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

.login-link {
    font-size: 10pt;
    color: #00BFBD !important;
}

.btn-login {
    background-color: #f39200;
    padding: 0.1rem 1rem;
    color: #ffffff;
}

#card-footer label {
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    opacity: 0.75;
}

.globo-img {
    width: 130px;
    height: 20px;
}

#footer {
    text-align: center;
}

#footer a {
    color: #ffffff !important;
    font-weight: bold;
}

.iframe-container {
    padding: 0;
    height: 100%;
}

.iframe-container iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100vw;
}

.icon-credential {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .iframe-container {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .iframe-container {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .logoGHT {
        width: 140px;
    }
}


/*@media screen and (min-width: 992px) and (max-width: 1199px) {
    ...
}

@media screen and (min-width: 1200px) {
    ...
}*/

.vu-input {
    border: none;
    width: 100%;
    padding: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.vu-input:disabled {
    cursor: not-allowed;
    background-color: #e5e5e5;
}

.btn-vu {
    border: none;
    padding: 0.5rem 5rem;
    border-radius: 6px;
}

.border {
    border-width: 1px;
    border-style: solid;
}


/*--------------------------------------------------------------------------*/

.w-100 {
    width: 100%;
}

div.md-datepicker-input-container {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.p-0 {
    padding: 0rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#wrapper {
    padding-left: 44px;
    transition: all .4s ease 0s;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -150px;
    left: -45px;
    /*width: 200px;*/
    background: #464748;
    position: fixed;
    height: 100%;
    z-index: 1000;
    transition: all .4s ease 0s;
    border-right: 1px dashed #777777;
}

.sidebar-nav {
    display: block;
    /*float: left;
    width: 200px;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

#wrapper.active {
    padding-left: 240px;
}

#wrapper.active #sidebar-wrapper {
    left: 150px;
}

#sidebar_menu li a,
.sidebar-nav li a {
    color: #999;
    /*display: block;
    float: left;*/
    text-decoration: none;
    width: 240px;
    border-bottom: 1px solid #5e5e5e;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-nav li a:hover {
    background: #353535;
    /*rgba(255,255,255,0.2);*/
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#main_icon {
    float: right;
    padding-right: 25px;
    padding-top: 20px;
}

.sub_icon {
    float: right;
    padding-right: 25px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}


/*-----OPCIONES DE MENU --------*/

.listForm {
    height: 800px !important;
}

.menuOption {
    padding: 20px;
    overflow: scroll;
    overflow-x: hidden;
    font-weight: 500 !important;
}

.menuOptionHead {
    padding: 20px;
}

.menuOption #menu-option {
    padding: 6px;
}

.menuOption .actions {
    float: right;
}

.modalOpen .workspace {
    display: block;
    width: 100%;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}


/*-----OPCIONES DE MENU HOME --------*/

.title-home-content {
    color: #414141 !important;
    font-size: 30px !important;
    margin-top: 35px !important;
    padding: 10px !important;
}

.homeContent-Desc {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
    }
    #sidebar-wrapper {
        left: -5px;
    }
    #wrapper.active {
        padding-left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 150px;
        transition: all .4s ease 0s;
    }
}

#cf4a {
    position: relative;
    /*height: 281px;
    width: 450px;*/
    margin: 0 auto;
}

#cf4a img {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
}

.login-background {
    /*background-image: url(../Images/background.jpg);*/
    background-repeat: no-repeat;
    width: 75%;
    height: 100vh;
    float: left;
    background-position-x: 50%;
    background-position-y: 50%;
    /*background-size: 100% 100vh;*/
    background-size: cover;
}

.login-form {
    background: #008BBB;
    height: 100vh;
    float: right;
    color: #fff;
    padding: 10% 0px;
    width: 25%;
}

.login-background {
    background: white;
}

@media (max-width: 550px) {
    .login-background {
        width: 60%;
    }
    .login-form {
        width: 40%;
    }
}

.login-form input[type=text],
.login-form input[type=password] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    margin-top: 10%;
    display: block;
    width: 81%;
    padding: 5px;
    margin: auto;
    outline: none;
}

.login-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-family: roboto-light;
}

.login-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-family: roboto-light;
}

.login-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-family: roboto-light;
}

.login-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-family: roboto-light;
}

.login-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-family: roboto-light;
}

.login-form a {
    display: block;
    text-align: right;
    color: #ffffff;
}

.login-form button {
    display: block;
    margin: 15% auto;
    border: none;
    border-radius: 5px;
    padding: 5px 30px;
    background-color: #003449;
}

.sidebar-nav table tr td {
    padding: 0 5px;
}

.sidebar-nav table tr td img {
    width: 35px;
}

.dropdown-menu {
    position: inherit;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

table {
    width: 100%;
}

iframe {
    display: block;
    border: none;
}


/* --------------------------------------------------DropDown--------------------------------------------------*/

.dropdown {
    margin: 0;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdown dt a {
    display: block;
    overflow: hidden;
    border: 0;
    width: 180px;
}

.dropdown dt a span,
.multiSel span {
    display: block;
}

.dropdown dd ul {
    background-color: #fff;
    display: none;
    padding: 5px 10px 0px 5px;
    position: absolute;
    width: 100%;
    list-style: none;
    height: 110px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #bfbfbf;
    border-top: none;
}

dt {
    font-weight: normal;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b9b9b9;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.grid {
    width: 100%;
    height: 342px;
}

.panel-form {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 10px 0px;
    border-color: #ddd;
    float: left;
    width: 100%;
    border-radius: 7px;
}


/*------------------------------------*\
 Ag-Grid
\*------------------------------------*/


/*External Grid*/

.ag-fresh .ag-root {
    border: 1px solid #ccc !important;
}


/*Header grid*/

.ag-fresh .ag-header {
    color: #000;
    background: #f3f3f3 !important;
    border-bottom: 1px solid #ccc !important;
    font-weight: normal;
}

.ag-fresh .ag-ltr .ag-header-cell {
    border-right: 1px solid #ccc !important;
}

.ag-fresh .ag-header-cell-label {
    padding: 11px 2px 4px 2px !important;
}

.ag-fresh .ag-header-cell-menu-button {
    margin-top: 14px !important;
    margin-right: 4px !important;
}


/*Body Grid*/

.ag-fresh .ag-body {
    background-color: #fff !important;
}

.ag-fresh .ag-row-even {
    border-bottom: 1px solid #ccc;
}

.ag-fresh .ag-row-odd {
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #ccc;
}

.ag-fresh .ag-ltr .ag-cell-no-focus {
    border-right: 1px solid #ccc !important;
}

.ag-fresh {
    line-height: 1 !important;
    font-family: roboto-light !important;
    font-size: 14px !important;
}

.ag-fresh .ag-group-cell {
    font-style: normal !important;
}

.icon-state {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
}

.icon-state[data-active='true'] {
    color: #2fac66;
}

.icon-state[data-active='false'] {
    color: #cccccc;
}

a {
    color: #b0b0b0;
}

.button-action {
    color: #b0b0b0;
    font-size: 18px;
    padding: 1px;
    border: none;
    display: block;
    background-color: transparent;
    outline: none;
    margin: 5px auto;
}

label {
    font-size: 15px;
    color: #8e8e8e;
}

.form-control {
    height: 30px;
}

.form-list {
    height: 50vh;
    border: 1px solid #ccc;
}

.form-list ul {
    width: 100%;
    max-height: 75%;
    overflow: auto;
    overflow-x: hidden;
    padding: 0px 0px 0px 10px;
}


/*.form-list ul li {
            margin-bottom: 5px;
        }*/

.form-list ul input[type='radio'] {
    margin: 0;
    vertical-align: middle;
}

ul {
    padding: 0;
    list-style: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    text-align: center;
}

.tree ul>li {
    padding-left: 10px;
}

.tree li>a {
    /*display: block;*/
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.text-long {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.ag-group-child-count {
    display: none !important;
}

.checkbox-group {
    display: block;
    height: 100%;
    margin-top: 5px;
}

.sweet-alert .icon.error .x-mark {
    position: initial !important;
}

.required {
    color: #d11313;
    vertical-align: top;
}

.ag-grid-height {
    height: 45vh;
}

@media (min-height:1000px) {
    .ag-grid-height {
        height: 64vh;
    }
}

.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent !important;
}


/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 15px;
}*/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 21px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #89cab2;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 21px;
}

.slider.round:before {
    border-radius: 50%;
}

.ag-menu {
    z-index: 1;
}

.ag-theme-fresh .ag-row-hover {
    background-color: #ECF0F1;
}

.ag-header-cell-label {
    height: 45px;
}


/*.ag-fresh .ag-ltr .ag-header-cell:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 10px;
}*/

.ag-cell-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#costeCenterValue.show-hide {
    animation: 0.5s showAnimation;
}

@keyframes showAnimation {
    from {
        height: 0px;
    }
    to {
        height: 80px;
    }
}

.dot {
    height: 30px;
    width: 30px;
    background-color: #008AB7;
    border-radius: 50%;
    display: inline-block;
}

@media only screen and (max-device-width: 1919px) {
    .padding-form {
        padding-top: 21px;
    }
}


/*hr { //vertical line
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: 100vh;
    width: 1px;
}*/

.ag-fresh .ag-header-cell-label .ag-header-cell-text {
    font-weight: 600;
}

.ag-fresh .ag-ltr .ag-header-group-cell {
    border-right: 1px solid #ccc !important;
}

.ag-paging-button {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    line-height: 19px;
    cursor: pointer;
    margin-left: -1px;
    padding: 4px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
}

.ag-paging-button:hover {}

.ag-paging-button:active {
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ag-paging-button:disabled {
    background: -webkit-linear-gradient(top, #eee, #e0e0e0);
    border: 1px solid #d7d7d7;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.ag-fresh .ag-paging-row-summary-panel {
    width: 155px !important;
}

.panel-body {
    padding-top: 0;
    padding-bottom: 3px;
}

#formNameId {
    display: none;
    background-color: #464748;
    color: white;
    border-right: none;
    border-left: none;
}

.VersionLabel {
    display: block;
    text-align: center;
    line-height: 150%;
    color: white;
}

#btnFilterTypes {
    background-color: #DDDDDD;
    width: 100%;
    height: 28px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-light {
    border-color: #DDDDDD;
}

.FilterTypesFilter {
    width: 100% !important;
    height: 22px !important;
    border: none !important;
    outline: none !important;
    text-indent: 5px !important;
}

.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: black;
}


/* Hide the browser's default checkbox */

.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid black;
}


/* On mouse-over, add a grey background color */

.containerCheckbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.containerCheckbox input:checked~.checkmark {
    background-color: #04B4EE;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    font-weight: 600 !important;
}


/* Show the checkmark when checked */

.containerCheckbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.containerCheckbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#FilterTypeContainer {
    z-index: 5000;
    background-color: #fff;
    display: block;
    padding: 5px 10px 0px 5px;
    position: absolute;
    width: 91%;
    list-style: none;
    /*height: 110px;*/
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #bfbfbf;
    border-top: none;
    /*border-radius: 2px;*/
    /*top: 0px; left: 0px; border-top: 0px !important;*/
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.valign {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    height: inherit;
    width: inherit;
    vertical-align: inherit;
    text-align: inherit;
}

.DimensionCard {
    position: relative;
    background-color: #018BBA;
    width: 180px;
    height: 152px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 1px solid #018BBA;
    float: left;
    margin-left: 10px;
}

.CardHeader {
    width: 100%;
    height: 20px;
    text-align: center;
    color: #ffffff;
}

.CardBody {
    position: absolute;
    width: 100%;
    height: 130px;
    display: inline-block;
    background-color: #ffffff;
    overflow: auto;
    padding: 3px 0px 5px 5px;
}

.CardBody span {
    display: block;
}

.vhr {
    float: left;
    border-right: 1px solid #cccccc;
    height: 350px;
    margin-top: 40px;
    margin-left: 10px;
}

.col2 {
    float: left;
    width: 50%
}

.modal {
    text-align: center;
}

@media screen and (min-device-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    background-color: #464748;
    color: #ffffff;
}

.modal-footer {
    background-color: #464748;
    color: #ffffff;
    padding: 0;
}

.label-select {
    float: right;
    margin-top: 5px;
}

button.close {
    color: #ffffff;
    opacity: 1;
}

button.close:hover {
    color: #fff;
    opacity: .7;
}

input[type=checkbox]:checked {
    background-image: url(../../../images/iconsHome/checkboxON.svg);
}
input[type="checkbox"]:disabled{
    background-color: #f0f0f0;
    cursor: not-allowed;
    opacity: 0.6;
}
/*social login*/
.login-microsoft {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--kf-space-20);
}

.login-microsoft-item {
    width: 100%;
    max-width: 30rem;
}

.btn-microsoft {
    width: 100%;
    height: 42px;
    padding: 5px 20px;
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    justify-content: center;
    color: #006666;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    border: solid 1px #006666;
    font-size: 14px;
}

.btn-microsoft:before {
    width: 20px;
    height: 20px;
    content: url(../images/ms-pictogram.svg);
    /* float: left;
    margin-right: 5px;
    margin-top: 2px; */
}

.or-seperator {
    margin: 15px 0 5px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    padding: 0 10px;
    font-size: 9pt;
    text-align: center;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -13px;
    z-index: 1;
    opacity: 0.75;
}

/* home CSS */

#wrapper-h-log {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.li-certificate:hover {
    background-color: #006666;
}
.icon {
    font-family: "Glyphicons Halflings" !important;
}

.btn-warning {
    background-color: #066 !important;
    border-color: #066 !important;
}
.btn-Certificate{
    background-color: #006666;
    color: #ffffff;
    border-radius: 8px;
    width: 404px;
    height: 42px;
    border: none;
    font-family: 'Arial' !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
    font-style: normal;
    font-weight: 700;
}

    .btn-Certificate:hover {
        background-color: #FFFFFF;
        color: #006666;
        border: 1px solid #006666;
    }

.push-notification {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e11d48;
    border-radius: 50%;
    top: 13px;
    right: 82px;
}

#footer a {
    font-size: medium;
}




@media (max-width: 767px) {

    .remember-me label {        
        font-weight: 600;                
    }

    .btnNotCertificate {
        width: 225px;
        gap: 20px;
    }

    #nav-mobile {
        display: block;
        justify-content: flex-start;
    }
    
    #ul-mobile {
        display: grid;
        grid-template-columns: 12% 78%;
    }
    
    #ul-mobile li {
        justify-content: center;
    }

    .show-report {
        display: flex !important;
        flex-direction: row;
    }

    .show-report-ul {
        grid-template-columns: 36% 44% !important;
    }

    .certification-info {
        width: 305px;
        right: 14px;
    }

    .t-c-h4-mobile {
        font-size: 14px;
    }

    .t-c-sizeText-mobile {
        font-size: 12px;
    }

    .certificate-title {
        font-size: 14px;
    }


    .wrapper-mobile {
        width: 100%;
    }

    .flex-mobile-class {
        flex-direction: column;
        position: relative;
    }

    .padding-0-mobile-class {
        padding: 0;
    }

    .p-a-mobile-class {
        position: absolute;
        bottom: 0;
    }

    #action-login {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .btn-login {
        width: 26rem;
        height: 40px;
        border-radius: 16px;
    }

    #c-session {
        cursor: pointer;
    }

    .btn-Certificate {
        width: 265px;
    }

    #h4-mobile {
        font-size: 14px;
    }

    .wrapper-info-certificate-mobile {
        padding: 0px;
        margin-top: 10px;
    }

    /* home CSS */

    #wrapper-user-info {
        width: 100%;
        height: 100px;
        border-top: 1px solid #B2C0C7;
        border-bottom: 1px solid #B2C0C7;
        display: flex;
        flex-direction: row;
        gap: 2%;
        padding-top: 3%;
        justify-content: space-around;
    }

    #i-user, #i-settings {
        width: 40px;
        height: 40px;
    }

    #wrapper-info {
        display: flex;
        flex-direction: column;
        gap: 18%;
    }

    #info-user {
        display: flex;
        flex-direction: column;
    }

    #u-name {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    #u-email {
        font-family: 'Arial' !important;
        font-size: 12px;
        font-weight: 400;
        color: #232A2E;
    }

    #s-session {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #24476C;
    }
    
    #profle-options {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px 0px 10px;
    }   

    .profile-info {        
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: none;
        animation: display-menu 0.5s;
    }

    .h4-profile-mobile {
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    .title-profile-mobile {
        font-size: 20px;
        font-weight: 500;
        color: #232A2E;
        margin-bottom: 0px;
    }

    .label-mobile {
        font-weight: 500 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .remember-me label {        
        font-weight: 600;             
    }

    .btnNotCertificate {
        width: 225px;
        gap: 20px;
    }

    #nav-mobile {
        display: grid;
        grid-template-columns: 80% 20%;
        justify-content: flex-start;
    }
    
    #ul-mobile {
        display: grid;
        grid-template-columns: 6% 104%;
    }
    
    #ul-mobile li {
        justify-content: center;
    }

    .show-report {        
        flex-direction: row;
    }

    .show-report-ul {
        display: grid;
        grid-template-columns: 6% 106%;
    }

    .certification-info {
        width: 305px;
        right: 14px;
    }

    .t-c-h4-mobile {
        font-size: 14px;
    }

    .t-c-sizeText-mobile {
        font-size: 12px;
    }

    .certificate-title {
        font-size: 14px;
    }


    .wrapper-mobile {
        width: 100%;
    }

    .flex-mobile-class {
        flex-direction: column;
        position: relative;
    }

    .padding-0-mobile-class {
        padding: 0;
    }

    .p-a-mobile-class {
        position: absolute;
        bottom: 0;
    }

    #action-login {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .btn-login {
        width: 26rem;
        height: 40px;
    }

    #c-session {
        cursor: pointer;
    }

    .btn-Certificate {
        width: 265px;
    }

    #h4-mobile {
        font-size: 14px;
    }

    .wrapper-info-certificate-mobile {
        padding: 0px;
        margin-top: 10px;
    }

    /* home CSS */

    #wrapper-user-info {
        width: 100%;
        height: 100px;
        border-top: 1px solid #B2C0C7;
        border-bottom: 1px solid #B2C0C7;
        display: flex;
        flex-direction: row;
        gap: 2%;
        padding-top: 3%;
        justify-content: space-around;
    }

    #i-user, #i-settings {
        width: 40px;
        height: 40px;
    }

    #wrapper-info {
        display: flex;
        flex-direction: column;
        gap: 18%;
    }

    #info-user {
        display: flex;
        flex-direction: column;
    }

    #u-name {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    #u-email {
        font-family: 'Arial' !important;
        font-size: 12px;
        font-weight: 400;
        color: #232A2E;
    }

    #s-session {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #24476C;
    }
    
    #profle-options {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px 0px 10px;
    }   

    .profile-info {        
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: none;
        animation: display-menu 0.5s;
    }

    .h4-profile-mobile {
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    .title-profile-mobile {
        font-size: 20px;
        font-weight: 500;
        color: #232A2E;
        margin-bottom: 0px;
    }

    .label-mobile {
        font-weight: 500 !important;
    }
}

@media (min-width:320px) and (max-width: 767px) {
    .p-a-mobile-class {
        max-height: 440px;
        position: absolute;
        bottom: 0;
    }

    #logo {
        max-height: 70px;
        margin: 0rem 1.5rem;
        margin-bottom: 0;
    }

    .logoGHT {
        width: 115px;
    }

    #footer a {
        font-size: small;
    }

    .remember-me label {        
        font-weight: 600;                
    }

    .btnNotCertificate {
        width: 184px;
        gap: 5px;
        font-size: 15px;
    }
    
    
    .btnNotCertificate_EN {
        font-size: 15px;
    }
        
    .btnInProgress {
        font-size: 15px;
    }

    #nav-mobile {
        display: block;
        justify-content: flex-start;
    }
    
    #ul-mobile {
        display: grid;
        grid-template-columns: 12% 78%;
    }
    
    #ul-mobile li {
        justify-content: center;
    }

    .show-report {
        display: flex !important;
        flex-direction: row;
    }

    .show-report-ul {
        grid-template-columns: 53% 44% !important;
        max-width: 35%;
    }

    .certification-info {
        width: 305px;
        right: 14px;
    }

    .t-c-h4-mobile {
        font-size: 14px;
    }

    .t-c-sizeText-mobile {
        font-size: 12px;
    }

    .certificate-title {
        font-size: 14px;
    }


    .wrapper-mobile {
        width: 100%;
    }

    .flex-mobile-class {
        flex-direction: column;
        position: relative;
    }

    .padding-0-mobile-class {
        padding: 0;
    }

    .p-a-mobile-class {
        position: absolute;
        bottom: 0;
    }

    #action-login {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .btn-login {
        width: 26rem;
        height: 40px;
        border-radius: 16px;
    }

    #c-session {
        cursor: pointer;
    }

    .btn-Certificate {
        width: 250px;
        margin-top: 10px;
    }

    #h4-mobile {
        font-size: 14px;
    }

    .wrapper-info-certificate-mobile {
        padding: 0px;
        margin-top: 10px;
    }

    /* home CSS */

    #wrapper-user-info {
        width: 100%;
        height: 100px;
        border-top: 1px solid #B2C0C7;
        border-bottom: 1px solid #B2C0C7;
        display: flex;
        flex-direction: row;
        gap: 2%;
        padding-top: 3%;
        justify-content: space-around;
    }

    #i-user, #i-settings {
        width: 40px;
        height: 40px;
    }

    #wrapper-info {
        display: flex;
        flex-direction: column;
        gap: 18%;
    }

    #info-user {
        display: flex;
        flex-direction: column;
    }

    #u-name {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    #u-email {
        font-family: 'Arial' !important;
        font-size: 12px;
        font-weight: 400;
        color: #232A2E;
    }

    #s-session {
        font-family: 'Arial' !important;
        font-size: 16px;
        font-weight: 600;
        color: #24476C;
    }
    
    #profle-options {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px 0px 10px;
    }   

    .profile-info {        
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: none;
        animation: display-menu 0.5s;
    }

    .h4-profile-mobile {
        font-size: 16px;
        font-weight: 600;
        color: #232A2E;
    }

    .title-profile-mobile {
        font-size: 20px;
        font-weight: 500;
        color: #232A2E;
        margin-bottom: 0px;
    }

    .label-mobile {
        font-weight: 500 !important;
    }

}

/* carrousel */

.custom-carousel {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.custom-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}

.custom-carousel-item.active {
    display: block;
}

.custom-carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.custom-carousel-controls button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.custom-carousel-indicators span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.custom-carousel-indicators span.active {
    background-color: #717171;
}