/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.1.0
Text Domain: astra-child
*/




.chat-container {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}


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

.hide{display:none;}


.chat-header {
    margin-left: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    flex-direction: column;
    margin-top: 20px;
}

.chat-container h1 {
    color: black;
}


.chat-container .chat-header {
    color: #333;
}


.chat-container h1 {
    color: #cfcfcf;
    font-family: 'Trebuchet MS', sans-serif;
}

.chat-container .chat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*flex: 1;*/
    overflow-y: auto;
    padding: 15px;
}

.chat-container .chat-box p {
    margin: 10px 0;
    font-size: 16px;
}

.chat-container .input-container {
    display: flex;
    padding: 15px;
    border-top: 0.01px solid #5c5b5b;
}

.chat-container input[type="text"] {
    flex: 1;
    padding: 10px;
    margin-left: 5%;
    border-radius: 30%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.chat-container input {
    color: #171717;
    background-color: #f9f9f9;
}



.chat-container button {
    color: #171717;
    background-color: #f9f9f9;
}

.chat-box {
  display: flex;
  flex-direction: column;
}

.message {
  max-width: 70%;
  padding: 10px;
  border-radius: 8px;
  margin: 5px;
}

.user-message {
  align-self: flex-end;
  background-color: #f1f1f1;
  color: black;
}

.bot-message {
  align-self: flex-start;
  color: black;
}


:root {
    --dynamic-font-size: 1;
    --dynamic-font: "Times Ext Roman", "Indic Times", "Doulos SIL", Tahoma, "Arial Unicode MS", Gentium;
}

/* Default Font Sizes */
.pali h1 { font-size: calc(2rem * var(--dynamic-font-size)); }
.pali h2 { font-size: calc(1.75rem * var(--dynamic-font-size)); }
.pali h3 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
.pali h4 { font-size: calc(1.25rem * var(--dynamic-font-size)); }
.pali h5, .pali p, .pali span:not(.translated_text) { font-size: calc(1.18rem * var(--dynamic-font-size)); }

.other h1 { font-size: calc(2rem * var(--dynamic-font-size)); }
.other h2 { font-size: calc(1.75rem * var(--dynamic-font-size)); }
.other h3 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
.other h4 { font-size: calc(1.25rem * var(--dynamic-font-size)); }
.other h5, .other p, .other span:not(.translated_text) { font-size: calc(1.18rem * var(--dynamic-font-size)); }

/* Media Queries */
@media (max-width: 1024px) {
    .pali h1 { font-size: calc(1.8rem * var(--dynamic-font-size)); }
    .pali h2 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .pali h3 { font-size: calc(1.25rem * var(--dynamic-font-size)); }
    .pali h4 { font-size: calc(1rem * var(--dynamic-font-size)); }
    .pali h5, .pali p, .pali span:not(.translated_text) { font-size: calc(0.9375rem * var(--dynamic-font-size)); }

    .other h1 { font-size: calc(1.8rem * var(--dynamic-font-size)); }
    .other h2 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .other h3 { font-size: calc(1.25rem * var(--dynamic-font-size)); }
    .other h4 { font-size: calc(1rem * var(--dynamic-font-size)); }
    .other h5, .other p, .other span:not(.translated_text) { font-size: calc(0.9375rem * var(--dynamic-font-size)); }
}

@media (max-width: 768px) {
    .pali h1 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .pali h2 { font-size: calc(1.4rem * var(--dynamic-font-size)); }
    .pali h3 { font-size: calc(1.2rem * var(--dynamic-font-size)); }
    .pali h4 { font-size: calc(1.1rem * var(--dynamic-font-size)); }
    .pali h5, .pali p, .pali span:not(.translated_text) { font-size: calc(0.875rem * var(--dynamic-font-size)); }

    .other h1 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .other h2 { font-size: calc(1.4rem * var(--dynamic-font-size)); }
    .other h3 { font-size: calc(1.2rem * var(--dynamic-font-size)); }
    .other h4 { font-size: calc(1.1rem * var(--dynamic-font-size)); }
    .other h5, .other p, .other span:not(.translated_text) { font-size: calc(0.875rem * var(--dynamic-font-size)); }
}

@media (max-width: 480px) {
    .pali h1 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .pali h2 { font-size: calc(1.4rem * var(--dynamic-font-size)); }
    .pali h3 { font-size: calc(1.3rem * var(--dynamic-font-size)); }
    .pali h4 { font-size: calc(1.2rem * var(--dynamic-font-size)); }
    .pali h5, .pali p, .pali span:not(.translated_text) { font-size: calc(1.1rem * var(--dynamic-font-size)); }

    .other h1 { font-size: calc(1.5rem * var(--dynamic-font-size)); }
    .other h2 { font-size: calc(1.4rem * var(--dynamic-font-size)); }
    .other h3 { font-size: calc(1.3rem * var(--dynamic-font-size)); }
    .other h4 { font-size: calc(1.2rem * var(--dynamic-font-size)); }
    .other h5, .other p, .other span:not(.translated_text) { font-size: calc(1.1rem * var(--dynamic-font-size)); }
}


.pali, .pali h1, .pali h2, .pali h3, .pali h4, .pali h5, .pali p, .pali span {font-family: var(--dynamic-font);}

/*switcher*/
.switcher{width:45px;height:25px;float:left;padding:5px;position:relative;border-radius:50px}
.switcher__btn{width:15px;height:15px;border-radius:50px;position:absolute;left:5px;transition:all 250ms linear}
.switcher__btn--light{transform:rotate(180deg);left:calc(100% - 20px)}
.switcher{background-color:#F5F5F5}
.switcher__btn{background-color: #7e8ed6;}
body.dark .switcher {background-color: #272626}
body.light .switcher {background-color: #fff;-webkit-transition: background-color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out}
body.dark article, body.dark article h1, body.dark article h2, body.dark article h3, body.dark article h4, body.dark article h5 {background: #272626 !important;color: #fff;}
.dark .ast-container {background: #272626;}
.dark #progressBarContainer {background: #272626 !important;}
.dark #suta_creteria {background: #272626 !important;}
/* end switcher*/
.astra-toolbar {
/*position: absolute;*/
    /* top: 10px; */
    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(4, 1fr); 
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    overflow-x: auto;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.astra-toolbar .toolbar-col {
    padding: 10px;
    border-right: 1px solid #e7cc8e63;
	width: auto;
    min-width: 220px;
}

.astra-toolbar h5 {
  margin: 0 0 5px;
}

.astra-toolbar label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.astra-toolbar.show {
    opacity: 1;
    max-height: 200px;
}

/*#toggle-toolbar,#add-bookmark,#remove-bookmark{display:none;}*/
#toggle-toolbar{display:none;}
/*
.sidebar-bud {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #333;
    color: white;
    transition: left 0.3s ease-in-out;
    padding-top: 50px;
}
.sidebar-bud.open {
    left: 0;
}
.toggle-btn-bud {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #444;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}
*/

.sidebar-bud {
position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #eadbbc;
    color: #666666;
    transition: transform 0.3s ease-in-out;
	padding:10px;
    padding-top: 50px;
    transform: translateX(-100%);
    z-index: 999;
	padding-right:4px;
}

.sidebar-bud h3, 
.sidebar-bud h4,
.sidebar-bud h5,
.sidebar-bud h6 {
    color: #7f1100;
}
.sidebar-bud.open {
    transform: translateX(0);
}

.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;
}

.toggle-btn-bud {
    position: absolute;
    right: -102px;
    top: 67%;
    transform: translateY(-50%) rotate(-90deg);
    background: #7f1100;
    color: #fff;
    padding: 2px 16px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: bold;
}

.sidebar-bud .menu-label {
	padding-bottom:30px;
}

.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;
}
.open-menu {display:block!important;}

::-webkit-scrollbar {
  width: 10px;  /* Πλάτος της κάθετης scrollbar */
  height: 10px; /* Ύψος της οριζόντιας scrollbar */
}

::-webkit-scrollbar-thumb {
  background: #7f1100; /* Χρώμα της μπάρας κύλισης */
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Χρώμα του track της scrollbar */
}

span.aiquestions {
   /* margin-top: 16px;*/
    padding-left: 4px;
	cursor:pointer;
}
span.reporthis {
   /* margin-top: 16px;*/
    padding-left: 4px;
	cursor:pointer;
}

.aiquestions img,.reporthis img {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}
.bread{color:white;}
.breadcontainer{display:none;}

body #my-account {
    display: none;
}

.csactions{background: transparent;
    display: inline-block;
    line-height: 1em;
    text-transform: none;
	
    letter-spacing: 3px;
	font-size: 1rem;
	float:right;padding:20px!important;}
body.logged-in #my-account {
    display: inline-block;
}


@media(max-width:768px) {
	.hide-in-mobile{display:none !important;}
}



.elementor-button-text {
    letter-spacing: 1px !important;
}

#barcog {
    grid-template-columns: 70% 30%;
}