/*
Theme Name: EDU 2024 Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A Elementor Child Theme for Elliniki Agogi
Author: Wizy Agency
Author URI: https://wizy.gr
Template: edu2024
Version: 2.0.0
Text Domain: edu2024-child
*/

/* Add your custom styles here */

.sidebar-info-wrapper p {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

/* Search */
#ajaxsearchpro2_1{
width: 242px !important;
}
.probox {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Breadcrumb */
.breadcrumb{
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.breadcrumb-item a{color:#003476!important;}
.breadcrumb-item a:hover{color:#00aeef!important;}
/*.breadcrumb li:first-child {display:none};*/
/* .breadcrumb li:last-child{display:none};
.breadcrumb li:last-child::after {content: none;}
.breadcrumb li:nth-last-child(2)::after {
  content: none; //This removes the content for the second-to-last item
} */



/* Page Lesson: Copy URL */
.wz-lesson-concepts{}
.wz-associated-course-list{
  list-style-type: none;
  padding:0;
}
.wz-associated-course-list a{
  color: #003476!important;
}
.wz-associated-course-list a:hover, .wz-lesson-concepts a:hover, .wz-lesson-info a:hover{
  color: #00aeef!important;
}
#wzCopyURL:hover {
    cursor: pointer;
}
#wzToastContainer {
    position: fixed;
    bottom:20px;
    right: 20px;
    z-index: 10000;
}
.wzToast {
    display: none;
    background-color: #003476;
    color: #fff;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    min-width: 250px;
    text-align: center;
    animation: fadeInOut 3s forwards;
}
@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  10%, 90% { opacity: 1; }
}