.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}

.bullet.green {
    background-color: #00b050;
}

.bullet.red {
    background-color: #ff8100;
}
.bullet.orange {
    background-color: #ffa500;
}

.translation_completed {
    /*background-color: #d1ffd1;*/
    border-bottom: 1px dotted rgba(0, 128, 0, 0.8);
}

.translation_pending {
    /*background-color: #fff2b3;*/
    border-bottom: 1px dotted rgba(150, 0, 0, 0.8);


}

.translation_not_verified {
    /*background-color: #f8d7da; */
    border-bottom: 1px dotted rgba(180, 140, 0, 0.8);

}

.translation_not_verified .feeback_icon {
    display: inline-block;
}

.translation_completed .feeback_icon.status,
.translation_pending .feeback_icon.status,
.translation_not_verified .feeback_icon.status {
    margin-left: 10px;
    display: inline-block;
}

#msg-note.success {
    color: green
}

#msg-note.danger {
    color: red
}

#msg-note.warning {
    color: blue
}

.sidebar-bud {
    position: fixed;
    top: 100px;
    width: 990px;
    left: 50%;
    transform: translateX(-50%);  
    background: #eadbbc;
    color: #666666;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    padding-right: 4px;
    background: #ffffff;
    border: 3px solid #C79A51;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
		

@media(max-width:768px) {
    .sidebar-bud {
        width: 90%;
    }

    .toggle-btn-bud {
        z-index: 10;
        height: 30px !important;
        padding: 0px 16px !important;
    }

    .sidebar-bud.open .close {
        right: 20px;
        color: red;
        top: 20px;
    }
}

.sidebar-bud.open {
    display: block;
}
.sidebar-bud h3, 
.sidebar-bud h4,
.sidebar-bud h5,
.sidebar-bud h6 {
    color: #7f1100;
    margin-bottom: 10px;
}

.sidebar-bud h3{
	margin-bottom: 20px;
    display: block;
}

.search-container{
	
}
/* Search row */
.sidebar-bud #smart-search {
    width: 85%;
    height: 34px;
    border: 1px solid #9e6f04;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    color: #4a4038;
    outline: none;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: inherit;
}

.sidebar-bud .search-btn {
 width: 10%;
}
/* .sidebar-bud #smart-search {
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #9e6f04;
} */

.sidebar-bud #smart-search::placeholder {
    color: #9b9187;
}

.sidebar-bud #smart-search:focus {
    border-color: #c49a52;
    box-shadow: 0 0 0 2px rgba(196, 154, 82, 0.12);
}

/* Search button if inserted next to input */
.sidebar-bud .search-btn,
.sidebar-bud button,
.sidebar-bud input[type="submit"] {
    height: 34px;
    border: 0;
    border-radius: 4px;
    background: #c69a53;
    color: #fff;
    font-size: 12px;
    padding: 0 14px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease;
    letter-spacing: 1px;
}

.sidebar-bud .search-btn:hover,
.sidebar-bud button:hover,
.sidebar-bud input[type="submit"]:hover {
    background: #b88943;
}


.sidebar-bud .nagitaion-elements {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
/*.sidebar-bud.open + .site-content {
    margin-left: 250px;
}*/

.sidebar-bud .menu-label .con {
    color: #ffffff;
}
.sidebar-bud .close {
    cursor: pointer;
        position: absolute;
    right: 40px;
    color: red;
}
.toggle-btn-bud {
    position: fixed;
    left: 0;
    top: 80%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    background: #7f1100;
    color: #fff;
    padding: 2px 16px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0 0 20px 20px;
    height: 40px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-right: 20px;
}


.sidebar-bud .menu-label {
	padding-bottom:30px;
}
.sidebar-bud h6 {
    margin-top: 10px    ;
    margin-bottom: 26px;
}

.sidebar-bud ul.book-chapters li {
    margin-bottom: 10px;
    border-bottom: solid 1px #8f8f8f;
    padding-bottom: 10px; 
}

.sidebar-bud .menu-label h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #d5c49c;
    margin-bottom: 9px;
    display: inline-block;
    width: 97%;
	cursor: pointer;
}

.sidebar-bud .menu-label .con {
    color: #000;
	height:0px;
	opacity :0;
	display:none;
}
.sidebar-bud .menu-label .con.open {
	opacity: 1;
    height: auto;
	display:block;
}

.menu-label h5:after {
    content: '\002B';
    text-align: right;
    width: 100%;
    /* position: relative; */
    width: 10%;
    float: right;
}

.menu-label h5.opencollapse:after {
    content: '\2212';
}

.sidebar-bud ul.nav.navbar-nav {
    margin: 0px;
}

.sidebar-bud li.menu-item.nav-item.menu-item-has-children.dropdown {
    display: inline-block;
    width: 100%;
}

.sidebar-bud div#main-menu {
    padding-right: 4px;
}

.sidebar-bud .menu-item.nav-item.menu-item-has-children.dropdown >span:after , .sidebar-bud .menu-item.nav-item.menu-item-has-children.dropdown > a:after{
    content: '\002B';
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    /*background: #d7c9a9;*/
    text-align: center;
	cursor:pointer;
    color: #7f1100;
}
.sidebar-bud .menu-item.nav-item.menu-item-has-children.dropdown span.opencollapse:after, .sidebar-bud .menu-item.nav-item.menu-item-has-children.dropdown a.opencollapse:after {
    content: '\2212';
}
.sidebar-bud a:hover {
    color: #7f1100 !important;
}
.sidebar-bud a {
    color: #000000 !important;
}

.sidebar-bud li>ol, .sidebar-bud li>ul {
    margin-left: 0px;
    /*background: #e2d2ad;*/
    display: none;
}
/*.sidebar-bud .level_0_strong >span {
    font-weight: bold;
}
*/
.sidebar-bud  li.menu-item.nav-item.menu-item-has-children.dropdown.hide >span {
    display: none;
}

.sidebar-bud  li.menu-item.nav-item.menu-item-has-children.dropdown.level_0_strong >span {
    /*font-weight: bold;*/
}

.sidebar-bud li>ul li>ul.sub-menu {
    padding-left: 10px;
    /*background: #ede1c9;*/
	display:none;
}
.sidebar-bud li>ul li>ul.sub-menu li>ul.sub-menu {
    /*background: #f5ecd9;*/
	display:none;
}

.sidebar-bud mark {
    background-color: yellow;
}

.sidebar-bud .current {
    background-color: orange;
}


.sidebar-bud .toggle_sidebar_books_container {
    margin-bottom: 10px;
    border-bottom: solid 1px #8f8f8f;
    padding-bottom: 10px;
}

.sidebar-bud .toggle_sidebar_books_chapters {
    margin-bottom: 10px;
    border-bottom: solid 1px #8f8f8f;
    padding-bottom: 10px;
}

.sidebar-bud div#findterms {
    color: #830303;
    margin-bottom: 30px;
}

.sidebar-bud #menucs ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.sidebar-bud #menucs ul ul {
    display: none;
    /* border-top: solid 1px #8f8f8f;
    padding-top: 10px; */
    margin-left: 20px;
}

.sidebar-bud #menucs>ul {
    margin-bottom: 5px;
}

.sidebar-bud .toggle_sidebar_books {
    cursor: pointer;
    font-weight: bold;
    margin-right: 5px;
}

.sidebar-bud .toggle_sidebar_books_text {
    cursor: pointer;
}

.sidebar-bud a.book-current {
    font-weight: bold;
    font-size: 18px;
}

.sidebar-bud ul.book-chapters {
    margin-bottom: 0px;
}


 #toggle-toolbar {
    display: inline-block
}
.toolbar-col label {

    color: #fff;
    /* background-color: #c8ac7d; */
    border-radius: 10px;
    padding: 6px;
    /* color: #000 !important; */
    /* background-color: #fff; */
    width: 150px;
    /* padding-left: 12px; */
    cursor: pointer ;
}

.toolbar-col.view label {
    width: 180px;
}
/* .toolbar-col label svg {
    fill: #fff;
} */
.toolbar-col label i {
    float: right;
    padding-right: 10px;
    padding-top: 2px;
}

/* .toolbar-col label:has(input:checked)
    {
    color: #000 !important;
    background-color: #fff;
} */

/* .toolbar-col label svg label:has(input:checked){
    fill: #000;
} */
.toolbar-col label:has(input:disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}
.toolbar-col input[type="radio"],
.toolbar-col input[type="checkbox"] {
    display: none ;
}

.toolbar-col.text {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* gap: 0px 12px; */
    /* padding-left: 10px; */
    border-right: 1px solid #e7cc8e63;
    width: auto;
    align-content: start;
    padding: 4px;
    border-radius: 10px;
    
}


#view_in_summary:checked + svg,
#view_in_helpdesk:checked + svg,
#view_in_commentaries:checked + svg,
#view_in_bookmarks:checked + svg,
#view_in_helpdesk:checked + svg
    {
    fill: black;
}
.astra-toolbar .toolbar-col {
    border-right: 0px !important;
}

.astra-toolbar.show {

    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1023px) {
    

    .astra-toolbar {
        opacity: 0; 
        max-height: 0;
    }

}

/* end switcher*/
.astra-toolbar {
    left: 50%;
    /*transform: translateX(-50%);*/
    background: rgb(239 224 189);
    padding: 8px 15px;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
	display:grid;
    grid-template-columns: repeat(3, 1fr); 
    overflow: visible;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}
.astra-toolbar .toolbar-col label{
	    color: #fff;
}
.astra-toolbar .toolbar-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* gap: 0px 12px; */
    /* padding-left: 10px; */
    border-right: 1px solid #e7cc8e63;
    width: auto;
    align-content: start;
    height: 40px;
}

.astra-toolbar .toolbar-col h5 {
    margin: 0px;
    grid-column: 1 / -1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
}

/* .astra-toolbar label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
} */

.astra-toolbar.show {
    background-color:#E8DFC7;
    opacity: 1;
    max-height: 200px;
    grid-template-columns: 1fr 2fr 1fr;
    overflow: visible;
}



@media(max-width:768px){
	.astra-toolbar {
		/* position: absolute; */
		/* top: 10px; */
		left: 50%;
		/* transform: translateX(-50%); */
		background: rgb(239 224 189);
		padding: 8px 15px;
		justify-content: space-between;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		border-radius: 0px;
		z-index: 9999;
		max-width: 100%;
		width: 100%;
		opacity: 0;
		max-height: 0;
		/* overflow: hidden;
		overflow-x: auto; */
		transition: opacity 0.5s ease, max-height 0.5s ease;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, auto);
		/* height: 100vh; */
		/* overflow-y: auto; */
		row-gap: 20px;
	}
	
	.astra-toolbar .toolbar-col:not(:last-child) {
		padding-left: 10px;
		border-bottom: 1px solid #e7d5b6;
		border-right:0px;
		padding-bottom: 10px;
	}
	
	
	.astra-toolbar h5 {
		line-height: 65px;
	}
	
	.studytools {
		position: absolute;
		top: 108px;
		z-index: 9;
		right: 104px;
	}
	.studytools .study-tools-btn {
		width: 210px;
        margin-left: -10px;
	}
	.mbheader{display:block;border-bottom: 1px solid #e7d5b6;padding-bottom: 27px;}
	#bdcontainer nav.tp-breadcrumb.bread {
		opacity: 0;
	}
	div#bdcontainer {
		opacity: 0;
	}
	
	body.study-open{overflow:hidden;}
}

/* single end */

#toggle-toolbar {
    text-align: center;
}
@media (max-width: 1023px) {

    #astra-toolbar {
        display: flex;
        flex-direction: column;
        gap: 0px; /* μειώνει τα κενά */
        overflow: auto;
        overflow-x: hidden;
                padding-left: 30px ;
    }

    #astra-toolbar .toolbar-col {
        margin: 0; /* κόβει extra κενά */
        width: 100%;
        margin-bottom: 15px; /* optional spacing */
        text-align: center;
    }

    .astra-toolbar .toolbar-col h5 {
        margin-bottom:20px;
    }

    .astra-toolbar.show {
        padding-top: 50px;
        padding-bottom:50px;
        max-height: 650px;
    }
    
    /* STADY TOOLS */
    .elementor-element.elementor-element-c06434c.studytools.elementor-widget.elementor-widget-shortcode {
        margin-top: -3px;
    }

    .sidebar-bud.open {
        top: 20px;
    }

    .tp-breadcrumb.bread {
        color: #7f1100;
    }

    .astra-toolbar .toolbar-col .range-container {
        width: 100% !important;
        margin-left: auto !important ;
    }

    .astra-toolbar .toolbar-col.text {
        grid-template-columns: 1fr 1fr 1fr !important ;
    }
}


    
.search-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7f1100;
    color: #ffffff;
    padding: 10px;
    display: none;
    z-index: 9999;
    text-align: center;
}

mark.smart-highlight {
  background: yellow;
}

mark.smart-highlight.active {
  background: orange;
}

.search-bar button {
    padding-left: 10px;
    padding-right: 10px;
}

.close_search {
    float: right;
}




.astra-toolbar .toolbar-col.text label:has(input:checked),
.astra-toolbar .toolbar-col.text label:hover {
    color: #fff !important;
    background-color: #7f1100;
}
.astra-toolbar .toolbar-col.view {
    display: block;
    line-height: 40px;
    padding-left: 30px;
        padding-top: 4px;
}

.astra-toolbar .toolbar-col.view label {
    margin-right: 10px;
}
.astra-toolbar .toolbar-col.view label i {
    color: #000000;
}

.astra-toolbar .toolbar-col.view label:has(input:checked) svg path,
.astra-toolbar .toolbar-col.view label:hover svg path,
.astra-toolbar .toolbar-col.view label:has(input:checked) i,
.astra-toolbar .toolbar-col.view label:hover i {
    fill: #8B2319 !important;
    color: #8B2319 !important;
    /* background-color: #7f1100; */
}

.astra-toolbar .toolbar-col.text label {
    padding: 6px;
    color: #796D64;
    /* background-color: #c8ac7d; */
    border-radius: 10px;
    /* padding: 6px; */
    color: #796D64 !important;
    background-color: #f1f1f1;
    
    /* background-color: #fff; */
    /* width: 150px; */
    /* padding-left: 12px; */
    /* margin-bottom: 6px; */
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.astra-toolbar .toolbar-col.view label .toolbar-col svg {
    height: 20px;
   
    /* padding-right: 10px; */
}

.astra-toolbar .toolbar-col.fonts {
    grid-template-columns: 1fr;
}

.astra-toolbar .toolbar-col .range-container {
    align-items: center;
    gap: 10px;
    margin: 0px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 190px;
        margin-left: auto;
}

.astra-toolbar .toolbar-col .range-container label {
    display: block;
}

.astra-toolbar .toolbar-col .range-container input[type="range"] {
    flex: 1;
    /* allows range to grow */
}

#font-indicator {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    font-weight: bold;
    color: #796D64;
    font-size: 14px;
}

.font-size-controls input#font-minus,
.font-size-controls input#font-plus {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
    font-size: 16px;
    color: #796D64;
}


@media(max-width:1023px) {
    .range-container label {
        display: block;

    }

    .astra-toolbar .toolbar-col .settings-panel {
        right: auto !important;
        margin-right: auto !important;
        width: 90% !important;
    }
}

.astra-toolbar .toolbar-col .range-container .font-icon {
    cursor: pointer;
}
.astra-toolbar .toolbar-col .range-container .font-icon svg {
    height: 20px;
    padding-top: 5px;   

    }

.astra-toolbar .toolbar-col .range-container .font-icon.open svg path{
	fill: #7f1100;
}
 .astra-toolbar .toolbar-col .settings-panel {
    position: absolute;
    /* height: 180px; */
    background-color: #fff;
    z-index: 100;
    border-radius: 8px;
    width: 250px;
    /* margin-left: auto; */
    right: 0;
    padding: 20px;
    margin-top: 50px;
    margin-right: 14px;
    display: none;
}

 .astra-toolbar .toolbar-col .settings-panel.open {
    display: block;
 }
 .astra-toolbar .toolbar-col .settings-panel h5 {
    width: 100%;
    display: block;
    color: aqua;
    color: #796D64;
    font-size: 14px;
 }

.astra-toolbar .toolbar-col .settings-panel select {
    border-radius: 4px;
    border-color: #000;
    background-color: #e8dfc7;
        width: 100%;


}