

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff; 
}


 :root {
  --color-primary: #ffffff;
  --color-secondary: #ffffff;
  --color-accent: #1b1313;
  --color-bg: #f5f7fa;
  --color-light: #1a294a;
  --color-light-overlay: rgba(230, 110, 110, 0.1);
  --color-dark-overlay: rgba(0, 0, 0, 0.1);
  --border-radius: 8px;
  --transition-default: 0.3s ease;
  --box-shadow-default: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.panel-group .panel {
    margin-bottom: 0;
    border-radius: 10px;
}


.login100-form {
    width: 100%;
    max-width: 350px;
}


.logo img {
    display: block;
    margin: 0 auto 20px auto;
}

.title {
    text-align: center;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}


.form-control {
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
}






.last-password {
    text-align: center;
    margin-top: 10px;
}

.last-password a {
    color: white;
    text-decoration: underline;
}


.container-login::after {
    content: '';
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}




.navbar.navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 70px;
    margin: 0;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e7e7e7;
    background-color: #2c3e50;
    overflow-x: hidden;
    z-index: 1000;
}


.navbar.navbar-default .container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.navbar-header {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    background: white;
}

.navbar-nav > li > a {
    padding: 25px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    color: #f1f0ec;
    position: relative;
}

.navbar-brand {
    float: none;
    padding: 0;
    height: auto;
    display: block;
    font-size: 1.5rem;
    color: #f5d64c;
}


.navbar-collapse.collapse {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.navbar-nav > li {
    float: none;
    position: relative;
    border-left: 3px solid transparent;
}

.navbar-nav > li.active {
    background-color: #ffffff;
    border-left: none;
}

.navbar-nav > li > a {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dbc710;
    position: relative;
}


.navbar-nav > li > a > .fa,
.navbar-nav > li > a > .glyphicon {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
}


/* .navbar-nav > li > a::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #FAC605;
    color: white;
    padding: 5px 15px;
    border-radius: 0 4px 4px 0;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
    pointer-events: none;
}

.navbar-nav > li > a:hover::after {
    opacity: 1;
    visibility: visible;
    left: 70px;
} */


.navbar-nav.navbar-right {
    margin-top: auto;
    margin-bottom: 0;
}


.navbar-toggle .img-circle {
    width: 30px;
    height: 30px;
}


.label.label-danger, .badge.badge-warning {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0.7rem;
}


body {
    padding-left: 70px;
}


@media (max-width: 992px) {
   
    
    body {
        padding-left: 0;
    }
    
    .sidebar-toggle {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1100;
        background: #1a294a;
        color: white;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}
.navbar-nav > li > a > .fa, .navbar-nav > li > a > .glyphicon{
color: rgb(53, 53, 53);
width: 50px;
}

 .navbar-nav > li > a:hover > .fa,
.navbar-nav > li > a:hover > .glyphicon {
  color: #1a294a;
}

.navbar-nav > li > a > .fa,
.navbar-nav > li > a > .glyphicon {
    font-size: 2rem; 
    width: 100%;
    height: 60px;    
    line-height: 60px; 
    text-align: center;
}



#cm-content > .container {
    padding-bottom: 60px;
    margin-bottom: 60px;
    width: 95%;
}




.avatar-user {
    position: fixed !important;
    top: 10px;
    right: 24px;
    z-index: 99999 !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center;
}


.avatar-user .dropdown-menu {
    position: fixed !important;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 99998;
    display: flex !important;
    flex-direction: column;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 20px 16px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
}


.avatar-user.open .dropdown-menu {
    transform: translateX(0%) !important;
}


.avatar-user .dropdown-menu[style*="display: none"],
.avatar-user .dropdown-menu[style*="display:none"] {
    display: flex !important;
}




.user-header {
    padding: 20px 0;
    text-align: center;
}

.user-header img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.user-header .name {
    font-weight: bold;
    font-size: 18px;
}

.user-body {
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.user-body a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #333;
}

.user-body a:hover {
    color: #1a294a;
}

.divider {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}


.avatar-user .dropdown-menu::before {
    content: "×";
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}


    :root {
    --primary-color: #1a294a;
    --secondary-color: #ffffff;
    --background-color: #F5F5F5;
    --text-color: #333;
    --gray-border: #ccc;
    --border-radius: 25px;
    --font-main: 'Poppins', sans-serif;
}

body {
    margin: 0;
    line-height: 1.5;
    color: var(--text-color);
    background-color: var(--background-color);
    font-family: var(--font-main);
}

.custompage .limiter {
    width: 100%;
    margin: 0 auto;
}

.custompage .container-login {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: var(--background-color);
}



.custompage .width-login {
    width: 390px;
}
.custompage .width-register {
    width: 690px;
}

.custompage h3.title,
legend {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    padding: 1rem 0;
    text-align: center;
}

.custompage label {
    color: var(--primary-color);
    font-weight: 500;
}

.custompage .form-control,
.custompage .bootstrap-select .dropdown-toggle.btn-default {
    border: 2px solid var(--gray-border);
    border-radius: var(--border-radius);
    padding: 10px 15px;
    font-size: 14px;
}

.custompage .last-password {
    padding: 2.5rem 0;
    text-align: center;
}

.btn-primary {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: var(--border-radius);
    text-transform: none;
    font-weight: bold;
    padding: 12px 25px;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: #1a294a;
    border-color: #FAC605;
}

.btn-success {
    color: var(--secondary-color);
    background-color: #1f3463;
    border-color: #1a294a;
    border-radius: var(--border-radius);
    text-transform: none;
    font-weight: bold;
    padding: 12px 25px;
    transition: all 0.3s ease-in-out;
}
.btn-success:hover {
    background-color: #06225f;
    border-color: #1a294a;
}

.custompage .software-name {
    display: none;
}

.panel-heading {
    font-size: 1.3em;
    color: #1a294a;
    font-weight: 600;
    /* border-bottom: 1px solid #e6e9ed; */
    /* margin-bottom: 16px; */
    align-items: center;
}

.panel {
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #fff;
}

.panel-default > .panel-heading {
    background-color: #1a294a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}



.sidebar {
    display: flex;                
    flex-direction: row;          
    justify-content: center;      
    align-items: flex-start;      
    gap: 20px;                    
    padding: 20px;
    background-color: #f9f9f9;    
    border-top: 1px solid #ddd;   
    margin-top: auto;             
    margin-left: 1420px;
}
.sidebar > * {
    flex: 1 1 auto;               
    max-width: 250px;            
    border-radius: 8px;
    background-color: #fff;      
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}



.custompage .container-login {
        background-color: #1a294a;
}


.wrap-login {
    background-color: transparent;
    padding: 40px;
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.login100-form {
    width: 100%;
    max-width: 350px;
}


.logo img {
    display: block;
    margin: 0 auto 20px auto;
}



.btn-success {
    background-color: white;
    color: #1a294a;
    border-radius: 25px;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    border: none;
}

.btn-success:hover {
    background-color: #f2f2f2;
}


.software-name {
    text-align: center;
    margin-top: 30px;
    color: white;
}


.last-password {
    text-align: center;
    margin-top: 10px;
}

.last-password a {
    color: white;
    text-decoration: underline;
}

.container-login::after {
    content: '';
    width: 44%;
    margin-left: 150px;
    border-radius: 20px;
    height: 94%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.custompage .wrap-login {
    background: transparent; 
    border: none;         
    border-radius: 0;       
    padding: 0;              
    box-shadow: none;        
}

.custompage label {
    color: #ffffff;
    font-weight: 500;
}

.custompage h3.title, legend {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    padding: 1rem 0;
    text-align: center;
}

.section-mycampus{
    background: #1a294a;
}



.page-content + .sidebar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;

    padding: 30px 20px;
    margin-top: 40px;
    background-color: #f9f9f9;
    border-top: 2px solid #e0e0e0;

    position: relative;
    z-index: 1;
}


.sidebar > * {
    flex: 0 1 260px;
    max-width: 280px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.sidebar > *:hover {
    transform: translateY(-4px);
}
.col-md-9.col-md-push-3 {
    position: static !important;
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;

}


body > main footer.footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    display: none;
}

.custompage .container-login {
        background-color: #1a294a;
}

.container-login {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;

}



.login100-form {
    width: 100%;
    max-width: 350px;
}


.logo img {
    display: block;
    margin: 0 auto 20px auto;
}





.btn-primary {
    background-color: #1a294a;
    color: white;
    border-radius: 25px;
    padding: 10px;
    border: none;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #042264;
}



.last-password {
    text-align: center;
    margin-top: 10px;
}

.last-password a {
    color: white;
    text-decoration: underline;
}


.container-login::after {
    content: '';
    width: 44%;
    margin-left: 150px;
    border-radius: 20px;
    height: 94%;
    background-image: url('images/image-proxy.png');
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}



article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    background-color: #F5F5F5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    background-color: #F5F5F5;
}
#cm-content > div > div.row > div.col-md-9.col-md-push-3 > div > section > div.page-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
}



#cm-content > div > div.row > div.col-md-9.col-md-push-3 > div > section > div.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; 
  height: 100%;
  background-image: url('images/banner.jpg'),
                  url('images/banner2.jpg');
  background-size: 50% 100%, 50% 100%;
  background-repeat: no-repeat;
  background-position: left center, right center;
  animation: slide-horizontal 12s infinite;
  transition: transform 1s ease-in-out;
  
}

@keyframes slide-horizontal {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  85% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}


.page-content + .sidebar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;

    padding: 30px 20px;
    margin-top: 40px;
    background-color: #f9f9f9;
    border-top: 2px solid #e0e0e0;

    position: relative;
    z-index: 1;
}



.sidebar > .panel {
    position: relative;
    width: 220px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.sidebar > .panel:hover {
    transform: translateY(-4px);
}


.panel-heading a{
    color: #000000;
}


.sidebar .panel-heading {
    background-color: #1a294a;
    color: white;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.sidebar .panel-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    border-top: 1px solid #eee;
}


.sidebar .panel:hover .panel-collapse {
    max-height: 500px;
}


.sidebar .list-group {
    margin: 0;
    padding: 0;
}

.sidebar .list-group-item {
    border: none;
    padding: 12px 20px;
    color: #1a294a;
    font-weight: 500;
    background-color: transparent;
    transition: background-color 0.3s ease;
    text-align: left;
}

.sidebar .list-group-item:hover {
    background-color: #fff3cd;
    color: #1a294a;
}


.sidebar .list-group-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sidebar .list-group-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fef3c7;
    z-index: 0;
    transition: width 0.3s ease;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sidebar .list-group-item:hover::before {
    width: 100%;
}

.sidebar .list-group-item:hover {
    color: #000000;
    z-index: 1;
}

.sidebar .list-group-item a {
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
}



.sidebar .panel-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.sidebar .panel:hover .panel-collapse {
    max-height: 500px;
}


.navbar-nav > li > a {
  position: relative;
  font-size: 0;             
  
 
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
}


.navbar-nav > li > a::before {
  font-family: "FontAwesome";
  font-size: 20px;
  text-indent: 0;
  display: block;
  color: #333;
}

/* 
.navbar-nav > li > a:hover::after {
  content: attr(title);
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #222;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}


.navbar-nav > li > a::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
} */



.navbar.navbar-default {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 70px;
    margin: 0;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e7e7e7;
    background-color: #ffffff;

    overflow: visible;  
    z-index: 1000;
}
/* .navbar-nav > li > a::after {
    content: attr(title);
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);

    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
    pointer-events: none;
    height: 20px;
     line-height: 12px;
     background-color: #666666;
}

.navbar-nav > li > a:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
} */

.navbar-nav > li > a::before {
    font-family: "FontAwesome";
    font-size: 26px;
    color: #666666;
    display: block;
    transition: color 0.3s ease;
}


.navbar-nav > li > a:hover::before {
    color: #1a294a;
}




.dropdown-menu {
    background: white;
    border-radius: 16px;
    padding: 20px;
    width: 320px;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


.user-header {
    text-align: center;
    margin-bottom: 20px;
}

.user-header img.img-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.user-header .name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.user-header p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}


.divider {
    margin: 10px 0;
    border-top: 1px solid #eee;
}


.user-body a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s, color 0.3s;
}

.user-body a:hover {
    background-color: #FAC605; 
    color: white;
}

.user-body a:hover em {
    color: rgb(80, 80, 80);
}


.user-body em {
    font-size: 16px;
    color: #FAC605;
    transition: color 0.3s ease;
}


#logout_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: white;
    font-weight: bold;
    border: 2px solid #1a294a;
    border-radius: 50px;
    padding: 10px 24px;
    text-align: center;
    gap: 8px;
    transition: all 0.3s ease;
}

#logout_button em {
    font-size: 18px;
    transition: transform 0.3s;
}

#logout_button:hover {
    background: #1a294a;
    color: white;
}

#logout_button:hover em {
    color: white;
    transform: translateX(4px);
}






.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}




.panel-heading img {
  margin-right: 12px;
  max-height: 24px;
}


.panel-heading {
    font-size: 1.3em;
    color: #2d3e50;
    font-weight: 600;
    /* display: flex; */
    align-items: center;
}


.btn {
  border-radius: 6px;
  
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  text-align: center;

}

.btn:hover {
  background: #FAC605;
}


.list-items-admin {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-items-admin li {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .settings-block {
    width: 100% !important;
    margin-bottom: 20px;
  }
}





#wallMessages .panel {
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: none;
    background-color: #fff;
    margin-bottom: 30px;
    /* top: 50px; */
    /* display: contents; */
    top: -30px;
    display: block;
    position: relative;
}



.panel {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
}

.panel-heading {
    background-color: #1a294a;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 600;
}

.panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}


.btn {
    border-radius: 6px;
    transition: all 0.3s ease-in-out;

    font-size: 15px;
}

.btn-default {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #333;
}

.btn-default:hover {
    background-color: #e2e6ea;
    color: #000;
}

.btn-primary {
    background-color: #7192da;
    border: none;
    color: #fff;
}

.btn-primary:hover {
    background-color: #1a294a;
}

.btn-danger{
  border-color: transparent;
}

.btn-danger:hover{
  border-color: transparent;
}


.sidebar-avatar .area-avatar {
    text-align: center;
    padding: 20px;
}

.sidebar-avatar .img-circle {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #1a294a;
    margin-bottom: 10px;
}


.list-user-data {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: center;
}

.list-user-data .item-name h5 {
    margin: 12px 0;
    font-weight: bold;
    color: #333;
}

.list-user-data .item {
    margin-bottom: 10px;
}

.list-user-data .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FAC605;
    text-decoration: none;
    font-weight: 500;
}

.list-user-data .item a:hover {
    text-decoration: underline;
}


.social-network-menu .nav > li > a {
    padding: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.3s ease-in-out;
    font-size: 15px;
}

.social-network-menu .nav > li.active > a,
.social-network-menu .nav > li > a:hover {
    background-color: #ffeeb3;
    color: #FAC605;
    font-weight: bold;
    border-left: 4px solid #FAC605;
}


#wallMessages {
    margin-top: 30px;
    padding: 0 30px;
    width: 100%;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 20px;
}


#wallMessages .panel {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: none;
    background-color: #fff;
    margin-bottom: 30px;
}

#wallMessages .panel-heading {
    background-color: #FAC605;
    color: white;
    border-radius: 10px 10px 0 0;
    padding: 16px 24px;
}

#wallMessages .panel-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

#wallMessages textarea.form-control {
    resize: vertical;
    min-height: 130px;
    border-radius: 6px;
    font-size: 15px;
}


.input-file-container {
    position: relative;
    margin-top: 12px;
}

.input-file {
    display: none;
}

.input-file-trigger {
    display: inline-block;
    padding: 10px 16px;
    background: #f0f0f0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background 0.2s ease-in-out;
}

.input-file-trigger:hover {
    background: #e0e0e0;
}

.file-return {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}

#wallMessages .form-group:last-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

#wallMessages .pull-right {
    margin-top: 10px;
}

#wallMessages .btn-primary {
    background-color: #FAC605;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out;
}

#wallMessages .btn-primary:hover {
    background-color: #FAC605;
}


@media (max-width: 768px) {
    .sidebar-avatar .img-circle {
        width: 80px;
        height: 80px;
    }

    .social-network-menu .nav > li > a {
        font-size: 14px;
    }

    #wallMessages {
        padding: 0 15px;
        margin-top: 30px;
    }

    #wallMessages .panel {
        margin-top: 20px;
    }

    .form-group .col-sm-12,
    .form-group .col-sm-6,
    .form-group .col-sm-1 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .pull-right {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

    button#social_wall_main_wall_post_button {
        width: 100%;
    }
}





.course-items-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #222;
}

.course-items-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.course-items-title a:hover {
    color: #FAC605;
}

/* .course-items-session {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
} */

.course-items-session img {
    vertical-align: middle;
    margin-right: 5px;
}

.course-items-session a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.course-items-session a:hover {
    color: #FAC605;
}

.panel-body .category {
    display: inline-block;
    background-color: #FAC605;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    margin-right: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 6px rgba(255, 194, 63, 0.25);
}


.course_language {
    display: inline-block;
    background-color: #f1f1f1;
    color: #444;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 16px;
    font-weight: 500;
}




.sidebar {
  position: fixed;
  top: -25px; 
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%; 
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: transparent;
  z-index: 1000;
  transition: all 0.3s ease;
  
}


.sidebar > .panel {
  position: relative;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0;
  flex: 1; 
  max-width: 200px; 
}


.sidebar > .panel:first-child .panel-heading {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar > .panel:last-child .panel-heading {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.sidebar > .panel:hover {
  transform: translateY(-6px);
  z-index: 1001;
}


.sidebar .panel-heading {
  background-color: #FAC605; 
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}



.sidebar .panel-heading:hover::before {
  opacity: 1;
}


.sidebar > .panel:last-child .panel-heading {
  border-right: none;
}


.panel-heading a {
  color: #F5F5F5;
  text-decoration: none;
  z-index: 2;
}


.sidebar .panel-collapse {
  position: absolute;
  top: calc(100% + -20px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 250px; 
  opacity: 0;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.sidebar .panel:hover .panel-collapse {
  max-height: 500px;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


.sidebar .list-group {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: transparent;
}


.sidebar .list-group-item {
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  text-align: left;
  border-left: 3px solid transparent;
}


.sidebar .list-group-item:hover {
  color: #FAC605;
  background-color: rgba(128, 173, 59, 0);
  border-left: 3px solid #FAC605;
  padding-left: 21px; 
}


.sidebar .list-group-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
}




.sidebar.sticky {
  top: 0;
  width: 100%;
  border-radius: 0;
  background-color: rgba(34, 34, 34, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}

.sidebar.sticky .panel-heading {
  background-color: transparent;
  padding: 12px 20px;
}


#header-logo{
 margin-left: -350px;
}


.panel .panel-default{
    display: none;
}

#user_image_block{
    display: none;
}


#skills{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#courses{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#profile{
    background-color: transparent;
    border: none;
    box-shadow: none;
}


#help{
    background-color: transparent;
    border: none;
    box-shadow: none; 
}


.panel-heading a {
  color: inherit;
  text-decoration: none;
  z-index: 2;
}



.cs-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 0 auto;
  padding: 0;
}


.cs-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}


.cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(50, 50, 93, 0.15);
}


.cs-card__header {
  font-size: 1.3rem;
  color: #2d3e50;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.cs-card__header-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.cs-card__content {
  flex-grow: 1;
  margin-bottom: 16px;
}


.cs-card__footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}


.cs-card__btn {
  border-radius: 8px;
  background: linear-gradient(135deg, #4f8cff 0%, #3867d6 100%);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 500;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(79, 140, 255, 0.3);
}

.cs-card__btn:hover {
  background: linear-gradient(135deg, #3867d6 0%, #2a52b1 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(79, 140, 255, 0.4);
}


.cs-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-card__list-item {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.cs-card__list-item:last-child {
  border-bottom: none;
}


.cs-card__edit {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.cs-card__edit img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.cs-card__edit:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cs-card__edit:hover img {
  opacity: 1;
  transform: rotate(15deg);
}


.cs-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #1a294a, #12337a);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cs-card:hover::before {
  opacity: 1;
}


@media (max-width: 768px) {
  .cs-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .cs-card {
    padding: 20px;
  }
  
  .cs-card__header {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .cs-card {
    min-width: auto;
    border-radius: 12px;
  }
  
  .cs-card__btn {
    width: 100%;
    padding: 12px 20px;
  }
}


.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100px;
}

.thumbnail {
    
   
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    
}




:root {
  --primary-color: #FAC605;
  --secondary-color: #ffffff;
  --background-color: #F5F5F5;
  --text-color: #333;
  --gray-border: #ccc;
  --border-radius: 25px;
  --font-main: 'Poppins', sans-serif;
  --sidebar-width: 70px;
  --sidebar-expanded-width: 220px;
  --transition-speed: 0.3s;
}

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: var(--font-main);
  background-color: var(--background-color);
  transition: padding-left var(--transition-speed);
}


body {
  padding-left: var(--sidebar-width);
  overflow-x: hidden;
}


.navbar.navbar-default {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  margin: 0;
  border: none;
  border-right: 1px solid #e7e7e7;
  background-color: #ffffff;
  overflow-x: hidden;
  z-index: 1000;
  transition: width var(--transition-speed), transform var(--transition-speed);
}

.navbar.navbar-default .container {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.navbar-header {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  background: white;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #666;
  text-decoration: none;
  transition: all var(--transition-speed);
  height: 60px;
  overflow: hidden;
}


.navbar-nav > li > a::before {
  font-family: "FontAwesome";
  font-size: 26px;
  min-width: var(--sidebar-width);
  text-align: center;
  transition: color var(--transition-speed);
}


.navbar-nav > li > a::after {
  content: attr(title);
  position: absolute;
  left: calc(var(--sidebar-width) + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: #666;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-speed);
  z-index: 1000;
}

.navbar-nav > li > a:hover {
  color: var(--primary-color);
}

.navbar-nav > li > a:hover::before {
  color: var(--primary-color);
}


.sidebar {
  position: fixed;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: transparent;
  z-index: 1000;
  transition: all var(--transition-speed);
}

.sidebar > .panel {
  position: relative;
  text-align: center;
  transition: all var(--transition-speed);
  margin: 0;
  flex: 1;
  max-width: 200px;
}

.sidebar .panel-heading {
  background-color: #FAC605;
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all var(--transition-speed);
  position: relative;
  overflow: hidden;
}

.sidebar .panel-collapse {
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: all var(--transition-speed);
  width: 250px;
  opacity: 0;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}


#cm-content > .container {
  padding: 20px;
  margin-bottom: 60px;
  width: calc(100% - 40px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.cs-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 0 auto;
  padding: 0;
}

.cs-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--transition-speed);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}


.container-login {
  display: flex;
  min-height: 100vh;
  background-color: var(--primary-color);
  flex-direction: column;
}



.col-xs-10.col-md-3 {
    position: absolute;
    left: 95px;  
    top: -5px;
    z-index: 1001;
    width: auto !important;
    padding: 0;
    margin: 0;
}


.logo {
    display: flex;
    justify-content: flex-start; 
    padding: 10px 0;
}

.logo a {
    display: block;
    transition: transform 0.3s ease;
}

.logo a:hover {
    transform: scale(1.05);
}

#header-logo {
    max-height: 60px;
    width: auto;
    margin-right: auto; 
    margin-left: 0; 
}


@media (max-width: 768px) {
    .col-xs-10.col-md-3 {
        position: static;
        width: 100% !important;
        text-align: center;
        margin: 10px 0;
    }
    
    .logo {
        justify-content: center;
    }
    
    #header-logo {
        max-height: 50px;
        margin-right: auto; 
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    #header-logo {
        max-height: 40px;
    }
}





.btn-success {
    background-color: white;
    color: #FAC605;
    border-radius: 25px;
    font-weight: bold;
    /* border: none; */

}





.wrap-login {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.login100-form {
  width: 100%;
}


.avatar-user {
  position: fixed;
  top: 10px;
  right: 24px;
  z-index: 99999;
  display: flex;
  align-items: center;
}




@media (max-width: 1200px) {
  .sidebar {
    width: 80%;
  }
}

@media (max-width: 992px) {
  body {
    padding-left: 0;
  }
  
  
  
  .sidebar {
    width: 90%;
    top: 10px;
  }
  
  .sidebar > .panel {
    max-width: none;
    flex: 1 1 150px;
  }
  
  .sidebar .panel-collapse {
    width: 200px;
  }
  

  .sidebar-toggle {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1100;
    background: var(--primary-color);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .sidebar {
    flex-wrap: wrap;
    top: 60px;
    width: 95%;
    display: none;
  }
  
  .sidebar > .panel {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 10px;
  }
  
  .container-login {
    flex-direction: column;
  }
  
  .wrap-login {
    padding: 30px 20px;
  }
  
  .container-login::after {
    display: none;
  }
  
  .cs-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .avatar-user {
    right: 15px;
  }
  
  .avatar-user img {
    width: 36px;
    height: 36px;
  }
  
  #cm-content > .container {
    padding: 15px;
    width: calc(100% - 30px);
  }
}

@media (max-width: 576px) {
  .sidebar > .panel {
    flex: 1 1 100%;
  }
  
  .sidebar .panel-collapse {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  
  .sidebar .panel:hover .panel-collapse {
    transform: translateY(0);
  }
  
  .wrap-login {
    padding: 20px 15px;
  }
  
  .btn-primary, .form-control {
    padding: 10px 15px;
  }
  
  

  
  
  #cm-content > div > div.row > div.col-md-9.col-md-push-3 > div > section > div.page-header {
    height: 200px;
  }
  
 
  .panel {
    border-radius: 15px;
  }
  
  .panel-heading {
    padding: 12px 15px;
    font-size: 16px;
  }
}

.fa-pencil:before {
    content: "\f040";
    color: black;
}
.btn .caret {
    margin-left: 0;
    color: black;
}




.actions_lp .btn {
  flex: 1;
  min-width: 80px;
  background-color: var(--color-light-overlay);
  color: #1a294a;
  border: none;
  border-radius: 4px;
  padding: 8px 5px;
  font-size: 12px;
  transition: all var(--transition-default);
}



#learning_path_right_zone {
  flex: 1;
  background-color: var(--color-light);
  display: flex;
  flex-direction: column;
}


.nav-tabs-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#navTabs {
  border: none;
  display: flex;
  flex-direction: column;
}

.nav-tabs > li {
  margin-bottom: 10px;
}

.nav-tabs > li > a {
  background-color: var(--color-secondary);
  color: var(--color-light);
  border-radius: 4px 0 0 4px;
  padding: 15px 10px;
  border: none;
  text-align: center;
  opacity: 0.7;
  transition: all var(--transition-default);
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a {
  opacity: 1;
  background-color: var(--color-primary);
  color: var(--color-light);
}



.tab-content {
  flex: 1;
  padding: 20px;
}

#wrapper-iframe {
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow-default);
}

#content_id {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--color-light);
}


.c-menu-left {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  background: none;
  width: 1px;
}

.c-menu-left .circle {
  width: 200px;
  
  background-color: var(--color-primary);
 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all var(--transition-default);
}

/* .c-menu-left .circle:hover {
  transform: scale(1.1);
} */


.section-mycourses {
  padding: 0px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #FAC605;
}



#control-top a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}


#learning_path_main {
  display: flex;
  min-height: 100vh;
  background-color: var(--color-bg);
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


#learning_path_left_zone {
  width: 450px;
  background-color: var(--color-secondary);
  color: var(--color-light);
  padding: 20px 0;
  box-shadow: 2px 0 10px var(--color-dark-overlay);
  transition: all var(--transition-default);
  z-index: 100;
}

.sidebar-scorm {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-view-zone-container {
  padding: 0 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}


@media (max-width: 992px) {
  #learning_path_left_zone {
    width: 250px;
  }

  .nav-tabs-bar {
    right: 10px;
  }

  
}

@media (max-width: 768px) {
  
.alert-warning {
    margin-left: 0px;
}

  #learning_path_left_zone {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: none;
    padding: 10px 0;
  }

  #learning_path_right_zone {
    width: 100%;
  }

 

  .nav-tabs {
    flex-direction: row;
  }

  .nav-tabs > li {
    margin: 0 5px;
  }

  .nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    padding: 10px 12px;
  }

  
  

  .tab-content {
    padding: 15px 10px;
  }
}

@media (max-width: 480px) {
  .nav-tabs > li > a {
    padding: 8px 10px;
    font-size: 12px;
  }

  

  #learning_path_left_zone {
    padding: 5px 0;
  }
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
   
}



.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.navbar-brand {
    color: #333333;
    font-size: 24px;
    margin-right: auto;
    order: 2;
    padding: 0 15px;
}

.navbar-brand:hover {
    color: #FAC605;
}


.navbar-collapse {
    display: flex;
    flex-grow: 1;
    order: 3;
}


.navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

    align-items: center;
}



.navbar-nav > li > a:hover {
    color: #FAC605;
}


.navbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}


.avatar-user {
    position: relative;
    margin-left: 15px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-toggle img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 5px;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 250px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1001;
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.user-header {
    padding: 15px;
    text-align: center;
}

.user-header img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.user-body a {
    display: block;
    padding: 8px 20px;
    color: #333333;
    text-decoration: none;
}

.user-body a:hover {
    background-color: #f5f5f5;
    color: #FAC605;
}


#notifications-dropdown {
    position: relative;
    margin-left: 15px;
}

.notification-dropdown-menu {
    width: 300px;
    right: 0;
    left: auto;
}

.badge-warning {
    background-color: #e30613;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
}


@media (max-width: 768px) {
.avatar-user .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 5px;
    position: absolute;
    left: 380px;
}
 .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    
    
    .navbar-collapse.in {
        max-height: 500px;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-nav > li > a {
        padding: 15px 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .navbar-right {
        margin-left: 0;
        flex-direction: column;
        width: 100%;
    }
    
    .avatar-user {
        margin-left: 0;
        width: 100%;
    }
    
    .dropdown-menu {
        position: static;
        width: 100%;
        border: none;
        box-shadow: none;
    }
    .avatar-user .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 5px;
    position: absolute;
    left: 680px;
}


.navbar-nav > li.active {
    background-color: #ffffff;
    border-left: none;
    width: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
    margin-left: -23px;
    width: 90px;
}

.navbar.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;

    display: flex;
    align-items: center;
    padding: 30px 50px;
    background: transparent;
    border: none !important;
  
}

.navbar.navbar-default {
    border: none !important;
    border-bottom: none !important;
}
}

@media (max-width: 992px) {
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    
    
    .navbar-collapse.in {
        max-height: 500px;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
 
    }
    
    .navbar-nav > li > a {
        padding: 15px 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .navbar-right {
        margin-left: 0;
        flex-direction: column;
        width: 100%;
    }
    
    .avatar-user {
        margin-left: 0;
        width: 100%;
    }
    
    .dropdown-menu {
        position: static;
        width: 100%;
        border: none;
        box-shadow: none;
    }
    .avatar-user .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 5px;
    position: absolute;
    left: 480px;
}
.avatar-user .dropdown-toggle {
    padding-top: 9px;
    padding-bottom: -7px;
    position: absolute;
    margin-bottom: -19px;
    left: 92vw; 
}

.panel-body {
    padding: 30px 30px 30px;
}



.navbar-nav > li.active {
    background-color: #ffffff;
    border-left: none;
    width: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
    margin-left: -23px;
    width: 90px;
}

.navbar.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    /* border-bottom: 1px solid #e7e7e7; */
    /* z-index: 1000; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    padding: 30px 50px;
    background: transparent;
    border: none !important;
    /* width: 50px; */
}

.navbar.navbar-default {
    border: none !important;
    border-bottom: none !important;
}

}

#logout_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #FAC605;
    font-weight: bold;
}

#logout_button:hover {
    background-color: #FAC605;
    color: white;
}


.navbar-toggle {
    position: absolute !important; 
    left: 10px !important; 
    
    transform: translateY(-50%) !important; 
    margin: 0 !important; 
    z-index: 1001 !important; 
}


.navbar-toggle.collapsed {

    visibility: visible !important;
    opacity: 1 !important;
}


.navbar-toggle {
    position: fixed !important;
    top: 25px;      
    left: 25px;     
    z-index: 1200;  
    display: block !important;
}


@media (min-width: 993px) {
    .navbar-toggle {
        display: none !important;
    }
}


:root {
  --sidebar-collapsed-size: 60px;
  --sidebar-expanded-width: 240px;

  --color-bg-sidebar: #FAC605;
  --color-text-main: #FAC605;
  --color-white: #1a294a;
  --color-primary-light: #1a294a;
  --color-bg-hover: #000000;

  --font-family-base: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  --radius-base: 12px;

  --shadow-light: rgba(0, 0, 0, 0.1);
}



.container-fluid {
  position: fixed;
  top: 10vh;
  right: 0;
  width: var(--sidebar-collapsed-size);
  height: var(--sidebar-collapsed-size);
  background: var(--color-bg-sidebar);
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family-base);
  padding: 10px 0;
  box-shadow: -4px 0 10px var(--shadow-light);
  z-index: 1200;
  border-radius: var(--radius-base) 0 0 var(--radius-base);
  overflow: hidden;
  transition: width 0.35s ease, height 0.35s ease, border-radius 0.35s ease;
  cursor: pointer;
}


.container-fluid::before {
  content: '\f085'; 
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 24px;
  color: var(--color-text-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.navbar-inverse {
     background: transparent;
     border-color: transparent; 
}

.container-fluid:hover {
  width: var(--sidebar-expanded-width);
  height: 100vh;
  border-radius: 0;
  padding: 20px 0;
  overflow-y: auto;
}

/* .avatar-user .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 5px;
    right: -1530px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    width: 50px;
} */

.container-fluid:hover::before {
  opacity: 0;
  visibility: hidden;
}


.navbar-brand {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.container-fluid:hover .navbar-brand {
  opacity: 1;
  pointer-events: auto;
}

.navbar-brand img {
  max-width: 130px;
  cursor: pointer;
  display: block;
  margin: 0 auto 12px auto;
}


.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  transition: all 0.3s ease;
}

.container-fluid:hover .navbar-nav {
  align-items: flex-start;
  padding-left: 20px;
}

.navbar-nav > li {

  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.container-fluid:hover .navbar-nav > li {
  text-align: left;
}

.navbar-nav > li > a {
  position: relative;
  color: transparent;
  font-size: 0;
  padding: 12px 0;
  width: 100%;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.3s ease;
  border-radius: var(--radius-base);
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
  background-color: var(--color-bg-hover);
  box-shadow: inset 2px 2px 4px #FAC605, inset -2px -2px 4px #1a294a;
  color: #1a294a;
}


.container-fluid:hover .navbar-nav > li > a {
  color: #FAC605;
  font-size: 16px;
  padding: 12px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
}

.container-fluid:hover .navbar-nav > li > a::after {
  content: attr(data-text);
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  color: #FAC605;
}

.navbar-nav > li > a::after {
  display: none;
}

.navbar-nav > li.logout {
  margin-top: auto;
  width: 100%;
}

.container-fluid:not(:hover) .navbar-nav > li.logout {
  margin-top: 0;
  padding-bottom: 12px;
}


.container-fluid:hover::-webkit-scrollbar {
  width: 8px;
}

.container-fluid:hover::-webkit-scrollbar-track {
  background: transparent;
}

.container-fluid:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.container-fluid:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}


.sidebar .list-group-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;

    z-index: 0;
    transition: width 0.3s ease;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 998px) {
.container-fluid:hover .navbar-nav {
    padding-left: 20px;
    margin-bottom: -50px;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
   color: none;
    width: 120px;
    border-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    justify-content: center;
    margin-left: 0;
        border-color: transparent;
          color: none;     
    border-color: snow;
}
}






:root {
  --color-bg-main: #f8f9fa;
  --color-bg-gradient-start: #000000;
  --color-bg-gradient-end: #141612;
  --color-primary-dark: #1a294a;
  --color-primary-light: #FAC605;
  --color-text-main: #2d3748;
  --color-text-muted: #718096;
  --color-white: #ffffff;
  --radius-base: 10px;
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow-light: rgba(0, 0, 0, 0.03);
  --shadow-medium: rgba(0, 0, 0, 0.08);
  --shadow-strong: rgba(79, 70, 229, 0.2);
}





#learning_path_right_zone {
  flex-grow: 1;
  padding: 48px 44px;
  background: var(--color-white);
  border-radius: 20px 0 0 20px;
  margin: 20px 20px 20px 0;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.06);
}


.lesson-card {
  background: var(--color-white);
  border-radius: 16px;
  padding: 26px 28px;
  margin-bottom: 24px;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.04);
  border: 1.5px solid #f1f5f9;
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.lesson-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.10);
  border-image: linear-gradient(to bottom, var(--color-primary-dark), var(--color-primary-light)) 1;
  border-color: transparent;
}

.lesson-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(to bottom, var(--color-primary-dark), var(--color-primary-light));
  border-radius: 8px 0 0 8px;
}

.lesson-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
}

.lesson-description {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}


.chat-support {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  color: var(--color-white);
  padding: 18px 28px;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.35);
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
  .scorm-container:hover {
            transform: translateY(-5px);
            box-shadow: 
                0 35px 60px -12px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.2);
        }

        .scorm-title {
      
            text-align: center;
            position: relative;
        }

        .scorm-title h4 {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #1a294a, #1a294a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            padding-bottom: 0.5rem;
        }
.chat-support::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'%3E%3C/path%3E%3C/svg%3E");
  margin-right: 14px;
  background-size: contain;
}
.scorm-body {
    display: inline-block;
    width: 100%;
    padding-bottom: 45px;
}
.chat-support:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 240, 29, 0.5);
}



.nav-tabs-bar {
  border-bottom: none;
  margin-bottom: 36px;
}

.nav-tabs > li {
  margin-right: 12px;
}

.nav-tabs > li > a {
  background: transparent;
  border: none;
  color: var(--color-text-muted);
  font-size: 15.5px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  color: var(--color-primary-dark);
  box-shadow: none;
}

.nav-tabs > li.active > a {
  position: relative;
}

.nav-tabs > li.active > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 3.5px;
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  border-radius: 4px 4px 0 0;
}



#btn-menu-float .circle {
  background: var(--color-white);

}

#btn-menu-float .circle:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.icon-toolbar {
  color: #4a5568;
  font-size: 22px;
  transition: color 0.3s ease;
}

.icon-toolbar:hover {
  color: var(--color-primary-dark);
}



@media (max-width: 1024px) {
  #learning_path_left_zone {
    width: 280px;
    padding: 20px 18px;
  }
  
  #learning_path_right_zone {
    padding: 36px 32px;
  }
}

@media (max-width: 768px) {
  
  
  #learning_path_left_zone {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2ecf0;
    border-radius: 0;
  }
  
  #learning_path_right_zone {
    margin: 0;
    border-radius: 0;
    padding: 28px 24px;
  }
  
  .chat-support {
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 10px;
  }
}




#scorm-info #progress_bar .progress {
    margin-bottom: 5px;
    height: 15px;
}



.icon-toolbar {
  color: #444;
  font-size: 22px;
  user-select: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-toolbar:hover {
  color: var(--color-primary-dark);
}


nav.c-menu-left a.menu-button.fa-bars.icons {
  background: var(--color-white);
  color: #333;
  box-shadow: 0 3px 8px var(--shadow-light);
  border-radius: 12px;
  font-size: 22px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

nav.c-menu-left a.menu-button.fa-bars.icons:hover {
  background: var(--color-primary-dark);
  color: var(--color-white);
}







#tab-iframe {
  flex-grow: 1;
  background: var(--color-white);
  border-radius: var(--radius-base);
  /* margin: 0 24px 24px 24px; */
  box-shadow: 0 8px 30px var(--shadow-light);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}


#wrapper-iframe {
  flex-grow: 1;
  position: relative;
  border-radius: var(--radius-base);
  overflow: hidden;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.05);
}


#iframe, #content_id {
  width: 100% !important;
  height: 100% !important;
  border: none;
  border-radius: var(--radius-base);
  background: var(--color-white);
}


@media (max-width: 960px) {
  .lp-view-tabs {
    padding: 1rem 1rem 1rem 1rem;
    margin: 12px 12px 20px 12px;
  }
  
  #tab-iframe {
    margin: 0 12px 12px 12px;
  }

  #btn-menu-float {
    top: 20%;
    left: 5px;
  }
}

@media (max-width: 600px) {
  .nav-tabs {
    flex-direction: column;
    gap: 12px;
  }

 
#btn-menu-float {
    flex-direction: row;
    /* bottom: 10px; */
    top: auto;
    /* left: 50%; */
    transform: translateX(-50%);
    gap: 8px;
    /* padding: 5px 10px; */
}
  #btn-menu-float .circle {
    height: 44px;
  }

  .nav-tabs > li > a {
    font-size: 14px;
    padding: 8px 14px;
  }
}


#scorm-info {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

/* #scorm-info:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
} */

#btn-menu-float .circle {
    background: var(--color-white);
    width: 250px; 
    /* margin-left: 200px; */
}

.btn {
    border-radius: 6px;
    /* padding: 10px 16px; */
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
    text-align: center;

}

.btn-success {
    background-color: white;
    color: #FAC605;
    border-radius: 25px;
    font-weight: bold;
    /* border: none; */
    /* margin: 10px 30px 30px 1px; */
    /* padding: 20px; */
    margin: 10px;
}

.forum-post .thumbnail img {
    border-radius: 50%;
    border: 2px solid #dddddd;

}



nav.c-menu-left a.menu-button.fa-bars.icons:hover {
    
    padding-left: 10px;
}

nav.c-menu-left a.menu-button.fa-bars.icons {
    background: var(--color-white);
    color: #333;
    box-shadow: 0 3px 8px var(--shadow-light);
    border-radius: 12px;
    font-size: 22px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    padding-left: 10px;
}



.scorm-title h4 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;

  color: #1f2937;

  background: linear-gradient(135deg, #FAC605, #cca516);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.scorm-title h4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #FAC605, #cca516);
}


#toc_2 {
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all 0.3s ease;
}


#toc_2::after {
  content: '✓';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #1a294a, #021a50);
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#toc_2 .item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #374151;
}

.items-list {
  color: #1f2937;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.items-list:hover {
  color: #6366f1;
  text-shadow: 0 1px 3px rgba(99, 102, 241, 0.4);
}



#learning_path_toc {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
}


.scorm-title h4 {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  margin: 1rem 0;
  background: linear-gradient(135deg, #1a294a, #021a50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.scorm-title h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1a294a, #12244b);
}

#inner_lp_toc > div {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin: 0.75rem 1rem;
  position: relative;
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#inner_lp_toc > div:hover {
  transform: translateY(-3px);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}


.items-list {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.items-list:hover {
  color: #1a294a;
  text-shadow: 0 1px 3px rgba(43, 46, 224, 0.4);
}


.scorm_completed {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5) !important;
}
.scorm_completed::after {
  content: '✓';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: #1a294a;
  color: white;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.scorm_not_attempted {
  background: linear-gradient(135deg, #fef2f2, #fee2e2) !important;
  opacity: 0.95;
}
.scorm_not_attempted::after {
  content: '▼';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: #eecb05;
  color: white;
  width: 24px;
  height: 24px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scorm_highlight {
  border: 2px solid #facc15;
}
.scorm_highlight::before {
  content: '★';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #facc15;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section {
  font-weight: 700;
  font-size: 1.1rem;
  color: #334155;
  padding-left: 0.25rem;
}





:root {
  
  --scorm-primary: #000000;
  --scorm-primary-light: #FAC605;
  --scorm-primary-dark: #FAC605;
  --scorm-secondary: #1a294a;
  

  --scorm-gradient: linear-gradient(135deg, #FAC605 0%, #bb9e35 50%, #e9c74e 100%);
  --scorm-glass: linear-gradient(135deg, rgba(215, 31, 40, 0.1) 0%, rgba(242, 84, 75, 0.05) 100%);
  --scorm-shine: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  
  
  --scorm-shadow-soft: 0 8px 32px rgba(215, 31, 40, 0.12);
  --scorm-shadow-medium: 0 12px 40px rgba(215, 31, 40, 0.18);
  --scorm-shadow-strong: 0 20px 60px rgba(219, 230, 208, 0.25);
  --scorm-shadow-inner: inset 0 2px 4px rgba(255, 255, 255, 0.1);


  --glass-border: #1a294a;
  --glass-shadow:#1a294a;
}


#panel-scorm {
  
  background: #FAC605;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  
  
  border-radius: 24px;
  border: 1px solid #FAC605;
  

  padding: 2rem;
  margin-bottom: 2rem;
  

  box-shadow: 
    var(--glass-shadow),
    0 8px 16px rgba(177, 209, 126, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  

  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  margin-left: 43px;
}


#panel-scorm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--scorm-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}


#panel-scorm::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(215, 31, 40, 0.03) 0%, transparent 70%);
  pointer-events: none;
  transition: transform 0.8s ease;
}


#panel-scorm:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    var(--scorm-shadow-strong),
    0 16px 32px rgba(57, 235, 3, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: rgba(215, 31, 40, 0.2);
}

#panel-scorm:hover::before {
  transform: scaleX(1);
}

#panel-scorm:hover::after {
  transform: rotate(180deg) scale(1.5);
}


.image-avatar {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

#panel-scorm .image-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  
  border: 3px solid transparent;
  background: var(--scorm-gradient);
  background-clip: padding-box;
  
  
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.2),
    0 4px 8px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(0, 0, 0, 0.3);

  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 2;
}


.image-avatar::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* background: conic-gradient(from 0deg, var(--scorm-primary), var(--scorm-primary-light), var(--scorm-primary), var(--scorm-primary-light)); */
  opacity: 0;
  animation: rotate 3s linear infinite;
  transition: opacity 0.3s ease;
  z-index: 1;
}

@keyframes rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}


#panel-scorm:hover .image-avatar img {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.3),
    0 6px 12px rgba(0, 0, 0, 0.15),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
}

#panel-scorm:hover .image-avatar::before {
  opacity: 0.6;
}


#progress_bar {
  margin: 1.5rem 0;
  position: relative;
}

#progress_bar .progress {
  height: 16px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 
    inset 0 2px 4px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


#progress_bar .progress::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.05) 2px,
      rgba(255, 255, 255, 0.05) 4px
    );
  pointer-events: none;
}


#progress_bar_value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  

  background: var(--scorm-gradient);
  
 
  box-shadow: 
    var(--scorm-shadow-inner),
    0 0 20px rgba(215, 31, 40, 0.4),
    0 2px 8px rgba(215, 31, 40, 0.3);
  
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  

  border-radius: 20px 0 0 20px;
  
 
  transition: 
    width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease;
  
  
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  
  position: relative;
  overflow: hidden;
}


#progress_bar_value::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  animation: progressShine 2s infinite;
  border-radius: 20px;
}

@keyframes progressShine {
  0% { left: -30px; }
  100% { left: 100%; }
}


#progress_bar_value::after {
  content: attr(aria-valuenow) '%';
  position: absolute;
  top: -35px;
  right: 0;
  background: var(--scorm-gradient);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(215, 31, 40, 0.3);
  transform: translateX(50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


#progress_bar:hover #progress_bar_value::after {
  opacity: 1;
}


#progress_bar_value[style*="100%"] {
  border-radius: 20px;
  box-shadow: 
    var(--scorm-shadow-inner),
    0 0 30px rgba(215, 31, 40, 0.5),
    0 4px 12px rgba(215, 31, 40, 0.4);
}


#progress_bar_value[style*="100%"]::before {
  animation: celebrate 0.6s ease;
}

@keyframes celebrate {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

#actions_lp {
  margin-top: 2rem;
  position: relative;
}

#actions_lp .btn-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#actions_lp .btn-group .btn {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid rgba(215, 31, 40, 0.15);
  color: var(--scorm-primary);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  
  display: flex;
  align-items: center;
  gap: 0.75rem;
  
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  
  box-shadow: 
    0 4px 12px rgba(215, 31, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


#actions_lp .btn-group .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: var(--scorm-gradient);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}


#actions_lp .btn-group .btn em {
  font-size: 1.2rem;
  color: var(--scorm-primary);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

#actions_lp .btn-group .btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  border-color: var(--scorm-primary);
  box-shadow: 
    var(--scorm-shadow-medium),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#actions_lp .btn-group .btn:hover::before {
  height: 100%;
}

#actions_lp .btn-group .btn:hover em {
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}


#actions_lp .btn-group .btn:active {
  transform: translateY(-2px) scale(0.98);
}


   
.progress-indicator {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--scorm-gradient);
  box-shadow: 0 0 10px rgba(215, 31, 40, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { 
    opacity: 1;
    transform: scale(1);
  }
  50% { 
    opacity: 0.7;
    transform: scale(1.2);
  }
}


@media (max-width: 768px) {
  #panel-scorm {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    margin-left: 30px;
}
  }
  
  #panel-scorm .image-avatar img {
    width: 70px;
    height: 70px;
  }
  
  .image-avatar::before {
    width: 80px;
    height: 80px;
  }
  
  #progress_bar .progress {
    height: 14px;
  }
  
  #actions_lp .btn-group .btn {
    padding: 0.875rem 1.25rem;
    font-size: 0.85rem;
  }


@media (max-width: 480px) {
  #panel-scorm {
    padding: 1.25rem;
  }
  
  #panel-scorm .image-avatar img {
    width: 60px;
    height: 60px;
  }
  
  .image-avatar::before {
    width: 70px;
    height: 70px;
  }
  
  #actions_lp .btn-group {
    gap: 0.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --glass-bg: rgba(15, 43, 11, 0.95);
    --glass-border: rgba(74, 196, 38, 0.5);
  }
  
  #progress_bar .progress {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  }
  
  #actions_lp .btn-group .btn {
    background: linear-gradient(135deg, #FAC605 0%, #fac5056e 100%);
    color: #ffffff;
    border-color: rgba(230, 226, 17, 0.3);
  }
}


#panel-scorm {
  animation: slideInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


#actions_lp .btn-group .btn:focus {
  outline: 2px solid var(--scorm-primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  #panel-scorm:hover {
    transform: none;
  }
}






#progress_bar_value {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    #FAC605 30%,
    #f8e7a7 50%,
    #FAC605 70%
  );
  background-size: 200% 100%;
  animation: shine 2s linear infinite;
  border-radius: 10px;
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.scorm_item_normal.scorm_highlight a {
    color: #1a294a;
}
#scorm-info {
    padding: 30px 0 0 0;
    margin: 0;
    width: 90%;
}

#settings .panel .admin-edit-block {
    display: none;
    margin: -1px;
}











































.classic-courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}


.classic-courses .panel.panel-default {
    width: 48%;
    height: 50%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.2s ease-in-out;
    background-color: #fff;
}

.classic-courses .panel.panel-default:hover {
    transform: scale(1.02);
}


.thumbnail img {
    border-radius: 8px;
    width: 100%;
}





.course_language,
.category,
.course_extrafields {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}


.list-teachers a {
    font-weight: 500;
    color: #1a294a;
}

.list-teachers img {
    vertical-align: middle;
    margin-right: 6px;
}


.btn-default.btn-sm {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 10px;
    transition: all 0.3s;
}

.btn-default.btn-sm:hover {
    background-color: #FAC605;
    color: white;
    border-color: #1a294a;
}




.badge-warning {
    background-color: #1a294a;
    color: white;
}

#user_image_block img {
    border-radius: 50%;
    border: 3px solid #FAC605;
}


@media screen and (max-width: 768px) {
    .classic-courses .panel.panel-default {
        width: 100%;
    }
}


















.items-hotcourse:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.items-hotcourse .image {
  position: relative;
}

.items-hotcourse .image img.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease;
}

.items-hotcourse:hover .image img.img-responsive {
  transform: scale(1.05);
}

.items-hotcourse .user-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.items-hotcourse .user-actions a.btn {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  color: #1a294a;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.items-hotcourse .user-actions a.btn:hover {
  background-color: #FAC605;
  color: #fff;
}

.items-hotcourse .description {
  padding: 16px 20px;
}

.items-hotcourse .block-title h5.title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.items-hotcourse .block-title h5.title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.items-hotcourse .block-title h5.title a:hover {
  color: #1a294a;
  cursor: pointer;
}

.items-hotcourse .ranking {
  margin-top: 10px;
}





#main_content {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
    font-family: 'Segoe UI', sans-serif;
}


#main_content .page-header {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #1a294a;
    margin-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

#main_content .page-header img {
    margin-right: 10px;
}


#main_content .table {
    width: 100%;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}


#main_content .table th {
    background-color: #ffdb5a;
    color: #1a294a;
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid #f8e18c;
    font-size: 15px;
}


#main_content .table td {
    padding: 12px 16px;
    vertical-align: middle;
    font-size: 14px;
    color: #37474f;
    border-bottom: 1px solid #eeeeee;
}


#main_content .table tr:hover {
    background-color: #fcef7c;
    transition: background 0.3s ease;
}


#main_content .table a {
    color: #1a294a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

#main_content .table a:hover {
    color: #1a294a;
    text-decoration: underline;
}


#main_content .table td img {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

#main_content .table td a:hover img {
    transform: scale(1.1);
}











.section-platform_admin{
  background: #1a294a;
}





.custom-dropdown-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(76, 174, 239, 0.438), #1a294a);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

.custom-dropdown-btn:hover {
  background: linear-gradient(135deg, rgba(76, 174, 239, 0.438), #1a294a);
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.custom-dropdown-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.label {
  font-size: 15px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
}

















a.btn {
  display: inline-block;     
  white-space: normal;       
  word-wrap: break-word;     
  overflow-wrap: break-word; 
  text-align: center;        
  max-width: 100%;           
  box-sizing: border-box;   
}





.col-md-12 .forum-post {
    width: 90%;
}


@media (max-width: 950px) {
    .col-md-12 .forum-post {
        width: 90%;
        margin: 0 auto; 
    }
}
#tab-iframe {
    width: 100%;               
    /* max-width: 1200px;   */
    min-height: 300px;        
    height: auto;           
    margin: 0 auto;            
    background: var(--color-white, #fff);
    border-radius: var(--radius-base, 12px);
    box-shadow: 0 8px 30px var(--shadow-light, rgba(0,0,0,0.1));
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;        
    box-sizing: border-box;   
}


#tab-iframe .tab-content {
    flex: 1;
    padding: 15px;
    overflow-y: auto;          
}


@media (max-width: 950px) {
    #tab-iframe {
        max-width: 90%;
        min-height: 250px;
        border-radius: 10px;
    }
    #tab-iframe .tab-content {
        padding: 10px;
    }
}


@media (max-width: 600px) {
    #tab-iframe {
        /* max-width: 100%; */
        min-height: 200px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    #tab-iframe .tab-content {
        padding: 8px;
    }
}


/* Asignación de íconos FontAwesome */
.navbar-nav > li.homepage > a::before        { content: "\f015"; }
.navbar-nav > li.my-course > a::before      { content: "\f02d"; }
.navbar-nav > li.agenda > a::before         { content: "\f073"; }
.navbar-nav > li.my-space > a::before       { content: "\f15c"; }
.navbar-nav > li.social-network > a::before { content: "\f0c0"; }
.navbar-nav > li.dashboard > a::before      { content: "\f0e4"; }
.navbar-nav > li.my-progress > a::before    { content: "\f0e4"; }
.navbar-nav > li.admin > a::before          { content: "\f085"; }





@media (max-width: 1200px) {
  #learning_path_left_zone {
    width: 300px !important;
  }
  
  #learning_path_right_zone {
    margin-left: 0 !important;
    margin-right: 10px !important;
    padding: 20px !important;
  }
}

@media (max-width: 992px) {
 
  
  #learning_path_left_zone {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    margin-bottom: 10px !important;
  }
  
  #learning_path_right_zone {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 0 !important;
  }
  
  .nav-tabs-bar {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  
  #navTabs {
    flex-direction: row !important;
    justify-content: center !important;
  }
  
  .nav-tabs > li {
    margin: 0 5px !important;
  }
}

@media (max-width: 768px) {
  body {
    padding-left: 0 !important;
  }
  
  #learning_path_main {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #learning_path_left_zone {
    padding: 10px !important;
  }
  
  #learning_path_right_zone {
    padding: 10px !important;
  }
  
  .lp-view-zone-container {
    padding: 5px !important;
  }
  
  .tab-content {
    padding: 10px 5px !important;
  }
  
  
  .chat-support {
    display: none !important;
  }
  
  
  .c-menu-left {
    position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    z-index: 9999 !important;
  }
}

@media (max-width: 480px) {
  #learning_path_left_zone {
    padding: 5px !important;
  }
  
  #learning_path_right_zone {
    padding: 5px !important;
  }
  
  .nav-tabs > li > a {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  
  .lp-view-zone-container {
    padding: 2px !important;
  }
  
 
  #wrapper-iframe {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #content_id, #content_id_blank {
    margin: 0 !important;
    padding: 0 !important;
  }
}


@media (max-width: 1199px) {
  
  #learning_path_main {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  
  #learning_path_left_zone,
  #learning_path_right_zone,
  #wrapper-iframe,
  #content_id,
  #content_id_blank,
  .tab-content,
  .tab-pane {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  
 
  
  
  
  #learning_path_main table {
    width: 100% !important;
    table-layout: fixed !important;
    word-wrap: break-word !important;
  }
}


.panel-body {
    padding: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}




.panel-body .thumbnail {
    border: none;
    background: linear-gradient(135deg, #1a294a 0%, #2c3e50 100%);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(26, 41, 74, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.panel-body .thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(26, 41, 74, 0.3);
}

.panel-body .thumbnail img {
    /* filter: brightness(0) invert(1); */
    transition: all 0.3s ease;
}


.course-items-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a294a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.course-items-title a {
    color: #1a294a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.course-items-title a:hover {
    color: #FAC605;
    text-decoration: none;
}




.list-teachers a {
    color: #1a294a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    background: rgba(250, 198, 5, 0.1);
    border-radius: 10px;
    border-left: 4px solid #FAC605;
    margin-bottom: 10px;
    padding: 5px;
}

.list-teachers a:hover {
    color: #FAC605;
}


.course-student-info {
    /* margin-top: 25px; */
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    /* border-radius: 15px; */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    /* border: 1px solid rgba(26, 41, 74, 0.1); */
}

.student-info {
    padding: 20px;
}

.student-info hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #FAC605 50%, transparent 100%);
    margin: 0 0 20px 0;
}


.student-info strong {
    font-size: 1.1rem;
    color: #1a294a;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}





.progress {
    height: 12px;
    background: #e9ecef;
    border-radius: 25px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.progress-bar {
    background: linear-gradient(90deg, #28a745 0%, #20c997 50%, #17a2b8 100%);
    border-radius: 25px;
    transition: all 0.8s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.progress-bar-success {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* min-width: 60px; */
}


.btn-default {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #1a294a;
    color: #1a294a;
    border-radius: 10px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-default:hover {
    background: linear-gradient(135deg, #1a294a 0%, #2c3e50 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 41, 74, 0.3);
}


@media (max-width: 768px) {
    .panel-body {
        padding: 20px 15px;
    }
    
    .course-items-title {
        font-size: 1.5rem;
    }
    
    .student-info {
        padding: 15px;
    }
    
    .list-teachers {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .panel-body {
        padding: 15px 10px;
    }
    
    .course-items-title {
        font-size: 1.3rem;
    }
    
    .progress {
        height: 10px;
    }
    
    .progress-bar-success {
        font-size: 0.75rem;
    }
}


img[src*="klipper.png"] {
    content: url('images/drawing-pin.png') !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1)) !important;
}

img[src*="klipper.png"]:hover {
    opacity: 1 !important;
    transform: scale(1.1) !important;
    filter: drop-shadow(0 2px 6px rgba(26, 41, 74, 0.2)) !important;
}


@media (max-width: 768px) {
    img[src*="klipper.png"] {
        width: 16px !important;
        height: 16px !important;
    }
}

@media (max-width: 480px) {
    img[src*="klipper.png"] {
        width: 14px !important;
        height: 14px !important;
        margin-left: 6px !important;
    }
}




#skill {
    background-color: transparent;
    border: none;
    box-shadow: none;
}


.custompage .login100-form .title {
    font-size: 0 !important; 
}

.custompage .login100-form .title::before {
    content: "Login";
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--primary-gold) !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    display: block !important;
    animation: titleGlow 2s ease-in-out infinite alternate !important;
}


.custompage .form-group label[for="user"] {
    font-size: 0 !important;
}

.custompage .form-group label[for="user"]::before {
    content: "Username / Email";
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
}

.custompage .form-group label[for="password"] {
    font-size: 0 !important;
}

.custompage .form-group label[for="password"]::before {
    content: "Password";
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
}


.custompage .btn-primary {
    font-size: 0 !important;
}

.custompage .btn-primary::before {
    content: "Sign In";
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: white !important;
}

.custompage .btn-success {
    font-size: 0 !important;
}

.custompage .btn-success::before {
    content: "Register";
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: block !important;
    color: white !important;
}


.custompage .last-password a {
    font-size: 0 !important;
}

.custompage .last-password a::before {
    content: "Forgot Password?";
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--primary-gold) !important;
    text-decoration: none !important;
    display: block !important;
    background: linear-gradient(45deg, var(--primary-gold), var(--accent-orange)) !important;
    -webkit-background-clip: text !important;
    /* -webkit-text-fill-color: transparent !important; */
    background-clip: text !important;
    transition: all 0.3s ease !important;
}

.custompage .last-password a:hover::before {
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.5) !important;
    transform: translateY(-1px) !important;
}


.custompage .alert-warning {
    position: relative;
}


.custompage .alert-warning:contains("Usuario") {
    font-size: 0;
}

.custompage .alert-warning:contains("Usuario")::before {
    content: "Invalid username or password";
    font-size: 14px;
    display: block;
}


.custompage .btn::after {
    font-size: 16px !important;
}


@media (max-width: 768px) {
    .custompage .login100-form .title::before {
        font-size: 24px !important;
    }
    
    .custompage .form-group label::before {
        font-size: 13px !important;
    }
    
    .custompage .btn::before {
        font-size: 14px !important;
    }
}
